/* BOOTSTRAP */

.nav-pills > li > ul {
    padding-left:0 !important;
    padding-right:0 !important;
}

.nav-pills ul > li > a {
    padding-left: 40px !important;
}

ol > .list-group-item {
    display: list-item;
}

.breadcrumb {
    padding: 8px 0 !important;
}

.btn-group-xs > .btn {
    margin-right: 2px;
    margin-bottom: 5px;
}

/* GENERAL */

body {
    font-family: Helvetica, Arial, sans-serif;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
a{
    color:#39C !important;
}
h1, h2, h3, h4, h5 {
    font-weight: bold !important;
    line-height: 1.1 !important;
    color: #000 !important;
    /*color: #cc4d00 !important;*/
}
/*
a, a:hover, a:active, a:focus {
    color: #800 !important;
    text-decoration: none !important;
    outline: 0 !important;
}*/

.container {
    background: #fff;
}

.well {
    min-height: 20px !important;
    padding: 19px !important;
    margin-bottom: 20px !important;
    background: #f5f5f5 !important;
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px !important;
    /*background: #fff9d0 !important;*/
    /*border: 1px solid #e6ccb3 !important;*/

}

.btn {
    font-weight: 600 !important;
}

.btn-primary {
    background: linear-gradient(#f70, #cc4d00) no-repeat !important;
    color: #fff !important;
}

.btn-info {
    color: #39C !important;
    background: #fff !important;
    border-color: #39C !important;
    /*border-color: #a91b0c !important;*/
    /*color: #a91b0c !important;*/
}

.btn-default {
    color: #fff !important;
}

.alert-info {
    /*background: #ffe59a;*/
    background: #f5f5f5;
    color: #000;
}

.panel-info, .alert-info {
   /* border-color: #ffcf28;*/
   border-color: #D3D3D3;
}

.panel-info .panel-heading  {
    /*background: #FFDF8A !important;*/
    background: #f5f5f5 !important;
}

.nav-pills {
    margin-bottom: 10px;
}

.nav-pills li.active a {
    color: #fff !important;
}

.fill-height {
    padding-top: 50px;
}

.fill-left {
    padding-left: 50px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.site-bottom-separator {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.site-error {
    font-weight: bold;
    color: red;
}

.site-strong-big {
    font-weight: bold;
    font-size: 125%;
}

.site-strong {
    font-weight: bold;
}

.site-note {
    font-style: italic;
}

.site-form {
    padding: 10px 0;
}

.site-text-small {
    font-size: 85%;
}

.site-no-margin-top {
    margin-top: 0 !important;
}

.site-bottom-space {
    margin-bottom: 10px;
}

.btn-facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
}

/* SPECIFIC */

#dictionary-search .form-group {
    margin-bottom: 5px;
}

.explanation p {
    text-indent: 3em;
    text-align: justify;
    margin-bottom: 20px;
}

.copyright-notice {
    border-top: 1px solid black;
    font-size: 70%;
    margin-top: 2em;
    padding-top: 2em;
}

label.title-description{
    font-weight: 300 !important;
    line-height: 1.1 !important;
    color: #cc4d00 !important;
    font-size: 17px;
    margin-bottom: 9px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.list-group-item span {  color: #800 !important;
    text-decoration: none !important;
    outline: 0 !important;font-size: 12px;
    font-style: italic;}

.dictionary-ad {margin-bottom: 18px}

.dictionary-ad #ad {margin-top: 18px}

.home-search-examples div.panel-body{ padding-bottom: 0; padding-top: 0 }

.social-buttom-FB{float: left;margin-top: 2px;}

.social-buttom-plusone{float: left;width: 65px;padding-bottom: 0px;margin: 0 10px 0px 10px;}

.social-buttom-pint{float: left;margin-top: 2px;}

/* BS */

.indented {
    display: inline-block;
    margin-left: 15px;
}

.woc {
    color: #E62E00 !important;
}

/*  h1 title at bible page  */
.bible .col-xs-10 h1 {font-size:17px;}

/*  h1 title at commentary page  */
.commentary .col-md-12 h1 {font-size:27px;}

/*  Tablet  */
@media (min-width:767px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: left;
    }

    .hidden-desktop { display: inherit !important; }
    .hidden-tablet { display: none !important; }
}


/*  Medium Desktop  */
@media (min-width:992px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }

    .hidden-tablet { display: inherit !important; }
    .hidden-desktop { display: none !important; }
}


/*  Large Desktop  */
@media (min-width:1200px){

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }

    .hidden-tablet { display: inherit !important; }
    .hidden-desktop { display: none !important; }
}
a.logo
{
    margin: 27px 0 0 22px;
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/backgrounds/sprite.png) no-repeat;
    width: 262px;
    height: 55px;
    padding: 10px 20px;
    display: block;
    float:left;
}
.navbar
{
    clear:both;
}
div.navChristianity
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/backgrounds/nav-bg.png) repeat-x #CC6601;
    padding-left:0 !important;
}

