@import "fonts/fonts.css";
 
html {
	 scroll-behavior: smooth;
}

body {
	 height: auto;
	 position: relative;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
}
 .fontnormal {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
}
 .fdosislight {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 200;
}
 .fdosisnormal {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
}
 .fdosisbold {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
}
 .fdosisextrabold {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 800;
}
 .kgten {
	 font-family: 'kg_ten_thousand_reasonsRg' !important;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
}
 .content {
	 max-width: 1140px;
	 width: 100%;
	 margin: 0 auto;
	 position: relative;
}
 
 .headline {
	 height: 178px;
	 background-color: #f21926;
	 border-bottom: 1px solid #da6d73;
	/*min-width: 1140px;*/
}

 .headline .content {
	 background-repeat: no-repeat;
	 background-position: top center;
	 height: 178px;
}

@media (max-width: 576px) {
	.headline, .headline .content {
		height: 138px;	
	}
}

 .headline .content h1 {
	 margin: 0;
	 padding: 0;
	 color: #FFF;
	 font-size: 36px;
	 line-height: 52px;
	 text-align: center;
	 padding-top: 30px;
}


 #kategorije .categories {
	 padding: 17px 0;
}

@media (max-width: 576px) {
	.headline .content h1 {
		font-size: 20px;
		line-height: 25px;	
		padding-top: 42px;
	}
	
	.headline .content h1 span{
		font-size: 24px !important;
		line-height: 30px;
	}

	#kategorije .categories {
		padding: 10px 0;
		border-bottom: 1px solid #E4E4E4;
   	}
}

 #kategorije .categories ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
}

@media (max-width: 576px) {
	#kategorije .categories ul {
		flex-wrap: wrap;
	}
}

 #kategorije .categories ul li {
	 float: left;
}
 #kategorije .categories ul li a {
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #2a2a2a;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border: 3px solid transparent;
	border-radius: 25px;
	padding: 0 25px;
	margin-right: 19px;
}

@media (max-width: 576px) {
	#kategorije .categories ul li {
		padding: 0 3px;
	}

	#kategorije .categories ul li a {
		font-size: 14px;
		line-height: 18px;	
		height: unset;
		padding: 4px 20px;
    	margin-right: 0;
		border-radius: 23px;
		border-width: 2px;
	}
}

#kategorije .categories ul li a:hover {
	border-color: #f01926;
}

#kategorije .categories ul li a.active {
	font-weight: normal;
	font-style: normal;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	border-color: #f01926;
}

 #kategorije .blockkategorija {
	 padding-top: 100px;
	 padding-bottom: 120px;
	 border-bottom: 1px solid #e1dfdf;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija {
		padding-top: 40px;
		padding-bottom: 40px;	
		border-bottom: none;
	}	
}

 #kategorije .blockkategorija.bg1 {
	 background: #fbfbfb;
}
 #kategorije .blockkategorija.bg2 {
	 background: #ffffff;
}
 #kategorije .blockkategorija .category {
	 width: 473px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 800;
	 font-size: 450px;
	 text-align: center;
	 line-height: 390px;
}

@media (max-width: 1200px) {
	#kategorije .blockkategorija .category {
		width: 326px;
		font-size: 330px;
	}
}

@media (max-width: 992px) {
	#kategorije .blockkategorija .category {
		display: none;
	}
}

 #kategorije .blockkategorija .description {
	 width: 627px;
	 padding: 0 20px;
}

