.me_contact{
	position:fixed;
	bottom:10px;
	z-index:999;
}
.me_contact > a{
	display:block;
	width: 50px;
    height: 50px;
    text-align: center;
	box-shadow: 2px 2px 8px 0 #aaa;
	line-height: 60px;
	cursor:pointer;
}
.me_contact i,.me_contact_icon a i{
	font-size:30px;
	transition: font-size 0.35s ease;
	line-height:50px;
} 
.me_contact_line img,.me_contact_viber img{
	width: 50px;
    height: 50px;
}
.me_contact_line,.me_contact_line:hover,.me_contact_line:focus{
	background-color:#06C755;
	color:#fff;
}

.me_contact_viber,.me_contact_viber:hover,.me_contact_viber:focus{
	background-color:#6F3FAA;
	color:#fff;
}
.red-tooltip+.tooltip>.tooltip-inner {
	padding:7px 15px;
	font-size:15px;
}
.me_contact a:hover i{ 
	font-size:33px;
}
.me_contact_icon{
	z-index: 99999;
    position: fixed;
    bottom: 60px;
    margin: 0;
	display:none;
}
.me_contact_icon li{
	padding-bottom:5px;
	position:relative;
}
.me_contact_icon a{
	display:block;
	width: 50px;
    height: 50px;
    text-align: center;
	box-shadow: 2px 2px 8px 0 #aaa;
	line-height: 63px;
	cursor:pointer;
}
.me_contact_icon .line_app a,.me_contact_icon .viber_app a{
	line-height: 0;
}
#me-quick-contact .modal-content {
	border-radius: 0;
}
#me-quick-contact .modal-header h5 {
	font-size:14px;
}
#me-quick-contact .modal-header h5 {
	font-size:14px;
	font-weight: 700;
}
#me-quick-contact .modal-body .form-control{
	border-radius:0;
}
#me-quick-contact .modal-header .close{
	position: absolute;
    right: -10px;
    top: -10px;
    padding: 2px 7px;
    background-color: #2f2f2f;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
}
#me-quick-contact .modal-body .form-group label{
	font-weight: 600;
}
@media (min-width: 768px){
	#me-quick-contact .modal-dialog {
		width: 500px;
		margin: 30px auto;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
}