/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.single {
	overflow:hidden;
}

.FixediTunes {
	position:fixed;
	z-index:5000;
	left:30px;
	bottom:30px;
}

#cdimages {
	
}
#cdimages img {
	float:none !important;
	margin: 0 auto 10px auto;
	display:block;
	max-width:100% !important;
	height:auto;
}

#newimage {
	background-size:cover;
	background-position: center center;
	width:100%;
	height:100%;
	position:fixed;
	z-index:100;
}

#slideshow .image, #slideshow .fadeimage, #slideshow.home div {
	background-size:cover;
	background-position: center center;
	width:100%;
	height:100%;
	position:fixed;
	z-index:0;
}

#BGImage {
	display:none;
}

#SlideshowImage {
	width:600px;
	height:600px;
	position:absolute;
	z-index:200;
	margin:2%;
	transition: all 2s ease-in-out 0s;
}

#slideshow .caption {
	bottom: 2%;
	color: #cccccc;
	font-size: 30px;
	height: 20%;
	left: 20%;
	position: fixed;
	text-shadow: 1px 1px 1px #000000;
	width: 60%;
	z-index: 2000;
	text-align: justify;
}

#slideshowimages  {
	position: fixed;
	top: calc(70px + 7%);
	width: 100%;
}
#slideshowimages.anim {
	transition: all 10s linear 0s;
}

#slideshowimages img.hide {
    filter: alpha(opacity=0);
    -moz-opacity: 0.00;
    opacity: 0.00;
}
#slideshowimages img.show {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#slideshowimages img {
	border: 0 none;
	height: 600px;
	float: left;
	width: 600px;
	z-index: 500;
/*	position:absolute;*/
}
#slideshowimages img.anim {
	transition: all 9s ease-in-out 0s;
}
/*#slideshowimages img {
	border: 0 none;
	left: 30%;
	top:15%;
	position: fixed;
	transition: all 2s ease-in-out 0s;
	width:600px;
	height:600px;
	z-index:500;
	display:block;
}*/
#slideshowbuttons {
	height: 100px;
	right: 1%;
	position: fixed;
	bottom: 1%;
	z-index: 500;
}
#slideshowbuttons img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
#slideshowbuttons img.active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#slideshowbuttons img.play {
	-moz-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
#slideshowbuttons img.pause {
	-moz-transform: scale(0.6,0.8);
	transform: scale(0.6,0.8);
}
#slideshowbuttons img:not(.active):hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
	cursor: pointer;
}

#homeimages .home {
	width:100%;
	height: auto;
	z-index:10;
	position:fixed;
	
/*	background-image: url(/images/home/the-selected.png);
	background-position: center center;
	background-size:cover;

	animation: HomeZoom 15s ease 1s alternate both;
	-webkit-animation: HomeZoom 15s ease 1s alternate both;
	
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
*/}

@keyframes HomeZoom {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes HomeZoom {
    0% {
        -webkit-transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

#hometitle {
	font-family:'Times New Roman', Times, serif; 
	font-size:78px; 
	position:absolute; 
	left:0; 
	right:0; 
	bottom:10%; 
	text-align:center; 
	width:auto; 
	height:auto; 
	color:#DDB437;
	z-index:100;
	text-shadow:1px 1px 3px #6f6f6f;
	/*display:none;*/
}

#buttons {
	position:absolute;
	top:24px;
	left:24px;
	z-index:1000;
	width:192px; /*286px;*/
	background: url(/images/menu-bg.png) repeat;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}
#buttons.home {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
	margin-left:105px;
}
	
#buttons a {
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform:capitalize;
}

#buttons a:not(.selected) {
	height:26px;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    opacity: 0.55;
	-webkit-transition:.2s all ease-in-out;
	transition:.2s all ease-in-out;
}
#buttons a.selected, #buttons a:hover {
	height:35px;
	margin-top:-9px;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border: 0px solid #000000;
}

#buttons a.gospelslideslink span, #buttons a.gospelimageslink span {
    width:100px !important; 
}

#buttons a span {
    z-index:10;
	display:none; 
	padding:5px 10px;
    width:70px; 
	line-height:16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px solid #000000;
    border:0px solid; 
	text-align:center;
	position:absolute; 
	color:#ffffff;
    top:40px; 
	margin-left:-6px;
	background-color:inherit;
	transition:all 2s ease-in;
}
#buttons a:hover span{
    display:block; 
}
    