@media (max-width: 992px) {
	#kategorije .blockkategorija .description {
		width: 100%;
		box-sizing: border-box;
   }
}

 #kategorije .blockkategorija .description ul.subcategories {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 min-height: 37px;
}
 #kategorije .blockkategorija .description ul.subcategories li {
	 float: left;
}
 #kategorije .blockkategorija .description ul.subcategories li a {
	 margin-right: 18px;
	 display: block;
	 min-width: 35px;
	 height: 35px;
	 padding: 0 7px;
	 line-height: 35px;
	 color: #333333;
	 border-radius: 17.5px;
	 border: 1px solid #333;
	 text-align: center;
	 text-decoration: none;
	 background: transparent;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija .description ul.subcategories li a {
		font-size: 14px;
		line-height: 28px;
		margin-right: 12px;
		min-width: 29px;
		height: 29px;	
	}
}

 #kategorije .blockkategorija .description ul.subcategories li a:hover, #kategorije .blockkategorija .description ul.subcategories li a.active {
	 color: #FFF;
	 border: 1px solid #f32531;
	 background: #f32531;
}
 #kategorije .blockkategorija .description .categorydescription h2 {
	 color: #333333;
	 font-size: 32px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
	 display: block;
	 margin: 0;
	 padding: 0;
	 margin: 20px 0;
}

 #kategorije .blockkategorija .description .categorydescription .text {
	 color: #2B2928;
	 font-size: 15px;
	 line-height: 24px;
}

 #kategorije .blockkategorija .description .categorydescription .pogoji {
	 margin-top: 30px;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija .description .categorydescription h2 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
		margin: 6px 0 0 0;
	}

	#kategorije .blockkategorija .description .categorydescription .text {
		font-size: 14px;
		line-height: 18px;
   }

   #kategorije .blockkategorija .description .categorydescription .text p{
		margin-top: 7px;
	}

	#kategorije .blockkategorija .description .categorydescription .pogoji {
		margin-top: 19px;
   }

	#kategorije .blockkategorija .description .categorydescription .pogoji h3{
		display: none;
   }
}

 #kategorije .blockkategorija .description .categorydescription .pogoji h3 {
	 color: #333333;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 font-size: 13px;
	 text-transform: uppercase;
}
 #kategorije .blockkategorija .description .categorydescription .pogoji ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 #kategorije .blockkategorija .description .categorydescription .pogoji ul li {
	 font-size: 13px;
	 text-transform: uppercase;
	 background: url(../img/redbullet.png) no-repeat center left;
	 padding-left: 20px;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija .description .categorydescription .pogoji ul li {
		padding-left: 11px;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 15px;
	}

}

 #kategorije .blockkategorija .description .categorydescription ul.prijavise {
	 margin: 0;
	 padding: 0;
	 margin-top: 80px;
	 list-style: none;
    clear: both;
    display: table;
    width: 100%;
}
 #kategorije .blockkategorija .description .categorydescription ul.prijavise li {
	 float: left;
}
 #kategorije .blockkategorija .description .categorydescription ul.prijavise li.devider {
	 background: #e1dfdf;
	 width: 1px;
	 height: 45px;
	 line-height: 45px;
	 margin: 0 20px;
}
 #kategorije .blockkategorija .description .categorydescription ul.prijavise li a.prijavise {
	 display: block;
	 height: 45px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #f32531;
	 color: #FFF;
	 text-align: center;
	 color: #ffffff;
	 font-size: 16px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 padding: 0 40px;
	 line-height: 45px;
	 text-decoration: none;
	 text-transform: uppercase;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija .description .categorydescription ul.prijavise {
		margin-top: 19px;
   }

   #kategorije .blockkategorija .description .categorydescription ul.prijavise li.devider {
	height: 38px;
	margin: 0 15px;
}

   #kategorije .blockkategorija .description .categorydescription ul.prijavise li a.prijavise {
	height: unset;
	border-radius: 2px;
	font-size: 14px;
	padding: 12px 36px;
	line-height: 18px;
	text-transform: capitalize;
}

}


 #kategorije .blockkategorija .description .categorydescription ul.prijavise li a.prijavise:hover {
	 background-color: #2B2929;
}
 #kategorije .blockkategorija .description .categorydescription ul.prijavise li.date {
	 color: #333333;
	 font-size: 24px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
}
 #kategorije .blockkategorija .description .categorydescription ul.prijavise li.date .nexttec {
	 color: #333333;
	 font-size: 15px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
	 line-height: 15px;
     padding: 11px 0 0;
}

@media (max-width: 576px) {
	#kategorije .blockkategorija .description .categorydescription ul.prijavise li.date {
		font-size: 14px;
		line-height: 18px;
	}	

	#kategorije .blockkategorija .description .categorydescription ul.prijavise li.date .nexttec {
		font-size: 12px;
		line-height: 15px;	
		margin-bottom: 11px;
	}

}

#prijavise {
	 padding-top: 85px;
	 border-bottom: 1px solid #e1dfdf;
}

#prijavise .introtext {
	 width: 493px;
}

#prijavise .introimage img{
	max-width: 100%;
}

#prijavise .introtext h2 {
	 line-height: 48px;
}

#prijavise .introtext p {
	font-size: 18px;
	color: #2b2929;
}

@media (max-width: 768px) {

	#prijavise {
		padding-top: 20px;
	}

	#prijavise .content {
		width: 87%;
	}

	#prijavise .introtext  {
		width: 100%; 
   }

	#prijavise .introtext h2 {
		font-size: 18px;
		line-height: 23px;
		
   }
   #prijavise .introtext h2 span{
		font-size: 32px !important;
		line-height: 40px;
		text-transform: capitalize !important;
	}

	#prijavise .introtext p{
		font-size: 14px;
		line-height: 18px;
	}	
}

 
 #prijavise form {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 margin-top: 140px;
}

@media (max-width: 768px) {
	#prijavise form {
		margin-top: 30px;
	}
}

#prijavise form input{
	box-sizing: border-box;
}

 #prijavise form fieldset {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
 #prijavise form fieldset table tr td {
	 padding-bottom: 87px;
}
 #prijavise form fieldset table tr td.section {
	 padding-top: 40px;
	 vertical-align: top;
	 width: 282px;
	 color: #8f8f8f;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 200;
	 line-height: 30px;
}
  
 #prijavise form fieldset table tr td.section span.number {
	 font-size: 48px;
	 color: #f32531;
	 padding-right: 10px;
	 line-height: 7px;
}

