.invite-friends-header-image {
   	 background-image: url("/assets/img/invite-friends-header.jpg");
}
.static-page-header {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: relative;
	width: 100%;
}
.static-page-header .static-page-title {
	bottom: 30px;
	color: #ffffff;
	font-size: 2.3em;
	left: 190px;
	position: absolute;
	text-transform: uppercase;
}
.btn:hover{
	color:#fff !important;
	opacity:0.8 !important;
}

.article p {
	margin-bottom: 35px;
	margin-top: 0;
 }
 .bigger {
	font-size: 1.3em;
}
.article {
    color: #63666b;
    font-family: agavalanchecregular;
    margin: 0 auto;
    padding-bottom: 7.14em;
    padding-top: 55px;
    width: 70%;
}
.container-fluid {
	margin: 0 auto;
	max-width: 1260px;
}
.invite-friends-button {
    height: 60px;
    color: #ffffff;
	font-size: 1.5em;
	font-weight: inherit;
	min-width: 250px;
	opacity: 1;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	transition: opacity 0.5s ease 0s;
	display: inline-block;
	line-height: 1.42857;
	border-radius: 4px;
	border: 1px solid transparent;
	font-size: 1.5em;
}
   

.btn.share .icon {
    left: 5px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.icon.twitter-small-white {
    background-position: -24px -194px;
    height: 19px;
    width: 24px;
}
.btn.share {
    font-size: 12px;
    text-align: left;
    text-transform: none;
}
.icon.facebook-small-white {
    background-position: 0 -190px;
    height: 26px;
    width: 12px;
}
.btn.share .new-line {
    display: block;
}
.btn.share.facebook {
    margin-right: 10%;
}
.input-for-invites{
	margin-bottom:0px !important;
}
.btn.share {
    font-size: 12px;
    height: 60px;
    min-width: unset;
    padding: 11px 0 0 32px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 44%;
}
.btn.btn-blue {
    background-color: #52bbe6;
}
.btn.share .twitter-small-white {
    margin-top: -10px;
}
.btn.btn-dark-blue {
    background-color: #3a5a97;
}
.inputs-container{
	margin-left:-15px;
}