/* Import Google Fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext,cyrillic-ext,cyrillic);

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 60px;
	color: #3c85bf;
	font-weight:bold;
}

h2 {
	font-size: 87px;
	color: #ffffff;
	font-weight:bold;
}
h3 {
	font-size: 60px;
	color: #ffffff;
	line-height: 68px;
	font-weight:bold;
}
h4 {
	font-size: 28px;
	color: #3c85bf;
	line-height: 40px;
	text-align:center;
	font-weight:bold;
}
h6 {
	font-size: 18px;
	color: #ffc001;
	font-weight:bold;
}

h7 {
	font-size: 18px;
	color: #ffffff;
}

footer {
	font-size: 12px;
	color: #858585;
}

header {
	position: relative;
	max-height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	font-size: 17px;
	margin-bottom: 20px;
	/*white-space: pre;*/
}

#prayer p {
	color: #313131;
}

a {
	outline: none;
}
strong {
	font-weight: bold;
}

blockquote {
	border-left: none;
	padding: 10px 20px 10px 30px;
}


/* BLOCKS */
#main {
	max-width: 1200px;
	min-width: 320px;
	padding: 0px;
	background-color: #ffffff;
}

header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}

#top-logo {
	z-index: 20;
	background-color: #2d2d2d;
}

#page-content {
	padding: 40px 51px;
}

.gform_body {
	width: 100%;
}

.gfield {
	margin-bottom: 10px;
}

.clearfix {
	clear: both;
}

.row {
	margin: 0;
	padding: 0;
}


#start {
	position: relative;
	height: 499px;
	width: 100%;
}
#start .content {
	display: block;
	margin: 35px;
	height: 100%;
}

#start .pointer {
	margin: auto;
	position: absolute;
	/* top: 532px; */
	left: 0;
	bottom: -33px;
	right: 0;
	width: 114px;
	height: 33px;
	z-index: 10;
    	background-position: -129px -48px;
    	background-image: url(../images/arrows-sprite-opto.png);
}

#start {
	padding: 30px;
}
#step1, #step2, #step3, #step4 {
	padding: 49px;
}
.vidContainer {
	margin: 0;
	padding: 15px 0 0 30px;
	cursor: pointer;
	text-align: center;
}

/* *********************************************************** */

#step1 {
	position: relative;
}
#step1 .pointer {
	margin: auto;
	position: absolute;
	/* top: 100%; */
	left: 0;
	bottom: -33px;
	right: 0;
	width: 114px;
	height: 33px;
	z-index: 10;
    	background-image: url(../images/arrows-sprite-opto.png);
	background-position: -5px -5px;
}


#step2 {
	position: relative;
}
#step2 .pointer {
	margin: auto;
	position: absolute;
	/* top: 100%; */
	left: 0;
	bottom: -33px;
	right: 0;
	width: 114px;
	height: 33px;
	z-index: 10;
    	background-image: url(../images/arrows-sprite-opto.png);
	background-position: -5px -47px;
}



#step3 {
	position: relative;
}
#step3 .pointer {
	margin: auto;
	position: absolute;
	/* top: 100%; */
	left: 0;
	bottom: -33px;
	right: 0;
	width: 114px;
	height: 33px;
	z-index: 10;
    	background-image: url(../images/arrows-sprite-opto.png);
	background-position: -5px -90px;
}



#step4 {
	position: relative;
}
#step4 .pointer {
	margin: auto;
	position: absolute;
	/* top: 100%; */
	left: 0;
	bottom: -33px;
	right: 0;
	width: 114px;
	height: 33px;
	z-index: 10;
    	background-image: url(../images/arrows-sprite-opto.png);
	background-position: -129px -5px;
}

#content-header {
	position: relative;
	width: 100%;
}

#prayer {
	position: relative;
	/*height: 500px;*/
	width: 100%;
	margin: 0;
	padding: 49px;
	text-align: center;
}

#prayer .content-prayer {
	position: relative;
}
#prayer .content-prayer {
	width: 100%;
	text-align: center;
}

