#distributor{
	position:relative;
	display:inline-block;
	margin:0;
	min-height:40px;
	z-index:100;
}

#distributor dt,
#distributor dd{
	margin:0;
	padding:0;
}

#distributor dt,
#distributor dd,
#distributor .contact p a,
#distributor .menu-distributor a{
	color:#235f72;
}

#distributor .name{
	margin-left:10px;
}

#distributor .avia-testimonial-image,
#distributor .name{
	display:inline-block;
	margin-right:10px;
	line-height:40px;
}

#distributor .avia-testimonial-image{
	margin:0 0 0 10px;
	min-width:40px;
	min-height:40px;
}

#distributor .name,
#distributor .username,
#distributor .phone a,
#distributor p i.fa,
#distributor .menu-distributor i.fa{
	font-size:16px !important;
}

#distributor .caret{
	opacity:0.3;
	display:inline-block;
	width:0;
	height:0;
	margin:0 0 0 10px;
	vertical-align:middle;
	content:'';
	border-style:solid solid none;
	border-width:4px 4px 0px;
	border-color:#235f72 transparent transparent;
}

#distributor:hover .caret{
	opacity:1;
}

#distributor .contact{
	display:none;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.15);
	width:300px !important;
	padding:15px 25px;
}

#distributor .contact .title{
	color:#999;
	font-size:9px;
	text-transform:uppercase;
	display:none;
}

#distributor .contact p{
	margin:0;
}

#distributor p i.fa{
	margin:0 10px 0 0;
}

#distributor:focus,
#distributor:focus .contact,
#distributor:hover,
#distributor:focus .contact,
#distributor:hover .contact{
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.15);
	background:#fff;
}

#distributor:focus .contact,
#distributor:hover .contact{
	display:block;
	position:absolute;
	top:40px;
	z-index:100;
}

#distributor ul{
	list-style:none;
	margin:0;
}

#distributor .social_bookmarks{
	display:inline-block;
	list-style:none;
	margin:0 5px 0 0;
}

#distributor .social-links{
	margin:10px 0 0;
}

#distributor .social-links i{
	margin-right:10px;
}

#distributor .menu-distributor{
	margin:0 0 0 25px;
	padding:0;
}

#distributor .menu-distributor i.fa{
	margin:0 5px 0 -25px;
	position:relative;
}

.rtl #distributor:focus .contact,
.rtl #distributor:hover .contact{
	left:0!important;
	text-align:right!important;
}

.fusion-main-menu{
	z-index:99!important;
}

.header-v4 #header{
	padding-bottom:15px;
	padding-top:15px;
}

#wrapper .header-social{
	border-color:#fff;
}

nav,
h1,
h2,
h3,
h4,
h5,
h6{
	text-transform:uppercase;
}

.copyright a:hover{
	color:#fff!important;
}

#toTop{
	bottom:30px;
	height:50px;
	width:50px;
	border-radius:50%;
	background-color:#F5F5F5;
	color:#333;
}

body #toTop::before{
	line-height:46px;
	color:#333!important;
}

@media only screen and (max-width:800px){
	#distributor{
		width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	body{
		cursor:pointer;
	}
	#distributor .contact .phone{
		margin-bottom:20px;
	}
	#distributor:hover .contact{
		text-align:left;
	}
	#distributor dt,
	#distributor dd{
		float:left;
	}
}