@charset "utf-8";
/* ---------------------------------------------------
---> KtB
--------------------------------------------------- */
body{
	margin: 0px;
    padding: 0px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';	
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noSelect{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
/* ---------------------------------------------------
---> KtB Home Page
--------------------------------------------------- */
#KtB{
    position: relative;
    border: thin solid rgba(255,255,255,0.00);
}
#KtB-Background{
    position: fixed;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
	background: url("../../_images/Background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    background-position: center;
	border: 2px solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.25);
}
#KtB-Giving{
    position: relative;
	padding: 0px 10px;
    background: rgba(0,0,0,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    text-align: right;
    z-index: 100;
}
#Giving-Text{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: rgba(255,255,255,0.75);
}
#Giving-Logo{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
#Giving-Logo img{
    display: block;
}
#DonateButton{
    position: relative;
    cursor: pointer;
}

#KtB-Info{
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 10px auto;
    background: rgba(255,255,255,0.75);
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.25);
}
#KtB-Logo{
    position: relative;
    width: 50%;
    margin: 0px auto;
}

#KtB_Buttons{
	position: relative;
	display: flex;
	align-items: center;
	border-top: 2px solid rgba(255,255,255,1.00);
	border-bottom: 2px solid rgba(255,255,255,1.00);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}

.KtB_Button-Section{
	position: relative;
	flex: 1 1 0px;
	margin: 10px;
	padding: 10px;
	background: rgba(150,0,0,1.00);
	border: 2px solid rgba(255,255,255,1.00);
	border-radius: 5px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25), 0px 0px 1px 1px rgba(0,0,0,0.25);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
}


.Info-Box{
	position: relative;
	margin: 10px;
	padding: 10px;
    background: rgba(255,255,255,0.75);
	border-top: thin solid rgba(0,0,0,0.25);
	border-bottom: thin solid rgba(0,0,0,0.25);
    font-size: 18px;
    line-height: 24px;
    color: rgba(0,0,0,0.85);
}
.Info-Box li{
    margin: 15px 10px;
}
.Info-Logo{
    position: relative;
    width: 50%;
    margin: 0px auto;
}


#ktb{
    position: relative;
    width: 96%;
    max-width: 800px;
    margin: 0px auto;
}
#ktbNav{
    position: relative;
}
#NavSlider{
    position: relative;
	margin: 20px;
}
#NavButtons{
    position: relative;
}
.NavButton{
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    border: thin solid rgba(150,150,150,1.00);
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(150,150,150,0.75);
    cursor: pointer;
}
/* ---------------------------------------------------
---> KtB Bible Study
--------------------------------------------------- */
#KtB-Disciple{
    position: relative;
}
#KtB-Access{
    position: relative;
    padding: 3px 6px;
    background: rgba(255,255,255,0.75);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.25);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: rgba(0,0,0,0.50);
}
.KtB-PageButton{
    position: relative;
    margin: 20px 0px;
    padding: 15px 25px;
    background: rgba(100,0,0,1.00);
    border-top: 2px solid rgba(255,255,255,1.00);
    border-bottom: 2px solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.25);
    font-size: 28px;
    text-align: center;
    color: rgba(255,255,255,1.00);
    cursor: pointer;
}

.KtB-SectionTitle{
    position: relative;
    margin: 10px;
    padding: 10px;
    border-top: thin solid rgba(0,0,0,0.25);
    border-bottom: thin solid rgba(0,0,0,0.25);
    font-size: 24px;
    text-align: center;
    color: rgba(0,0,0,0.75);
}
.KtB-Video{
    position: relative;
    width: 600px;
    margin: 10px auto;
    border: thin solid rgb(0,0,0,1.00);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25);
}





/* ---------------------------------------------------
---> KtB Bible Study
--------------------------------------------------- */
#ktb-Video{
    position: relative;
    width: 98%;
    max-width: 1400px;
    margin: 0px auto;
    padding: 10px 10px 100px 10px;
}
.ktb-Link{
    position: relative;
    margin: 10px;
    padding: 10px;
    border-top: thin solid rgba(0,0,0,0.25);
    border-bottom: thin solid rgba(0,0,0,0.25);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.ktb-Section{
    display: flex;
    justify-content: center;
    margin: 10px;
}
#ktb-Logo{
    flex: 25%;
}
#ktb-Title{
    flex: 75%;
    margin: 10px;
    padding: 10px;
    border-top: thin solid rgba(0,0,0,0.25);
    border-bottom: thin solid rgba(0,0,0,0.25);
    font-size: 80px;
    color: rgba(0,0,0,0.75);
}
#ktb-TitleText{
    display: flex;
    height: 100%;
    align-items: center;
}
.ktb-Video{
    flex: 600px;
    border: thin solid rgb(0,0,0,1.00);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25);
}
.ktb-Script{
    flex: calc(100% - 600px);
    width: 100%;
    height: 338px;
    border: thin solid rgb(00,0,0,1.00);
    overflow-y: scroll;
}

.ktb-TimeStamp{
    position: relative;
    margin: 10px 5px 0px 5px;
    border-top: thin solid rgba(0,0,0,0.25);
    border-bottom: thin solid rgba(0,0,0,0.25);
    font-size: 14px;
    color: rgba(0,0,0,0.75);
}
.ktb-ScriptText{
    position: relative;
    padding: 5px;
    font-size: 14px;
    color: rgba(0,0,0,0.75);
}