#prayer .buttons {
	text-align: center;
}

#prayer a, #prayer a:hover, #prayer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.btn-icon {
	display: inline-block;
	margin-right: 5px;
}

.button {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 0 0 #6e6e6e inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    text-decoration: none !important;
    text-indent: 0;
    width: 250px;
}

.gbutton {
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 0 0 #F29C93 inset;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 65px;
    /*line-height: 65px;*/
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
    text-align: center;
    text-decoration: none !important;
    text-indent: 0;
    width: 250px;
}

footer {
	font-family: Arial, "Helvetica", sans-serif;
	color: #858585;
	height: 180px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-top: 40px;
}
footer p {
	font-size: 12px;
	font-family: Arial, "Helvetica", sans-serif;
	color: #858585;
	margin-bottom: 10px;
}

#footer-logo-left, #btn-left {
	text-align: right;
}
#footer-logo-right, #btn-right {
	text-align: left;
}
#footer-bottom {
	padding: 20px 0 0;
}

/* Footer Menu Widget Style */
#footer_widget ul {
	  list-style: none;
      text-align: center;
      padding: 0;
      margin: 0;
}
#footer_widget ul li {
		display: inline;
		margin-right: 5px;
		padding-right: 5px;
		border-right: 1px solid #858585;
}
#footer_widget ul li:last-child {
		margin: 0;
		padding: 0;
		border: none;
}
#footer_widget ul li a {
	color: #858585;
	text-decoration: none;
}
#footer_widget ul li a:hover {
	color: #cecece;
	text-decoration: underline;
}

/* contact page */
#contact {
	padding:40px;
}
#contact form {
	font-size:.8em;
}


/* =Chat
----------------------------------------------- */

.desktopchat, #wsa_embed  {
position:fixed;
right:0px;
bottom:25px;
z-index:999;
}

.mobilechat {
	visibility:hidden;
	background-color: transparent;
/* background-color:#2d2d2d; */
}

/* ********** Video Images *************** */
.youtube {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	padding: 15px 0 0 30px;
	width:100%;
}

.youtube-mobile {
	padding-left: 0 !important;
}



.youtube .play {

    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;

}

.youtube .play:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}


.youtube1 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	padding: 15px 0 0 30px;
	width:100%;
}


/* landingpage styling BGEA */

.lp-wrapper {
	margin: 0;
	padding:0;
	/*position: relative;*/
	width:100%;
	z-index:-10;
	}

#wrapper-lp {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 750px;

}

#wrapper-lp #header {
    padding: 0 !important;

}

#wrapper-lp #header .headerimage {
    margin: 25px 0 0;

}

.postwrap2 {
    border-color: #E4E4E4 #CCCCCC #BBBBBB;
    border-style: solid;
    border-width: 0px;
    margin: 0;
    padding: 0;
}

.postwrap2 .page .textcontent {
    clear: none;
    line-height: 18px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#wrapper-lp .sharing ul, .sharing-hidden ul {
    z-index: 10;
}



.header-text h1 span {
    border: 0 none;
    color: #FFFFFF;
    font-size: 36px;
    left: 30px;
    line-height: 50px;
    position: absolute;
    top: 50px;
    width: 690px;
}



.lp-wrapper .lpmaintxt {
    color: #000000;
    font-weight: normal;
    left: 40px;
    position: absolute;
    top: 120px;
    width: 350px;
    background-color: transparent;
}

.lp-footer {
	width: 100%;
	background-color: transparent;
	height: 70px;
	margin:0;
	}

.lp-footer ul#menu-footer-menu {
    color: #000000;
    float: left;
    margin: 5px 10px 0 30px;
}

.lp-footer ul#menu-footer-menu li {
    display: inline;
    float: left;
    margin: 20px 0 0 10px;
}

.lp-footer ul#menu-footer-menu li a {
	color: #858484;
	text-decoration: none;
	}

.lp-footer ul#menu-footer-menu li a:hover {
	text-decoration: underline;
	}