div.navChristianity .nav > li > a
{
    font-size: 16px;
    color: #FFF !important;
    font-weight: bold;
    text-shadow: 0 -1px 2px #B25800;
}

div.navChristianity .nav > li > a:hover
{
    color: #FFFFFF;
}

div.advertisement
{
    display: block;
    margin: 10px 0;
    text-align: center;
}

div.headerAd{
    margin: 10px 0;
}
div.headerAd div.advertisement
{
    display:inline-block;
    margin-left:40px;
}
/*#region Spans */

span.green
{
    color: #229F39;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 5px;
}

span.red
{
    color: #C70E0C;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
}

span.gray
{
    color: #C0C0C0;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
}

span.login
{
    font-weight: bold;
    text-transform: uppercase;
}

span.expandIcon
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
}

span.searchIcon
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/icons/search-icon.png) no-repeat;
}

.feedbackUrl
{
    display: block;
    margin: 0 0 10px;
}

/*#endregion */

.headerMenu, .headerMenu li, .postHeaderMenu {  float: left;  }

/*#region Search */

.searchForm
{
    display:inline-block;
    /*margin-left:160px;*/
    float:right;
}

.searchForm input[type="text"], searchPageForm input[type="text"]
{
    border: 1px solid #CCCCCC;
    outline: medium none;
    padding: 6px;
    width: 225px;
    font-weight: bold;
    line-height: 18px;
    height: 25px;
    vertical-align:middle;
    margin: 9px 0;
}

.searchPageForm
{
    padding-left: 10px;
}

.searchForm input[type="submit"], .searchPageForm input[type="submit"]
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/backgrounds/sprite.png) repeat scroll 0 -144px transparent;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    width: 13px;
    padding-top: 8px;
}

.searchForm input[type="submit"]
{
    position: relative;
    right: 25px;
}

.rounded
{
    border-radius: 4px 4px 4px 4px;
}

/*#endregion */
div.subNavChristianity .nav > li {
    float: left;
}
div.subNavChristianity .nav > li > a{
    color: #000 !important;
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}
.search-btn
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/buttons/m-glass.png) no-repeat right;
    height: 42px;
    width: 23px;
    padding: 22px 0;
    border: none;
    margin: 0;
    float:right;
}
/*#region Header */

.header
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/backgrounds/header.png) repeat-x;
    height: 83px;
    line-height: 83px;
}

.header .btn-group
{
    float: right;
}

.header .btn-group.open .dropdown-toggle
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
    background-color: transparent;
}

.header > ul.dropdown-menu
{
    min-width: 110px !important;
}

.header .logoMobile
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/backgrounds/header-logo.png) no-repeat;
    margin: 14px 0 14px;
    padding: 25px 105px;
}

.header a.search
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/icons/search-icon.png) no-repeat;
    height: 44px;
    width: 44px;
    padding: 0;
    border: none;
    margin: 10px 5px 0 0;
}

.header a.menuMobile
{
    background: url(http://media.dev06.salemwebnetwork.com/bibletrivia/default/icons/expand-icon.png) no-repeat;
    height: 44px;
    width: 44px;
    padding: 0;
    border: none;
    margin: 10px 5px 0 0;
}

.navbar
{
    clear:both;
}

.t378.expanded .SubscribeBox
{
    background: #f5f5f5 !important;
    border-top: 1px solid #D3D3D3 !important;
    border-bottom: 1px solid #D3D3D3 !important;
    color: #000 !important;

}

.t378.expanded .HeaderText, .Instructions
{
    color: #000 !important;
}
/*#endregion */
.stickOnScroll{
    z-index: 10;
}
.clearLeft {
    clear: left;
}

.subNavBox {
    padding: 20px 20px 10px 20px;
    display: none;
    background-color: #fff;
    width: 750px;
    position: absolute;
    border: 10px solid rgb(234, 234, 234);
    border: 15px solid rgba(204, 204, 204, 0.41);
    *top: 42px;
    z-index: 2000;
}

.subNavBox.fullWidth {
    width: 888px;
    left: 20px;
}

li:focus .subNavBox {
    display: block;
}

.subNavBox a {
    color: #39c;
    font-size: 12px;
}

.subNavBox ul {
    list-style: disc inside;
    color: #767676;
    font-size: 10px; /* margin-left: -9px; */
}

.subNavBox .leftBorder {
    border-left: 1px solid #ccc;
}

.subNavBox .leftColumn {
    margin-top: -10px;
    float: left;
    max-width: 350px;
}

.subNavBox .leftColumn ul {
    margin-left: -9px;
}

.subNavBox.blog .leftColumn {
    margin-left: 0;
}

.subNavBox.fullWidth .leftColumn {
    max-width: 540px;
    margin-top: -10px;
}

.subNavBox .leftColumn .header {
    font-size: 14px;
    font-weight: bold;
}

.subNavBox .leftColumn .secondaryNav {
    display: block;
    padding: 0 10px;
    font-weight: bold;
    clear: both;
    margin-bottom: 10px;
}

.subNavBox.blog .leftColumn .secondaryNav {
    padding: 0 5px;
}

.subNavBox .leftColumn .secondaryNav li {
    padding: 7px 10px 7px 0;
    float: left;
    width: 165px;
}

.subNavBox .leftColumn .secondaryNav li span.navigationLink {
    display: block;
    width: 140px;
    float: right;
}

.subNavBox.blog .leftColumn .secondaryNav li {
    width: 170px;
}

.subNavBox.blog .leftColumn .secondaryNav li span.navigationLink {
    display: block;
    width: 150px;
    float: right;
}

.subNavBox.devotional .leftColumn .secondaryNav li {
    width: 232px;
}

.subNavBox.devotional .leftColumn .secondaryNav li span.navigationLink {
    display: block;
    width: 210px;
    float: right;
}

.subNavBox .leftColumn .subNavHtml {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    clear: left;
}

.subNavBox .leftColumn .subNavHtml p {
    padding: 10px 0 0;
}

.subNavBox .featuredFaqs,
.subNavBox.devotional .todaysDevotional {
    float: right;
    width: 305px;
    padding: 0 0 0 20px;
}

.subNavBox .featuredFaqs .header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    background: none;
    height: 30px;
    line-height: 30px;
}

