

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900,700,700italic,900italic&subset=latin,latin-ext);




#scurity,
#scurity h1,
#scurity h2,
#scurity h3,
#scurity h4,
#scurity h5,
#scurity h6{
	/*
	 font-family: 'Roboto', sans-serif;
	*/   
	line-height: normal;
	font-weight: normal;
	color: black;
}

#scurity{
	width: 1173px;
	margin: 44px auto;
	padding-left: 5px;
	padding-right: 5px;
}


#scurity .block:nth-child(n+2){
	margin-top: 67px;
}


#scurity .block:before,
#scurity .block:after{
	content: "";
	display: table;
}

#scurity .block:after{clear: both;}


#scurity .top-column{margin-left: 0px;}
#scurity .left-column{float: left; width: 237px; position: relative; height: 396px;}
#scurity .right-column{float: left; margin-left: 0px;}


#scurity #prawo-jazdy { padding-left: 71px;}
#scurity #dowod-osobisty { padding-left: 71px;}


#scurity #zloty .top-column{width: 859px;}
#scurity #prawo-jazdy .top-column{width: 716px;}
#scurity #dowod-osobisty .top-column{width: 713px;}

#scurity #zloty .right-column{width: 859px;}
#scurity #prawo-jazdy .right-column{width: 716px; height: 393px;}
#scurity #dowod-osobisty .right-column{width: 713px;}

#scurity .top-column .title {height: 16px;}
#scurity #zloty .top-column .nav-blocks {margin-left: 172px;}
#scurity #prawo-jazdy .top-column .nav-blocks {margin-left:  143px;}
#scurity #dowod-osobisty .top-column .nav-blocks {margin-left:  143px;}

#scurity .left-column .title{
	font-size: 30px;
	color: #313234;
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
}

#scurity .top-column .title{
	font-size: 30px;
	color: #313234;
	margin: 0;
	margin-bottom: 12px;
	text-align: center;
}


#scurity .nav-blocks{
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

#scurity .nav-block{
	cursor: pointer;
	display: table;
	margin-left: auto;
	margin-right: auto;
}




#scurity .nav-block .image{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	
	position: relative;
	
	
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


#scurity .nav-block.active .image{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

#scurity .nav-block .image:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	border: 3px solid rgba(202, 202, 202, 0);
	
	z-index: 2;
	
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


#scurity .rounded .nav-blocks .nav-block .image img{
	border-radius: 7px;
}

#scurity .rounded .nav-blocks .nav-block .image:before{border-radius: 8px;}

#scurity .nav-block:hover .image:before,
#scurity .nav-block.active .image:before{
	border-color: #c9c9c9;
}

#scurity .top-column .nav-block .nav-title {
	font-size: 22px;
}

#scurity .nav-block .nav-title{
	color: #313234;
	font-weight: 267;
	font-size: 15px;
	margin: 0;
	margin-top: 4px;
	text-align: center;
}

#scurity .nav-block.active .nav-title{font-weight: bold;}

#scurity .nav-block:nth-child(n+2){margin-top: 18px;}

#scurity .top-column .uv-link{
	font-size: 22px;
}

#scurity .uv-link{
	font-size: 16px;
	font-weight: 267;
	color: #9d0132;
	display: table;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

#scurity .uv-link.hide-block{display: none;}


#scurity .uv-link:before{
	content: "";
	width: 23px;
	height: 25px;
	background: url(../images/uv-icon.png) no-repeat center center;
	background-size: cover;
	margin-right: 4px;
	
	display: inline-block;
	margin-bottom: -6px;
	
}


#scurity .full-block{position: relative;}
#scurity .rounded .uk-slideshow{overflow: hidden; border-radius: 22px;}
#scurity .rounded .uk-slideshow img{border-radius: 22px;}

#scurity .full-block .dotts{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#scurity .full-block img{
	position: relative;
	/*
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	*/
}
	
#scurity .full-block img.uv{
	display: none;
	z-index: 3;
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


#scurity .full-block .dotts > div{
	position: absolute;
	left: 0;
	top: 0;
	
	cursor: pointer;
	
	width: 64px;
	height: 64px;
	border-radius: 100%;
	z-index: 2;
	
	-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
}

