hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #eee;
}


.counter-holder
{
	position: absolute;
	bottom: 0px;
	border-top: 1px dashed white;
	width: 100%;
}


.counter-wrapper
{
	border: 1px solid white;
	border-radius: 3px;
	padding: 9px;
	background-color: rgba(0, 0, 0, 0.14);
	margin-right: 5px;
	position: relative;
	display: inline-block;
	margin-top: 14px;
}

select {
	height: 40px;
    width: 210px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-family: "Oswald";
	font-weight: 300;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.77);
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 87px;
}

#submit-button
{
	margin-top: 5px;
	margin-bottom: 25px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-family: "Oswald";
	font-weight: 300;
	height: 40px;
	width: 100px;
	background-color: #ccc;
	display: inline-block;


}


@import 'https://fonts.googleapis.com/css?family=Bungee+Hairline|Bungee+Inline|Bungee+Outline|Londrina+Shadow';
@import 'https://fonts.googleapis.com/css?family=Abel|Archivo+Narrow|Lalezar|Open+Sans|Open+Sans+Condensed:300|Oswald';

.action-icon
{
	height: 20px;
}
.center-parent
{
	position: relative !important;
}

.center-child
{
  position: absolute  !important;
  top: 50%  !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width:90%;
  line-height: 1.3;
}


*/
/* OPACITY RULES FOR IE 8 AND OLDER */
.opaque-IE {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* first! */
	filter: alpha(opacity=90);					/* second! */
}


#zipCode
{
	display: none;
}

#username
{
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	border: 0px;
	z-index: -9999999;
}

#firstName
{
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	border: 0px;
	z-index: -9999999;

}

#phoneNumber
{
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	border: 0px;
	z-index: -9999999;

}