@media (max-width: 768px) {
	#prijavise form fieldset table tr td.section span.number {
		font-size: 20px;
		line-height: 25px;
		padding-left: 5px;

	}

	#prijavise form fieldset table tr td {
		padding-bottom: 50px;
   }
}

 #prijavise form fieldset table tr td.checks {
	 vertical-align: top;
	 width: 26px;
	 background: url(../img/verticalline.gif) repeat-y top center;
	 padding-top: 45px;
}
 #prijavise form fieldset table tr td.checks .check {
	 background-image: url(../img/sprite.png);
	 background-repeat: no-repeat;
	 background-position: -1135px 3px;
	 width: 26px;
	 height: 27px;
}
 #prijavise form fieldset table tr td.checks .check.on {
	 background-position: -1175px 0px;
}
 #prijavise form fieldset table tr td.fields {
	 padding-left: 48px;
	 padding-top: 45px;
}

@media (max-width: 768px) {
	
	#prijavise form fieldset table tr td.section {
		display: block;
		width: 100%;
		padding: 0;
	}

	#prijavise form fieldset table tr td.checks {
		display: block;
		float: left;
	}

	#prijavise form fieldset table tr td.fields {
		display: block;
		padding: 0 0 0 30px;
	}
}

 #prijavise form fieldset table tr td.fields a.checkbox, #prijavise form fieldset table tr td.fields a.checkbox1 {
	 font-size: 14px;
	 color: #2b2929;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-decoration: none;
	 text-transform: uppercase;
	 margin-top: 14px;
}

@media (max-width: 768px) {
	#prijavise form fieldset table tr td.fields a.checkbox, #prijavise form fieldset table tr td.fields a.checkbox1 {
		font-size: 12px;
		display: flex;
		align-items: center;
		margin-top: 0;	
		width: 75px;
		float: left;
		margin-top: 16px;
	}	
}

 #prijavise form fieldset table tr td.fields a.checkbox i, #prijavise form fieldset table tr td.fields a.checkbox1 i {
	 background-image: url(../img/sprite.png);
	 background-repeat: no-repeat;
	 background-position: -1252px 0px;
	 display: inline-block;
	 width: 19px;
	 height: 19px;
	 margin-right: 10px;
}
 #prijavise form fieldset table tr td.fields a.checkbox.on i, #prijavise form fieldset table tr td.fields a.checkbox1.on i {
	 background-position: -1282px 0px;
}
 #prijavise form fieldset table tr td.fields h3 {
	 color: #2b2929;
	 font-size: 32px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 200;
	 margin-top: 0px;
}

@media (max-width: 768px) {
	#prijavise form fieldset table tr td.fields h3 {
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;	
		color: #000 !important;
		margin-top: 16px;
	}
}

 #prijavise form fieldset table tr td.fields a.prijavavarnavoznja {
	 display: inline-block;
	 margin: 0 0 25px 0;
	 color: #E40F2C;
	 padding: 0 40px;
	 line-height: 55px;
	 text-decoration: none;
	 color: #FFF;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border: 0;
	 text-transform: uppercase;
	 height: 55px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #2B2929;
}
 #prijavise form fieldset table tr td.fields ul.option {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 margin-bottom: 70px;
}
 #prijavise form fieldset table tr td.fields ul.option li {
	 float: left;
}

 
@media (max-width: 768px) {

	#prijavise form fieldset table tr td.fields ul.option {
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	#prijavise form fieldset table tr td.fields ul.option.option-flex {
		flex-direction: column;
	}

	#prijavise form fieldset table tr td.fields ul.option.option-flex li{
		margin-bottom: 5px;
		width: 100%;
	}

	#prijavise form fieldset table tr td.fields ul.option li {
		float:unset;
   }
}


 #prijavise form fieldset table tr td.fields ul.option li a {
	 text-transform: uppercase;
	 height: 26px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 line-height: 26px;
	 padding: 0 20px;
	 display: block;
	 text-decoration: none;
	 font-size: 14px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 margin-right: 8px;
}
 #prijavise form fieldset table tr td.fields ul.option li a.black {
	 background-color: #fff;
	 color: #2b2929;
	 border: 1px solid #c4c4c4;
}
 #prijavise form fieldset table tr td.fields ul.option li a.black:hover, #prijavise form fieldset table tr td.fields ul.option li a.black.active {
	 background-color: #2b2929;
	 border-color: #2b2929;
	 color: #FFF;
}
 #prijavise form fieldset table tr td.fields ul.option li a.red {
	 background-color: #fff;
	 color: #2b2929;
	 border: 1px solid #c4c4c4;
}
 #prijavise form fieldset table tr td.fields ul.option li a.red:hover, #prijavise form fieldset table tr td.fields ul.option li a.red.active {
	 background-color: #f32531;
	 border-color: #f32531;
	 color: #FFF;
}
 #prijavise form fieldset table tr td.fields .tecaj {
	 margin-left: 33px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: rgba(233,233,233,0.35);
	 padding: 24px;
}

 #prijavise form fieldset table tr td.fields .tecaj span.date {
	 display: inline-block;
	 margin-right: 68px;
	 height: 46px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #f1e5a5;
	 padding: 0 14px;
	 color: #1e1e1e;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 font-size: 24px;
	 line-height: 46px;
}

 #prijavise form fieldset table tr td.fields .tecaj span.date i {
	 background-image: url(../img/sprite.png);
	 background-repeat: no-repeat;
	 background-position: -1215px 0px;
	 width: 20px;
	 height: 24px;
	 display: inline-block;
	 margin-top: 10px;
	 margin-right: 10px;
}

