@charset "utf-8";
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { margin:0; padding:0; width:100%; min-width:870px;}
html { 
  background: #090002; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:0; 
  padding:0;
}
@font-face {
    font-family: "times";
    src: url(Images/times.ttf) format("truetype");
}
#main-wrapper
{
background:#ffffff;
max-width:1400px;
width:99%;
height:100%;
margin:0;
padding:0;
}
#wrapper-One
{
position:absolute;
 background: url(Images/BodyCover.jpg) no-repeat top center fixed;   
margin:0px 0 0 0;
width:99%;
height:270px;
max-width:1400px;
background-size:100% 100%;

}
.wrapper-One
{
position:relative;
width:90%;
color:white;
font:normal 2em Times new roman;
background:rgba(100,100,000, 0.0);
}

#wrapper-two
{

position:absolute;

margin:870px 0 0 0;
background-size:100% 100%;
width:99%;
max-width:1400px;
}
.wrapper-two
{
position:relative;
background-size: 100%;
width:90%;
color:#fff;
padding:60px 0 60px 0;
font:normal 3em times;
background:rgba(100,100,000, 0.0);
}
#wrapper-three
{
position:absolute;
background: url(Images/WELC.jpg) no-repeat top center fixed; 
margin:980px 0 0 0;
max-width:1400px;
width:99%;

background-size:100% 100%;
}
.wrapper-three
{
position:relative;
background-size: 100%;
width:90%;
color:#fff;
padding:60px 0 60px 0;
font:normal 3em times;
background:rgba(100,100,000, 0.0);
}
#wrapper-four
{
position:absolute;
background: url(Images/WORK-COMPLETE.jpg) no-repeat top center fixed; 
margin:1750px 0 0 0;
max-width:1400px;
width:99%;
height:200px;
background-size:100% 100%;
}
.wrapper-four
{
position:relative;
background-size: 100%;
width:90%;
color:#fff;
font:normal 2em Appo;
background:rgba(100,100,000, 0.0);
}
#top-header
{
position:relative;
color:white;
margin:0px;
background:#0a0a0a;
width:100%;
height:60px;
-webkit-border-radius: 5px 5px 0px 0px; /* large radius to create circular borders */
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
border-top:solid 5px white;
border-bottom:solid 1px white;
}
#top-header a
{
position:relative;
color:white;
float:left;
margin-left:10px;
font:normal 1.5em times;
}
ul.social
{
position:relative;
float:right;
}
ul.social li
{
position:relative;
display:inline-block;
opacity:0.6;
margin-top:-10px;

}
ul.social li:hover
{
position:relative;
display:inline-block;
opacity:1;
}
#top-L-header
{
width:100%;
overflow:hidden;
height:205px;
}
.LOGO 
{
position:relative;
padding:8px 0 0 1%;
width:210px;
height:180px;
float:left;
}
.LOGOW 
{
position:relative;
margin-left:5;
float:right;
height:80px;
top:50px;
}
.Cup
{
width:500px;
height:500px; 
position:Absolute;
top:10%;
left:33%;

}
.Cup img
{
width:500px;
height:500px; 
}

.Close img
{
color:#000;
cursor:pointer;
float:right;
width:70px;
height:70px;
margin-right:-28px;
margin-top:-526px;"
}
#Mid-header
{
position:relative;
background:#0a0a0a;
width:100%;
top:-0px;
margin:-0px auto ;
border-top:solid 1px white;
border-bottom:solid 1px white;
}

.menu{
width: 100%;
overflow:hidden;

}

.menu ul{
margin: 0;
padding:2px 0;
min-width:880px;
font: normal 1.5em times; /* font style and size */
list-style-type: none;
text-align: center; /* "left", "center", or "right" align menu */
}

.menu li{
display: inline-block;
position:relative;
padding: 0px 7px 0px 7px;
margin: 0;
/* right margin between menu items */
}


.menu li a{
display:inline-block;
padding: 2px 9px 0px 9px;

height:50px; /* vertical diameter */
text-decoration: none;
color:#FFFFFF;
text-shadow:0 0 20px rgba(000,000,000, 0.9);
margin: 1px 0 -6px 0;
overflow:hidden;
-moz-transition: all 0.1s ease-in-out; /* CSS3 transition to animate all A properties */
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-border-radius: 3%; /* large radius to create circular borders */
-moz-border-radius: 3%;
border-radius: 3%;
}

.menu li:hover a{
color: #000000;
background: white; /* background color of spotlight */
padding: 2px 9px 0px 9px;
-webkit-border-radius: 3%; /* large radius to create circular borders */
-moz-border-radius: 3%;
border-radius: 3%;
-moz-box-shadow: 0 0 20px rgba(255,255,255, 0.9);
-webkit-box-shadow: 0 0 20px rgba(255,255,255, 0.9);
box-shadow: 0 0 20px rgba(255,255,255, 0.9);
}

