#preload-02 { background: url(../imgs/apple_h.png) no-repeat -9999px -9999px; }
#preload-04 { background: url(../imgs/android_h.png) no-repeat -9999px -9999px; }
#preload-06 { background: url(../imgs/windows_h.png) no-repeat -9999px -9999px; }
#preload-08 { background: url(../imgs/facebook_h.png) no-repeat -9999px -9999px; }

.break_white {
	margin: 0 auto;
	width: 40%;
	height: 2px;
	background-color: rgba(255,255,255,.08);
}

#landing_background {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../imgs/campfire2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#landing_background2 {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../imgs/campfire2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: none;
}
#landing_action_bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 75px;
	width: 100%;
	opacity: 0;
}
#landing_action_bar #bg{
	z-index: 99;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../imgs/campfire2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	opacity: .93;
}
#landing_action_bar #bg2{
	z-index: 99;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../imgs/campfire2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	opacity: .93;
	display: none;
}
#landing_action_bar img#logo_top_bar {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 4%;
	width: 142px;
	height: 35px;
	margin: auto 0;
}

#landing_action_bar .welcome_logo_fb {	
	padding: 8px 10px 8px 40px;
	background-position:16px center;
}

.content_centerer {
	width: 90%;
	margin: 0 auto;
}

#welcome_logo {
	background-image: url(../imgs/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 65px;
	width: 400px;
	margin: 0 auto;
	margin-top: 170px;
	margin-bottom: 30px;
}
ul.welcome {
	position: fixed;
	z-index: 101;
	top: 12px;
	right: 4%;
	height: 60px;
	display: table;
}
ul.welcome li {
	height: 100%;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}
ul.welcome li img {
	width: 29px;
	cursor: pointer;
}
#welcome_title {
	font-size: 75px;
	letter-spacing: -2px;
	margin-top: 85px;
	text-align: center;
}

#welcome_desc {
	font-size: 30px;
	margin-top: 10px;
	color: rgba(255,255,255,.5);
	padding-bottom: 60px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 120px;
}


.info_slide {
	width: 100%;
	position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.info_slide .screen_img {
	float: left;
	width: 40%;
	margin-right: 5%;
}
.info_slide .screen_img.right {
	float: right;
	margin-right: 0;
}
.info_slide .text {
	width: 55%;
	margin-right: 5%;
	float: left;
}
.info_slide .text.right {
	float: right;
	margin-right: 0;
}
.info_slide .text .title {
	font-size: 53px;
	margin-bottom: 7px;
}
.info_slide .text .desc {
	font-size: 23px;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	line-height: 37px;
}

.oblique_break_sec {
	height: 100px;
	margin: 70px 0 ;
	background-image: url(../imgs/break_line_sec.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.oblique_break_pri {
	height: 100px;
	margin: 70px 0 ;
	background-image: url(../imgs/break_line_pri.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.hmargin_80_top {
	margin-top: 80px;
}
.hmargin_80_bottom {
	margin-bottom: 80px;
}

.second_centerer {
	margin: 50px auto;
	width: 620px;
	border-radius: 5px;
}
.second_centerer .title {
	text-align: center;
	font-size: 60px;
	margin-bottom: 10px;
}
.second_centerer .desc_text {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: rgba(255,255,255,.7);
	margin-bottom: 30px;
}

input[type="text"],textarea {
	background: none;
	border: none;
	outline: none;
	padding: 15px 4%;
	color: white;
	width: 92%;
	font-size: 17px;
	font-family: "Lato" , arial , helvetica , sans-serif;
	border: 2px solid rgba(255,255,255,.1);
	margin-bottom: 25px;
}
::-webkit-input-placeholder {
   color: rgba(255,255,255,.3);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,.3);
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,.3);
}

:-ms-input-placeholder {
   color: rgba(255,255,255,.3);
}
textarea {	
    resize: none;
}
input[type="text"]:hover,
textarea:hover {
	border: 2px solid rgba(255,255,255,.3);	
}
input[type="text"]:focus,
textarea:focus {
	border: 2px solid rgba(255,255,255,.3);
}
input[type="text"].good,
textarea.good {
	border-left: 2px solid rgba(49,238,94,1);		
}
input[type="submit"] {
	padding: 11px 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-family: "Lato" , arial , helvetica , sans-serif;
	font-size: 25px;
	color: white;/*
	background-color: rgba(31,160,243,1);*/
	border: 2px solid rgba(255,255,255,.3);
	background-color: rgba(255,255,255,.1);
    -webkit-transition:  .2s; /* For Safari 3.1 to 6.0 */
    transition:  .2s;
    opacity: 0;
} 
input[type="submit"]:hover {
	background-color: rgba(31,160,243,1);
}



#our_team_header {
	text-align: center;
	font-size: 45px;
	margin-bottom: 35px;
}
.member_slide {
	float: left;
	width: 33.33333%;
	position: relative;
}
.member_slide img {
	width: 100%;
}
.member_slide .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(10,23,39,.8);
	padding: 14px 20px;
}
.member_slide .tag .name {
	font-size: 29px;
	margin-bottom: 3px;
}
.member_slide .tag .role  {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255,255,255,.7);
}