@media (max-width: 768px) {
	#prijavise form fieldset table tr td.fields .tecaj {
		float: left;
		margin-left: 0;
		margin-bottom: 30px;
		padding: 0;
		background-color: #fff;
	}
	#prijavise form fieldset table tr td.fields .tecaj span.date {
		font-weight: 500;
		font-size: 14px !important;
		line-height: 18px;
		margin-right: 7px;
		float: left;
		display: flex;
    	align-items: center;
	}
	#prijavise form fieldset table tr td.fields .tecaj span.date i {
		margin: 0 5px 0 0;
	}
}

 #prijavise form fieldset table tr td.fields .user {
	 margin-top: 35px;
}
 #prijavise form fieldset table tr td.fields .user label {
	 display: block;
	 font-size: 11px;
	 color: #2b2929;
	 text-transform: uppercase;
}
 #prijavise form fieldset table tr td.fields .user input {
	 height: 45px;
	 border: 1px solid #c4c4c4;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #fff;
	 padding: 0 12px;
	 color: #2b2929;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 margin: 10px 0 30px 0;
}
 #prijavise form fieldset table tr td.fields .user input.w312 {
	 width: 312px;
}
 #prijavise form fieldset table tr td.fields .user input.w466 {
	 width: 466px;
}
 #prijavise form fieldset table tr td.fields .user input.w170 {
	 width: 170px;
}
 #prijavise form fieldset table tr td.fields .user input.w120 {
	 width: 120px;
}


@media (max-width: 768px) {

	#prijavise form fieldset table tr td.fields .user input {
		height: 39px;
		margin: 0px 0 8px 0;	
	}

	#prijavise form fieldset table tr td.fields .user input.w312 {
		width: 100%;
   }
	#prijavise form fieldset table tr td.fields .user input.w466 {
		width: 100%;
   }
	#prijavise form fieldset table tr td.fields .user input.w170 {
		width: 100%;
   }
	#prijavise form fieldset table tr td.fields .user input.w120 {
		width: 120px;
   }

   .form-mobile-w {
	float: left;
   }

   .form-mobile-w104 {
		width: 104px;
		margin-right: 8px;
	}


	.form-mobile-w136 {
		width: 136px;
	}
}

 #prijavise form fieldset table tr td.fields input[type="submit"] {
	 padding: 0 40px;
	 line-height: 55px;
	 text-decoration: none;
	 color: #FFF;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border: 0;
	 text-transform: uppercase;
	 height: 55px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #f32531;
}
 #prijavise form fieldset table tr td.fields input[type="submit"]:hover {
	 background-color: #2B2929;
}

@media (max-width: 768px) {
	#prijavise form fieldset table tr td.fields input[type="submit"] {
		padding: 0 19px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		margin-top: 22px;
	}
}

#prijavise form fieldset table tr td.fields.btn-p {
	padding-top: 0;
}

 #blog {
	 border-bottom: 1px solid #d3d3d3;
}
 #blog .archive {
	 width: 1140px;
	 margin: 0 auto;
}
 #blog .archive ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 margin: 75px 0;
}
 #blog .archive ul li {
	 float: left;
}
 #blog .archive ul li a {
	 font-size: 18px;
	 color: #322728;
	 margin-right: 38px;
}
 #blog .archive ul li.current a {
	 color: #f21926;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
}
 #blog .content {
	 border-left: 1px solid #d3d3d3;
}
 #blog .blogblock {
	 padding-left: 68px;
	 padding-bottom: 100px;
	 padding-right: 20px;
}
 #blog .blogblock.single {
	 padding-top: 50px;
}
 #blog .blogblock .date {
	 margin-top: 25px;
	 margin-left: -89px;
	 background-color: #FFF;
	 text-align: center;
}
 #blog .blogblock .date span.month {
	 text-align: center;
}
 #blog .blogblock h2 {
	 margin: 0;
	 padding: 0;
	 margin-bottom: 20px;
}
 #blog .blogblock h2 a {
	 font-size: 52px;
	 color: #333333;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
	 text-decoration: none;
}
 #blog .blogblock .image {
	 border-radius: 3px;
	 margin-bottom: 25px;
}
 #blog .blogblock .description {
	 font-size: 18px;
	 color: #2B2928;
	 margin-bottom: 15px;
}
 #blog .blogblock a.more {
	 display: block;
	 color: #f21926;
	 text-decoration: none;
}
 #blog .blogblock a.more:hover {
	 text-decoration: underline;
}
 #blog .blog_pagination {
	 margin: 0px 50px;
	 margin-bottom: 0px;
	 padding-bottom: 50px;
}
 #blog .blog_pagination span.page-numbers, #blog .blog_pagination a.page-numbers {
	 background-color: #322728;
	 padding: 0 17px;
	 height: 40px;
	 line-height: 40px;
	 display: inline-block;
	 font-size: 16px;
	 color: #ffffff;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-decoration: none;
	 border-radius: 3px;
	 margin-right: 5px;
}
 #blog .blog_pagination span.current, #blog .blog_pagination a:hover {
	 background-color: #f32531;
}
 
#contact {
	padding-top: 117px;
}

#contact .contact-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	width: 95%;
}

