/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:1.0625em; background:#444442}
html, textarea	{	font-family:Tahoma; 
		color:#838383;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{color:#b24002; text-decoration:underline} 
a:hover{text-decoration:none}

.link{color:#008c9e; background:url(images/marker.gif) top left no-repeat; padding-left:20px; background-position:0 5px; text-decoration:none; font-size:.916em  }
.link:hover{text-decoration:underline }

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:17px; }
ul li a{color:#838383; text-decoration:none ; line-height:1.83em} 
.ul li a{color:#838383; text-decoration:none ;  font-size:.92em} 
ul li a:hover { text-decoration:underline; }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:3px 23px 5px 31px; font-weight:normal; font-style:normal;}
.link-1:hover{ background:url(images/link_bg-1.gif) left top repeat-x;}
.link-1:hover em{ background:url(images/link_left-1.gif) no-repeat left top;}
.link-1:hover  b { background:url(images/link_right-1.gif) no-repeat right top; }


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .slogan{ margin:0 0 98px 0 }
#header .indent{padding:101px 0 0 65px}

#header_inner_about {font-size:0.75em; color:#FFFFFF }
#header_inner_about .slogan{ margin:0 0 98px 0 }
#header_inner_about .indent{padding:325px 0 0 65px}

#header_inner_sermons {font-size:0.75em; color:#FFFFFF }
#header_inner_sermons .slogan{ margin:0 0 98px 0 }
#header_inner_sermons .indent{padding:325px 0 0 65px}

#header_inner_ministry {font-size:0.75em; color:#FFFFFF }
#header_inner_ministry .slogan{ margin:0 0 98px 0 }
#header_inner_ministry .indent{padding:325px 0 0 65px}

#header_inner_products {font-size:0.75em; color:#FFFFFF }
#header_inner_products .slogan{ margin:0 0 98px 0 }
#header_inner_products .indent{padding:325px 0 0 65px}


/*content*/
#content{ font-size:0.8125em; width:100%; text-align:left; background:url(images/bg_cont.gif)}
#content .indent-main{padding:0 79px 0 81px}
#content .title{  margin-bottom:16px}
#content .title1{  margin-bottom:11px}
#content .img-left{ float:left; margin:0 13px 16px 0}
#content .img-indent{ margin:0 0 11px 0}
#content p{ margin:0 0 14px 0}
#page7 #content p{ margin:0 0 17px 0}
#content .p{ margin:0 0 14px 0}
#content h4{color:#5f5e5e; font-size:1em; margin-bottom:13px;  }
#content h5{color:#5f5e5e; font-size:1em  }
#content h6{color:#b24002; font-size:.92em; font-weight:normal }
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:27px; margin-bottom:26px}
#content .tail1{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:17px; margin-bottom:16px}
.txt{color:#5f5e5e; font-size:1em; font-weight:bold}
.txt1{ font-size:.92em}

#content .indent{padding:25px 0 0 0}
#content .indent-1{padding:0 0 0 10px; position:relative; float:left}

/*footer*/
#footer { color:#ffffff; font-size:0.8125em; }
#footer .indent-footer{ padding:70px 30px 0 380px;}
#footer a {color:#ffffff; text-decoration:underline}  
#footer a:hover {  text-decoration:none}


.h{ height:30px}
.block-contact span{ float:right; margin-right:20px}

textarea{
	border-left:1px solid #414143; 
   	border-top:1px solid #414143; 
   	border-right:1px solid #c9d3d2; 
   	border-bottom:1px solid #c9d3d2; 
	background:#FFFFFF;
	width:276px; height:75px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
	
	/* new css for popup */
	
	.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}