.main-content-chevron{
	position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
	color: #fff;
}


.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
  border: 2px solid #444;
  border-radius: 20px;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 22px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #F9F9F9;
	color: #F9F9F9;
}

.button.button-border.button-light:hover {
	background-color: #F9F9F9;
	color: #333;
	text-shadow: none;
}

.more-link {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	border-bottom: 1px solid #C02942;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid #C02942;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }



/* SOCIAL BUTTONS */
.social-icon i{
	width: 33px;
	height: 31px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

.social-icon.dark i{
	color: #333;
	border: 1px solid #AAA;
  border-radius: 50%;
}

.social-icon .icon-facebook{
  background-color: #3B5998;
}

.social-icon .icon-linkedin{
  background-color: #0E76A8;
}

.social-icon .icon-instagram{
  background-color: #3F729B;
}

.social-icon .icon-twitter{
  background-color: #00ACEE;
}