@media (max-width: 576px) {
	#contact {
		padding-top: 29px;
		overflow: hidden;
	}
	
	#contact .contact-flex {
		padding-bottom: 0;
	}
}

 @media (max-width: 1200px) {
	#contact .contact-flex {
		flex-direction: column;
		align-items: center;
	}	 
 }

 #contact .contactform{
	 width: 42%;
}

#contact .contactinfo{
	width: 55%;
}

@media (max-width: 1200px) {
	#contact .contactform, #contact .contactinfo {
		width: 70%;
		margin-top: 30px;
	}	
}

@media (max-width: 576px) {
	#contact .contactform, #contact .contactinfo {
		width: 92%;
	}
}

element.style {
    margin-right: 3px;
}


@media (max-width: 1200px) {
	#contact .contactinfo .swiper-slide {
		max-width: 180px;
	}
}

#contact .contactinfo h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

#contact h3.contactinfo-p{
	margin-top: 67px;
}

@media (max-width: 1200px) {
	#contact h3.contactinfo-p{
		margin-top: 40px;
	}	
}

#contact .contactinfo .locations .location-item {
	box-sizing: border-box;
	background: #2D2B2C;
	border-radius: 3px;
	max-width: 206px;
	max-height: 133px;
	color: #fff;
	overflow: hidden;
}

#contact .contactinfo .getintouch {
	box-sizing: border-box;
	border-radius: 3px;
	max-width: 206px;
	max-height: 133px;
	overflow: hidden;
}

#contact .contactinfo .getintouch ul{
	padding: 0;
	display: flex;
}

#contact .contactinfo .getintouch ul li{
	box-sizing: border-box;
	max-width: 206px;
	background: #F5F2F2;
	flex-grow: 1;
	padding: 10px 0 10px 11px
}

#contact .contactinfo .getintouch ul li:not(:last-child){
	margin-right: 6px;
}

@media (max-width: 576px) {
	#contact .contactinfo .getintouch ul{
		flex-direction: column;
	}	

	#contact .contactinfo .getintouch ul li{
		max-width: unset;
		margin: 0 0 5px 0 !important;
	}
}

#contact .contactinfo .getintouch ul li svg{
	margin-right: 5px;
}

#contact .contactinfo .getintouch ul li a{
	color: #2D2B2C;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}

@media (max-width: 1200px) {
	#contact .contactinfo .locations {
		overflow: hidden;
	}
}

@media (max-width: 576px) {
	#contact .contactinfo .locations {
		overflow: unset;
		position: relative;
		height: 133px;
	}

	.swiper-contact {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
	}
}

#contact .contactinfo .locations .location-item h3{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: #F21925;
	padding: 5px 0 4px 9px;
	text-transform: uppercase;
}

#contact .contactinfo ul{
	list-style: none;
	padding: 5px 27px 25px 9px;
	margin: 0;
}

#contact .contactinfo .locations .location-item li{
	font-size: 16px;
	line-height: 17px;
}

#contact .contactinfo .locations .location-item li span{
	font-weight: 600;
	margin-bottom: 20px;
    display: inline-block;
}

#contact .contactinfo .getintouch {
	min-width: unset;
	max-width: 100%;
}

@media (max-width: 576px) {

	#contact .contactinfo .locations .location-item h3{}

	#contact .contactinfo .swiper-pagination {
		display: flex;
		justify-content: center;
	}

	#contact .contactinfo .swiper-pagination .swiper-pagination-bullet {
		background: #7C7B7C;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		margin-top: 13px;
		margin-right: 6px;
		cursor: pointer;
	}

	#contact .contactinfo .swiper-pagination .swiper-pagination-bullet-active {
		background: #F21925;
	}

}

 #contact .contactform input[type="text"], #contact .contactform input[type="email"] {
	box-sizing: border-box;
	width: 216px;
	height: 47px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #fff;
	color: #2b2929;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	margin-top: -14px;
	margin-bottom: 29px;
}

.mr-input {
	margin-right: 42px;
}

@media (max-width: 1200px) {

	#contact .contactform input[type="text"], #contact .contactform input[type="email"] {
		width: 100%;
		margin-bottom: 8px;
		height: 39px;
	}

	#contact .contactform .fl {
		float: unset;
	}
	
	.mr-input {
		margin-right: 0;
	}
}

 #contact .contactform textarea {
	 width: 1110px;
	 height: 112px;
	 border: 1px solid #c4c4c4;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #fff;
	 color: #2b2929;
	 font-size: 18px;
	 padding: 12px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 margin-top: -14px;
}

#contact .contactform label {
	 display: block;
	 font-size: 11px;
	 color: #2b2929;
	 text-transform: uppercase;
}

@media (max-width: 576px) {
	#contact .contactform textarea {
		margin-top: -9px;
	}

	#contact .contactform label {
		font-weight: 300;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: -11px;
	}
}

#contact .contactform p {
	margin: 0;
}
 #contact .contactform input[type="submit"] {
	 padding: 0 52px;
	 line-height: 22px;
	 text-decoration: none;
	 color: #FFF;
	 font-size: 16px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border: 0;
	 text-transform: uppercase;
	 height: 42px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #f32531;
	 margin-top: 30px;
}

