/* Gets rid of Firefox's dotted borders */
a img {
    border: none;
}

/* Selector colors */
::selection {
    background: #ba1d2b;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ba1d2b;
    color: #fff);
    text-shadow: none;
}

img::selection {
    background: #ba1d2b;
}

img::-moz-selection {
    background: #ba1d2b;
}

body {
    -webkit-tap-highlight-color: #ba1d2b;
}

.location-info {
    background: #ba1d2b;
}


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    background: #000000 url('../img/background.jpg') no-repeat;
    font-family: 'futura-pt', Helvetica, sans-serif;
    width: 100%;
}

#atmosphere {
    background: #000000 url('../img/none.jpg') no-repeat;
}

ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style-type: none;
    margin-top: 20px;
    margin-left: 0;
    font-weight: bold;
}

ol li {
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s false;
}

ol li a {
    display: block;
    padding: 10px;
}

ol li span.date {
    float: right;
    position: relative;
    margin-top: -30px;
    margin-right: 10px;
}

ol li:hover, ol li.playing {
    color: #fff;
    background: #ba1d2b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s false;
    /* margin-left: -40px; */

}

ol li:hover a, ol li.playing a {
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s false;
}

ol li:hover p {
    color: #333;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#mobileHeader,
nav select,
#mobileMdsLogo,
#mobileFooter,
#mobileNavigations {
    display: none;
}

#contentContainer {
    margin: 0 auto;
    position: relative;
}

#header {
    height: 50px;
    position: relative;
    background: #bd202d; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(189, 32, 45, 0.95) 0%, rgba(152, 29, 40, 0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(152, 29, 40, 0.95)), color-stop(100%, #981d28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bd1e2c, #971823);
    background: -o-linear-gradient(top, rgba(189, 32, 45, 0.95 f) 0%, rgba(152, 29, 40, 0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(189, 32, 45, 0.95) 0%, rgba(152, 29, 40, 0.95) 100%); /* IE10+ */
    background: linear-gradient(top, #rgba(189, 32, 45, 0.95) 0%, rgba(152, 29, 40, 0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(189, 32, 45, 0.95)', endColorstr='rgba(152, 29, 40, 0.95)', GradientType=0); /* IE6-9 */

    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);

    z-index: 1000;
}

#header nav {
    position: absolute;
    top: 9px;
    right: 10px;
}

#header nav ul li {
    *display: inline;
    display: -moz-inline-stack;
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding: 5px 15px;
    vertical-align: top;
}

#header nav ul li a {
    color: #FFFFFF;
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

#header nav ul li.selected,
#header nav ul li:hover {
    -moz-border-radius: 50px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 15px;

}

#header nav ul li#nav_location {
    width: 20px;
}

.small {
    font-size: 13px;
}

.content {
    margin-top: 20px;
    text-align: center;
}

.content h1 {
    color: #FFFFFF;
    font-family: 'futura-pt-condensed', Helvetica, sans-serif;
    font-size: 145px;
    width: 100%;
    font-weight: 800;
    line-height: 130px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
    margin: 0;
}

.content h2 {
    color: #FFFFFF;
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 110px;
    line-height: 85px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
    margin: 0;
}

.content h3 {
    color: #FFFFFF;
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: normal;
    display: block;
    letter-spacing: 5px;
    line-height: 30px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}

.hr {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 2px;
}

#circleNavigations {
    margin-top: 30px;
}

#circleNavigations li {
    background-color: white;
    width: 100%;
    padding: 2em 0;
    margin-bottom: 1em;
    float: left;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s false;
}

#circleNavigations li:hover {
    box-shadow: inset 0 0 0 10px #bd202d;
    transition: all 0.2s false;
}

#circleNavigations li img {
    margin-bottom: 30px;
    margin-top: 65px;
}

#circleNavigations #ministries img {
    margin-top: 62px;
}

#circleNavigations #about img {
    margin-top: 35px;
}

#circleNavigations li p {
    font-family: 'futura-pt', Helvetica, sans-serif;
    height: 40px;
}

#circleNavigations li em {
    font-family: 'futura-pt-condensed', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
}

#circleNavigations li a {
    color: #000000;
}

#circleNavigations #new {
    /* 				padding-left: 15px; */
}

#circleNavigations #about {
    /* 				padding-right: 15px; */
}

