@font-face{
	font-family:Lato-Regular;
	src:url(../fonts/Lato-Regular.ttf);
}	

@font-face{
	font-family:Lato-Light;
	src:url(../fonts/Lato-Light.ttf);
}




body{
	font-family:Lato-Regular;
	padding:0px;
	margin:0px;
}

h1{
	font-family:Lato-Light;
	font-size:28px;
	font-weight:normal;

}

h2{
	font-family:Lato-Light;
	font-size:24px;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:5px;
}

h3{
	font-family:Lato-Light;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:5px;
}

.front_header{
	font-size:35px;
	width:100%;
	height:35px;
	margin-bottom:10px;
	color:#22313F;
	text-align:center;
	font-family:Lato-Light;
}
.front_header_small{
	font-size:18px;
	width:100%;
	height:25px;
	margin-bottom:40px;
	color:#22313F;
	text-align:center;
	font-family:Lato-Light;
}

.front_section{
	float:left;
	width:330px;
	height:330px;
	margin-right:20px;
	margin-left:20px;
	
	background:#ffffff;
	cursor:pointer;
	padding:10px;
}

.front_section:hover{
	background:#E4F1FE;
	border-radius:5px;
	
}

.front_section_headline{
	font-family:Lato-Light;
	font-size:25px;
	text-align:center;
	line-height:30px;
	margin-bottom:10px;
	border-bottom:1px solid #c4c4c4;
	
}

.front_section_text{
	font-family:Lato;
	font-size:15px;
	text-align:center;
	line-height:40px;
	margin-bottom:10px;
	border-bottom:1px solid #c4c4c4;
	
}

.header{
	width:100%;
	height:100px;
	background:#2c3e50;
}

.menu{
	background:#2980b9;
	color:#ffffff;
}

.menu_item{
	padding-left:20px;
	padding-right:20px;
	line-height:40px;
	height:40px;
	float:left;
	cursor:pointer;
}

.menu_item:hover{
	background:#3498db;
	
}

.clock_line{
	cursor:pointer;
}

.clock_line:hover{
	cursor:pointer;
	background:#C5EFF7;
}

.footer{
	margin-top:60px;
	background:#34495e;
	padding-top:20px;
	padding-bottom:20px;
	color:#7f8c8d;
	
}

.wrapper{
	position:relative;
	max-width:1400px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.wrapper_content{
	position:relative;
	max-width:1360px;
	width:calc(100% - 40px);
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.logo{
	position:absolute;
	left:0px;
	top:0px;
	width:370px;
	padding-top:0px;
	height:100px;
	font-family:Lato-Light;
	font-size:50px;
	color:#ffffff;
	cursor:pointer;
}

.content{
	width:100%;
	background:#ecf0f1;

}

.calendar_wrapper{
	width:100%;
	max-width:1360px;
	position:relative;
	margin-bottom:40px;
}

.month_selector{
	width:100%;
	position:relative;
	margin-bottom:30px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

.month_select{
	float:left;
	padding:5px;
	width:43px;
	cursor:pointer;
}

.holiday_category{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:#7f8c8d;
	color:#ffffff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:3px;
	cursor:pointer;
}

.holiday_category_selected{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:#27ae60;
	color:#ffffff;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:3px;
	cursor:pointer;
}

.month_select:hover{
	background:#ececec;
}

.month_head{
	width:calc(100% - 1px);
	height:60px;
	text-align:center;
	color:#ffffff;
	background:#4DAF7C;
	font-size:2em;
	line-height:60px;
	position:relative;
}

.week_head{
	width:calc(9% - 14px);
	height:20px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-left:1px solid #66CC99;
	border-top:1px solid #66CC99;
	border-bottom:1px solid #66CC99;
	border-right:1px solid #66CC99;
	background:#66CC99;
	color:#ffffff;
}

.day_head{
	width:calc(13% - 11px);
	height:20px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-top:1px solid #66CC99;
	border-right:1px solid #66CC99;
	border-bottom:1px solid #66CC99;
	background:#66CC99;
	color:#ffffff;

}



.week_nr{
	width:calc(9% - 14px);
	height:150px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-left:1px solid #ecf0f1;
	border-bottom:1px solid #ecf0f1;
	border-right:1px solid #ecf0f1;
	background:#89C4F4;
	color:#ffffff;
	font-size:40px;
	line-height:40px;
}

.day{
	width:calc(13% - 11px);
	height:150px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-right:1px solid #6bb9f0;
	border-bottom:1px solid #6bb9f0;
}

.day_holiday{
	width:calc(13% - 11px);
	height:150px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#C5EFF7;
}

.day_half_holiday{
	width:calc(13% - 11px);
	height:150px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-right:1px solid #E4F1FE;
	border-bottom:1px solid #E4F1FE;
	background:#e4f1fe;
}

.day_hidden{
	width:calc(13% - 11px);
	height:150px;
	line-height:20px;
	float:left;
	font-family:Lato-Regular;
	padding:5px;
	border-right:1px solid #6bb9f0;
	border-bottom:1px solid #6bb9f0;
	background:#f8f8f8;
	color:#c4c4c4;
}	


.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	
	border-right:30px solid white; 
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid white;
}

.search_box{
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.search_box .search{
	float:right;
	
}

.search_box .search input{
	padding:5px;
	border:1px solid #c4c4c4;
	border-radius:3px;
	width:200px;
}

.search_result{
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	font-family:Lato-Regular;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

.search_result h2{
	margin-bottom:10px;
}

.search_table{
	
}

.search_table tr{
	background:#ffffff;
	cursor:pointer;
}

.search_table tr:hover{
	background:#c4c4c4;
	cursor:pointer;
}

.search_table td{
	padding-right:10px;
	padding-top:3px;
	paddding-bottom:3px;
}

.search_table a{
	color:#000000;
	text-decoration:none;
	
}

.colorhover{
	width:20px;
	height:20px;
	
}

.colorhover:hover{
	width:18px;
	height:18px;
	border:1px solid #000000;
}

.clock{
	position:relative;
	float:left;
	width:180px;
	height:170px;
	text-align:center;
	padding:10px;
	border:1px solid #c4c4c4;
	border-radius:5px;
	margin-right:13px;
	margin-bottom:13px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	
}