@media (max-width: 576px) {
	#contact .contactform input[type="submit"] {
		margin-top: 15px;
		padding: 0 45px;
	}
}

 #contact .contactform input[type="submit"]:hover {
	 background-color: #2B2929;
}
 #contact .contactform span.wpcf7-not-valid-tip {
	 position: absolute;
	 right: 0;
	 top: 14px;
	 width: 160px;
	 left: auto;
	 border: 0;
	 background: none;
	 color: #E40F2C;
}

@media (max-width: 576px) {
	#contact .contactform span.wpcf7-not-valid-tip {
		top: -36px;
		width: 190px;
	}	
}

 #contact .contactform .wpcf7-mail-sent-ok {
	 border: 0;
}
 #contact .mapholder {
	 position: relative;
	 height: 419px;
}

@media (max-width: 576px) {
	#contact .mapholder {
		margin-top: 30px;
   }
}

 #contact .mapholder #map {
	 width: 100%;
	 height: 419px;
	 margin-top: 40px;
}
 #contact .mapholder .locations {
	 left: 50%;
	 background: red;
	 background-color: #f32531;
	 filter: alpha(opacity=90);
	 opacity: 0.9;
	 height: 419px;
	 top: 0px;
	 position: absolute;
	 width: 100%;
}
 #contact .mapholder .locations h3 {
	 background: #333333;
	 color: #FFF;
	 padding-left: 63px;
	 padding-right: 10px;
	 height: 30px;
	 line-height: 30px;
	 display: inline-block;
	 text-transform: uppercase;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
}
 #contact .mapholder .locations ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 margin-left: 65px;
}
 #contact .mapholder .locations ul li {
	 float: left;
	 width: 160px;
	 margin-right: 15px;
	 color: #FFF;
}
 #contact .mapholder .locations ul li a {
	 color: #FFF;
}
 #contact .onas h2 {
	 color: #333333;
	 font-size: 48px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-align: center;
	 text-transform: uppercase;
}
 #contact .onas .description {
	 color: #2B2928;
	 line-height: 25px;
	 padding-bottom: 40px;
	 border-bottom: 1px solid #e5e5e5;
	 margin-bottom: 60px;
	 text-align: center;
}

#contact .contactform .f-holder {
	display: flex;
    justify-content: space-between;
}

#contact .contactform input.input-100, #contact .contactform textarea.input-100 {
	width: 100%;
	padding: 0;
}

 #splosnipogoji .content, #piskotki .content {
	 margin-top: 100px;
}
 #splosnipogoji h2, #piskotki h2 {
	 color: #333333;
	 font-size: 48px;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-align: left;
	 text-transform: uppercase;
}
 #splosnipogoji p, #piskotki p {
	 color: #2B2928;
	 line-height: 25px;
	 padding-bottom: 40px;
	 text-align: left;
}
 #splosnipogoji .divider, #piskotki .divider {
	 line-height: 25px;
	 border-bottom: 1px solid #e5e5e5;
	 margin-bottom: 40px;
}

 #cenik {
	 min-height: 71vh;
 }

 #cenik .content {
	 width: 100%;
}

 #cenik .categories {
	 padding: 17px 0;
}

@media (max-width: 576px) {
	#cenik .categories {
		padding: 12px 0;
	}	
}

 #cenik .categories ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 display: flex;
	 justify-content: center;
}
 #cenik .categories ul li {
	 float: left;
}
 #cenik .categories ul li a {
	 display: block;
	 text-align: center;
	 height: 46px;
	 line-height: 46px;
	 color: #2a2a2a;
	 font-size: 18px;
	 text-decoration: none;
	 text-transform: uppercase;
	 border: 3px solid transparent;
	 border-radius: 25px;
	 padding: 0 25px;
	 margin-right: 19px;
}

@media (max-width: 576px) {
	#cenik .categories ul li a {
		height: unset;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 12px;
		margin-right: 0;
		border: 2px solid transparent;
	}		
}

 #cenik .categories ul li a:hover {
	 border-color: #f01926;
}
 #cenik .categories ul li a.active {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border-color: #f01926;
}
 #cenik h2 {
	 color: #333333;
	 font-size: 25px;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-align: center;
	 text-transform: uppercase;
}
 #cenik p {
	 color: #2B2928;
	 line-height: 25px;
	 padding-bottom: 10px;
	 text-align: center;
}

 #cenik .block {
	 padding: 20px 0;
}


@media (max-width: 576px) {

	#cenik h2 {
		font-size: 24px;
		line-height: 30px;	
		margin-bottom: 17px;
	}

	#cenik p {
		margin-top: 0;
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
	}
	
	#cenik .block {
		padding: 5px 0 16px 0;
	}

	#cenik .priceupdate {
		background: #F5F2F2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#cenik .priceupdate p {
		padding-top: 8px;
		padding-bottom: 0;
	}
}

 #cenik .block2 {
	 
}
 #cenik-testimonials {
	 background-color: #FA1932;
	 height: 195px;
	 padding-top: 1px;
}