#footer {
    background: #bd202d;
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, -moz-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(151, 24, 35, 1)), color-stop(100%, #981d28));
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, -webkit-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, -o-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, -ms-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
    background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, linear-gradient(top, #rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
    position: relative;
    display: block;
    margin: 0 4px;
    /* background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, url('../img/footer-bg.png') top left repeat-x; */

    /* background: url('../img/footer-logo.png') center 55px no-repeat, url('../img/footer-rule-left-leaf.png') left 90px no-repeat, url('../img/footer-rule-right-leaf.png') right 90px no-repeat, url('../img/footer-rule.png') center 98px repeat-x, */

    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 0 rgba(255, 255, 255, 0.1);

    padding-top: 210px;
    padding-bottom: 60px;
    margin-top: 20px;
}

.interiorContent #footer {
    margin-top: 35px;
}

#footerDivider {
    margin-bottom: 65px;
    margin-top: 65px;
}

#footer li {
    color: #4f0c12;
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-left: 60px;
}

#footer li.iconPin img {
    margin-left: 7px;
}

#footer li.iconFacebook img {
    margin-left: 10px;
}

#footer h4 {
    color: #FFFFFF;
    font-family: 'futura-pt-condensed', Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 60px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#footer img {
    margin-right: 10px;
}

#footer a {
    color: #4f0c12;
    display: inline;
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#footer a:hover {
    text-decoration: underline;
}

footer {
    position: relative;
}

.toe {
    margin-bottom: 40px;
}

footer p {
    color: #454545;
    font-family: Arial;
    font-size: 11px;
    margin-bottom: 25px;
    margin-top: 25px;
}

footer p#logoMds {
    position: absolute;
    bottom: 0px;
    margin: 0;
    right: 0px;
}

.sectionTitle img {
    margin-right: 50px;
}


#interiorContent_ImNewHere,
#interiorContent_Ministries,
#interiorContent_About {
    margin-top: 20px;
}

.interiorContent_Top {
    background: transparent url('../img/white-bg-top.png') no-repeat;
    background-size: 100% 50px;
    height: 50px;
    width: 100%;
    position: relative;
}

.interiorContent_Body {
    background: transparent url('../img/white-bg-body.png') repeat-y;
    background-size: 100% 100px;
    padding: 0px;
    width: 100%;
}

.interiorContent_Bottom {
    background: transparent url('../img/white-bg-bottom.png') no-repeat;
    background-size: 100% 50px;
    height: 50px;
    width: 100%;
}

#interiorContent_Ministries .interiorContent_Body {
    padding-bottom: 40px;
}

#interiorContent_Atmosphere .row {
    clear: both;
    margin-top: 40px;
}

.interiorContent_LeftRail {
    left: 45px;
    position: relative;
}

.interiorContent_LeftRail h1 {
    font-family: 'futura-pt-condensed', Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 40px;
}

.interiorContent_LeftRail h1 span {
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

.interiorContent_LeftRail h2 {
    font-family: 'futura-pt-condensed', Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.interiorContent_LeftRail p {
    font-family: Arial;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    width: 88%;
}

#interiorContent_ImNewHere .interiorContent_LeftRail p,
#interiorContent_About .interiorContent_LeftRail p {
    margin-bottom: 60px;
}

.interiorContent_LeftRail p a {
    border-bottom: 2px solid;
    color: #ba1d2b;
    font-style: italic;
    font-weight: 600;
}

#interiorContent_Ministries .interiorContent_RightRail p {
    margin-top: 50px;
}

/*
	#interiorContent_Ministries .hr
	{
		margin: 30px;
		width: 100%;
	}
*/

.interiorContent_RightRail {
    text-align: center;
}

.interiorContent_RightRail p {
    color: #ba1d2b;
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 35px;
    text-align: left;
    width: 86%;
}

#interiorContent_ImNewHere .interiorContent_RightRail p {
    margin-bottom: 100px;
    width: 70;
}

#interiorContent_Atmosphere .row div:last-child {
    float: right;
}


/* ============================= */
/* ! Hides Navigation			 */
/* ============================= */
@media only screen and (max-width: 840px) {

    #defaultHeader img {
        float: left;
        position: relative;
        text-align: center;
        margin: auto;
    }

    nav ul#defaultNav {
        display: none;
    }

    nav select {
        display: inline-block;
    }


}


