/**/
/* main styles */
/**/
.hartije {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.hartije img {
	padding:0;
	margin:0;
	border-width: 0px;
	display: block;
}
.hartije > input {
	position: absolute;
	display: none;
}
.hartije > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}

.hartije > input:checked + label {
	cursor: default;
}
.hartije > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 12px;
	width: 260px;
}
.hartije > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 20px 0px 10px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}

.hartije > .tab-content-first:checked ~ ul .tab-content-first,
.hartije > .tab-content-2:checked ~ ul .tab-content-2,
.hartije > .tab-content-3:checked ~ ul .tab-content-3,
.hartije > .tab-content-4:checked ~ ul .tab-content-4,
.hartije > .tab-content-5:checked ~ ul .tab-content-5,
.hartije > .tab-content-6:checked ~ ul .tab-content-6,
.hartije > .tab-content-7:checked ~ ul .tab-content-7,
.hartije > .tab-content-8:checked ~ ul .tab-content-8,
.hartije > .tab-content-9:checked ~ ul .tab-content-9,
.hartije > .tab-content-10:checked ~ ul .tab-content-10,
.hartije > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* typography */
/**/
.hartije .typography {
	color: #333;
}

.hartije .typography p {
	display: inline-block;
	padding: 3px 5px !important;
	line-height: 16px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 45px;
	font-size:10px;
}
.hartije .typography p.name {
	display: inline-block;
	padding: 0px 5px 5px 5px!important;
	line-height: 10px;
	text-align: left;
	margin: 0px 0px 0px 62px;
	width: 40px;
	font-size:10px;
	font-weight:400;
	color: #21346A;
	text-transform:uppercase;
}
.hartije .typography p.name1 {
	display: inline-block;
	padding: 0px 5px 5px 5px!important;
	line-height: 10px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 40px;
	font-size:10px;
	font-weight:400;
	color: #21346A;
	text-transform:uppercase;
}
.hartije .typography p.name2 {
	display: inline-block;
	padding: 0px 3px 5px 3px!important;
	line-height: 10px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 48px;
	font-size:10px;
	font-weight:400;
	color: #21346A;
	text-transform:uppercase;
	text-align:center;
}
.hartije .typography p.red {
	color: #E82525;
}
.hartije .typography p.green {
	color: #1EBA1E;
}
.akcije .typography p.arrow {
	width: 10px;
}
.hartije .typography ul,
.hartije .typography ol {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.hartije .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 5px;
}
.hartije .typography a p {
	text-decoration: none;
	color: #21346A;
	font-size: 11px;
	width: 50px;
	font-weight:400;
}
.hartije .typography a p:hover {
	text-decoration:underline;
	color: #698db7;
}

/**/
/* steps */
/**/
.hartije-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.hartije-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.hartije-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.hartije-effect-slide-top > ul > li {
	top: -40px;
}
.hartije-effect-slide-right > ul > li {
	left: 80px;
}
.hartije-effect-slide-bottom > ul > li {
	top: 40px;
}
.hartije-effect-slide-left > ul > li {
	left: -80px;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.hartije > label {
		display: block;
	}
	.hartije > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.hartije > label {	
	padding: 0 7px;
	background: #21346A;
	font-size: 13px;
	line-height: 29px;
	font-weight: 700;
	color: #fff;
}
.hartije > label:hover {
	background: #54779f;
	color: #fff;
}
.hartije > input:checked + label {
	background: #fff;
	color: #515151;
}
.hartije > ul {
	background: #fff;
	text-align: left;
}
.hartije-steps > label:hover {
	background: #e5e5e5;	
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.hartije > ul,
.hartije > ul > li {
	height: 190px;
	
}