#buttons .imageslink {
	background:url(/images/sprites.png) no-repeat scroll -39px -203px #4f27c1;
	padding: 10px 12px 0px 5px;
	width: 30px;
	border-radius: 6px 0px 0px 0px;
	-moz-border-radius: 6px 0px 0px 0px;
	-webkit-border-radius: 6px 0px 0px 0px;
}
#buttons .imageslink:hover, #buttons .imageslink.selected {
	background:url(/images/sprites.png) no-repeat scroll -39px -198px #4f27c1;
}
#buttons .imageslink span:after {
	content: "images";
}

#buttons .gospelslideslink {
	background: url(/images/sprites.png) no-repeat scroll -39px -433px #ff9900;
	padding: 10px 12px 0px 5px;
	width: 30px;
}
#buttons .gospelslideslink:hover, #buttons .gospelslideslink.selected {
	background: url(/images/sprites.png) no-repeat scroll -39px -428px #ff9900;
}
#buttons .gospelslideslink span:after {
	content: "gospel slides";
}

#buttons .gospelimageslink {
	background: url(/images/sprites.png) no-repeat scroll -39px -481px #349d77;
	padding: 10px 12px 0px 5px;
	width: 30px;
}
#buttons .gospelimageslink:hover, #buttons .gospelimageslink.selected {
	background: url(/images/sprites.png) no-repeat scroll -39px -476px #349d77;
}
#buttons .gospelimageslink span:after {
	content: "gospel images";
}

#buttons .videolink {
	background:url(/images/sprites.png) no-repeat scroll -38px -247px #006CFF;
	padding: 10px 15px 0px 5px;
	width: 30px;
}
#buttons .videolink:hover, #buttons .videolink.selected {
	background:url(/images/sprites.png) no-repeat scroll -38px -243px #006CFF;
}
#buttons .videolink span:after {
	content: "videos";
}

#buttons .missionlink {
	background:url(/images/sprites.png) no-repeat scroll -40px -292px #0072ff;
	padding: 10px 15px 0px 5px;
	width: 30px;
}
#buttons .missionlink span:after {
	content: "mission";
}

#buttons .musiclink {
	background:url(/images/sprites.png) no-repeat scroll -38px -337px #637e1f;
	padding: 10px 15px 0px 5px;
	width: 30px;
}
#buttons .musiclink:hover, #buttons .musiclink.selected {
	background:url(/images/sprites.png) no-repeat scroll -38px -332px #637e1f;
}
#buttons .musiclink span:after {
	content: "music";
}

#buttons .aboutlink {
	border-radius: 0px 6px 0px 0px;
	-moz-border-radius: 0px 6px 0px 0px;
	-webkit-border-radius: 0px 6px 0px 0px;
	background:url(/images/sprites.png) no-repeat scroll -41px -381px #ff0000;
	padding: 10px 10px 0px 5px;
	width: 30px;
}
#buttons .aboutlink:hover, #buttons .aboutlink.selected {
	background:url(/images/sprites.png) no-repeat scroll -41px -376px #ff0000;
}

#buttons .aboutlink span:after {
	content: "about us";
}

#PrevImage, #NextImage {
	position:fixed;
	width:52px;
	height:69px;
	z-index:500;
	top:calc(50% - 35px);
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}
#PrevImage {
	left:0;
	background: url(/images/sprites.png) 0 0 no-repeat ;
}
#PrevImage.enabled:hover, #NextImage.enabled:hover  {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
#PrevImage.enabled:hover {
	background: url(/images/sprites.png) 0 -69px no-repeat ;
}

#NextImage {
	right:0;
	background: url(/images/sprites.png) -51px 0 no-repeat ;
}
#NextImage.enabled:hover {
	background: url(/images/sprites.png) -51px -69px no-repeat ;
}

#content {
	line-height: 20px;
	padding: 80px 20px;
}
#content p {
	margin-bottom:25px;
}
#content h1 {
	font-size:32px;
	font-weight:bold;
	margin:32px 0 32px 0;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
#content img {
	border:0 none;
	float:left;
}
#content .portrait {
	padding:10px;
	display:inline-block;
}
#content .portrait span {
	float:left;
	font-size:.9em;
}
#content .video {
	margin-bottom: 40px;
}
#content .ytcontainer {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-top:10px;
}
#content .ytvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#banner {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
#banner .logo > span {
	position: absolute;
	right: 26px;
	top: 19px;
	word-spacing: 3px;
}
#banner .logo.clear {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

#footer {
	background-color: white;
	bottom: 0;
	height: auto;
	left: 0;
	padding: 5px 20px;
	position: fixed;
	right: 0;
	z-index: 1000;
}

