/*Colors*/
/*
orange - #F06000
blue - #2165FF
*/
/* orange */
/* blue*/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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%;
    vertical-align: baseline;
}

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;
}

/* #Basic Styles
================================================== */
body {
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    cursor: pointer;
    outline: 0;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

    ul ul li, ul ol li,
    ol ol li, ol ul li {
        margin-bottom: 6px;
    }

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* #Buttons
================================================== */
/* #Forms
================================================== */
form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    max-width: 100%;
    display: block;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    color: #444;
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

@font-face {
    font-family: 'Gaura Times';
    src: url("/public/fonts/g-times/g-times-r.eot");
    src: url("/public/fonts/g-times/g-times-r.eot?#iefix") format("embedded-opentype"), url("/public/fonts/g-times/g-times-r.woff") format("woff"), url("/public/fonts/g-times/g-times-r.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gaura Times';
    src: url("/public/fonts/g-times/g-times-i.eot");
    src: url("/public/fonts/g-times/g-times-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/g-times/g-times-i.woff") format("woff"), url("/public/fonts/g-times/g-times-i.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gaura Times';
    src: url("/public/fonts/g-times/g-times-b.eot");
    src: url("/public/fonts/g-times/g-times-b.eot?#iefix") format("embedded-opentype"), url("/public/fonts/g-times/g-times-b.woff") format("woff"), url("/public/fonts/g-times/g-times-b.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@-webkit-keyframes logo-animation {
    from {
        left: 40px;
    }

    to {
        left: 0px;
    }
}

@keyframes logo-animation {
    from {
        left: 40px;
    }

    to {
        left: 0px;
    }
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Gaura Times, Georgia, Helvetica, Tahoma, Sans-Serif, Serif;
    color: #333;
    background: url("/public/images/krishna_arjun.jpg") repeat-y right top fixed;
    background-size: cover;
}

a, a:visited {
    color: #1a0dab;
    text-decoration: none;
}

    a:hover {
        color: #2111da;
        text-decoration: underline;
    }

.container {
    width: 96%;
    margin: 0px auto;
}

.flashSuccess, .flashError {
    padding: 0.5em;
}

.flashSuccess, .flashError {
    background-color: #ffd7a4;
    border: 1px solid #ffc071;
}

.flashError {
    color: #F00;
}

.text-muted {
    color: #666;
}

.smaller {
    font-size: 90%;
}

.mainContent, .rsbContent {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em;
}

.btn {
    color: #ffc071 !important;
    background-color: #242d59;
    border: 1px solid #242d59;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0;
    border-radius: 4px;
    padding: .5em 1em;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

    .btn:hover {
        color: #242d59 !important;
        background-color: #ffc071;
        text-decoration: none;
        box-shadow: 1px 1px 1px #FFF;
    }

    .btn:disabled {
        opacity: 0.65;
        background-color: #000000;
        cursor: not-allowed;
    }

.rsbContent {
    text-align: left;
}

    .rsbContent p {
        text-align: left;
    }

    .rsbContent .prevArrow, .rsbContent .nextArrow, .rsbContent .cur {
        float: left;
        margin-bottom: .5em;
    }

    .rsbContent .prevArrow {
        width: 11.39241%;
    }

    .rsbContent .cur {
        margin: 0 1.26582%;
        width: 74.68354%;
    }

    .rsbContent .nextArrow {
        width: 11.39241%;
    }

    .rsbContent .chapterNav a, .rsbContent .verseNav a {
        font-size: 1.2em;
        text-align: center;
        display: block;
        padding: .5em 0;
        border-radius: 2px;
    }

        .rsbContent .chapterNav a:hover, .rsbContent .verseNav a:hover {
            text-decoration: none;
        }

    .rsbContent .chapterNav a {
        color: #242d59;
        background-color: #ffc071;
        border: 1px solid #ffc071;
    }

        .rsbContent .chapterNav a a {
            color: #242d59;
        }

    .rsbContent .verseNav a {
        color: #ffc071;
        background-color: #242d59;
        border: 1px solid #242d59;
    }

        .rsbContent .verseNav a a {
            color: #ffc071;
        }

    .rsbContent .chapterTitle {
        text-align: center;
        font-size: 1.5em;
    }

    .rsbContent .subscribe .subscribeDesc {
        font-size: .9em;
        color: #666;
        margin-bottom: .5em;
    }

    .rsbContent .subscribe input[type=text], .rsbContent .subscribe input[type=email] {
        width: 96%;
        padding: 2%;
        margin: 0;
    }

    .rsbContent .subscribe form {
        margin-bottom: 0;
    }

.headingLink, .headingBg {
    font-size: 20px;
    text-align: center;
    color: #ffc071;
    background-color: #242d59;
    border: 1px solid #242d59;
    border-radius: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .headingLink a, .headingBg a {
        color: #ffc071;
    }

    .headingLink a, .headingBg a {
        display: block;
    }

.clearfix {
    clear: both;
}

p {
    text-align: justify;
}

.footer {
    margin-top: 15px;
    border-top: 1px dotted #242d59;
}

    .footer.screen {
        display: block;
    }

    .footer.mobile {
        display: block;
        margin-top: 0;
        border-top: none;
    }

        .footer.mobile #copyright {
            color: #ffd7a4;
        }

.center {
    text-align: center;
}

.bookTitleExt {
    font-size: 12px;
    vertical-align: middle;
    font-family: cursive;
    position: relative;
    left: 0;
    -webkit-animation: logo-animation 1s;
    animation: logo-animation 1s;
}

#copyright {
    /*color: #333;*/
    color: #ffc071;
    font-size: .8em;
    /*margin: 1em 0;*/
    text-align: center;
    background-color: #242d59;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

.linespace {
    padding-bottom: 5px;
    padding-top: 5px;
}

.copyrightwarning {
    background-color: red;
    color: white; 
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.tiles {
    width: 100%;
    height: 100%;
    text-align: center;
    
}

    .tiles .tile {
        display: inline-block;
        /*width: 28%;*/
        word-wrap: break-word;
        margin: 30px;
        text-align: left;
        opacity: 0.99;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
        font-size:14px
        
        
    }
        .tiles .tile a {
            color: #ffc071;
            /*text-decoration: underline;*/
            padding-left:5px;
            vertical-align:top;
            padding-bottom:20px;

        }

#breadcrumb a {
    color: #444;
    text-decoration: underline;
}

#breadcrumb {
    color: #444;
    font-size: .9em;
    margin-bottom: .5em;
}

    #breadcrumb .chapterDesc {
        display: none;
    }

#prevNextNav a {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    color: #242d59;
    border: 1px solid #FFF;
    border-radius: 2px;
}

    #prevNextNav a:hover {
        text-decoration: none;
        border: 1px solid #242d59;
        background-color: #ffc071;
    }

#prevNextNav .next {
    float: right;
}

