/*honey-----------------------------*/
#footerWrap {
width: 100%;
/*height: 260px;*/
/*background: url(images/footer_bottom_bg.jpg) top left repeat-x;*/
}

#sectionContact{
	width: 100%;
	margin-top: 0px;
}

#contact1{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top; 
	width: 100%;
}

.contactsection-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 0px 50px 0;
}

.contactsection-distributed .contactsection-left,
.contactsection-distributed .contactsection-center,
.contactsection-distributed .contactsection-right{
	display: inline-block;
	vertical-align: top;
}

/* contactsection left */

.contactsection-distributed .contactsection-left{
	width: 33%;
}

div.contactsection-left h3{
	color: #ffffff;
	font-size:14px;
	line-height:14px;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
}

/* contactsection links */

.contactsection-distributed .contactsection-links{
	color:  #ffffff;
	text-align: center;
	width: auto;
	margin: auto;
}

.contactsection-distributed .contactsection-links a{
	display:inline-block;
	font-size: 14px;

	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.contactsection-distributed .contactsection-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}



/* contactsection Center */

.contactsection-distributed .contactsection-center{
	width: 33%;
}
div.contactsection-center h3{
	color: #ffffff;
	font-size:14px;
	line-height:14px;
	width: auto;
	text-align: center;
	margin-bottom: 25px;
	margin-left: auto;
}
div.contactsection-center p{
	color: #ffffff;
	font-size:14px;
	line-height:0px;
	width: auto;
	text-align: center;
	margin-bottom: 0px;
	margin-left: auto;
}
.contactsection-distributed .contactsection-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:16px;
	text-align: center;
}
.contactsection-distributed .contactsection-center p a{
	color:  #5383d3;
	text-decoration: none;
}




/* contactsection Right */

.contactsection-distributed .contactsection-right{
	width: 32%;
}

.contactsection-distributed .contactsection-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	width: 80%;
	max-width: 300px;
	margin: auto;
}

.contactsection-distributed .contactsection-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#copyright-section{
	width: 90%;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	display: table;
	vertical-align: top;
}

#copyright-section p{
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	height: auto;
	margin: auto;
}
#copyright-section a{
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	width: auto;
	height: auto;
	margin: auto;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
}

/* If you don't want the contactsection to be responsive, remove these media queries */

@media (max-width: 880px) {


.contactsection-distributed .contactsection-left{
	width: 99%;
	margin-bottom: 40px;
}
.contactsection-distributed .contactsection-center{
	width: 99%;
	margin-bottom: 40px;
}
.contactsection-distributed .contactsection-right{
	width: 99%;
}

#copyright-section p{
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 70%;
	height: 70px;
	margin: auto;
}
#copyright-section a{
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	width: 95%;
	height: auto;
	margin: auto;
	padding-bottom: 0px;
	float: left;
}

}

/*honey----------------------------*/