#background {
	background: url(/images/bg.png) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:fixed;
	z-index:-1;
}

	#slideshow .image1 {
		background-image:url(/images/home/Group-2.jpg);
	}
	#slideshow .image2 {
		background-image:url(/images/home/Group-2c.jpg);
		opacity: 0;
	}
	#slideshow .image3 {
		background-image:url(/images/home/Group-2e.jpg);
		opacity: 0;
	}
	#slideshow .image4 {
		background-image:url(/images/home/Group-2f.jpg);
		opacity: 0;
	}
	#slideshow .image5 {
		background-image:url(/images/home/Group-2i.jpg);
		opacity: 0;
	}
	#slideshow .image6 {
		background-image:url(/images/home/Group-2h.jpg);
		opacity: 0;
	}
	#slideshow .image7 {
		background-image:url(/images/home/Group-2k.jpg);
		opacity: 0;
	}
	#slideshow .image8 {
		background-image:url(/images/home/Group-2j.jpg);
		opacity: 0;
	}
	#slideshow .image9 {
		background-image:url(/images/home/Group-2l.jpg);
		opacity: 0;
	}
	#slideshow .image10 {
		background-image:url(/images/home/Group-2b.jpg);
		opacity: 0;
	}
	#slideshow .image11 {
		background-image:url(/images/home/Group-2d.jpg);
		opacity: 0;
	}
	#slideshow .image12 {
		background-image:url(/images/home/Group-2g.jpg);
		opacity: 0;
	}

@media all and (max-width:429px) {


	#slideshow .image, #slideshow .fadeimage, #slideshow.home div {
		background-size:contain;
		background-position: center center;
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		position:fixed;
		z-index:0;
	}

	#hometitle {
		font-size:200%; 
		bottom:15%;
	}

	#slideshow .image {
/*		background-image:url(/images/home/Group-2.jpg);	
*/	}
}

@media all and (min-width:430px) {
	
	#banner .logo {
		display:block !important;
		color: white;
		font-family: "myriad pro";
		font-size: 14px;
		position: absolute;
		right: 10px;
		text-decoration: none;
		text-shadow: 1px 1px 1px #000000;
		top: 10px;
		word-spacing: 2px;
	}
	
}
@media all and (min-width:590px) {
	#social {
		display:block !important;
		position: absolute;
		right: 0;
		top: 40px;
		z-index: 1000;
	}


}

@media all and (min-width:769px) {
	#slideshow .image1 {
		background-image:url(/images/home/Group-1.jpg);
	}
	#slideshow .image2 {
		background-image:url(/images/home/Group-1c.jpg);
		opacity: 0;
	}
	#slideshow .image3 {
		background-image:url(/images/home/Group-1e.jpg);
		opacity: 0;

	}
	#slideshow .image4 {
		background-image:url(/images/home/Group-1f.jpg);
		opacity: 0;
	}
	#slideshow .image5 {
		background-image:url(/images/home/Group-1i.jpg);
		opacity: 0;
	}
	#slideshow .image6 {
		background-image:url(/images/home/Group-1h.jpg);
		opacity: 0;
	}
	#slideshow .image7 {
		background-image:url(/images/home/Group-1k.jpg);
		opacity: 0;
	}
	#slideshow .image8 {
		background-image:url(/images/home/Group-1j.jpg);
		opacity: 0;
	}
	#slideshow .image9 {
		background-image:url(/images/home/Group-1l.jpg);
		opacity: 0;
	}
	#slideshow .image10 {
		background-image:url(/images/home/Group-1b.jpg);
		opacity: 0;
	}
	#slideshow .image11 {
		background-image:url(/images/home/Group-1d.jpg);
		opacity: 0;
	}
	#slideshow .image12 {
		background-image:url(/images/home/Group-1g.jpg);
		opacity: 0;
	}
}

@media all and (min-width:1000px) {
}

#social {
	display:none;
}
#banner .logo {
	display:none;
}
.fb {
	background: url("/images/sprites.png") no-repeat scroll -104px 0 rgba(0, 0, 0, 0);
	display: block;
	height: 29px;
	position: relative;
	right: -58px;
	top: -44px;
	width: 29px;
}

#youtube {
	width:66px;
	height:28px;
	top:31px;
	left:600px;
	background:url("/images/sprites.png") no-repeat scroll -133px -0px;
	position:absolute;
	z-index:1000;
}
/*.video {
	left: 25px;
	position: absolute;
	top: 100px;
}*/