/* 
    Created on : 10.02.2015, 11:20:31
    Author     : Krasimira Milkova
*/
body, header, h1, h2, img, nav, ul, li, p {
    margin: 0;
    padding: 0;
    border: 0;
}
a{
    text-decoration: none;
    color:#195cb5;
}
body{
    width: 100%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
body > header {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    position: absolute;
    z-index: 1;
}
body > header.hidden{
    display: none;
}
body > header.sticky{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,1);
    transition: all 0.4s ease; 
}
body > header > img {
    margin-left: 8%;
    display: inline-block;
}
#name {
    display: inline-block;
    text-align: center;
}
body > header > div > h1 {
    font-size: 1.8em;
    color: #565653; 
}
body > header > div > h2 {
    font-size: 1.2em;
    color: #565653; 
    text-align: center;
}
body > header > nav {
    display: inline-block;
    float: right;
    margin-right: 8%;
    margin-left: 20px;
    margin-top: 12px;
}
body > header > nav > ul{
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body > header > nav > ul > li:hover {
    background-color: #ffc55f;
    border-radius: 4px;
    text-align: center;
}
body > header > nav > ul > li:active {
    background-color: #ffc55f;
    border-radius: 4px;
    text-align: center;
}
body > header > nav > ul > li{
    margin-right: 10px;
    padding: 2px;
    list-style: none;
}
body > header > nav > ul > li > a {
    text-decoration: none;
    font-size: 1.2em;
    color: #565653;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fa {
    visibility: hidden;
}
.banner {
    width: 100%;
    height: 100%;
}
#section1 {
    background-color: #f9f1e6;
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top: -1%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section1 > article {
    padding: 2% 0;
}
#section1 > article > p {
    color: #483831;
    font-size: 1.2em;
    font-weight: bold;
}
#support_pages {
    
}
#event_title {
    font-size: 1.5em;
    color: #565653;;
}
button {
    height: 50px;
    width: 270px;
    background-color: #ffc55f;
    border: 1px #e7ad47 solid;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    color: #483831;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.smallbtn {
    height: 30px;
    width: 140px;  
    margin-top:10px;
}