#cenik-testimonials .line {
	width: 100%;
	height: 1px;
	background: #950b19;
	position: absolute;
    top: 11px;
}

 #cenik-testimonials .contentholder {
	 margin-top: 30px;
	 position: relative;
}
 #cenik-testimonials .contentholder .content {
	 text-align: center;
	 max-width: 1060px;
	width: 100%;
}
 #cenik-testimonials .contentholder .content #quoteslides {
	list-style: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}

@media (max-width: 576px) {
	#cenik-testimonials {
		height: 146px;
   	}

	#cenik-testimonials .contentholder {
		margin-top: 19px;
   }

	#cenik-testimonials .contentholder .content #quoteslides {
		padding: 0;
	}
	
	#cenik-testimonials .line {
		top: 7px;
   	}
}

 #cenik-testimonials .contentholder .content #quoteslides li .author {
	 background-color: #fd1128;
	 color: #950b19;
	 margin: 0 auto;
	 width: 300px;
	 text-align: center;
	 font-size: 18px;
}

@media (max-width: 992px) {
	#cenik-testimonials .contentholder .content #quoteslides li .author {
		width: 158px;
	}	
}

#cenik-testimonials .contentholder .content #quoteslides li .quote {
	 margin-top: 15px;
	 margin-bottom: 10px;
	 color: #FFF;
	 font-size: 31px;
	 line-height: 39px;
	 text-align: center;
	 width: 100%;
}

@media (max-width: 992px) {
	#cenik-testimonials .contentholder .content #quoteslides li .quote {
		font-size: 25px;
		line-height: 29px;	
	}
}

@media (max-width: 576px) {
	#cenik-testimonials .contentholder .content #quoteslides li .author {
		font-size: 12px;
		line-height: 15px;
	}	

	#cenik-testimonials .contentholder .content #quoteslides li .quote {
		font-size: 14px;
		line-height: 18px;	
		padding: 0 40px 8px 40px;
		box-sizing: border-box;
		letter-spacing: -0.2px;
		margin-bottom: 0;
	}
}


 #cenik-testimonials .contentholder .content #quotenav a {
	 width: 12px;
	 height: 12px;
	 display: inline-block;
	 margin-right: 15px;
	 border: 1px solid #c00f20;
	 text-indent: -9999px;
	 border-radius: 6px;
}
 #cenik-testimonials .contentholder .content #quotenav a:hover {
	 border: 1px solid #FFF;
	 background-color: #FFF;
}
 #cenik-testimonials .contentholder .content #quotenav a.activeSlide {
	 border: 1px solid #FFF;
	 background-color: #FFF;
}

#cenik-testimonials .swiper-pagination {
	display: flex;
	justify-content: center;
}

#cenik-testimonials .swiper-pagination .swiper-pagination-bullet{
	background: #BB1426;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
	cursor: pointer;
}