.menu li a span{
position:relative;
top:25%; /* move text down so it appears centered within menu item */
}
.menudisplay
{
display:none;
}
#Banner
{
position:relative;
background:#131313;
width:100%;
top:3px;
margin:0px 0 ;
-webkit-border-radius: 5px 5px 5px 5px; /* large radius to create circular borders */
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.mike
{
position:relative;
background: url(Images/FAITH-BKG.jpg) no-repeat center center fixed; 
background-size:100% 100%;
color:#fff;
padding:15% 0 15% 0;
font:normal 3em times;
}
#Home-Adds-two
{
cursor:pointer;
background:#fff;
margin:0px auto ;
padding:0 0 20px 0;
font:normal 2em Times new roman;
}
.Clue
{
font:normal 0.7em Times new roman;
}
.link
{
cursor:pointer;
color:#767676;
font:normal 0.6em Times new roman;
border:solid 2px #262626;
text-decoration:none;
padding:10px 30px 10px 30px;
border-radius:15px;
}
.link:hover
{
font:normal 0.6em Times new roman;
border:solid 2px #a6a6a6;
color:#868686;
padding:10px 30px 10px 30px;
border-radius:15px;
}
#Home-Adds-two img
{

width:40%;
margin:10px auto ;
}
.Home-Adds-two a
{
font:normal 0.8em Times new roman;
text-decoration:none;
color:#a6a6a6;

}
.Home-Adds-two a:hover
{
font:normal 0.8em Times new roman;
text-decoration:none;
color:#161616;

}
#nike
{
position:relative;
background: url(Images/WELC.jpg) no-repeat center center fixed; 
background-size:100% 100%;
color:#fff;
padding:11% 0 11% 0;
font:normal 3em times;
}
#Home-Adds-three
{
background:#ffffff;
width:100%;
margin:-0px auto ;
}


.Thee-one, .Thee-two
{
position:relative;
background:#ffffff;
width:48%;
display:inline-block;
padding:0 0 15px 0;
margin:0px 0 0 10px;
-webkit-border-radius: 5px 5px 5px 5px; /* large radius to create circular borders */
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.Thee-one img, .Thee-two img
{
width:70%;
}
.Thee-one a, .Thee-two a, .footer-top-Prayer a, .footer-top-Contact a, .footer-top-New a
{
font:normal 1.8em Times new roman;
text-decoration:none;
color:#a6a6a6;

}
.Thee-one a:hover, .Thee-two a:hover, .footer-top-Prayer a:hover, .footer-top-Contact a:hover, .footer-top-New a:hover
{
font:normal 1.8em Times new roman;
text-decoration:none;
color:#161616;

}
#oike
{
position:relative;
background: url(Images/WORK-COMPLETE.jpg) no-repeat center center fixed; 
background-size:100% 100%;
color:#fff;
padding:11% 0 11% 0;
font:normal 3em times;
}
#footer
{
background:#131313;
width:100%;
margin:10px 0 0 0;

}

.footer-top
{
background:#ffffff;
width:100%;
margin:10px 0 0 0;

}
.footer-top-Prayer, .footer-top-Contact
{
display:inline-block;
position:relative;
background:#ffffff;
width:48%;
padding:0 0 20px 0;
margin:10px 0 0 0px;
-webkit-border-radius: 5px 5px 5px 5px; /* large radius to create circular borders */
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.footer-top-Prayer img, .footer-top-Contact img
{
width:70%;
}
.footer-top-New
{
position:relative;
background:#ffffff;
width:100%;
padding:0 0 20px 0;
margin:1px 0px;
}
.footer-top-New img
{
width:40%;
}
.footer1
{
display:inline-block;
position:relative;
background:#131313;
vertical-align:top;
width:40%;
text-align:left;
margin:0px 0 0 0 ;
}
.footer1-1
{
padding:20px 0 20px 10px;
}

ul.service
{
list-style-type:none;

}
.Sunday
{
color:white;
float:left;
font:normal 32px Times New Roman;
}
.service
{
color:#b9b9b9;
font:normal 26px Times New Roman;
padding:15px 10px 0 0px;
}
.footer-mid
{
padding:20px 0 20px 10px;
}
.footer2
{
display:inline-block;
position:relative;
background:transparent;
vertical-align:top;
width:30%;
text-decoration:none;
margin:0px ;

}
.footer2 a
{

text-decoration:none;

}
.Bottom-menu-head
{
margin:10px 0 10px 0;
color:white;
font:normal 32px times;
}

ul.Bottom-menu li
{
font:normal 1.5em times;
cursor:pointer;
display:block;
text-align:left;
padding:2px 0 5px 25px;
color:#b9b9b9;
text-decoration:none;
}
ul.Bottom-menu li.Bottom-menu-sub
{
font:normal 1.5em times;
}
ul.Bottom-menu li:hover
{
font:normal 1.5em times;
display:block;
text-align:left;
padding:2px 0 5px 25px;
color:#ffffff;
text-decoration:none;
trasision:;
}
ul.Bottom-menu li.Bottom-menu-sub:hover
{
font:normal 1.5em times;
}
.footer3
{
display:inline-block;
position:relative;
vertical-align:top;
background:transparent;
width:29%;
margin:0px ;

}
.visitors
{
top:-10px;
font:normal 26px times; 
color:white;
}
.Direction-M
{
display:none;
}
.Direction
{
text-decoration:none;
color:#b9b9b9;
font:normal 22px times;
border-left:solid 2px #868686; 
border-right:solid 2px #868686; 
border-radius:5px;
}
.Direction:hover
{
text-decoration:none;
color:#f6f6f6;
font:normal 22px times;
border-left:solid 2px #f6f6f6; 
border-right:solid 2px #f6f6f6; 
border-radius:5px;
}


.B-footer
{
position:relative;
background:#ffffff;
width:100%;
height:30px;
padding:10px 0 0 0;
margin:0px 0 1px 0 ;
border-bottom:solid 5px #060606;
-webkit-border-radius: 5px 5px 5px 5px; /* large radius to create circular borders */
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font: Normal 20px times;

}

.CR
{
font: Normal 20px Times New Roman; 
float:left;margin:
}