.lp-footer img {
    float: left;
    margin: 10px 0 0 5px;
}

.lp-footer img.extradown {
    float: left;
    margin: 20px 0 0 15px;
}




.spacer_ {
	display:none;
	}



/* text lp default web */

.lp-wrapper .lpcwrap {
    /*height: 490px;*/
    /*left: 35px;*/
    /*position: absolute;*/
    top: 45px;
    /*width: 480px;*/
}


.lp-wrapper .lpcwrap h1 {
    border-bottom: 0 solid #CCCCCC !important;
    color: #FFFFFF !important;
    font-size: 40px !important;
    line-height: 44px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.lp-wrapper .lpcwrap .header-text h1 span {
    border: 0 none;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    margin: 0 0 0 5px;
    width: 100%;
    background-repeat: repeat-y;
}

.lp-wrapper .lpcwrap .lp-btn {
    background-color: #1a80be;
    background: -webkit-gradient( linear, 0 50%, 0 100%, from(#5faad4), to(#1a80be) );
	background: -moz-linear-gradient( top, #5faad4, #5faad4, #1a80be );
    height: 20px;
    border: 0 none;
    color: #FFFFFF;
    padding: 6px 20px;
    text-align: center;
    text-shadow: none;
    vertical-align: baseline;
    background-repeat: repeat-x;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 20px 0 0 50px;
}

.lp-wrapper .lpcwrap .lp-btn a {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: normal;
}

.lp-wrapper .lpcwrap .white-tekst {
color: #fff !important;
}

.lp-wrapper .lpcwrap .black-tekst {
color: #000 !important;
}

.lp-wrapper .lpcwrap .grey-tekst {
color: #3C3C3C !important;
}

.lp-wrapper .lpcwrap .light-grey-tekst {
color: #CDCDCD !important;
}

/* text lp default video web */


.lp-wrapper .lpvwrap {
    height: 490px;
    left: 35px;
    position: absolute;
    top: 45px;
    width: 480px;
}


.lp-wrapper .lpvwrap h1 {
    border-bottom: 0 solid #CCCCCC !important;
    color: #FFFFFF !important;
    font-size: 40px !important;
    line-height: 44px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.lp-wrapper .lpvwrap .header-text h1 span {
    border: 0 none;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    margin: 0 0 0 5px;
    width: 100%;
    background-repeat: repeat-y;
}

.lp-wrapper .lpvwrap .lpvideo {
    background-color: transparent;
    height: 225px;
    left: 0;
    margin: 0;
    position: relative;
    top: 10px;
    width: 400px;
}

.lp-wrapper .lpvwrap .lp-btn-right {
    background-color: #1a80be;
    background: -webkit-gradient( linear, 0 50%, 0 100%, from(#5faad4), to(#1a80be) );
	background: -moz-linear-gradient( top, #5faad4, #5faad4, #1a80be );
    height: 20px;
    border: 0 none;
    color: #FFFFFF;
    padding: 6px 20px;
    text-align: center;
    text-shadow: none;
    vertical-align: baseline;
    background-repeat: repeat-x;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	position: relative;
    left: 500px;
    bottom: 0px;
	margin: 0;
}

.lp-wrapper .lpvwrap .lp-btn-right a {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: normal;
}

.lp-wrapper .lpvwrap .white-tekst {
color: #fff !important;
}

.lp-wrapper .lpvwrap .black-tekst {
color: #000 !important;
}

.lp-wrapper .lpvwrap .grey-tekst {
color: #3C3C3C !important;
}

.lp-wrapper .lpvwrap .light-grey-tekst {
color: #CDCDCD !important;
}


/* Work around for display bug in wysiwyg in FF */
div[\_moz_abspos="white"] * {
    background:#888;
}

/* .lp-archive-button {background-color:#0065AD;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:34px;text-align:center;text-decoration:none;-webkit-text-size-adjust:none;width:130px;} */

.lp-archive-button {
    background-color: #0065AD;
    color: #FFFFFF;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}

#lpa ul {
	list-style: none;
}


#container ul#lpg-wrap li .lp-archive-button a,
#container ul#lpg-wrap li .lp-archive-button a:hover,
#container ul#lpg-wrap li .lp-archive-button a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

#container .lpg-clear {
	clear: both;
}

#container ul#lpg-wrap {
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	width: 100%;
	position: relative;
}
#container ul#lpg-wrap li {
	position: relative;
	padding: 10px;
	list-style: none;
	list-style-type: none;
	float: left;
	overflow: hidden;
	width: 31%; /* Fall back */
	width: -webkit-calc(93% / 3);
	width: calc(93% / 3);
}

#container ul#lpg-wrap li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#container ul#lpg-wrap li img {
	max-width: 100%;
}


/* =Theme customization starts here
-------------------------------------------------------------- */

.lp-archive-button {
    width: 130px;
}

.lp-archive-button, .lp-sharing-button {
    background-color: #0065AD;
    color: #FFFFFF;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

ul.lpg-wrap li .lp-archive-button a, .lp-sharing-button a,
ul.lpg-wrap li .lp-archive-button a:hover, .lp-sharing-button a:hover,
ul.lpg-wrap li .lp-archive-button a:visited, .lp-sharing-button a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}


ul.lpg-wrap .hentry, .hcopy {
	background: none !important;
	border: none !important;
}


.lpg-clear {
	clear: both;
}
.text-centered {
	text-align: center;
}

.lp-sharing-button {
	width: 100%;
}

ul.lpg-wrap {
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	width: 100%;
	position: relative;
}
.lpg-container {
	float: left;
	padding: 10px;
	float: left;
	overflow: hidden;
	width: 31%; /* Fall back */
	width: -webkit-calc(93% / 3);
	width: calc(93% / 3);
}
ul.lpg-wrap li {
	position: relative;
}

ul.lpg-wrap li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

ul.lpg-wrap li img {
	max-width: 100%;
}

#social {
	float:right;
	height:40px;
	margin-top:-40px;
}

#jipconnectimg {
	position:absolute;
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		/*display: none;*/
		cursor: pointer;
	}

	#start {
		padding: 20px 20px;
		height:100%;
	}

	#step1, #step2, #step3, #step4 {
		padding: 50px 20px;
	}

	h2 {
		font-size:45px;
		line-height:105%;
	}

	h1 {
		font-size:38px;
	}

	#prayer {
		height:600px;
		padding: 50px 30px;
	}

	.desktopchat, #wsa_embed{
		visibility:hidden !important;
		}

	#wsa_div {
		display: none;
	}

	.mobilechat {
		visibility:visible;
		text-align:right;
		z-index:999;
		margin-top:-30px;
	}

	.button {
			margin-right: 0;
		}

	br {
		display:none;
	}

	#page-content {
		padding: 20px 25px;
	}

	#social {
		visibility:hidden;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 480px) {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		/*display: none;*/
		cursor: pointer;
	}

	#start {
		padding: 20px 20px;
		height:100%;
	}

	#step1, #step2, #step3, #step4 {
		padding: 50px 20px;
	}

	h2 {
		font-size:45px;
	}

	h1 {
		font-size:38px;
	}

	#prayer {
		height:600px;
		padding: 50px 30px;
	}

	.desktopchat, #wsa_embed {
		visibility:hidden !important;
	}

	#wsa_div {
		display: none;
	}

	.mobilechat {
		visibility:visible;
		text-align:right;
		z-index:999;
		margin-top:-30px;
	}

	br {
		display:none;
	}

	#page-content {
		padding: 20px 25px;
	}

	#social {
		visibility:hidden;
	}

}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-width : 481px)
and (max-width : 568px)
and (orientation : portrait) {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		/*display: none;*/
		cursor: pointer;
	}

	#start {
		padding: 20px 20px;
		height:100%;
	}

	#step1, #step2, #step3, #step4 {
		padding: 50px 20px;
	}

	h2 {
		font-size:45px;
	}

	h1 {
		font-size:38px;
	}

	#prayer {
		height:600px;
		padding: 50px 30px;
	}

	.desktopchat, #wsa_embed {
		visibility:hidden;
	}

	#wsa_div {
		display: none;
	}

	.mobilechat {
		visibility:visible;
		text-align:right;
		z-index:999;
		margin-top:-30px;
	}

	br {
		display:none;
	}

	#page-content {
		padding: 20px 25px;
	}

	#social {
		visibility:hidden;
	}

}


