header.header{
    z-index:9999;
}
.site__logo{
	max-width: 75px;
}
.circle-icon{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display:inline-block;
}
.circle-icon{
    background: #8dd7d6;
	color: #fff;
}
.circle-icon.purple{
    background: #b984dc;
    color: #b984dc;
}
.circle-icon.blue{
    background: #90b4e6;
    color: #90b4e6;
}
.circle-icon.green{
    background: #aec785;
    color: #90b4e6;
}
.circle-icon.fb-like{
    background: #29487d;
    color: #fff;
}
.circle-icon.fb-share{
    background: #6795EF;
    color: #fff;
}
.circle-icon.fb-tag{
	font-size: 14px;
    background: #29487d;
    color: #fff;
}
.circle-icon.inactive{
	opacity:0.1;
	background:transparent;
}
.circle-icon.inactive:hover{
	opacity: 1;
}
.circle-icon.fb-like.inactive{
    color: #29487d;
}
.circle-icon.fb-share.inactive{
    color: #6795EF;
}
.circle-icon.fb-tag.inactive{
    color: #29487d;
}
.tapToggle{
	cursor: pointer;
}
.fix__control--bottom{
	bottom: 0;
}
.fix__control{
	position: fixed;
	z-index: 9999;
	left: 0;
	width:100%;
	margin-left: 210px;
}
.fix__control .control__margin{
	background:#5b6e84;
	padding:10px 220px 10px 10px;
}
@media (max-width:768px){
	.fix__control{
		margin-left:0;
	}
	.fix__control .control__margin{
		padding:10px;
	}
}
/* form section */
.form__form .datepicker{
	text-align: center;
}
form .datepicker{
	padding:6px 12px;
}
.filter-col{
	padding-left:10px;
	padding-right:10px;
}