* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../img/bg.png');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #777;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    color: inherit;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a:hover {
    color: #76bd27;
    text-decoration: none;
}

.container {
    border: 1px solid #ccc;
    margin-top: 40px;
}

.slicknav_menu {
    display: none;
}

header {
    background: #fff;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}


header h1 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 0 20px;
}

header h1 span {
    display: block;
}

header .calendar1 {
    float: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url('../img/calendar100x100.png') no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-left: 25px;
}


header .calendar1 span {
    display: block;
}

header .calendar1 span.month {
    line-height: 24px;
    font-size: 14px;
    padding-top: 9px;
}

header .calendar1 span.day {
    line-height: 35px;
    font-size: 35px;
}

header .calendar1 span.week {
    line-height: 16px;
    font-size: 12px;
}

section.page-title {
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

section.page-title h1 {
    font-size: 18px;
    margin: 0;
    color: #444;
}

section.content {
    background: #fff;
    padding: 20px 0;
}

section.content .boxed {
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
}

section.content .sidebar h2 {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
}

section.content .dotted-title {
    background: url('../img/title-border.png') repeat-x left center;
    margin-bottom: 12px;
}

section.content .dotted-title h2 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-right: 20px;
}  

section.content .sidebar nav ul {
    margin-bottom: 30px;
}

section.content .sidebar nav ul li {
    list-style-type: none;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url('../img/aside.png') no-repeat left center;
    font-size: 13px;
}

section.content .sidebar nav ul li + li {
    border-top: 1px dotted #ddd;
}


.calendar .today {
    color: #fff;
	
	background: #76bd27; 
    width: 20px; 
    height: 10px; 
    line-height: 10px; 
    text-align: center;
    margin: 0 auto;
    
    -moz-border-radius: 15px / 15px; 
    -webkit-border-radius: 15px 15px;
    
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;  
}
	
	

}

.calendar {
    text-align: center;
    margin-bottom: 30px;

}

div.calendar {
    	min-height: 225px;
	
}

.calendar h2 {
    color: #76bd27;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 16px;
	text-align: center;
}

.calendar table {
    font-size: 13px;
	text-align: center;

}

.calendar table thead th {
    font-weight: 400;
    border-bottom: 1px solid grey;
    line-height: 28px;
    color: #000;
}

.calendar table tbody td {
    line-height: 28px;
    color: #000;
}

.calendar table tbody .wk {
    color: dimgray;
    border-right: 1px dotted grey;
    font-style: italic;
    background-color: #FCFCFC;
}

.calendar table tbody .weekend {
    color: #a3a3a3;
}

.calendar table tbody .holiday {
    background: #76bd27;
    color: #fff;
    text-decoration: underline;
}

.calendar table tbody .holiday a:hover {
    color: #fff;
    text-decoration: none;
}



table {
    width: 100%;

}

.holiday-information {
    margin: 0 -15px;
}

.holiday-information ul li {
    list-style-type: none;
    border: solid 1px #eeeeee;
    margin-bottom: 20px;
}

.holiday-information ul li span.date {
    float: left;
    width: 15%;
    display: inline-block;
    background: #76bd27;
    border: 1px solid #6fb224;
    text-align: center;
    padding: 8px 0px;
}

.holiday-information ul li span.date span {
    color: #fff;
    display: block;
    font-size: 18px;
}

.holiday-information ul li span.date strong {
    color: #d7fcae;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.holiday-information ul li .title {
    float: left;
    width: 85%;
    padding: 8px 20px;
}

.holiday-information ul li .title h1 {
    margin: 0;
    color: #76bd27;
    font-size: 15px;
}

.holiday-information ul li .title small {
    font-size: 11px;
    color: #777;
}

section.content .col-md-8 h1 {
    color: #000;
    margin: 0 0 28px 0;
}

section.content .col-md-8 p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 28px 0;
}

.holidaytable table {
    border: 1px solid #CCC;
    margin-bottom: 28px;
	
}

.holidaytable table thead th {
    background: url('../img/bg.png') repeat;
    border: 0px solid #CCC;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

.holidaytable table tbody td {
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #CCC;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 7px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}

footer {
    background: #363839;
    padding: 40px 0;
    color: #fff;
}

footer .dotted-title {
    background: url('../img/title-border.png') repeat-x left center;
    margin-bottom: 12px;
}

footer .dotted-title h2 {
    display: inline-block;
    background: #363839;
    margin: 0;
    padding-right: 20px;
} 

footer ul li {
    list-style-type: none;
    color: #bbb;
    
    border-bottom: 1px solid #424546;
    line-height: 36px;
}

footer ul li a {
    display: block;
}

footer ul li + li {
    border-top: 1px solid #222;
}

footer ul li:last-child {
    border-bottom: none;
}

footer ul.quick-contact-info {
    background: url('../img/map.png') no-repeat;
}

footer ul.quick-contact-info .inline-link {
    display: inline-block;
}

section.copyright {
    background: #282a2b;
    border-top: 1px solid #4e5153;
    line-height: 50px;
    color: #8f8f8f;
}

	
/* Header add */

#header_add{
	margin-top: -5px;
	margin-right: 35px;
	width: 468px;
	height: 70px;
	float: right;
}



@media (min-width: 768px) and (max-width: 991px) {
    footer .col-sm-6 {
        margin-bottom: 30px;
    }


/* Header add */

#header_add{
	display: none;
}

}

@media (max-width: 767px) {
    .container {
        margin-top: 0;
    }
    
    .slicknav_menu {
        display: block;
    }
    
    header {
        text-align: center;
    }
    
    header h1 {
        margin: 0;
        display: block;
        float: none;
		
    }
    
    header .calendar {
        float: none;
        margin: 0;
    }
    
	
	section.page-title {
		line-height: 22px;
		padding-left: 0;
	}

	section.page-title h1 {
		font-size: 12px;
	}
    
   
    .sidebar {
        margin-top: 20px;
    }
    
    footer .col-xs-6 {
        margin-bottom: 30px;
    }
	
	
/* Header add */

#header_add{
	display: none;
}

header .calendar1 {
    float: center;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url('../img/calendar100x100.png') no-repeat;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-left: 0px;
}



}

