/* ---------------------------------- */
/* Social Link Top */

.bt_sl {
	font-size: 15px;
	font-weight: 100;
	margin: 0 25px 0 0;
	line-height: 1;
	text-decoration: none;
}

.bt_sl:hover {
	text-decoration: none;
}

.bt_sl i {
	font-size: 15px;
	padding:  0 10px 0 0;
	line-height: 1;
}

@media ( max-width: 768px ) {
	.bt_sl {
		margin: 0 10px 0 0;
	}
	.bt_sl_bigger_icon i {
		font-size: 20px;
		padding:  0 10px 0 0;
		line-height: 1;
	}
	.bt_sl_hide span {
		display: none;
	}
}

/* ---------------------------------- */
/* Contact Data */

.boxtwo-contact-data {
	margin-bottom: 40px;
}

.boxtwo-contact-data p.boxtwo-contact-data-label {
	font-size: 15px;
	font-weight: 100;
	margin: 0;
	padding:  5px 0;
	line-height: 1.5;
	text-decoration: none;
	float: left;
	width: 40%;
}
.boxtwo-contact-data p.boxtwo-contact-data-content {
	font-size: 15px;
	font-weight: 100;
	margin: 0;
	padding:  5px 0;
	line-height: 1.5;
	text-decoration: none;
	float: left;
	width: 60%;
}

/* ---------------------------------- */

p.boxtwo-footer-contact-data-label {
	font-size: 25px;
	font-weight: 100;
}

p.boxtwo-footer-contact-data-content {
	font-size: 25px;
	font-weight: 100;
}

/* ---------------------------------- */

.boxtwo-block-ul {
	display: table;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 20px 0px;
	border: 0;
	width: 100%;
}

@media ( max-width: 768px ) {
	.boxtwo-block-ul {
		margin: 10px 0px;
	}

}

.boxtwo-block-ul li {
	display: table;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px;

}

.boxtwo-block-ul a {
	display: table;
	box-sizing: border-box;
	padding: 10px;
	background-color: transparent;
	text-decoration: none;

}
.boxtwo-block-ul h3 {
	font-size: 16px;

}
.boxtwo-block-ul span {
	font-size: 12px;

}
/* ---------------------------------- */

.boxtwo-clear {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	clear: both;
}