#prevNextNav .prev {
    float: left;
}

h1 {
    font-size: 1.2em;
}

dt {
    font-weight: bold;
}

.coverImg {
    width: 100%;
}

.verseSmall {
    display: block;
    float: left;
    width: 12.07729%;
    margin-right: 0.4%;
    margin-bottom: 0.48309%;
}

    .verseSmall a {
        -webkit-transition: background-color 0.1s ease-in-out;
        -moz-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
        display: block;
        font-weight: 100;
        background-color: #EEE;
        border: 2px solid #999;
        text-align: center;
        padding: 1em 0;
    }

        .verseSmall a:hover, .verseSmall a.current {
            background-color: #ffc071;
            text-decoration: none;
        }

.article:after {
    content: "";
    display: table;
    clear: both;
}

.article .headingLink {
    color: #242d59;
    background-color: #ffc071;
    border: 1px solid #ffc071;
}

    .article .headingLink a {
        color: #242d59;
    }

    .article .headingLink a {
        text-decoration: underline;
    }

    .article .headingLink:hover {
        color: #ffc071;
        background-color: #242d59;
        border: 1px solid #242d59;
    }

        .article .headingLink:hover a {
            color: #ffc071;
        }

        .article .headingLink:hover a {
            color: #ffc071 !important;
        }