#section2 {
  display: -ms-flexbox;
  display: -webkit-flex;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    text-align: justify;
    padding: 50px 0;
}
#section2 > article {
    width: 500px;
    padding: 0 0 0 25px;
    margin-bottom: 50px;
}
#section2 > article:first-of-type {
    margin-left: 0px;
}
.section2_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    border-radius: 3px;
    /* height: 225px; */
}
#section2 > article > header {
    font-size: 1.6em;
    color: #565653;
    padding: 5px 0;
}
#section2 > article > p {
    color: #9f978c;
    font-size: 1.1em;
    padding-bottom: 5px;
}
#section2 > article > footer > a {
color: #2c2c2a;
text-decoration: none;
font-size: 1em;
}
#last_broadcast_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.last_broadcast {
    width: 100%;
    height: 100%;
    background-color: #f9f1e6;
    position: relative;
    padding: 50px 0;
}
.last_broadcast > p {
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    font-size: 1.8em;
    font-weight: bold;
    color: #565653;
} 
.last_broadcast > p:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 30px;
    width: 30px;
    height: 4px;
    background: #919191;
    margin-left: -15px;
}
#owl-demo {
    margin-left: auto;
    margin-right: auto;
}
.owl-item div{
    text-align: center;
    width: 100%;
    height: 100%;
}
.date {
    position: relative;
    text-align: center; 
    margin-bottom: 10px;
}
.date:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 145%;
    width: 30px;
    height: 4px;
    background: #919191;
    margin-left: -15px;
}
.owl-item div img {
    width: 200px;
    height: 151px;
    background-color: rgb(232, 223, 211);
    margin: 15px 0;
}
.owl-item div p:first-of-type {
        color: #565653;
}
.owl-item div p {
    color: #9f978c;
    font-size: 1.2em;
}
.owl-item div p:last-of-type {
    font-size: 1em;
}
.customNavigation{
    cursor: pointer;
}
.customNavigation a{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation .next{
    position: absolute;
    left: 81%;
    top: 50%;
    background-image: url("../images/button_next.png");      
    background-size: cover;      
    width: 20px;      
    height: 40px;
}
.customNavigation .prev{
    position: absolute;
    right: 81%;
    top: 50%;
    background-image: url("../images/button_prev.png");
    background-size: cover;
    width: 20px;
    height: 40px;
}
.mix { 
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}
.donate > p {
    color: #565653;
    padding: 1%;
    font-size: 1.5em;
    position: relative;      
    width: 100%;
}
.donate > p:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 1%;
    width: 30px;
    height: 4px;
    background-color: #919191;  
}
.donate {   
    display:-webkit-flex;   
    display:-ms-flexbox;   
    display:flex;
   width: 700px;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   margin: 0 5% 0 0;
   -webkit-flex-flow:  wrap;
   -ms-flex-flow:  wrap;
   flex-flow:  wrap;
}
.donate img {  
    /* width: 45%; */
    display: inline;
}
.donate_inner_wrap {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 5px;
    text-align: justify;
    max-width: 585px;
}
.donate_inner_wrap > p {
    color: #565653;
    font-size: 1.5em;
    padding: 1px;
    margin: 2% 2%;
    max-width: 585px;
}
.donate_inner_wrap  > a{
	color: #195cb5;
}
.donate_wrap {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.donate_inner_wrap > p {
    color: #565653;
    font-size: 1.1em;
    padding: 1px;
}
.program {
    background-color: #f9f1e6;
    padding: 10px;
    text-align: center;
    width: 240px;
    margin: 0 1%;
    border-radius: 3px;
}
.program > h1 {
    color: #565653;
    font-size: 1.5em;
    position: relative;
    width: 100%;
}
.program > h1:after {
    content: "";
    position: absolute;
    top: 35px;
    right: 47%;
    width: 30px;
    height: 4px;
    background-color: #919191;   
}
.day:first-of-type {
    margin-top: 30px;
}
.day {
    padding: 1%;
    font-size: 1.1em;
    color: #565653;
    font-weight: bold;
}
.event {
    padding: 1% 0 2%;
    font-size: 1.2em;
    color: #9f978c;
    position: relative;
}
.event:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #e9e1d6;
    border: 2px solid #fdf5ea;
}
.event:last-of-type {
    margin-bottom: 8px;
}
.bible_verse {
    width: 100%;
    height: 100%;
    background-color: #f9f1e6;
    padding: 50px 0;
}
#verse {
    color: #393939;
    font-weight: normal;
    text-align: center;
    position: relative;
    font-size: 1.6em;
    line-height: 1.6;
    padding: 0 30px;
}
#verse span {
    color: #777;
    font-weight: lighter;
}
#bible:before {
    content: "\201C";
    font-size: 6em;
    color: #e0d8cd;
    position: absolute;
    top: 0;
    left: 0;
}
#bible {
    position: relative;
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
#bible:after {
    content: "\201D";
    font-size: 6em;  
    color: #e0d8cd;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.bible_verse > p {
    /* width: 100%; */
    text-align: center;
    color: #565653;
    padding: 0 0 0 5px;
    font-size: 1.6em;
    position: relative;
}
.bible_verse > p:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 48.5%;
    width: 30px;
    height: 4px;
    background-color: #919191;  
}
.contact{
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 50px 0;
}
.contact > p {
    color: #565653;
    padding: 1% 100px 1% 0;
    font-weight: bolder;
    font-size: 1.4em;
}
.contact form {
    width: 1000px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#form_wrap {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 600px;
}
.imp_sty {
    border: 1px grey solid;
    border-radius: 3px;
    height: 20px;
    margin: 3px;
}
#form_wrap:last-child {
    height: 50px;
}
#submit_button {
    height: 40px;
    width: 300px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 2% 0;
    background-color: #ffc55f;
    border: 1px #e7ad47 solid;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    color: #483831;
    cursor: pointer;
}
#map {
    width: 300px;
    height: 300px;
    margin: 0 100px;
}
#our_address {
    background-color: #53504c;
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}
.address {
    color: #CCC0C0;
    font-size: 1.1em;
    padding: 1%;
}
.address > p:first-of-type {
    font-size: 1.3em;
    padding: 2% 0;
    font-weight: bold;
}
.address p {
    padding: 1% 0;
    border-bottom: 2px solid #666462;
}
#footer {
    color: #CCC0C0;
    text-align: center;
    font-size: 1em;
    width: 100%;
    height: 100%;
    background-color: #494743;
}
#footer h4{
    margin: 0;
    padding: 1% 0;
    line-height: 1.5;
    font-weight: bold;
}
#page_title {
    width: 100%;
    background-color: #f9f1e6;
    padding: 100px 0 50px 0;
}
#page_title p:first-of-type {
    color: #565653;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 9%;
}
#page_title p:last-of-type {
    font-size: 1.2em;
    color: #9f978c;
    padding-left: 9%;
}
#archive, #resources_table {
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 20px;
}
.video_link, .resource_item {
    width: 500px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin: 30px 0;
    /* background-color: #f9f1e6; */
}
.video_link a {
    width: 250px;
    margin-left: 1%;
}
.resource_display{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    color: #565653;
}
.video_link a img, .resource_display {
    width: 225px;
    height: 155px;
    background-color: #f9f1e6;
}
.resource_display p {
    text-align: center;
    vertical-align: baseline;
       -ms-flex-align: baseline;
       max-width: 224px;
}
.show_description, .resource_info {
    width: 254px;
    font-size: 1em;
    color: #9f978c;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
}
.show_date, .res_date {
    padding: 1%;
}
.show_speaker, .res_type {
    font-size: 1.1em;
    color: #565653;
    padding: 1%;
    font-weight: bold;
}
.show_title, .res_title {
    font-size: 1.3em;
    color: #565653;
    padding: 1% 2% 1% 0;
    font-weight: bold;
}
.show_viewed {
    padding: 1%;
}
#archive_nav {
    width: 100%;
    background-color: #f9f1e6;
    padding: 50px 0;
    font-weight: bold;
    font-size: 1.3em;
    color: #565653;
    margin-top: 50px;
}
#archive_form_nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 82%;
    padding-left: 9%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.archive_dropdown {
    width: 250px;
    margin-left: 10px;
}
.archive_dropdown_option {
    color: #9f978c;
    font-size: 1.2em;
}
#types {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width: 82%;
    padding-left: 9%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#types li {
    list-style: none;
    margin: 2% 0;
}
#types li a {
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
    color: #565653;
}
#types li a:hover {
    text-decoration: underline;
}
#types li a:active {
    text-decoration: underline;
}
.resource_info {
    margin-left: 5%;
}
.resource_info button {
    width: 200px;
    margin: 0;
}
#video_screen {
    margin-top: 50px;
    text-align: center;
}
#video_screen video {
    width: 640px;
    height: 480px;
}
/*#screen iframe {
    object-fit: scale-down;
    width: 95%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
}*/
#screen_out {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    padding: 50px 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
#screen_out>p {
    margin-left: 13%;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    font-size: 1.2em;
    color: #565653;
    padding: 5px;
}
#online_program {
    padding-top: 80px;
}
#archive_link {
    width: 100%;
    background-color: #f9f1e6;
    padding: 50px 0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;;
    -webkit-flex-flow: row wrap;;
    -ms-flex-flow: row wrap;;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#archive_link p {
    font-size: 1.4em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #565653;
    margin: 10px 5%;
    font-weight: bold;
}
#about_info {
    font-size: 1.2em;
}
.info {
    color: #9f978c;
    padding: 50px 9% 50px 9%;
    text-align: justify;
}
.info_title {
    color: #565653;
    margin-bottom: 10px;
    font-weight: bold;
}
#history span {
    padding-left: 20px;
    color: #565653;
    font-weight: bold;
}
#history ul {
    list-style-type: square;
    margin-top: 10px;
    padding-left: 50px;
}
#what {
    background-color: #f9f1e6;
}
#links {
   background-color: #53504c; 
   color: #CCC0C0;
}
#flexed_links {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
/*#links_title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #CCC0C0;
}*/
#contact_form_list {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    padding: 50px 0 50px 0;
    font-size: 1.1em;
    color: #565653;
}
#contact_form_list form {
    width: 40%;
    min-width: 275px;
    margin-right: 100px;
    padding-left: 9%;
}
#form_wraper {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cont_imp {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 30px;
    margin: 10px 0;
}
#cont_text {
    height: 100px;
}
#contact_form_list aside hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
#contact_form_list aside {
    width: 30%;
    min-width: 250px;
    margin-top: 10px;
}
.cont_address p:first-of-type {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
#cont_map {
    width: 100%;
    height: 200px;
}
.message {
    color: #565653;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 2%;
    padding-top: 50px;
    padding-right: 10px;
}