body
{

  background: url('/assets/prayer/prayer-background.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;





/*	background-image: url('/assets/prayer/prayer-background.jpg') no-repeat center center fixed;;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: top;
	background-color: #505050;
	-webkit-background-position-y: top;
	-moz-background-position-y: top;
	-o-bacground-position-y: top;
*/
}


#period
{
	font-size: 91px;
	line-height: 1;
	font-family: "Open Sans";
	font-weight: 300;
	margin-top: -20px;
	margin-left: -20px;
	color: #ffffff;

}

#statement-text
{
	font-size: 16px;
	line-height: 1;
	font-family: "Open Sans";
	font-family: "Open Sans Condensed";
	margin-top: 10px;
	margin-bottom: 10px;
/*	border-top: 0px;
	border-bottom: 5px solid white;
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(255, 255, 255, 0);
	text-transform: uppercase;
	float: right;
*/	outline: none;
	line-height: 1;
	font-weight: 500;
	color: #ffffff;

	height: 100px;
	width: 100%;
	max-width: 400px;
	background-color: rgba(0, 0, 0, 0.77);
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #eee;
}






.statement-text::focus
{
	outline: none;
}


.blank-DELETE-ME
{
	margin-top: 10px;
	border-top: 0px;
	border-bottom: 2px solid black;
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	font-size: 21px;
	line-height: 1;
	font-family: "Oswald";
	font-weight: 300;
	width: 100%;
	color: #98ca3c;
}




#i-want-div
{
	margin-top: 150px;

}

#prayer-praise-title
{

}

div
{
	word-wrap: break-word;         /* All browsers since IE 5.5+ */
	overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}




.empty-input, .info-message
{
	font-size: 21px;
	line-height: 1;
	font-family: "Oswald";
	font-weight: 300;
	color: #a92a2a;
}


.popover-content
{
	font-size: 14px;
	line-height: 1.2;
	font-family: "Open Sans";
	font-weight: 300;
	color: #a92a2a;
}


#preview-div-content
{
}


#moderate-header-col
{
	text-transform: capitalize;
	font-family: "Oswald";
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	padding: 5px;
	margin-top: 25px;
	text-align: center;
}


#moderate-instructions-col
{

	font-size: 16px;
	line-height: 1.2;
	font-family: "Open Sans";
	font-weight: 300;
	color: #ffffff;
	margin: 25px;
}


.moderate-row
{
	background-color: rgba(238, 238, 238, 0.5);
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;

}

.statement-moderate-input
{
	border-radius: 10px;
	padding-left: 10px;
	height: 45px;
	text-align: center;
}

.approve-button
{
	width: 100%;
	height: 45px;
	background-color: #3d5216;
	text-transform: capitalize;
	font-family: "Oswald";
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #98ca3c;
	padding: 5px;
	border-radius: 10px;
	border: 2px solid #98ca3c;
}


.deny-button
{
	width: 100%;
	height: 45px;
	background-color: #511616;
	text-transform: capitalize;
	font-family: "Oswald";
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #ca3c3c;
	padding: 5px;
	border-radius: 10px;
	border: 2px solid #ca3c3c;
}




#under-review
{
	width: 100%;
	background-color: #217898;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	font-family: "Oswald";
	font-size: 21px;
	line-height: 1;
	font-weight: 300;
	color: #ffffff;
	padding: 7px;

}

#success
{
	text-align: left;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	color: #ffffff;
	padding: 10px;

}




#responseDiv
{
	position: fixed;
	display: none;
	width: 60vw;
	top: 10%;
	left: 40%;
	margin-top: -5vh;
	margin-left: -20vw;
	background-color: #515151;
	z-index: 9999;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px 0px 0px 10px;
	border: 4px solid #000000;
	padding: 60px 25px 0px 25px;
	overflow-y: auto;
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px;
	font-family: 'GraphieB';
}


.statement-div
{
	border: 5px solid #d8d8d8;
	border-radius: 10px;
	padding: 10px;
	margin-top: 30px;
	min-height: 175px;
	color: #FFFFFF;
	font-weight: 100px;
	background-color: #0092c7;
	font-family: 'Oswald';
	padding-bottom: 10px;
}


#nav-row
{
	background-color: rgba(31, 31, 31, 0.87);
	width: 100%;
}

#footer-row
{
	background-color: #2b2b2b;
	width: 100%;
	margin-top: 100px;
	padding: 15px;
	position:fixed;
	bottom: 0;

}


.footer-div
{
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-family: "Open Sans";
	font-weight: 300;
}


#southland-logo
{
}


#close-preview-button
{
	border: 2px solid #ffffff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	font-size: 18px;
	line-height: .5;
	font-family: "Oswald";
	font-weight: 300;
	height: 25px;
	width: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
}



#i-want-text
{
	font-size: 31px;
	line-height: 1;
	font-family: "Oswald";
	font-weight: 300;
	width: 100%;
	text-align: right;
	padding-bottom: -10px;
	margin-top: 10px;
}


 .white
{
	color: white;
}

 .small
{
	font-family: "Open Sans";
	font-size: 12px;
}

 .medium
{
	font-family: "Open Sans";
	font-size: 14px;
}

 .large
{
	font-family: "Open Sans";
	font-size: 16px;
}
 .xlarge
{
	font-family: "Open Sans";
	font-size: 20px;
}

.links
{
	font-family: "Open Sans";
	color: #44cdff;

}

.links:hover
{
	font-family: "Open Sans";
	color: #00bbff;
}

#background-iphone
{
	display: none;
}

/* Do this only under 767px*/
/*@media only screen and (max-width: 767px)*/

@media only screen and (max-width:767px) and (min-width: 386px)
 {


/*
body
{

  background: url('/assets/prayer/prayer-background.jpg') no-repeat center center scroll;
  background-size: ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;






	background-image: url('/assets/prayer/prayer-background.jpg') no-repeat center center fixed;;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: top;
	background-color: #505050;
	-webkit-background-position-y: top;
	-moz-background-position-y: top;
	-o-bacground-position-y: top;

}
*/

	#background-iphone
	{
		position: fixed;
		display: block;
		top: 0px;
		left: 0px;
		z-index: -1;
		background: url('/assets/prayer/prayer-background-iphone.jpg');
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position-x: center;
		background-position-y: top;
			-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-position-y: top;
	-moz-background-position-y: top;
	-o-bacground-position-y: top;



	}

	#responseDiv
	{
		position: fixed;
		display:none;
		width: 90vw;
		top: 10%;
		left: 10%;
		margin-top: -5vh; /* Negative half of height. */
		margin-left: -5vw; /* Negative half of width. */
		background-color: #515151;
		z-index: 9999;
		text-align: center;
		vertical-align: middle;
		border-radius: 10px 0px 0px 10px;
		border: 4px solid #000000;
		padding: 60px 25px 0px 25px;
		overflow-y:auto;

	}


	#i-want-div
	{
		margin-top: 50px;
	}

	select
	{
	    margin-right: 10px;
	}

	#statement-text
	{
		width: 100%;
/*		font-size: 20px;
		line-height: 1;
		font-family: "Open Sans";
		font-family: "Open Sans Condensed";
		margin-top: 10px;
		border-top: 0px;
		border-bottom: 5px solid white;
		border-left: 0px;
		border-right: 0px;
		background-color: rgba(255, 255, 255, 0);
		outline: none;
		line-height: 1;
		font-weight: 700;
		width: 100%;
		color: #ffffff;
		text-transform: uppercase;
*/
	}

	#period
	{
		font-size: 91px;
		line-height: 1;
		font-family: "Open Sans";
		font-weight: 300;
		margin-top: -40px;
		margin-left: -20px;
		color: #ffffff;

	}






}
	@media (max-width: 385px) {

	#period
	{
	font-size: 1px;	}



	#i-want-div

	{
		margin-top: 50px;
	}

	#responseDiv
	{
		position: fixed;
		display:none;
		width: 90vw;
		top: 10%;
		left: 10%;
		margin-top: -5vh; /* Negative half of height. */
		margin-left: -5vw; /* Negative half of width. */
		background-color: #515151;
		z-index: 9999;
		text-align: center;
		vertical-align: middle;
		border-radius: 10px 0px 0px 10px;
		border: 4px solid #000000;
		padding: 60px 25px 0px 25px;
		overflow-y:auto;

	}

#background-iphone
	{
		position: fixed;
		display: block;
		top: 0px;
		left: 0px;
		z-index: -1;
		background: url('/assets/prayer/prayer-background-iphone.jpg');
		width: 100%;
		height: 100%;
		background-size: cover;

	}


}