/* iPhone 5 (landscape)----------- */
@media only screen
and (min-width : 481px)
and (max-width : 568px)
and (orientation : landscape) {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		/*display: none;*/
		cursor: pointer;
	}

	#start {
		padding: 20px 20px;
		height:100%;
	}

	#step1, #step2, #step3, #step4 {
		padding: 50px 20px;
	}

	h2 {
		font-size:45px;
	}

	h1 {
		font-size:38px;
	}

	#prayer {
		height:600px;
		padding: 50px 30px;
	}

	.desktopchat, #wsa_embed {
		visibility:hidden !important;
	}

	#wsa_div {
		display: none;
	}

	.mobilechat {
		visibility:visible;
		text-align:right;
		z-index:999;
		margin-top:-30px;
	}

	br {
		display:none;
	}

	#page-content {
		padding: 20px 25px;
	}

	#social {
		visibility:hidden;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 569px)
and (max-width : 768px) {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		cursor: pointer;
	}

	#start .content {
		display: block;
		margin: 35px;
		height: 100%;
	}

	#prayer {
		height:575px;
	}

	h2 {
		font-size:70px;
		line-height: 140%;
	}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 769px)
and (max-width : 1024px)
/*and (orientation : landscape)*/ {

	.vidContainer {
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}

	#start .content {
		display: block;
		margin: 35px;
		height: 100%;
	}

	h2 {
		font-size:70px;
		line-height: 140%;
	}

}



