/* ======== INVITE FRIEND PAGE HEADER STYLESHEET ======== */
h1, h2, h3, h4, h5, p, a, header, nav, menu, footer, input, textarea, button, .alert, .label, li, div{
    font-family: "proxima-soft","Varela Round",sans-serif;
}
#header-content {
	min-height: 200px;
	height: auto;
	width: 100%;
	padding: 40px 0;
	background: url(../../images/invite_friends/hero-img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:  relative;
	background-size: cover;
	box-sizing:content-box !important;
	z-index: 1;
}
#header-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -2;
    top: 0;
}
#header-content .content-holder {
	max-width: 970px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header-content h1 {
	font-family: "proxima-soft","Varela Round",sans-serif;
	font-size: 48px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	text-align:center;
	padding: 0;
    word-break: normal;
    word-break: break-word;
}

#header-content .icon-rupee {
	font-size: 34px;
}

#loginbtn, #loginbtn1, #inviteIcons, #lstinvite {
    display:none;
}

.login-btn {
	margin: 40px auto;
	width: 243px;
}

.login-btn .btn {
	background-color: #11a8ab;
	font-size: 16px;
	font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 9px 27px;
    margin: 0;
    border-radius: 2px;
    cursor: pointer;   
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    float:none;
}
.login-btn .btn:hover {
    color: #fff !important;
}

#header-content p, #header-content p a {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

#header-content p a {
	color: #11a8ab;
    font-weight: 600;
}
#header-content p a:hover{
    text-decoration: none;
    color: #11a8ab !important;
}
#header-content .content-holder ul li {
	width:33.33%;
	margin: 0;
	float: left;
	text-align: center;
}

#inviteIcons li span {
    margin:0 auto;
    display:block;
    height:90px;
    width:90px;
}

.facebook, .google-plus, .twitter, .yahoo {
	height:90px;
	width:90px;
	margin:0 auto;
	display:block;
	background-size: 90px 90px;
    float:none;
}

.facebook {
	background: url(../../images/contest/facebook.svg) no-repeat center center;	
}

.google-plus {
	background: url(../../images/contest/gmail.svg) no-repeat center center;
}

.twitter {
	background: url(../../images/contest/twitter.svg) no-repeat center center;
}

.yahoo {
	background: url(../../images/contest/yahoo.svg) no-repeat center center;
}

#second .content-holder h2, #fourth .content-holder h2, #fifth .content-holder h2, #fifth .content-holder h3 {
	color:#2f4159;
}

#header-content .content-holder ul li span a {
	font-size: 16px;
	color: #ffffff;
	margin: 6px 0 0 0;
	display: block;
	text-decoration: none;
}

/* ======== INVITE FRIEND PAGE MAIN BODY STYLESHEET ======== */

#body-content {
	background-color: #fff;
    text-align: center;
    padding-bottom: 24px;
    box-sizing: border-box !important;
}

#body-content a:hover{
    text-decoration: none;
}

#body-content .icon-rupee {
	font-size: 12px;
	font-weight: 600;
}

/* ======== INVITE FRIEND LISTING PAGE MAIN BODY STYLESHEET ======== */

#body-content input[type="text"] {
	background-color: #ffffff;
    border-radius: 2px;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    color: #2f4159;
    padding: 8px 10px 8px 40px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    height: auto;
    width: 600px;
    border: 1px #CCC solid;
    outline: medium none;
    display: inline-block;
    -webkit-appearance: none;
}

#body-content .contact-listing .icon-search {
    color: #a5a5a5;
    font-size: 20px;
    left: 18%;
    position: absolute;
    top: 10px;
}

#body-content .contact-listing {
    margin: 40px auto;
    width: 100%;
    position: relative;
}

#body-content .contact-listing ul {
	list-style: none;
	padding: 0;
	margin: 50px 0;
}

#body-content .contact-listing ul li {
	list-style: none;
	padding: 0;
	margin: 15px auto;
	width: 70%;
	text-align: left;
}

#body-content .contact-listing ul li span:last-child {
	float: right;
}

#body-content .contact-listing ul li:first-child {
	border-bottom:1px solid #dfdfdf;
	padding-bottom:20px;
	height: 32px
}

#body-content .contact-listing ul li:first-child .cancel-invite-btn, #body-content .contact-listing ul li:last-child .cancel-invite-btn {
	background-color: #ffffff;
	color: #565a5c;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 3px 10px;
	-moz-user-select: none;
	border-radius: 2px;
	vertical-align: middle; 
	border:1px solid #aaa;
}
.cancel-invite-btn,.send-invite-btn {
    display:inline;
}

#body-content .contact-listing ul li:first-child .send-invite-btn, #body-content .contact-listing ul li:last-child .send-invite-btn {
	background-color: #11a8ab;
	color: #ffffff;
	cursor: default;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 4px 18px;
	-moz-user-select: none;
	border-radius: 2px;
	vertical-align: middle;
	margin-left: 4px; 
	opacity:1;
}

input[type="checkbox"] {
	margin: 0 30px 0 0;
    position: relative;
}

fieldset {
	display:none;	
}

.ms-points-step{
    overflow: hidden;
    padding: 24px 0;
    width:100%;
}
.ms-points-step-col{
    width: 25%;
    float: left;
    padding: 0 15px;
}
 .ms-points-step .ms-point-step-img {
    padding-bottom: 12px;
}
.ms-point-step-img img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}
.ms-point-step-title {
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.ms-point-step-title {
    text-decoration: none;
}
.ms-point-step-details{
    font-size: 15px;
    line-height: 1.47;
    color: #333333;
}
