/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #fff;
    right: 15px;
    bottom: 15px;
    background: #0E8CE4;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 7px;
}

.back-to-top:hover {
    color: #0E8CE4;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.rating span {
    color: #e04e39;
}

.top_bar_contact_item a{
	line-height: 1;
	border-bottom: none;
}
.ico-tel{
	float: left;
}
.tel{
	 vertical-align: middle;
    height: 56px;
    display: inline-block;
    padding-top: 4px;
}
.tel p{
	margin-bottom: 0.125rem;;
}

td .num{
	 width: 60px;
    text-align: center;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.icheckbox_square-blue{
	float: left;
	margin-right: 1rem;
}