/*paggination */

div.pagination {
    padding: 3px;
    margin: 3px;
    clear:both;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    text-decoration: none;
    border: 1px #9f978c solid;
    border-radius: 2px;
    font-size: 1em;
    font-weight: bold;
    color: #483831;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #e7ad47;
    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    text-decoration: none;
    background-color: #ffc55f;
    border: 1px #e7ad47 solid;
    border-radius: 2px;
    font-size: 1em;
    font-weight: bold;
    color: #483831;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    /*border: 1px solid #EEE;*/
    color: #9f978c;
}
body>a:last-of-type {
    display: none;
}

/*media quaeries*/
@media only screen and (max-width: 1018px) {
    .video_link, .resource_item {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 400px;
    }
}
@media only screen and (max-width: 1460px) {
    body > header > img {
        margin-left: 10px;
    }
    body > header > nav {
        margin-left: 0;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1400px){
    .contact > p {
        width: 98%;
        text-align: center;
        position: relative;
        padding: 0;
    }
    .contact > p:after {
        content: "";
        position: absolute;
        top: 35px;
        left: 49.5%;
        width: 30px;
        height: 4px;
        background-color: #919191;  
    }
    .contact form {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1230px){ 
    body > header > nav > ul > li {
        margin-right: 0;
    }
    body > header > div > h1 {
        font-size: 1.2em;
    }
    body > header > div > h2 {
        font-size: 1em;
    }
}
@media only screen and (max-width: 1200px){ 
    #section1 > article > p {
        font-size: 1em;
    }
    .donate {
        margin: 50px 1%;
    }
}
@media only screen and (max-width: 1023px){
    body > header {
        position: absolute;  
    }
    body > header > img {
        margin-left: 1%;
    }
    body > header > nav {
        margin-right: 1%;
    }
    .fa-bars{
        visibility: visible;
        float: right;
        cursor: pointer;
        margin-right: 2%;
        margin-top: 16.5px;
}
    .main_navigation {
        -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
        transform: translateY(-300%);
        transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
    .main_navigation.open{
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);   
        width: 100%;
        display: block;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 7px;
        margin: 0;
        height: 160px;
        top: 100%;
}
    .main_navigation.open ul {
        -webkit-flex-direction: column;
        flex-direction: column;
     -ms-flex-direction: column;
    }
    .main_navigation ul li:hover {
        background-color: #ffc55f;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    }
    .main_navigation ul li:active {
        background-color: #ffc55f;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    }
}
@media only screen and (max-width: 1041px) {
    .address {
        width: 100%;
        text-align: center;
        padding: 2% 20%;
    }
}
@media only screen and (max-width: 1020px){
    #section2 > article:last-of-type {
        margin-left: 0;
    }
}
@media only screen and (max-width: 960px){
    .program {
        width: 700px;
    }
    .contact {
        padding: 50px 0 50px 1%;
        width: 98%;
    }
    #form_wrap {
        width: 100%;
    }
    #submit_button {
        width: 100%;
    }
    #online_program {
        padding-top: 10px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 850px) {
    .video_link, .resource_item {
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;  
    }
    #types {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}
@media only screen and (max-width: 890px) {
    #section1{
        padding: 2% 0;
    }
    #section1 article {
        padding-left: 2%;
    }
    #section1 button {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 800px) {
    #section1 {
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    } 
}
@media only screen and (max-width: 750px){   
    #bible {
        width: 100%;
    }
    #verse {
        font-size: 1.4em;
    }
    .address {
        padding: 2% 0;
    }
    #map {
        margin: 0 auto;
    }
    #contact_form_list form, #contact_form_list aside {
        width: 81%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 0;
        padding-left: 9%;
    }
}
@media only screen and (max-width: 640px) {
    body > header {
        position: relative;  
    }
    #video_screen video {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 550px) {
    #section2 > article > p {
     margin-right: 5px;
    }
}
@media only screen and (max-width: 450px) {
    .donate_wrap {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .donate > p {
        text-align: center;
    }
    .donate > p:after {
        left: 45%;
    }
    div.pagination {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;

    }
}
.red {
	color:#80000;
}
.container {
	border: 1px solid #34495e;
    width: 100%;
    padding: 10px;
	
	
}
.container h1 {
	color: #34495e;
	font-weight: bold;
}
.form-wrap {
	display:flex;
}
.container-register{

	width: 45%;
	padding:20px;
	
}
.container-register h2 {
	color: #34495e;
	font-weight: bold;
}
.container-register fieldset{
	
	margin: 10px 0px 10px 0px;
	border: 1px solid #888888;
	padding: 20px;
	background: #ececec;
	
}

.container-register input{
	margin:10px;
	border: 1px solid #888888;
	outline: none;
	color: #888888;
	padding: 5px 8px 5px 8px;
	background: #FFFFFF;
	
}

.registerbtn{
	margin:10px 0 0 60px;
	
	border: 2px solid #34495e;
	padding: 5px 15px 5px 15px;
	color: #34495e;
	font-weight: bold;
}

.registerbtn:hover{
	color: #FFF;
	background:#34495e;
}


.container-register textarea{
  width: 70%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.right_text{
	text-align:right;
	
}