#header {
    background-color: #FFF;
    border-bottom: 1px solid #242d59;
    box-shadow: 1px 1px 5px #ffc071;
    margin-bottom: .5em;
}

    #header .headerContent {
        padding: 2px 1em;
    }

        #header .headerContent .logo {
            float: left;
        }

            #header .headerContent .logo img {
                display: block;
                height: 40px;
            }

            #header .headerContent .logo a {
                color: #242d59;
            }

        #header .headerContent .logoText {
            font-size: 1.2em;
            padding: 0 .5em;
            line-height: 90%;
        }

            #header .headerContent .logoText .tagLine {
                font-size: .5em;
            }

            #header .headerContent .logoText a:hover {
                text-decoration: none;
            }

        #header .headerContent #nav {
            font-size: 90%;
            float: right;
        }

            #header .headerContent #nav ul {
                margin: 0;
            }

                #header .headerContent #nav ul li {
                    display: inline-block;
                    margin-bottom: 0;
                }

                    #header .headerContent #nav ul li a {
                        line-height: 40px;
                        padding: 0 .5em;
                        display: block;
                    }

                    #header .headerContent #nav ul li:hover {
                        background-color: #ffd7a4;
                    }

            #header .headerContent #nav > ul li {
                -webkit-transition: background 0.4s ease-in;
                -moz-transition: background 0.4s ease-in;
                transition: background 0.4s ease-in;
                position: relative;
            }

                #header .headerContent #nav > ul li > ul {
                    display: none;
                }

                #header .headerContent #nav > ul li:hover > ul {
                    display: block;
                    position: absolute;
                    background-color: #FFF;
                    top: 100%;
                    right: 0;
                    width: 18em;
                    border-radius: 2px;
                    box-shadow: 1px 1px 8px #ffc071;
                }

                    #header .headerContent #nav > ul li:hover > ul li {
                        display: block;
                        margin: 0;
                    }

                        #header .headerContent #nav > ul li:hover > ul li:hover a {
                            background: #ffd7a4;
                        }

a.authorLink {
    color: #333;
}

    a.authorLink:hover {
        text-decoration: underline !important;
    }

h1.headingBg {
    font-size: 1.2em;
}

h2.headingBg2 {
    color: #242d59;
    background-color: #ffc071;
    border: 1px solid #ffc071;
    line-height: 35px;
    font-size: 1.4em;
    text-align: center !important;
}

    h2.headingBg2 a {
        color: #242d59;
    }

h3.headingBg {
    color: #ffc071;
    background-color: #242d59;
    border: 1px solid #242d59;
    line-height: 35px;
    text-align: left;
    font-size: 1.2em;
    padding: 0 .5em;
}

    h3.headingBg a {
        color: #ffc071;
    }

.frameImg {
    display: block;
    margin: 1em auto;
    height: auto;
    max-width: 98%;
    padding: 1%;
    background-color: #ffd7a4;
    box-shadow: 1px 1px 5px #ffaa3e;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.cursive {
    font-family: cursive;
}

.social {
    display: none;
    text-align: center;
    margin-bottom: 1em;
}

.socialLinks {
    width: 100%;
}

.smIcon {
    display: block;
    width: 30%;
    float: left;
}

.smImgHolder {
    background-color: #ffd7a4;
}

    .smImgHolder h6 {
        font-size: 1.2em;
    }

.socialHolder h6 {
    margin-bottom: .5em;
}

.socialLinksHolder {
    margin-left: 2%;
    margin-bottom: 1em;
    width: 68%;
    float: left;
}

.gPlusHolder {
    display: inline-block;
    width: 70px;
}

    .gPlusHolder > div {
        position: relative;
        top: 4px;
    }

.fbLikeHolder {
    overflow: visible;
    display: inline-block;
    width: 130px;
}

.fbLikeBoxHolder {
    overflow-x: hidden;
    margin-bottom: 1em;
}

.fb_iframe_widget {
    width: 500px !important;
}

    .fb_iframe_widget > span[style] {
        width: 100% !important;
    }

    .fb_iframe_widget iframe[style] {
        max-width: inherit;
        width: 100% !important;
    }

#fbLikeBox {
    width: 50% !important;
    margin: 0 auto;
    display: block;
}

.smFollow {
    width: 50%;
    margin: 0 auto;
}

    .smFollow .websiteLinks {
        margin: 0 auto 0 auto;
        font-size: .9em;
        line-height: 1.2em;
    }

        .smFollow .websiteLinks li {
            margin: 0;
        }

.twitterShareHolder {
    display: inline-block;
    width: 80px;
}

    .twitterShareHolder iframe {
        position: relative;
        top: 4px;
    }