body
{
	background-color: #2d2d2d;
}

header {
	background-color: #2d2d2d;
}
a, a:visited {
	color: #fd7400;
}
a:hover {
	color: #3c85bf;
}
footer a, footer a:visited {
	color: #858585;
}
footer a:hover {
	color: #cecece;
}

#jipconnectimg {
	position: absolute;
}

#start {
	background: url(../images/realhope_header.jpg) no-repeat 0 0 ;
	background-size: cover;
	background-position: center;
}

#step1 {
	background-color: #1e639b;
}

#step1 .stp {
	color: #2d2d2d;
}

#step2 {
	background-color: #2d72aa;
}

#step2 .stp {
	color: #1e639b;
}

#step3 {
	background-color: #3d80b7;
}

#step3 .stp {
	color: #2d72aa;
}

#step4 {
	background-color: #4e8fc5;
}

#step4 .stp {
	color: #3d80b7;
}

#prayer {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.button {
	background-color: #0766b2;
}
.button:hover {
	background-color: #0359a0;
}
footer {
	background-color: #2d2d2d;
}

.mainheader
{
	text-align: center;
	color: #02054d;
}

.blacktext
{
	color: black;
}

.whitetext
{
	color: white;
}

.greentext
{
	color: #a0d020;
}

.gform_wrapper .gform_footer input[type=submit] {
	background: #0766b2;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
	background: #0359a0;
}

@media only screen
and (max-width : 320px) {

	#wsa_div {
		display: none;
	}

}

@media only screen
and (min-width : 321px)
and (max-width : 480px) {

	#wsa_div {
		display: none;
	}


}

@media only screen
and (min-width : 481px)
and (max-width : 568px)
and (orientation : portrait) {

	#wsa_div {
		display: none;
	}


}


@media only screen
and (min-width : 481px)
and (max-width : 568px)
and (orientation : landscape) {

	#wsa_div {
		display: none;
	}

}


.vidContainer {
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	height: 0;
}
.vidContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.alert {
	margin:10px;
	padding-left:60px;
}
a.whitetext, a.whitetext:visited {
	color:#fff;
}