.follow_channels {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid rgba(255,255,255,.1);
  	padding-top: 25px;
}
.follow_channels .fb,
.follow_channels .insta {
	float: left;
	padding: 13px 0;
	width: 44%;
	padding-left: 4%;
	border-radius: 3px;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
    -webkit-transition:  .2s; 
    transition:  .2s;
}
.follow_channels .fb {
	margin-right: 4%;
	background-color: #3b5998;
	background-image: url(../imgs/follow_fb.png);
	background-repeat: no-repeat;
	background-position: 10% center; 
	background-size: 10%;
}
.follow_channels .fb:hover,
.follow_channels .fb:active {
	background-color: #344d85;
}
.follow_channels .insta {
	background-color: #517fa4;
	background-image: url(../imgs/follow_insta.png);
	background-repeat: no-repeat;
	background-position: 10% center; 
	background-size: 10%;
}
.follow_channels .insta:hover,
.follow_channels .insta:active {
	background-color: #466e8f;
}
.follow_channels img{
	cursor: pointer;
	float: left;
	width: 25px;
	margin:0 5px; 
}
.follow_channels #text {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	float: left;
	margin-left: 10px;
}










/* Event Page Styles 
================================================
==============================================*/


#ep-background {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../imgs/campfire2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#ep-logo {
	width: 150px;
	position: absolute;
	top: 20px;
	left: 3%;
}
ul.ep-welcome {
	position: absolute;
	z-index: 101;
	top: 12px;
	right: 4%;
	height: 60px;
	display: table;
}
ul.ep-welcome li {
	height: 100%;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}
ul.ep-welcome li img {
	width: 29px;
	cursor: pointer;
}
ul.ep-welcome #logout {
	color: rgba(241,29,49,.6);
    -webkit-transition: .13s;
    transition: .13s;
}
ul.ep-welcome #logout:hover {
	color: rgba(241,29,49,1);
	cursor: pointer;	
}
ul.ep-welcome #fb-pic img {
	border-radius: 50%;
}

.welcome_logo_fb {
	padding: 9px 14px 9px 42px;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(255,255,255,.1);
	color: rgba(255,255,255,.6);
	background-image: url(../imgs/facebook.png);
	background-repeat: no-repeat;
	background-position:17px center;
	background-size: 10px 20px;
    -webkit-transition: .15s;
    transition: .15s;
}
.welcome_logo_fb:hover {	
	background-color: rgba(255,255,255,.1);
	cursor: pointer;
	color: white;
	background-image: url(../imgs/facebook_h.png);
}

#ep-centerer {
	width: 800px;
	margin: 150px auto;
}
#ep-centerer #title {
	text-align: center;
	font-size: 65px;
	margin-bottom: 10px;
}
#ep-centerer #desc {
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	margin-bottom: 30px;
}
#btn-skip {
	width: 130px;
	margin: 0 auto;
	text-align: center;
	padding: 9px 0;
	font-size: 25px;
	border-radius: 3px;
	background-color: #ececec;
	color: #a6a6a6;
	margin-bottom: 18px;
    -webkit-transition:  .2s; 
    transition:  .2s;
}
#btn-skip:hover,
#btn-skip:active {
	background-color: #D1d1d1;
}
#ep-centerer #btn-interested {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 9px 0;
	font-size: 25px;
	border-radius: 3px;
	background-color: #56d872;
	margin-bottom: 18px;
    -webkit-transition:  .2s; 
    transition:  .2s;
}
#ep-centerer #btn-interested:hover,
#ep-centerer #btn-interested:active {
	background-color: #4aba63;
}
#ep-centerer #time {
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	margin-bottom: 50px;
}
#ep-centerer #participants {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#ep-centerer #participants a {	
	width: 15%;
	margin: 0 5%;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255,255,255,.2);
    -webkit-transition:  .2s; 
    transition:  .2s;
}
#ep-centerer #participants a:hover {
	border: 3px solid rgba(255,255,255,1);
}
#ep-centerer #participants .person {
	width: 100%;
	height: 100%;
}
#ep-centerer #get-the-app {
	padding: 30px 40px;
	border-radius: 7px;
	background-color: rgba(255,255,255,.05);
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 300;
	text-align: center;
	color: #1ba0f5;
}
#ep-centerer #get-the-app div {
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}
#ep-centerer #get-the-app div img {
	width: 45%;
	margin-right: 5%;
	float: left;
}
