@font-face {
	font-family: SourceSansPro-Light;
	src: url('../font/SourceSansPro-Light.ttf') format('truetype');
}
.mainKolHolder body {
	margin: 0;
	padding: 0;
}

.mainKolHolder h1 {
	font-size: 2.2em;
}
.mainKolHolder .header {
	background-color: #f9f9f9; 
	width: 100%; 
	height: 10%;
	display: table;
	font-family: SourceSansPro-Light;
	overflow: hidden;
}
.mainKolHolder .header .leftHeader {
	display: table-cell;
	vertical-align: middle;
}
.mainKolHolder .header .leftHeader img {
	height:100px;
}
.mainKolHolder .header .leftHeader .firstCharLogo {
	color: #ae4a85;
}
.mainKolHolder .header .rightHeader {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right:1em;
}
.mainKolHolder .rightBlock {
	width: 70%;
	height: 90%;
	float: right;
	background-color: white;
	font-size:1.6em;
}
.mainKolHolder .leftBlock {
	width: 30%;
	height: 90%;
	float: left;
	background-color: #f4e5ee;
}
.mainKolHolder .leftBlock .leftText {
	display: table;
	font-size: 1.6em;
	height: 5%;
	font-family: SourceSansPro-Light;
	color: #975a7a;
	margin: 0 auto;
}
.mainKolHolder .leftBlock .todayDate {
	display: table-cell;
	vertical-align: middle;
}
.mainKolHolder .leftBlock .details {
	border-top: 1px solid gray;
}
.mainKolHolder .leftBlock .details .sliderHeading {
	padding-left: 10%; 
	padding-bottom: 4%; 
	font-family: SourceSansPro-Light;
	color: #373036;
}
.mainKolHolder .leftBlock .details .details_tok {
	padding-top: 0px;
	padding-bottom: 20px;
}
.mainKolHolder .leftBlock .details .details_krc {
	padding: 30px 0;
}
.mainKolHolder .leftBlock .details .details_prsa {
	padding: 30px 0;
}
.mainKolHolder .leftBlock .details .details_tok .tok {
	height: 3px;
	width: 80%;
	background: #ce97b8;
	border: none;
	margin: 0px auto;
}
.mainKolHolder .leftBlock .details .details_krc .krc {
	height: 3px;
	width: 80%;
	background: #ce97b8;
	border: none;
	margin: 0px auto;
}
.mainKolHolder .leftBlock .details .details_prsa .prsa {
	height: 3px;
	width: 80%;
	background: #ce97b8;
	border: none;
	margin: 0px auto;
}
.mainKolHolder .leftBlock .details .details_tok .tok .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 50% 50%;
	background-size:contain;
	width:1.5em;
	padding-bottom:2.2em;
	position: absolute;
	top: -1.5em;
	border: none;
}
.mainKolHolder .leftBlock .details .details_krc .krc .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 50% 50%;
	background-size:contain;
	width:1.5em;
	padding-bottom:2.2em;
	position: absolute;
	top: -1.5em;
	border: none;
}
.mainKolHolder .leftBlock .details .details_prsa .prsa .ui-slider-handle {
	background: url(../img/kapljica.png) no-repeat scroll 50% 50%;
	background-size:contain;
	width:1.5em;
	padding-bottom:2.2em;
	position: absolute;
	top: -1.5em;
	border: none;
}
.mainKolHolder .leftBlock .details label {
	position: absolute;
	width: 20px;
	margin-left: -10px;
	text-align: center;
	font-size: 1.5em;
	margin-top: 10px;
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.mainKolHolder .leftBlock .textCalendar {
	display: none;
}
.mainKolHolder hr {
	margin-top: 30px;
	color: gray;
	background-color: gray;
	border: none;
	height: 1px;
}
.mainKolHolder .rightBlock .rightText {
	width: 100%;
	display: table;
	height: 5%;
	font-family: SourceSansPro-Light;
}
.mainKolHolder .rightBlock .rightText .listDays {
	display: table-row;
	padding-left: 0;
	padding-right: 0;
}
.mainKolHolder .rightBlock .rightText .listDays li {
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.mainKolHolder .rightBlock .mobileLine {
	display: none;
}
.mainKolHolder .rightBlock .textBack {
	display: none;
}
.mainKolHolder .fc-day {
	position: relative;
}
.mainKolHolder .cellImage {
	position: absolute;
	bottom: 0em;
	right: 1em;
	width:1em;
}
.ui-datepicker {
	position: relative;
	z-index: 9999;
	font-family: SourceSansPro-Light;
}
.ui-widget-header {
	background: white;
	border: none;
	color: #e34d2a;
}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker td a {
	background: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: white;
	border: none;
	text-align: center;
}
div.date_wrapper {
	width: 28%;
	background: white;
	position: absolute;
	left: 1%;
/*	top: 15%;*/
	-moz-box-shadow: 0px 2px 5px rgb(100,100,100);
	-webkit-box-shadow: 0px 2px 5px rgb(100,100,100);
	box-shadow: 0px 2px 5px rgb(100,100,100);
	z-index: 10;
	display: none;
}
div.date_wrapper form {
	position: relative;
}
div.date_wrapper .lines {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	position: absolute;
	top: 58px;
	left: 0px;
	width: 100%;
	height: 24px;
}
div.date_wrapper .lines div {
	margin-left: 220px;
	line-height: 21px;
}
div.drum-wrapper {
	float: left;
}
div.drum figure {
	text-align: center;
	font-family: SourceSansPro-Light;
}
#drum_hours figure,  #drum_date figure {
	text-align: center;
}
#drum_month figure {
	text-align: center;
}
#drum_fullYear figure {
	text-align: center;
}
#drum_date, #drum_to_date {
	margin-left: 10px;
	margin-right: 5px;
}
#drum_date,  #drum_hours,  #drum_minutes {
	width: 15%;
}
#drum_hours {
	margin-left: 10px;
}
#drum_minutes {
	margin-left: 4px;
}
#drum_month {
	width: 40%;
}
#drum_fullYear {
	width: 20%;
}
#drum_hours .dial div {
	margin: 0 7px;
}
#drum_minutes .dial div {
	margin: 0 2px;
}