.subNavBox .featuredFaqs li {
    padding-top: 8px;
}

.subNavBox .featuredFaqs li a span {
    display: block;
    width: 235px;
    float: right;
}

.subNavBox.videos {
    width: 890px;
}

.subNavBox.videos .videosGrid.features {
    width: 300px;
    float: left;
    padding-right: 20px;
}

.subNavBox.videos .videosGrid.answers {
    width: 570px;
    float: left;
}

.subNavBox.videos .videosGrid.answers .header {
    margin-left: 20px;
}

.subNavBox.videos .videosGrid.answers .articleGrid li {
    margin-left: 20px;
}

.subNavBox.videos .videosGrid .header {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.subNavBox.videos .videosGrid .articleGrid {
    list-style: none;
    overflow: hidden;
    margin: 0;
}

.subNavBox.videos .videosGrid .articleGrid li {
    width: inherit;
    margin: 0;
    padding-top: 20px;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnail {
    float: left;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnailContainer {
    float: left;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnailContainer .thumbnail img.articleImage {
    width: 119px;
    height: 70px;
    border-left: none;
    border-right: none;
}

.subNavBox.videos .videosGrid .articleGrid .details {
    float: left;
    width: 111px;
    padding-left: 15px;
    padding-top: 0;
}

.subNavBox.devotional .header {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    background: none;
    height: 24px;
    line-height: 24px;
}

.subNavBox.devotional .todaysDevotional .title {
    font-size: 14px;
    font-weight: bold;
}

.subNavBox.devotional .todaysDevotional p {
    font-size: 12px;
    color: #808080;
    padding: 0;
    margin: 0;
}
.headerMenu li:Hover .subNavBox{display: block;}


.subNavBox.videos .videosGrid.features {
    width: 245px;
    float: left;
    padding-right: 20px;
}

.subNavBox.videos .videosGrid.answers .header {
    margin-left: 20px;
}

.subNavBox.videos .videosGrid.answers .articleGrid li {
    margin-left: 20px;
}

.subNavBox.videos .videosGrid .header {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background: none;
    height: 24px;
    line-height: 24px;
}

.subNavBox.videos .videosGrid .articleGrid {
    list-style: none;
    overflow: hidden;
    margin: 0;
}

.subNavBox.videos .videosGrid .articleGrid li {
    width: inherit;
    margin: 0;
    padding-top: 20px;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnail {
    float: left;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnailContainer {
    float: left;
}

.subNavBox.videos .videosGrid .articleGrid .thumbnailContainer .thumbnail img.articleImage {
    width: 119px;
    height: 70px;
    border-left: none;
    border-right: none;
}

.subNavBox.videos .videosGrid .articleGrid .details {
    float: left;
    width: 111px;
    padding-left: 15px;
    padding-top: 0;
}

a.video {
    position: relative;
    display: inline-block;
    *position: static;
}
/* link that has playButton span inside of it must be position:relative, since the playButton container itself is position:absolute */
a.video:hover .playOverlay {
    opacity: 1;
}

a.video .playOverlay {
    position: absolute;
    cursor: pointer;
    display: block;
    opacity: 0.65;
    left: 50%;
    top: 50%;
}

a.video .playOverlay.big {
    margin-left: -45px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
}

a.video .playOverlay.small {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

a.video .articleImage {
    float: left;
    width: 212px;
    height: 120px;
}

.playOverlay {
    *display: none !important;
}