#cenik-testimonials .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}

 #piskotki ul {
	 list-style: none;
}
 #piskotki ul li {
	 font-size: 13px;
	 text-transform: uppercase;
	 background: url(../img/redbullet.png) no-repeat center left;
	 padding-left: 20px;
}
 #piskotki table {
	 border-collapse: separate;
	 border-spacing: 0px 5px;
}
 #piskotki table th {
	 text-align: left;
	 color: #333333;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 font-size: 13px;
	 text-transform: uppercase;
	 border-bottom: 1px solid #e5e5e5;
	 padding-bottom: 10px;
}
 #piskotki table td {
	 max-width: 300px;
}
 #piskotki table td:first-child {
	 width: 200px;
}
 #varnavoznja .categories {
	 border: 1px solid #e4e4e4;
	 padding: 17px 0;
}
 #varnavoznja .categories .content ul {
	 padding: 0;
	 list-style: none;
	 overflow: hidden;
	 margin: 0 auto;
	 width: 550px;
}
 #varnavoznja .categories .content ul li {
	 float: left;
}
 #varnavoznja .categories .content ul li a {
	 display: block;
	 text-align: center;
	 height: 46px;
	 line-height: 46px;
	 color: #2a2a2a;
	 font-size: 18px;
	 text-decoration: none;
	 text-transform: uppercase;
	 border: 3px solid transparent;
	 border-radius: 25px;
	 padding: 0 25px;
	 margin-right: 19px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 200;
}
 #varnavoznja .categories .content ul li a:hover {
	 border-color: #f01926;
}
 #varnavoznja .categories .content ul li a.active {
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border-color: #f01926;
}
 #varnavoznja .maintext .varnavoznjatext h2 {
	 font-size: 48px;
	 text-align: center;
	 color: #322728;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 200;
	 width: 900px;
	 margin: 0 auto;
	 padding: 30px 0;
}
 #varnavoznja .maintext .varnavoznjatext .number {
	 background: url(../img/number-bck.png) no-repeat center 47px;
	 margin-bottom: 40px;
	 height: 120px;
}
 #varnavoznja .maintext .varnavoznjatext .number .no {
	 color: #FFF;
	 width: 38px;
	 height: 38px;
	 border-radius: 19px;
	 background-clip: padding-box;
	 background-color: #f11925;
	 line-height: 38px;
	 text-align: center;
	 margin: 0 auto;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
}
 #varnavoznja .maintext .varnavoznjatext .text {
	 text-align: center;
	 margin-bottom: 50px;
}
 #varnavoznja .maintext .varnavoznjatext .text h3 {
	 color: #312728;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 font-size: 23px;
}
 #varnavoznja .maintext .varnavoznjatext .text p {
	 color: #2B2928;
	 font-size: 20px;
}
 #varnavoznja .videoblock {
	 height: 525px;
	 background: url(../img/video_containerbck.png) repeat-x left bottom;
}
 #varnavoznja .videoblock .video {
	 background: url(../img/videobck.png) no-repeat top left;
	 width: 1140px;
	 height: 452px;
}
 #varnavoznja .videoblock .video iframe {
	 margin-left: 174px;
}
 #varnavoznja .naslednjitecaj {
	 border-bottom: 1px solid #e4e4e4;
	 padding-bottom: 25px;
}
 #varnavoznja .naslednjitecaj h4 {
	 font-size: 23px;
	 color: #312728;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 margin: 40px 0 30px 0;
	 text-align: center;
}
 #varnavoznja .naslednjitecaj p {
	 margin: 0;
	 padding: 0;
	 text-align: center;
	 font-size: 18px;
	 color: #312728;
}
 #varnavoznja .formforsafetyride {
	 padding-top: 50px;
	 padding-bottom: 100px;
	 border-bottom: 1px solid #e4e4e4;
}
 #varnavoznja .formforsafetyride a.checkbox {
	 font-size: 14px;
	 color: #2b2929;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 text-decoration: none;
	 text-transform: uppercase;
	 margin-top: 14px;
}
 #varnavoznja .formforsafetyride a.checkbox i {
	 background-image: url(../img/sprite.png);
	 background-repeat: no-repeat;
	 background-position: -1252px 0px;
	 display: inline-block;
	 width: 19px;
	 height: 19px;
	 margin-right: 10px;
}
 #varnavoznja .formforsafetyride a.checkbox.on i {
	 background-position: -1282px 0px;
}
 #varnavoznja .formforsafetyride label {
	 display: block;
	 font-size: 11px;
	 color: #2b2929;
	 text-transform: uppercase;
}
 #varnavoznja .formforsafetyride input {
	 height: 45px;
	 border: 1px solid #c4c4c4;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #fff;
	 padding: 0 12px;
	 color: #2b2929;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 margin: 10px 0 30px 0;
}
 #varnavoznja .formforsafetyride input.w312 {
	 width: 312px;
}
 #varnavoznja .formforsafetyride input.w466 {
	 width: 466px;
}
 #varnavoznja .formforsafetyride input.w170 {
	 width: 170px;
}
 #varnavoznja .formforsafetyride input.w120 {
	 width: 120px;
}
 #varnavoznja .formforsafetyride input[type="submit"] {
	 padding: 0 40px;
	 line-height: 55px;
	 text-decoration: none;
	 color: #FFF;
	 font-size: 18px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 border: 0;
	 text-transform: uppercase;
	 height: 55px;
	 border-radius: 3px;
	 background-clip: padding-box;
	 background-color: #f32531;
	 margin-top: 50px;
}
 #varnavoznja .formforsafetyride input[type="submit"]:hover {
	 background-color: #2B2929;
}
 #footer {
	 background: #ffffff;
	 width: 100%;
	 left: 0px;
	 padding-top: 25px;
	 padding-bottom: 20px;
	 color: #b0b0b0;
	 font-size: 12px;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 400;
}
 #footer .content a {
	 color: #b0b0b0;
	 text-decoration: none;
}

#footer .follow-mobile {
	display: none;
}

@media (max-width: 1200px) {
	#footer {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 992px) {
	#footer .follow{
		float: left;
	}

	#footer .author{
		float: right;
	}
}

@media (max-width: 576px) {

	#footer .follow{
		display: none;

	}

	#footer .follow-mobile{
		display: block;
		
	}

	#footer .author{
		float: right;
	}
}

 #footer .content .follow a.facebook {
	 color: #fd1128;
	 background-image: url(../img/sprite.png);
	 background-position: 0px -449px;
	 background-repeat: no-repeat;
	 padding-left: 25px;
	 margin-left: 10px;
	 display: inline-block;
	 height: 20px;
	 line-height: 20px;
}
 #footer .content ul.nav {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 margin-bottom: 20px;
}

@media (max-width: 1200px) {
	#footer .content ul.nav {
		display: none;
   }	
}

 #footer .content ul.nav li {
	 float: left;
	 margin-right: 26px;
}
 #footer .content ul.nav li a {
	 color: #252525;
	 font-weight: normal;
	 font-style: normal;
	 font-family: 'Dosis', sans-serif;
	 font-weight: 700;
	 font-size: 14px;
	 height: 30px;
	 line-height: 30px;
	 border: 1px solid transparent;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	 -moz-background-clip: padding;
	 -webkit-background-clip: padding-box;
	 background-clip: padding-box;
	 padding: 0 18px;
	 display: block;
	 text-decoration: none;
}
 #footer .content ul.nav li.current-menu-item a, #footer .content ul.nav li.current_page_parent a, #footer .content ul.nav li:hover a {
	 border: 1px solid #c0cccd;
}
 