.listItem {
    padding-bottom: .5em;
    position: relative;
}

    .listItem .headingLink {
        line-height: 35px;
    }

        .listItem .headingLink a, .listItem .headingLink a:visited {
            display: block;
            text-decoration: none;
        }

        .listItem .headingLink .open {
            cursor: pointer;
            float: right;
            display: inline;
            position: absolute;
            right: 1em;
            top: 0;
            font-size: 12px;
        }

    .listItem p {
        padding: 0 1em;
    }

@media screen and (min-width: 720px) {
    body {
        font-family: Georgia, Helvetica, Tahoma, Sans-Serif, Gaura Times, Serif;
        font-size: 15px;
    }

    h1.headingBg {
        font-size: 1.4em;
    }

    .container, .headerWrapper {
        width: 95%;
        margin: 0 auto;
    }

        .container:after, .headerWrapper:after {
            content: "";
            display: table;
            clear: both;
        }

    .mainSection {
        width: 74.87923%;
        float: left;
    }

    .mainContent, .rsbContent {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 5px #ffc071;
    }

    .mainContent, .rsbContent {
        padding: 1em;
        margin-left: 0.48309%;
        margin-bottom: 5px;
        border-radius: 2px;
    }

        .mainContent:after, .rsbContent:after {
            content: "";
            display: table;
            clear: both;
        }

    .rsbSection {
        width: 24.63768%;
        float: right;
        font-size: .85em;
    }

        .rsbSection .fullSize {
            width: 100%;
        }

        .rsbSection .chapterTitle {
            font-size: 1em;
        }

    .verseSmall {
        width: 18.75%;
        margin-right: 1%;
        margin-bottom: 1.5625%;
    }

        .verseSmall a {
            border: 1px solid #999;
            padding: .15em 0;
        }

    #header {
        font-size: 100%;
        margin: 1px auto 0.48309% auto;
    }

        #header .headerContent .logoText {
            font-size: 1.5em;
        }

        #header .headerContent #nav {
            font-size: 100%;
        }

    .footer.mobile {
        display: none;
    }

    .footer.screen {
        display: block;
    }

    #breadcrumb .chapterDesc {
        display: inline;
    }

    .socialLinks {
        margin-bottom: 0;
    }

        .socialLinks li {
            margin-bottom: 2px;
        }

    .listItem .headingLink .open {
        display: none;
    }

    .listItem:hover .open {
        display: inline;
        text-decoration: underline;
    }

    #fbLikeBox {
        width: 100% !important;
    }

    .smFollow {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .container, .headerWrapper {
        width: 80%;
    }

    .mainSection {
        width: 74.87923%;
        float: left;
    }

    .mainContent, .rsbContent {
        border-radius: 2px;
    }

    .rsbSection {
        margin-left: 0.48309%;
        width: 24.63768%;
        float: right;
        font-size: .9em;
    }

        .rsbSection .chapterTitle {
            font-size: 1.2em;
        }

    .verseSmall {
        width: 15.58442%;
        margin-right: 1%;
        margin-bottom: 1.2987%;
    }

        .verseSmall a {
            font-size: .9em;
            padding: .2em 0;
        }
}

.otherLinks tbody tr td {
    padding: 1px;
    vertical-align: middle;
}

.GoogleSearchContainer {
    width: 58%;
    margin: 0 auto;
    float: right;
}

    .GoogleSearchContainer .search-text {
        text-align: center;
        vertical-align: middle;
    }

    .GoogleSearchContainer .search-box {
        vertical-align: middle;
    }

.gsc-control-cse {
    margin: 0px;
    padding: 0em !important;
}

@media only screen and (max-width: 768px) {
    #header .headerContent {
        display: inline;
        padding-bottom: 0px;
    }

    #header .headerWrapper {
        margin-bottom: -15px;
    }

    #header .headerContent #nav ul li a {
        line-height: 30px;
        display: block;
    }

    #header .headerContent .logo-items {
        margin: auto;
        width: 94%;
    }

    .GoogleSearchContainer {
        width: 98%;
        font-size: 10px;
        float: none;
    }

    .gsc-search-button-v2 {
        width: auto;
        padding-top: 5px !important;
        padding-right: 10px;
        padding-bottom: 5px !important;
        padding-left: 10px;
        margin: 0;
        border-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .gsc-input-box {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}