#scurity .full-block .dotts > div.active{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#scurity .full-block .dotts > div:before{
	content: "";
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;
	
	width: 64px;
	height: 64px;
	background: url(../images/dot.png) no-repeat center center;
	background-size: 59px 59px;
	border-radius: 100%;
	
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

#scurity .full-block .dotts > div.active:before,
#scurity .full-block .dotts > div:hover:before{opacity: 0;}


#scurity .full-block .dotts > div:after{
	content: "";
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;
	
	width: 64px;
	height: 64px;
	background: url(../images/dot-h.png) no-repeat center center;
	background-size: 59px 59px;
	border-radius: 100%;
	
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    
    opacity: 0;
    
    
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

#scurity .full-block .dotts > div.active:after,
#scurity .full-block .dotts > div:hover:after{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}







#scurity .left-column .hidden-content{
	-webkit-perspective: 1778px;
    -moz-perspective: 1778px;
    -o-perspective: 1778px;
    perspective: 1778px;

    
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    
    z-index: 2;
    
    width: 0;
    overflow: hidden;
    
}

#scurity .top-column .hidden-content{
	-webkit-perspective: 1778px;
    -moz-perspective: 1778px;
    -o-perspective: 1778px;
    perspective: 1778px;

    
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    
    z-index: 2;
    
    width: 0;
    overflow: hidden;
    
}


#scurity .left-column .hidden-content.show{right: 0; width: auto; overflow: visible;}
#scurity .top-column .hidden-content.show{right: 0; width: auto; overflow: visible;}


#scurity .left-column .hidden-content .inner-content{
	 -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;

	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -20px;
	z-index: 3;
	
	background: white;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-86deg);
    -moz-transform: rotateY(-86deg);
    transform: rotateY(-86deg);
   
}

#scurity .top-column .hidden-content .inner-content{
	 -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;

	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -20px;
	z-index: 3;
	
	background: white;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-86deg);
    -moz-transform: rotateY(-86deg);
    transform: rotateY(-86deg);
   
}


#scurity .hidden-content.active .inner-content{
	opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}


#scurity .left-column .hidden-content .inner-content img{width: 100%;}
#scurity .top-column .hidden-content .inner-content img{width: 100%;}

.uk-slidshow > li {
	opacity: 1;	
}


#scurity .left-column .hidden-content .inner-content .block-in{
	padding: 18px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 267;
}

#scurity .top-column .hidden-content .inner-content .block-in{
	padding: 18px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 267;
}

#scurity .left-column .hidden-content .inner-content .block-in p{margin: 0;}
#scurity .top-column .hidden-content .inner-content .block-in p{margin: 0;}

#scurity .left-column .hidden-content .inner-content .block-in h3{
	margin: 0;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

#scurity .top-column .hidden-content .inner-content .block-in h3{
	margin: 0;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}


#scurity .left-column .hidden-content .inner-content > div{display: none;}
#scurity .left-column .hidden-content .inner-content > div.active{display: block;}

#scurity .top-column .hidden-content .inner-content > div{display: none;}
#scurity .top-column .hidden-content .inner-content > div.active{display: block;}

.uk-slidenav-position{position: relative;}
.uk-dotnav{display: none;}


#scurity .left-column .hidden-content .inner-content > div.back{
	display: block !important;
	position: absolute;
	bottom: 9px;
	right: 9px;
	padding: 9px;
	cursor: pointer;
}


#scurity .top-column .hidden-content .inner-content > div.back{
	display: block !important;
	position: absolute;
	bottom: 9px;
	right: 9px;
	padding: 9px;
	cursor: pointer;
}

.uk-modal-spinner{
	-webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}


#scurity #zloty .full-block.przed .dott1{left: 36px; top: 71px;}
#scurity #zloty .full-block.przed .dott2{left: 23px; top: 211px;}
#scurity #zloty .full-block.przed .dott3{left: 59px; top: 302px;}
#scurity #zloty .full-block.przed .dott4{left: 151px; top: 118px;}
#scurity #zloty .full-block.przed .dott5{left: 231px; top: 0px;}
#scurity #zloty .full-block.przed .dott6{left: 587px; top: 1px;}
#scurity #zloty .full-block.przed .dott7{left: 622px; top: 92px;}
#scurity #zloty .full-block.przed .dott8{left: 616px; top: 172px;}
#scurity #zloty .full-block.przed .dott9{left: 640px; top: 279px;}
#scurity #zloty .full-block.przed .dott10{left: 436px; top: 182px;}