/* ============================= */
/* ! Adjustments for Circles	 */
/* ============================= */
@media only screen and (max-width: 1060px) {

    .content h1 {
        font-size: 125px;
        line-height: 100px;
    }

    .content h2 {
        font-size: 95px;
        line-height: 85px;
    }


}

@media only screen and (max-width: 940px) {

    .content h1 {
        font-size: 100px;
        line-height: 80px;
    }

    .content h2 {
        font-size: 75px;
        line-height: 70px;
    }

    .content h3 {
        font-size: 20px;
        line-height: 30px;
    }


}

@media only screen and (max-width: 768px) {


}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-device-width: 480px) {
    body {
    }
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {


}

/* high resolution screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 300dpi) {

    .content h1 {
        font-size: 85px;
        line-height: 60px;
    }

    .content h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .content h3 {
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 8px;
    }

    #circleNavigations li {
        width: 100%;
    }

}

/* low resolution screens */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {
        background: #000000 url('../img/mobile-bg.png') no-repeat center 110px;
    }

    #defaultHeader,
    nav ul#defaultNav,
    nav select,
    #circleNavigations,
    #defaultFooter,
    #defaultMdsLogo {
        display: none;
    }

    #mobileHeader,
    #mobileMdsLogo,
    #mobileFooter,
    #mobileNavigations {
        display: block;
    }

    #header {
        height: 94px;
        width: 100%;
        margin: 0;
        text-align: center;

        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), inset 0px -1px 0 rgba(255, 255, 255, 0.1);
    }

    #mobileHeader {
        position: relative;
        top: 18px;
    }

    #btn_MobileHome {
        position: absolute;
        left: 5px;
    }

    #btn_MobileGive {
        position: absolute;
        right: 5px;
    }

    .row {
        max-width: 100%;
        min-width: 100%;
    }


    .content {
        margin-top: 35px;
    }

    .content h1 {
        font-size: 90px;
        line-height: 70px;
    }

    .content h2 {
        font-size: 68px;
        line-height: 90px;

    }

    .content h3 {
        font-size: 32px;
        letter-spacing: 2px;
    }


    .hr {
        height: 4px;
    }

    #footerDivider {
        margin-bottom: 40px;
        margin-top: 40px;
        text-align: center;
    }


    #footer {

        background: #bd202d;
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, -moz-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(151, 24, 35, 1)), color-stop(100%, #981d28));
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, -webkit-linear-gradient(top, #bd1e2c, #971823);
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, -o-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, -ms-linear-gradient(top, rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);
        background: url('../img/mobile_footer_v.png') center 30px no-repeat, linear-gradient(top, #rgba(189, 30, 44, 1) 0%, rgba(151, 24, 35, 1) 100%);

        padding-top: 150px;
        margin-top: 35px;
        height: 50px;
        width: 100%;
    }

    footer p {
        font-size: 20px;
    }

    #mobileFooter {
        padding-bottom: 40px;
        text-align: center;
    }


    #mobileFooter li {
        position: relative;
        display: inline;
        margin-right: 65px;
    }

    #mobileFooter li#iconEmail {
        margin: 3px 0 0 5px;
    }

    #mobilefooter li#iconPin {
        margin: 0 0 0 10px;
    }

    #mobileFooter li.last {
        margin: 0;
    }

    #mobileNavigations {
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: transparent url('../img/background-mobile-nav.png') repeat-x;
        height: 540px;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #mobileNavigations h2 {
        font-family: 'futura-pt', Helvetica, sans-serif;
        font-weight: 500;
        text-shadow: none;
        font-size: 40px;
        line-height: 30px;
        padding-top: 5px;
    }

    #mobileNavigations h2 a {
        display: block;
    }

    #mobileNavigations .row {
        height: 90px;
        position: relative;
        top: 25px;
    }

    #mobileNavigations .row .twocol {
        float: left;
        text-align: center;
        width: 60px;
    }

    #mobileNavigations .row .tencol {
        float: left;
        padding-left: 0px;
        width: 80%;
    }

    .interiorContent_LeftRail p {
        font-size: 30px;
        line-height: 50px;
    }

    .interiorContent_RightRail p {
        text-align: center;
        font-size: 30px;
        padding-left: 20px;
    }
}
