@charset "UTF-8";
/* CSS Document */
/*
Looped In Color Palette: 
	
	Green:#8cc63f ;
	Light-Green:#f8f8f8 
	Gray:#353535 
	Light-Gray:#5a5959 
*/

/*==== GLOBAL ELEMENTS =====*/
body{
	padding:0;
	margin:0;
	background-color: #353535;
	font-family:MuseoSans_100, sans-serif;
}

a{
	color: #353535;
}
/*====== HEAD ======*/
header{
	width: 100%;
	height: 70px;
	background: #fff;
	margin: 0;
	color: #353535;
	-moz-box-shadow:0px 2px 3px #5A5959;
	-webkit-box-shadow: 0px 1px 3px #5A5959;
	box-shadow: 0px 1px 3px #5A5959;
	position:fixed;
	top: 0;  left:0;
 	z-index: 2000;
}
header #logo{
	height: 56px;
	width:  211px;
	background:url(../images/loopedin_logo.png);
	float:left;
	margin-left: 30px;
	margin-top: 9px;
	background-size: cover;
	background-repeat: no-repeat;
}

/*social*/

header #header-social-bar-menu {
	float:left;
	margin-left: 47px;
	margin-top: 14px;
}

.social-icon{
	
	float:left;
	list-style:none;
	width: 33px;  height: 33px;
	margin-right: 15px; margin-top: 5px;

}
.social-icon.facebook-icon{
	background:url(../images/icons/btn_faceboook.png) no-repeat;background-size: cover;
		opacity: 1;
}
 .social-icon.facebook-icon:hover{
	background:url(../images/icons/btn_faceboook-over.png) no-repeat;background-size: cover;
		opacity: .6;
}
footer .social-icon.facebook-icon:hover { background:url(../images/icons/btn_faceboook-overwh.png) no-repeat;
background-size: cover;
} 
.social-icon.instagram-icon{
	background:url(../images/icons/btn_instagram.png) no-repeat; background-size: cover;
	opacity: 1;
}
.social-icon.instagram-icon:hover{
	background:url(../images/icons/btn_instagram2-over.png) no-repeat;background-size: cover;
	opacity: .6;
}

footer .social-icon.instagram-icon:hover{
	background:url(../images/icons/btn_instagram-overwh.png) no-repeat;background-size: cover;

}
.social-icon.twitter-icon{
	background:url(../images/icons/btn_twitter.png) no-repeat;background-size: cover;
	opacity: 1;
}
.social-icon.twitter-icon:hover{
	background:url(../images/icons/btn_twitter2-over.png) no-repeat;background-size: cover;
	opacity: .6;
}

footer .social-icon.twitter-icon:hover{
	background:url(../images/icons/btn_twitter-overwh.png) no-repeat;background-size: cover;
	
}


/*nav*/
header ul.main-nav {
	float:right;
	font-family: MuseoSans_300;
	font-size: 18px;
	margin-top: 23px;
}

header ul.main-nav li.main{
	list-style:none;
	float:left;
	margin-right: 10px;
	border-right: solid #353535 1px;
	padding-right: 10px;
} 

header ul.main-nav li.main.nav-events { 
	border-right: none;
	margin-right: 25px;
}

header ul.main-nav li.main.nav-biz { 
	border-right: none;
	margin-right: 20px;
	padding-right: 0px;
}
   	
header ul.main-nav li.main {
	color: #5a5959;
}

header ul.main-nav li.main:hover{
	color:#8cc63f;
}

/*moved closer to log in section*/
header .signup-nav-item{
	border-right: #8dc53e solid 1.5px;
	padding-right: 7px; 
}

header ul.main-nav li.main.signup-nav-item { 
margin-right: 7px;
} 

header .for-business-btn{
	float:right;
	width:165px;
	height:43px;
	color: #8cc63f;
	background:#fff;
	border:#8cc63f solid 1px;
	-webkit-border-radius:7px;
 	-moz-border-radius:7px;
	border-radius:7px;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -10px;
}
header .for-business-btn:hover{
	color: #353535;
}