#scurity #zloty .full-block.tyl .dott1{left: 21px; top: 83px;}
#scurity #zloty .full-block.tyl .dott2{left: 302px; top: 18px;}
#scurity #zloty .full-block.tyl .dott3{left: 298px; top: 316px;}




#scurity #prawo-jazdy .full-block.przed .dott1{left: 29px; top: 127px;}
#scurity #prawo-jazdy .full-block.przed .dott2{left: 91px; top: 153px;}
#scurity #prawo-jazdy .full-block.przed .dott3{left: 20px; top: 242px;}
#scurity #prawo-jazdy .full-block.przed .dott4{left: 20px; top: 314px;}
#scurity #prawo-jazdy .full-block.przed .dott5{left: 160px; top: 311px;}
#scurity #prawo-jazdy .full-block.przed .dott6{left: 207px; top: 249px;}
#scurity #prawo-jazdy .full-block.przed .dott7{left: 169px; top: 42px;}
#scurity #prawo-jazdy .full-block.przed .dott8{left: 243px; top: 66px;}
#scurity #prawo-jazdy .full-block.przed .dott9{left: 290px; top: 15px;}
#scurity #prawo-jazdy .full-block.przed .dott10{left: 444px; top: 103px;}
#scurity #prawo-jazdy .full-block.przed .dott11{left: 563px; top: 52px;}
#scurity #prawo-jazdy .full-block.przed .dott12{left: 544px; top: 207px;}
#scurity #prawo-jazdy .full-block.przed .dott13{left: 563px; top: 308px;}

#scurity #prawo-jazdy .full-block.tyl .dott1{left: 27px; top: 98px;}
#scurity #prawo-jazdy .full-block.tyl .dott2{left: 21px; top: 219px;}
#scurity #prawo-jazdy .full-block.tyl .dott3{left: 124px; top: 175px;}
#scurity #prawo-jazdy .full-block.tyl .dott4{left: 388px; top: 142px;}
#scurity #prawo-jazdy .full-block.tyl .dott5{left: 520px; top: 9px;}




#scurity #dowod-osobisty .full-block.przed .dott1{left: 96px; top: 28px;}
#scurity #dowod-osobisty .full-block.przed .dott2{left: 8px; top: 269px;}
#scurity #dowod-osobisty .full-block.przed .dott3{left: 178px; top: 267px;}
#scurity #dowod-osobisty .full-block.przed .dott4{left: 231px; top: 320px;}
#scurity #dowod-osobisty .full-block.przed .dott5{left: 226px; top: 127px;}
#scurity #dowod-osobisty .full-block.przed .dott6{left: 329px; top: 62px;}
#scurity #dowod-osobisty .full-block.przed .dott7{left: 397px; top: 41px;}
#scurity #dowod-osobisty .full-block.przed .dott8{left: 528px; top: 49px;}
#scurity #dowod-osobisty .full-block.przed .dott9{left: 524px; top: 289px;}

#scurity #dowod-osobisty .full-block.tyl .dott1{left: 12px; top: 188px;}
#scurity #dowod-osobisty .full-block.tyl .dott2{left: 253px; top: 278px;}
#scurity #dowod-osobisty .full-block.tyl .dott3{left: 338px; top: 31px;}
#scurity #dowod-osobisty .full-block.tyl .dott4{left: 424px; top: 278px;}
#scurity #dowod-osobisty .full-block.tyl .dott5{left: 536px; top: 123px;}

.full-blocks ul li {	
  margin-left: 9px !important;
  padding-left: 21px !important;
  min-height: 396px !important;
}

#scurity #zloty .nav-block img {
   height: 118px;
   width: 237px;
}

#scurity #zloty .full-blocks img {
   height: 396px;
   width: 796px;	
}


#scurity #dowod-osobisty .nav-block img {
   height: 120px;
   width: 188px;
}

#scurity #dowod-osobisty .full-blocks img {
   height: 393px;
   width: 624px;	
}


#scurity #prawo-jazdy .nav-block img {
   height: 118px;
   width: 188px;
}

#scurity #prawo-jazdy .full-blocks img {
   height: 394px;
   width: 628px;	
}


.div-contentpage-element-content .contentpage-element-content-text ul li::before {
  display: none;
}