﻿/* -- Reset -- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}
    
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

object {
    outline: none;
}

strong, b, strong *, b * {
    font-weight: bold !important;
}

em, i, em *, i * {
    font-style: italic !important;
}

:focus {
    outline: 0;
}

html {
    overflow-y: scroll;
}

/* Standards */

@font-face {
    font-family: 'SofiaRegular';
    src: url('fonts/sofia-regular-webfont.eot');
    src: url('fonts/sofia-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sofia-regular-webfont.woff') format('woff'), url('fonts/sofia-regular-webfont.ttf') format('truetype'), url('fonts/sofia-regular-webfont.svg#SofiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    /*font-family: 'SofiaRegular';*/
    font-size: 40px;
    color: #8F2895 /*#804678*/;
}

h2 {
    font-size: 24px; /*17px*/
    font-weight: bold;
    color: #8F2895 /*#804678*/;
    /*margin: 0 0 10px 25px;*/
    margin: 0 0 10px 0;
}

h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #8F2895 /*#804678*/;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000; /*#666*/
    margin: 0 0 5px 0;
}

hr {
    border: none;
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    font-size: 12px;
}

a {
    color: #0E7B9A;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #8F2895 /*#804678*/;
        text-decoration: none;
    }

input[type=text] {
    background: #F6F5F3;
    color: #7B7B79;
    padding: 5px;
    border: 1px solid #CCCCCA;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

textarea {
    background: #F6F5F3;
    color: #7B7B79;
    padding: 5px;
    border: 1px solid #CCCCCA;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.main-title {
    color: #000;
}

    .main-title h1 {
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .main-title h2 {
        color: #000;
    }

.purple-button {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #57304d;
    -moz-box-shadow: 2px 2px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 2px 2px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c29fb7', endColorstr = '#733b6a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c29fb7', endColorstr = '#733b6a')";
    background-image: -moz-linear-gradient(top, #c29fb7, #733b6a);
    background-image: -ms-linear-gradient(top, #c29fb7, #733b6a);
    background-image: -o-linear-gradient(top, #c29fb7, #733b6a);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#c29fb7), to(#733b6a));
    background-image: -webkit-linear-gradient(top, #c29fb7, #733b6a);
    background-image: linear-gradient(top, #c29fb7, #733b6a);
}

    .purple-button:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#733b6a', endColorstr = '#c29fb7');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#733b6a', endColorstr = '#c29fb7')";
        background-image: -moz-linear-gradient(top, #733b6a, #c29fb7);
        background-image: -ms-linear-gradient(top, #733b6a, #c29fb7);
        background-image: -o-linear-gradient(top, #733b6a, #c29fb7);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#733b6a), to(#c29fb7));
        background-image: -webkit-linear-gradient(top, #733b6a, #c29fb7);
        background-image: linear-gradient(top, #733b6a, #c29fb7);
    }

.margin-top {
    margin-top: 15px;
}

.margin-right {
    margin-right: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-left {
    margin-left: 15px;
}

.margin-middle {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.noPadding {
    padding:0;
}

.article-spot-group-white,
.group-white,
.article-spot.feature-big,
.article-spot.feature-small,
.shade {
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 3px #CCC;
    -webkit-box-shadow: 0px 2px 3px #CCC;
    box-shadow: 0px 2px 3px #CCC;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#d2d2d0');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#d2d2d0')";*/
}


    /* Clear and Selected Clears */

    .article-spot-group:after,
    .article-spot-group-white:after,
    .article-spot:after,
    .group-white:after .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

* html .clearfix,
* html .article-spot-group,
* html .article-spot-group-white,
* html .article-spot,
* html .group-white {
    height: 1%;
}
/* IE6 */

*:first-child + html .clearfix,
*:first-child + html .article-spot-group,
*:first-child + html .article-spot-group-white,
*:first-child + html .article-spot,
*:first-child + html .group-white {
    display: inline-block;
}
/* IE7 */

.clear-layout {
    clear: both;
}

.share-buttons {
}

    .share-buttons a {
        margin-right: 5px;
    }

        .share-buttons a img {
            width: 32px;
        }

.searchPopover .searchPopoverForm {
    background: transparent url(images/backgrounds/search-background.png) no-repeat;
    background-size: 92%;
    height: 35px;
    width: 290px;
}

    .searchPopover .searchPopoverForm #q {
        background-color: transparent;
        border: 0 none;
        font-size: 16px;
        font-weight: 400;
        height: 35px;
        padding-left: 15px;
        width: 230px;
    }

    .searchPopover .searchPopoverForm a {
        padding: 9px 13px;
        text-decoration: none;
    }

.searchPopover .popover {
    left: 0;
    max-width: 297px;
    top: -10px;
}

#BackToTop {
    display: inline;
    font-size: 36px;
    position: fixed;
    right: 10px;
    top: 4px;
}

    #BackToTop a {
        color: #E6E6E6;
    }

        #BackToTop a i {
            font-style: normal !important;
        }


/* Temporary Alert Bar */

.alert-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(images/backgrounds/stripe.png);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    -moz-border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    -moz-box-shadow: 0px 2px 3px #CCC;
    -webkit-box-shadow: 0px 2px 3px #CCC;
    box-shadow: 0px 2px 3px #CCC;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#d2d2d0');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#d2d2d0')";
    text-shadow: black 0.1em 0.1em 0.2em;
}

    .alert-bar a {
        margin-left: 10px;
        text-shadow: -1px 0 #6B9912, 0 1px #6B9912, 1px 0 #6B9912, 0 -1px #6B9912;
        color: #fff;
        padding: 5px 10px;
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #777;
        border-right: 1px solid #777;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-image: -ms-linear-gradient(top, #8DC919 0%, #7DB315 100%);
        background-image: -moz-linear-gradient(top, #8DC919 0%, #7DB315 100%);
        background-image: -o-linear-gradient(top, #8DC919 0%, #7DB315 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8DC919), color-stop(1, #7DB315));
        background-image: -webkit-linear-gradient(top, #8DC919 0%, #7DB315 100%);
        background-image: linear-gradient(to bottom, #8DC919 0%, #7DB315 100%);
    }

        .alert-bar a:hover {
            margin-left: 10px;
            text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
            color: #000;
            background-image: -ms-linear-gradient(top, #7DB315 0%, #8DC919 100%);
            background-image: -moz-linear-gradient(top, #7DB315 0%, #8DC919 100%);
            background-image: -o-linear-gradient(top, #7DB315 0%, #8DC919 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7DB315), color-stop(1, #8DC919));
            background-image: -webkit-linear-gradient(top, #7DB315 0%, #8DC919 100%);
            background-image: linear-gradient(to bottom, #7DB315 0%, #8DC919 100%);
            border-top: 1px solid #777;
            border-left: 1px solid #777;
            border-bottom: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
        }

/* layout */

.carrouselText ul {    
    width: 100%;    
}
    .carrouselText ul li {
        margin: 10px;
        padding: 10px;
        float: none;
        width: 100%;
        list-style: inside disc;
    }

body {
    background: #e8e8e8 /*#fff*/;
    font-family: Arial !important;
    font-size: 14px;
}

    body header {
        overflow: hidden;
        /*padding: 80px 0 5px 0;*/
        padding: 5px 20px;
        /*width: 1200px;*/
        margin: 0 auto;
        background-color: #fff;
    }

        body header .header {
            margin-bottom: 10px;
            padding: 5px 0;
        }

        body header > ul {
            padding: 5px 125px;
        }

            body header > ul > li {
                float: left;
            }

                body header > ul > li.search {
                    width: 310px;
                    margin: 0 20px 0 0;
                    padding: 20px 0;
                }

                    body header > ul > li.search > form > input[type=text] {
                        width: 220px;
                        padding-right: 30px;
                        background: #F6F5F3 url(images/icons/search-icon-right-padding.png) center right no-repeat;
                        border: 1px solid #e6e6e6;
                    }

                body header > ul > li.logo {
                    width: 267px;
                    margin: 0 43px 0 0;
                }

                body header > ul > li.share {
                    width: 310px;
                    padding: 20px 0;
                }

                    body header > ul > li.share > .connect {
                        float: left;
                        width: 80px;
                        padding: 10px 0;
                        text-transform: uppercase;
                        color: #7B7B79;
                        font-size: 12px;
                    }

    /* Navigation */

    body nav { /*background: url(images/navigation/nav-bar-slice.png) repeat-x;*/
    }

        body nav .navigation {
            /*width: 1000px;*/
            margin: 0 auto;
            padding: 10px 0;
            min-height: 16px;
        }

            body nav .navigation > ul > li {
                display: inline;
                padding: 8px 5px;
                position: relative;
            }

                body nav .navigation > ul > li > a {
                    color: #000;
                    text-decoration: none;
                    font-weight: bold;
                    font-size: 16px;
                }

                    body nav .navigation > ul > li > a i {
                        color: #999;
                        font-style: normal !important;
                    }

                body nav .navigation > ul > li > ul {
                    left: 0;
                    position: absolute;
                    top: 165%;
                    width: 700px;
                    display: none;
                }

                    body nav .navigation > ul > li > ul > li {
                        display: inline;
                        margin: 0 1px;
                        padding: 5px;
                    }

                        body nav .navigation > ul > li > ul > li > a {
                            color: #000;
                            text-decoration: none;
                            font-weight: bold;
                            font-size: 16px;
                        }

                body nav .navigation > ul > li.selected {
                    background: #993399;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                }

                    body nav .navigation > ul > li.selected > a {
                        color: #fff;
                    }

                        body nav .navigation > ul > li.selected > a > i {
                            color: #fff;
                        }

    body .content-wrapper {
        background-color: #fff;
        margin: 0 auto;
        max-width: 1090px;
    }

    body .site-wrapper {
        padding: 10px 0 20px 0;
        /*background: #E8E8E8;*/
    }

        body .site-wrapper > .ad-top-wrapper {
            width: 1000px;
            margin: 0 auto;
        }

        body .site-wrapper > .title-wrapper {
            width: 1000px;
            margin: 0 auto 10px auto;
        }

        body .site-wrapper > .body-wrapper {
            margin: 0 auto 10px auto;
            padding: 0 20px;
        }

        /* Small/Big/Big Layout Structure */

        body .site-wrapper > .content-wrapper > .small-column {
            float: left;
            width: 190px;
        }

        body .site-wrapper > .content-wrapper > .big-column {
            float: left;
            width: 384px;
        }

        /* Big/small Layout Structure */

        body .site-wrapper > .content-wrapper > .big-column-left {
            float: left;
            width: 680px;
        }

        body .site-wrapper > .content-wrapper > .small-column-right {
            float: left;
            width: 300px;
        }


        /* One big Column layout */

        body .site-wrapper > .content-wrapper > .one-big-column {
            float: left;
            width: 100%;
        }

article .articleContent iframe {
    width:100%;
}

.sideToSideAd div {
    float: left;
    margin-right: 10px;
}

.nav-submenu-top {
    margin-top: 30px;
    margin-left: 0;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 0;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.links {
    margin-top: 20px;
}

    .links h4 {
        clear: both;
    }

    .links ul {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .links ul li {
            float: left;
            margin-right: 15px;
        }

            .links ul li a {
                color: #666;
                font-weight: normal;
                font-size: 12px;
            }

/* Recently on iBelieve */

.recently-on-wrapper {
    background: #E2D5DF;
}

.recently-on {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 100px;
    clear: both;
    overflow: hidden;
}

    .recently-on > img {
        float: left;
        width: 25px;
        margin: 0 5px 0 0;
    }

    .recently-on > h2 {
        padding: 3px 0;
    }

    .recently-on > .recently-left {
        float: left;
        width: 780px;
    }

    .recently-on > .recently-right {
        float: left;
        width: 192px;
        margin-left: 15px;
    }

        .recently-on > .recently-right .article-spot-group-white {
            min-height: 275px;
        }

        .recently-on > .recently-right .articles-list-content a {
            font-size: 12px;
        }

/* Footer */

#footer {
    background: lightgray;
    color: white;
    padding: 20px;
    text-align: center;
    width: 100%;    
}

footer {
    background: #804678;
    overflow: hidden;
    padding: 25px 100px;
}

    footer .footer-wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    footer > .footer-wrapper > .column {
        float: left;
        margin: 0 25px 0 0;
    }

        footer > .footer-wrapper > .column li {
            margin: 0 0 5px 0;
        }

            footer > .footer-wrapper > .column li a {
                font-weight: normal;
                font-size: 12px;
                color: #DAA0D2;
            }

        footer > .footer-wrapper > .column hr {
            margin: 25px 0;
            border-color: #AC7CA6;
        }

        footer > .footer-wrapper > .column form > input[type=text] {
            background: url("images/icons/search-icon-right-padding.png") no-repeat scroll right center #BF9EB9;
            color: #AC7CA6;
            padding-right: 30px;
            width: 280px;
        }

        footer > .footer-wrapper > .column .logo {
            margin: 25px 0 0 0;
        }

    footer > .footer-wrapper > .right-column {
        margin: 0 0 0 0;
    }

    footer > .footer-wrapper > .column > h5 {
        font-size: 12px;
        font-weight: bold;
        color: #FFF3FF;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #AC7CA6;
        margin: 0 0 5px 0;
    }

    footer > .footer-wrapper > .logo-column {
        width: 190px;
    }

    footer > .footer-wrapper > .topics-column {
        width: 130px;
    }

    footer > .footer-wrapper > .contact-column {
        width: 130px;
    }

    footer > .footer-wrapper > .get-column {
        width: 130px;
    }

    footer > .footer-wrapper > .followus-column {
        width: 320px;
    }

/* Title */

.title {
    /*background: url(images/icons/big-flower.png) top left no-repeat;
    background-position: 0px 18px;*/
    padding: 8px 0px 10px 0px;
}

    .title h1, .title h2 {
        margin-left: 60px;
    }

    .title h2 {
        color: #8F2895 /*#804678*/;
        /*font-family: 'SofiaRegular';*/
        font-size: 40px;
        font-weight: normal;
    }

    .title .left {
        float: left;
    }

    .title .img-container {
        text-align: right;
    }

    .title img {
        margin-top: 20px;
    }

        .title img.img-margin-right {
            margin-right: 5px;
        }

    .title .hide-media {
        display: none;
    }

    .title .line {
        border-bottom: 1px solid #e6e6e6;
        margin-right: 15px;
        height: 50px;
        margin-left: 60px;
    }

/* Title spot */

.title-spot {
    background: #E8E8E8 url(images/icons/small-flower.png) top left no-repeat;
    background-position: 5px 5px;
}

    .title-spot > h2 {
        font-size: 20px;
        padding: 5px 0 0 15px;
    }

/* About Box (Home Index)*/

.about {
    padding: 15px 0;
}

    .about p {
        color: #666;
    }

/* Share buttons */

.share-site-facebook {
    width: 390px;
    height: 59px;
    background: url(images/backgrounds/iBelieve-facebook.png) no-repeat;
}

    .share-site-facebook .like {
        padding: 15px 0 0 269px;
    }

.share-site-twitter {
    width: 190px;
    height: 59px;
    background: url(images/backgrounds/iBelieve-twitter.png) no-repeat;
    float: left;
}

    .share-site-twitter .twitter {
        padding: 17px 0 0 266px;
    }

.share-site-pinterest {
    width: 190px;
    height: 59px;
    background: url(images/backgrounds/iBelieve-pinterest.png) no-repeat;
    float: right;
}

    .share-site-pinterest .pinit {
        display: block;
        padding: 15px 0 0 118px;
        width: 115px;
    }

/* Share buttons small */

.share-site-small-facebook {
    width: 300px;
    height: 60px;
    background: url(images/backgrounds/iBelieve-facebook-small.png) no-repeat; /*margin-bottom:10px;*/
}

    .share-site-small-facebook .text {
        float: left;
        width: 130px;
        color: #FFF;
        font-size: 20px;
        padding-top: 20px;
        margin-left: 60px;
    }

    .share-site-small-facebook .facebook-like {
        padding-top: 15px;
        margin-left: 198px;
    }

.share-site-small-twitter {
    width: 148px;
    height: 60px;
    background: url(images/backgrounds/iBelieve-twitter-small.png) no-repeat;
    /*margin-bottom:10px;*/
    float: left;
}

    .share-site-small-twitter .text {
        float: left;
        width: 130px;
        color: #FFF;
        font-size: 20px;
        padding-top: 20px;
        margin-left: 60px;
    }

    .share-site-small-twitter .twitter-tweet {
        /*float:right;*/
        width: 110px;
        padding-top: 15px;
        padding-left: 58px;
    }

        .share-site-small-twitter .twitter-tweet a {
            color: white !important;
        }

.share-site-small-pinterest {
    width: 148px;
    height: 60px;
    background: url(images/backgrounds/iBelieve-pinterest-small.png) no-repeat;
    /*margin-bottom:10px;*/
    float: right;
}

    .share-site-small-pinterest .text {
        float: left;
        width: 130px;
        color: #FFF;
        font-size: 20px;
        padding-top: 20px;
        margin-left: 60px;
    }

    .share-site-small-pinterest .pinterest-pin {
        /*float:right;*/
        width: 110px;
        padding-top: 15px;
        padding-left: 82px;
    }

.share-site-small-shade { /*-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 5px 5px 5px #c2c2c2; -webkit-box-shadow: 5px 5px 5px #c2c2c2; box-shadow: 5px 5px 5px #c2c2c2; filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#c2c2c2'); -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#c2c2c2')";*/
}

/* Group/Article Spots */

.article-spot-group-white,
.group-white {
    background: #fff;
}

.archive-link-container {
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
    clear: both;
}

    .archive-link-container a {
        color: #8f2895;
        font-size: 18px;
        text-decoration: none;
    }

    .archive-link-container i {
        color: #999;
        font-style: normal !important;
    }

    .archive-link-container.inspirations-archive {
        clear: both;
        width: 665px;
    }

    .archive-link-container.video-archive {
        margin-top: 15px;
    }

.article-spot-group-white {
    /*background: #fff url(images/icons/small-flower.png) top left no-repeat;*/
    background-position: 5px 5px;
    padding: 8px 10px 10px 10px;
}

.article-spot-group-white,
.group-white {
    margin-bottom: 15px;
}

    .article-spot-group-white li.more-link {
        padding-top: 8px;
    }

    .article-spot-group-white li > .small-img {
        float: left;
        width: 40px;
        height: 48px;
        margin: 0px 5px 0px 0px;
    }

    .article-spot-group-white li > .arrow {
        float: left;
        margin: 4px 5px 0px 0px;
    }

.div-border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.article-spot-group-white .div-border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

    .article-spot-group-white .div-border-bottom:last-child {
        border-bottom: none;
    }

    .article-spot-group-white .div-border-bottom .blogs-fb-like {
        padding-bottom: 10px;
    }

.article-spot-group-white .articles-list-li {
    /*border-top: 1px solid #e6e6e6;*/
    padding: 10px 0px 10px 0px;
}

    .article-spot-group-white .articles-list-li a {
        color: #333;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600 !important;
        font-size: 16px !important;
    }


        .article-spot-group-white .articles-list-li a:hover {
            text-decoration: none;
        }


        .article-spot-group-white .articles-list-li a img {
            width: 100%;
        }


.article-spot-group-white .articles-list-fb-like {
    width: 25%;
    float: left;
}

.article-spot-group-white .articles-list-content {
    /*width: 72%;*/
    margin-right: 5px;
    float: left;
}

    .article-spot-group-white .articles-list-content .link-text {
        font-size: 12px;
    }

    .article-spot-group-white .articles-list-content .author {
        color: #7B7B79;
        font-size: 10px;
        font-style: italic;
    }

.article-spot-group-white .blogs-img {
    float: left;
    width: 40px;
    margin-right: 15px;
}

    .article-spot-group-white .blogs-img a img {
        width: 45px;
        height: 55px;
    }

.article-spot-group-white .blogs-left-column {
    border-right: 1px solid #e6e6e6;
    width: 158px;
    float: left;
    margin-left: 10px;
    padding-right: 10px;
}

.article-spot-group-white .blogs-right-column {
    width: 158px;
    float: right;
    margin: 0px 10px 0px 10px;
}


/* Article Detail*/

.article-detail p {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 0 0;
}

    .article-detail p iframe {
        width: 100%;
    }

.article-detail h4 {
    color: #000;
}

.article-detail > .topics-list {
    font-size: 12px;
    margin-top: 10px;
}

    .article-detail > .topics-list > a {
        color: #8F2895 /*#804678*/;
        margin-right: 5px;
    }

        .article-detail > .topics-list > a:hover {
            color: #0E7B9A;
        }

.article-detail > .video-player {
    margin: 15px 0;
}

.article-detail > .video-comments {
    margin-bottom: 15px;
}

    .article-detail > .video-comments > .share-buttons-strip {
        border: 0 none;
        /*background-color: #E8E8E8;*/
        padding: 0;
    }

.article-detail > h1 {
    color: #333333;
    font-size: 40px;
    font-family: Helvetica, Arial, "sans-serif";
    margin: 0 0 10px -15px;
    font-weight: bold;
}

.article-detail > h2 {
    margin: 0 0 10px;
}

.article-detail > h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0E7B9A;
    text-transform: none;
    margin-bottom: 25px;
}

.article-detail > h2.author {
    font-size: 16px;
    font-weight: bold;
    color: #7B7B79;
    margin: 0 0 2px 0;
}

.article-detail > img {
    margin: 10px 0 10px 0;
    width: 100%;
}

.article-detail .readable-text p, .article-detail .readable-text span, .article-detail .readable-text {
    margin: 0 0 10px 0;
    line-height: 24px !important;
    font-size: 16px !important;
    text-align: left !important;
    font-family: Arial !important;
    overflow: hidden;
}

    .article-detail .readable-text p {
        clear: both;
    }

.readable-text ul {
    list-style-type: disc !important;
    padding-left: 15px !important;
}

.readable-text ol {
    list-style-type: decimal !important;
    padding-left: 30px !important;
}

/*.article-detail > .readable-text > p > img {
    max-width:640px !important;
    max-height:640px !important;
    width:auto !important;
    height:auto !important;
}*/

.article-detail > div.video-player > div {
    width: 680px;
    height: 420px;
}

/* Article Blog Detail */

.blogger-detail {
    padding: 15px 0;
    background-color: #F5F5F5;
}

    .blogger-detail .col-md-9 {
        padding-left: 0;
    }

    .blogger-detail > img {
        /*float: left;
    width: 125px;
    height: auto;*/
    }

    .blogger-detail > .author-detail {
        /*float: left;
    width: 510px;*/
    }

    .blogger-detail > .share-facebook {
        float: right;
    }

    .blogger-detail > .author-detail > .author-name {
        float: left;
        width: 400px;
    }

        .blogger-detail > .author-detail > .author-name > h2, .blogger-detail > .author-detail > .author-name > h1 {
            font-family: Arial !important;
            font-size: 26px;
            margin: 0;
        }

            .blogger-detail > .author-detail > .author-name > h2 > a, .blogger-detail > .author-detail > .author-name > h1 > a {
                color: #8F2895 /*#804678*/;
            }

                .blogger-detail > .author-detail > .author-name > h2 > a:hover, .blogger-detail > .author-detail > .author-name > h1 > a:hover {
                    color: #0E7B9A;
                }

    .blogger-detail > .author-detail > a {
        margin-right: 10px;
        font-size: 12px;
    }

/* Blog Article Detail */

.blog-article-detail {
    padding: 15px 0;
}

    .blog-article-detail > img {
        margin-top: 15px;
    }

    .blog-article-detail > h1, .blog-article-detail > h2 {
        font-size: 26px;
        font-weight: bold;
        color: #0E7B9A;
        text-transform: none;
    }

    .blog-article-detail > .blog-article-topics {
        font-size: 12px;
        padding: 3px 0;
        /*border-top: 1px solid #e6e6e6;*/
    }

        .blog-article-detail > .blog-article-topics > span {
            color: #7B7B79;
            margin-right: 30px;
        }

        .blog-article-detail > .blog-article-topics > a {
            color: #8F2895 /*#804678*/;
            margin-right: 5px;
        }

            .blog-article-detail > .blog-article-topics > a:hover {
                color: #0E7B9A;
            }

    .blog-article-detail > .related-articles > h4 {
        color: #000;
    }

    .blog-article-detail > .related-articles > ul > li {
        font-size: 12px;
        margin-bottom: 5px;
    }

h2.blog-comments {
    font-size: 20px;
    font-weight: bold;
    color: #8F2895 /*#804678*/;
    margin-bottom: 10px;
}

div.blog-article-detail > div.video-player > div {
    width: 650px;
    height: 420px;
}

#nextPrevArticleControl {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    clear: both;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

    #nextPrevArticleControl .prevArticle {
        background: url("images/icons/left_arrow.png") no-repeat scroll left center / 16px auto transparent;
        border-right: 1px solid #ddd;
        float: left;
        font-size: 15px;
        padding: 20px 0 20px 35px;
        width: 50%;
        color: #000;
    }

    #nextPrevArticleControl .nextArticle {
        background: url("images/icons/right_arrow.png") no-repeat scroll right center / 16px auto transparent;
        float: right;
        padding: 20px 35px 20px 0;
        text-align: right;
        width: 50%;
        color: #000;
    }

    #nextPrevArticleControl .TextArticle {
        color: #999;
        font-size: 12px;
    }

    #nextPrevArticleControl .title {
        font-weight: 600;
        background: none;
    }

.readMore {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

    .readMore div.title {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 5px;
        background: none;
        padding: 0;
    }

    .readMore a {
        display: block;
        margin-bottom: 10px;
        color: #333;
    }

        .readMore a span.title {
            display: block;
            font-size: 15px;
            font-weight: 600;
            background: none;
            padding: 0;
        }

        .readMore a span.date {
            color: #999;
            font-weight: 400;
        }

/* Article Spot */

.article-spot.profile { /* height: 68px; */
    overflow: hidden;
}

    .article-spot.profile > a > img {
        float: left;
        width: 60px;
        height: 68px;
        margin: 0 5px 0 0;
    }

    .article-spot.profile > .article-text {
        overflow: hidden;
    }

        .article-spot.profile > .article-text > a.article-title {
            display: block;
            font-size: 12px;
            color: #000;
        }

        .article-spot.profile > .article-text > a.article-author {
            display: block;
            font-size: 10px;
            color: #7B7B79;
            font-weight: normal;
        }

        .article-spot.profile > .article-text > ul {
            display: block;
        }

            .article-spot.profile > .article-text > ul > li {
                font-size: 12px;
                list-style-type: circle;
            }

.article-spot.image > a > img {
    width: 100%;
}

.article-spot.image > div.media {
    padding: 10px 0;
    margin-top: 0;
}

    .article-spot.image > div.media > .share-pinterest-pin {
        float: left;
        margin-right: 5px;
    }

    .article-spot.image > div.media > .share-facebook-like {
        float: left;
    }

.feature-big {
    position: relative;
    margin-bottom: 20px;
}

    .feature-big a {
    }

        .feature-big a .article-title {
            position: absolute;
            color: #fff;
            bottom: 20px;
            left: 30px;
            font-size: 200%;
            z-index: 15;
            width: 85%;
        }

            .feature-big a .article-title .title-name {
                display: block;
                line-height: 35px;
                margin-top: 3px;
            }

            .feature-big a .article-title .publication-name {
                background-color: #B433B2;
                color: #fff;
                padding: 5px 10px;
                font-size: 16px;
                text-transform: uppercase;
            }

        .feature-big a img {
            height: auto;
            width: 100%;
        }

        .feature-big a .imageBack {
            height: 100%;
            position: absolute;
            z-index: 10;
        }

.article-spot.feature-big {
    background: #fff;
    margin: 0 0 15px 0;
}

    .article-spot.feature-big > a > img {
        width: 384px;
        height: 212px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    .article-spot.feature-big > .article-text {
        padding: 2px 10px 4px 10px;
    }

        .article-spot.feature-big > .article-text > a.article-title {
            display: block;
            font-size: 20px;
        }

        .article-spot.feature-big > .article-text > a.article-author {
            font-size: 10px;
            color: #7B7B79;
            font-weight: normal;
            font-style: italic;
            display: block;
        }

        .article-spot.feature-big > .article-text > span.article-abstract {
            font-size: 12px;
        }

    .article-spot.feature-big > .share-facebook-like {
        margin: 10px;
    }

.article-spot.feature-small {
    float: left;
    width: 183px;
    /*height: 185px;*/
    margin-bottom: 15px;
    background: #fff;
}

    .article-spot.feature-small > a > img {
        width: 184px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    .article-spot.feature-small > .article-text {
        padding: 5px 10px 4px 10px;
    }

        .article-spot.feature-small > .article-text > a.article-title {
            display: block;
            font-size: 12px;
        }

        .article-spot.feature-small > .article-text > a.article-author {
            font-size: 10px;
            color: #7B7B79;
            font-weight: normal;
            font-style: italic;
            display: block;
        }

    .article-spot.feature-small > .share-facebook-like {
        margin-left: 10px;
    }

.article-spot.filler {
    float: left;
    width: 182px;
    margin-bottom: 15px;
    background: #939393 url(images/backgrounds/faded.jpg) center center no-repeat;
    border: 1px solid #777;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.article-spot.blogs > img {
    float: left;
    width: 40px;
    height: 48px;
    margin-right: 10px;
}

.article-spot.blogs > .article-text {
    margin-top: 10px;
    padding-bottom: 10px;
}

.article-spot.blogs > .left-column {
    border-right: 1px solid #e6e6e6;
    width: 158px;
    float: left;
    margin-left: 10px;
    padding-right: 10px;
}

.article-spot.blogs > .right-column {
    width: 158px;
    float: right;
    margin: 0px 10px 0px 10px;
}

/* Blogs */

.blog-container { /*padding: 15px;*/
}

    .blog-container > .blog-right-column {
        /*float: left;
    width: 200px;*/
    }

        .blog-container > .blog-right-column > .popular-topics {
            margin-bottom: 15px;
        }

    .blog-container > .blog-left-column {
        /*width: 435px;
    float: left;*/
    }

        .blog-container > .blog-left-column > .blog-article {
            border-bottom: 1px solid #E6E6E6;
            padding-bottom: 15px;
        }

            .blog-container > .blog-left-column > .blog-article .col-md-2 {
                padding: 0;
            }

            .blog-container > .blog-left-column > .blog-article.last {
                border-bottom: 0 none;
            }

            .blog-container > .blog-left-column > .blog-article > img {
                /*float: left;
    width: 91px;
    height: auto;*/
            }

            .blog-container > .blog-left-column > .blog-article > .blog-article-summary {
                font-size: 12px;
                /*float: left;
    width: 250px;*/
            }

                .blog-container > .blog-left-column > .blog-article > .blog-article-summary p {
                    padding: 3px 0px;
                    font-size: 12px;
                    line-height: 16px;
                }

                .blog-container > .blog-left-column > .blog-article > .blog-article-summary > a {
                    font-size: 17px;
                }

                .blog-container > .blog-left-column > .blog-article > .blog-article-summary > .article-author {
                    color: #7B7B79;
                }

                .blog-container > .blog-left-column > .blog-article > .blog-article-summary .article-date {
                    color: #666;
                    font-size: 12px; /*font-style: italic;*/
                    margin-left: 5px;
                    padding-left: 5px;
                    border-left: 1px solid #e6e6e6;
                }

                .blog-container > .blog-left-column > .blog-article > .blog-article-summary > span {
                    margin-right: 5px;
                }

                    .blog-container > .blog-left-column > .blog-article > .blog-article-summary > span > a {
                        color: #8F2895 /*#804678*/;
                        font-size: 12px;
                    }

                        .blog-container > .blog-left-column > .blog-article > .blog-article-summary > span > a:hover {
                            color: #0E7B9A;
                        }

.topics {
    float: right;
    margin-top: -45px;
    margin-right: 150px;
}

    .topics .tab {
        background: url("images/icons/BlueArrow.png") no-repeat scroll right #fff;
        color: #0e7b9a;
        font-size: 20px;
        font-weight: 600;
        padding-right: 17px;
        z-index: 1000;
        text-decoration: none;
    }

    .topics .topicsList {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        display: none;
        position: absolute;
        width: 162px;
        z-index: 999;
    }

        .topics .topicsList li {
            margin: 5px 10px;
        }

            .topics .topicsList li a {
                color: #0e7b9a;
                font-size: 14px;
                font-weight: 400;
            }

    .topics:hover .topicsList {
        display: block;
    }

    .topics:hover .tab {
        background: transparent url(images/icons/BlueArrowDown.png) right no-repeat;
        border: 1px solid #DDDDDD;
        border-bottom: none;
    }

.bloggers {
    float: right;
    margin-top: -45px;
}

    .bloggers .tab {
        background: url("images/icons/BlueArrow.png") no-repeat scroll right #fff;
        color: #0e7b9a;
        font-size: 20px;
        font-weight: 600;
        padding-right: 17px;
        z-index: 1000;
        text-decoration: none;
    }

    .bloggers .bloggersList {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        display: none;
        position: absolute;
        width: 200px;
        right: 15px;
        z-index: 999;
    }

        .bloggers .bloggersList li {
            margin: 5px 10px;
        }

            .bloggers .bloggersList li a {
                color: #0e7b9a;
                font-size: 14px;
                font-weight: 400;
            }

    .bloggers:hover .bloggersList {
        display: block;
    }

    .bloggers:hover .tab {
        background: transparent url(images/icons/BlueArrowDown.png) right no-repeat;
        border: 1px solid #DDDDDD;
        border-bottom: none;
    }

/* Popular topics */

.popular-topics {
    border-bottom: 1px solid #E6E6E6;
}

    .popular-topics .more-topics-list {
        background-color: white;
        border: 1px solid #e6e6e6;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 5px 5px -3px #403F40;
        display: none;
        list-style: none outside none;
        margin-left: 449px;
        margin-top: 22px;
        padding: 10px;
        position: absolute;
        width: 175px;
        z-index: 2;
    }

        .popular-topics .more-topics-list > li {
            float: left;
            margin-bottom: 10px;
        }

    .popular-topics span.extra-topics {
        background: url("images/backgrounds/styled-select.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        float: right;
        font-size: 14px;
        height: 23px;
        line-height: 20px;
        margin-right: 4px;
        margin-top: -5px;
        padding-top: 6px;
        text-indent: 10px;
        text-transform: uppercase;
        width: 197px;
    }

    .popular-topics.vertical {
        font-size: 12px;
        padding: 15px;
    }

        .popular-topics.vertical > h2 {
            margin: 0 0 5px 0;
        }

        .popular-topics.vertical > ul > li {
            color: #ccc;
            margin-bottom: 5px;
        }

    .popular-topics.horizontal {
        background-color: #fff;
        border-color: #e6e6e6;
        border-left: 0 none;
        border-right: 0 none;
        margin: 15px 0;
        padding: 10px 15px 5px;
    }

        .popular-topics.horizontal > h2 {
            margin: 0 10px 0 0;
            float: left;
        }

        .popular-topics.horizontal > ul > li {
            color: #ccc;
            float: left;
            margin-right: 12px;
        }

    .popular-topics .popular-topics-tags {
        padding-top: 2px;
    }

        .popular-topics .popular-topics-tags a {
            color: #8F2895 /*#804678*/;
            margin-right: 5px;
            font-size: 12px;
        }

            .popular-topics .popular-topics-tags a:hover {
                color: #0E7B9A;
            }

/* Devotionals */

.featured-devotional {
    /*float: left;
    width: 90px;*/
    padding-left: 0;
    margin-top: 15px;
}

    .featured-devotional img {
        /*width: 90px;
    height: 105px;*/
    }

.featured-devotional-content {
    /*float: right;
    width: 310px;*/
    padding: 0;
    margin-top: 15px;
    color: #999;
}

    .featured-devotional-content a {
        color: #000;
        font-size: 16px;
    }

    .featured-devotional-content .more {
        color: #8f2895;
        font-size: 14px;
        font-weight: normal;
        text-decoration: underline;
    }

    .featured-devotional-content .author {
        color: #7B7B79;
    }

.devotional-resources-left {
    /*float: left;
    width: 420px;*/
}

    .devotional-resources-left .image {
        margin: 15px 0px;
    }

        .devotional-resources-left .image img {
            width: 100%;
            height: auto;
        }

.devotional-resources-right {
    /*float: right;
    width: 215px;*/
}

.devotional-resources {
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    padding: 15px 0;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

    .devotional-resources h2 {
        margin-left: 0px;
    }

    .devotional-resources ul {
        list-style: disc inside;
    }

    .devotional-resources li {
        /*border-top: 1px solid #e6e6e6;
    margin-top: 10px;*/
        padding-top: 8px;
    }

        .devotional-resources li a {
            color: #000;
            font-size: 16px;
            text-decoration: none;
        }

/* All Devotional */

.all-devotionals-left {
    float: left;
    width: 325px;
    border-right: 1px solid #e6e6e6;
}

.all-devotionals-right {
    float: right;
    width: 325px;
}

    .all-devotionals-left h3, .all-devotionals-right h3 {
        margin: 5px 0px;
    }

.all-devotionals-content {
    margin: 10px 0px;
    padding: 0px 10px;
}

.all-devotionals-content-left {
    float: left;
    width: 20px;
    padding-top: 2px;
}

.all-devotionals-content-right {
    float: right;
    width: 285px;
}

    .all-devotionals-content-right a {
        text-decoration: underline;
        color: #319CC6;
        font-size: 14px;
    }

/* Devotional details */

.devotional-details {
}

    .devotional-details > h1 {
        color: #000;
        font-size: 40px;
        font-weight: bold;
        font-family: Arial;
    }

    .devotional-details a.subscribe-btn {
        background: url("images/Buttons/subscribe-btn.png") no-repeat scroll left center transparent;
        float: left;
        height: 50px;
        width: 200px;
    }

    .devotional-details .author {
        color: #7B7B79;
        font-weight: bold;
    }

    .devotional-details > a:first-of-type img {
        width: 100% !important;
        height: auto !important;
    }

    .devotional-details .author .publication-backtrack {
        border-left: 1px solid #e6e6e6;
        padding-left: 10px;
        margin-left: 10px;
    }

        .devotional-details .author .publication-backtrack a {
            font-size: 12px;
        }

    .devotional-details .subscribe-publication {
    }

        .devotional-details .subscribe-publication .left {
            float: left;
            width: 410px;
        }

            .devotional-details .subscribe-publication .left a > img {
                width: 410px;
                height: 100px;
            }

        .devotional-details .subscribe-publication .right {
            float: right;
            width: 270px;
        }

    .devotional-details .recently-on-container {
        margin-top: 20px;
    }

        .devotional-details .recently-on-container h2 {
            /*border-bottom: 1px solid #e6e6e6;
    font-size: 17px;*/
            font-weight: bold;
            margin: 0 0 15px 0;
            padding-bottom: 5px;
        }

        .devotional-details .recently-on-container li {
            float: left;
            padding-bottom: 15px;
            /*width: 340px;*/
        }

            .devotional-details .recently-on-container li img {
                float: left;
                height: 105px;
                width: 100%;
                margin-right: 10px;
            }

            .devotional-details .recently-on-container li a {
                color: #000;
                font-size: 16px;
            }

                .devotional-details .recently-on-container li a span {
                    color: #666;
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                }

        .devotional-details .recently-on-container .archive-link-container {
            border-bottom: 1px solid #e6e6e6;
            border-top: none;
            padding: 5px 0 10px;
        }

    .devotional-details .readable-text div:first-of-type img,
    .devotional-details .readable-text p:first-of-type img,
    .devotional-details .readable-text u:first-of-type img,
    .devotional-details .readable-text center:first-of-type img {
        display: none;
    }

/* Bloggers list*/

.bloggers-list {
    /*border: 1px solid #E6E6E6;*/
    font-size: 12px;
    padding: 15px;
}

    .bloggers-list > h2 {
        margin: 0 0 5px 0;
    }

    .bloggers-list > ul {
        color: #E6E6E6;
        list-style: disc;
        padding: 0 15px;
    }

        .bloggers-list > ul > li {
            margin-bottom: 5px;
        }


/* share buttons strip */

.share-buttons-strip {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #CCCCCC;
    margin-bottom:15px;
    padding: 10px 15px 5px 10px; */
    margin-bottom: 10px;
    padding: 10px 0 5px;
}

    .share-buttons-strip > .share-button {
        float: left;
    }

    .share-buttons-strip > .right-column {
        float: right;
    }

    .share-buttons-strip > .share-facebook-like {
        width: 100px;
    }

    /*.share-buttons-strip > .right-column > .fb-comments-count{
	        border: 1px solid #ccc;}*/

    .share-buttons-strip > .right-column > .share-button {
        float: left;
        margin-right: 10px;
    }

    .share-buttons-strip > .right-column > .views-count {
        float: left;
        margin-right: 10px;
        font-size: 12px;
        padding: 3px 5px 2px 5px;
        color: #000;
        font-weight: bold;
    }

.start-day {
    margin-bottom: 15px;
}

    .start-day h3 {
        font-size: 14px !important;
    }

    .start-day a.article-title {
        font-size: 17px !important;
        line-height: 20px;
    }


    .start-day .bible-reading {
        font-size: 17px !important;
    }


.inspirations-list {
    margin: 15px 0 0;
}

    .inspirations-list .article-name {
        margin-top: 5px;
    }

/*Article Image List*/

.article-image-list-container {
}

    .article-image-list-container > .article-list-title > h2 {
        float: left;
    }

    .article-image-list-container > .article-list-title > img {
        width: 122px;
        height: 25px;
        margin: -5px 0 0 5px;
    }

    .article-image-list-container > .article-item {
        font-size: 12px;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .article-image-list-container > .article-item:last-child {
            border-bottom: none;
        }

        .article-image-list-container > .article-item .col-md-3 {
            padding-left: 0;
            padding-right: 0;
            margin-right: -10px;
            /*width: 21%;*/
        }

        .article-image-list-container > .article-item .col-md-5 {
            padding-left: 0;
            padding-right: 10px;
        }

        .article-image-list-container > .article-item .col-md-7 {
            padding-left: 0;
            padding-right: 0;
        }

        .article-image-list-container > .article-item .col-md-9 {
            padding-left: 0;
            padding-right: 0;
        }

        .article-image-list-container > .article-item > a > img {
            width: 245px;
            height: 115px;
            margin: 0 auto 10px;
            display: block;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

    .article-image-list-container .article-item a img.img-blog-list {
        /*max-width: 55px;*/
    }

    .article-image-list-container > .article-item > a {
        /*float: left;
    margin-right: 10px;*/
        line-height: 14px;
    }

    .article-image-list-container > .article-item > span {
        color: #7B7B97;
        float: left;
        margin-right: 10px;
        font-style: italic;
        line-height: 25px;
    }

    .article-image-list-container .article-item a span.channel-name {
        display: block;
        color: #8F2895 /*#804678*/;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .article-image-list-container .article-item a span.article-name {
        color: #000;
        font-size: 17px;
        line-height: 20px;
    }

    .article-image-list-container .article-item a span.author-name {
        color: #999;
        display: block;
        font-weight: normal;
        margin-top: 5px;
    }

    .article-image-list-container > .article-item .blogs-content {
        font-size: 16px;
    }

        .article-image-list-container > .article-item .blogs-content a {
            color: #000;
        }

        .article-image-list-container > .article-item .blogs-content > div {
            font-size: 12px;
            color: #7B7B79;
        }

    .article-image-list-container > .article-item > .blogs-fb-like {
        float: left;
    }

/*Horizontal Article Image List */

.article-image-list-container-horizontal {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

    .article-image-list-container-horizontal > h2 {
        /*font-size: 20px;*/
        margin-left: 0;
        margin-bottom: 15px;
    }

    .article-image-list-container-horizontal > ul > li.item {
        float: left;
        min-height: 170px;
        /*margin-right: 40px;
    width: 200px;*/
    }

        .article-image-list-container-horizontal > ul > li.item a {
            color: #000000;
            text-decoration: none;
        }

        .article-image-list-container-horizontal > ul > li.item > a > img {
            width: 100%;
            /*border: 1px solid #e6e6e6;*/
            height: auto /*101px*/;
        }

        .article-image-list-container-horizontal > ul > li.item > .author {
            color: #7B7B79;
            font-size: 10px;
            font-style: italic;
        }

    .article-image-list-container-horizontal > ul > li.last {
        margin-right: 0;
    }

.article-info {
    margin-bottom: 10px;
}

    .article-info li {
        border-left: 1px solid #e6e6e6;
        min-height: 45px;
    }

    .article-info .year {
        color: #999;
        display: block;
    }

    .article-info .name {
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }

    .article-info .comments {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        background: url("images/icons/Comments.png") no-repeat scroll 0 2px transparent;
        display: block;
        padding-left: 22px;
    }

/* Videos */

.video-container {
    padding: 15px;
}

    .video-container > .featured-video {
        float: left;
        position: relative;
        width: 370px;
    }

    .video-container .video-summary {
        font-size: 12px;
        float: left;
        width: 250px;
    }

        .video-container .video-summary > a {
            font-size: 16px;
        }

        .video-container .video-summary > .article-author {
            color: #7B7B79;
        }

    .video-container > .video-summary > span {
        margin-right: 5px;
    }

        .video-container > .video-summary > span.views-count {
            clear: right;
            color: #666666;
            float: right;
            font-size: 15px !important;
            font-weight: bold;
        }

        .video-container > .video-summary > span > a {
            color: #8F2895 /*#804678*/;
        }

            .video-container > .video-summary > span > a:hover {
                color: #0E7B9A;
            }

    .video-container > .video-summary > .share-buttons {
        border-top: 1px solid #e6e6e6;
        clear: both;
        margin-top: 10px;
        padding-top: 10px;
    }

        .video-container > .video-summary > .share-buttons > .share-facebook-like,
        .video-container > .video-summary > .share-buttons > .share-pinterest-pin,
        .video-container > .video-summary > .share-buttons > .share-twitter-tweet {
            float: left;
            margin-right: 10px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

.video-summary {
    float: left;
    width: 265px;
}

/* Featured video list*/

.featured-videos-list {
    margin-top: 15px;
}

    .featured-videos-list .featured-videos-item {
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0;
    }

        .featured-videos-list .featured-videos-item:last-child {
            border: none;
        }

    .featured-videos-list .col-md-5 {
        padding-left: 0;
    }

    .featured-videos-list .article-summary {
        padding-left: 0;
    }

        .featured-videos-list .article-summary a {
            color: #000;
            text-decoration: none;
            font-size: 17px;
            line-height: 17px;
        }

        .featured-videos-list .article-summary .views-count {
            display: block;
            color: #666666;
            font-size: 12px;
        }

    .featured-videos-list > .featured-videos-row {
        margin-top: 15px;
    }

        .featured-videos-list > .featured-videos-row .share-fb-count {
            margin-left: 6px;
        }

        .featured-videos-list > .featured-videos-row > .featured-video-item {
            float: left;
            margin-right: 16px;
            width: 158px;
            margin-bottom: 0;
        }

            .featured-videos-list > .featured-videos-row > .featured-video-item > .article-summary {
                padding: 5px;
                font-size: 12px;
            }

            .featured-videos-list > .featured-videos-row > .featured-video-item > span.views-count {
                padding: 5px;
                font-size: 12px;
                color: #666666;
            }

            .featured-videos-list > .featured-videos-row > .featured-video-item > a > img {
                width: 158px;
                height: 85px;
                -moz-border-radius: 5px 5px 0px 0px;
                -webkit-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 0px 0px;
            }

        .featured-videos-list > .featured-videos-row > .featured-video-last-item {
            margin-right: 0;
        }

/* Inspirations */

.inspirations {
}

    .inspirations h2 {
        color: #000;
        margin-bottom: 15px;
    }

    .inspirations .inspirations-list .article-spot {
        min-height: 315px;
    }

        .inspirations .inspirations-list .article-spot a img {
            max-height: 204px;
        }

.inspiration-left {
    float: left;
    width: 402px;
    padding: 15px 0px 15px 15px;
}

    .inspiration-left > a > img {
        border: 1px solid #e6e6e6;
    }

.inspiration-right {
    margin: 15px 14px;
    float: right;
    width: 235px;
}

    .inspiration-right a {
        font-size: 16px;
    }

    .inspiration-right p {
        padding-top: 10px;
    }

.article-spot-group-title {
    background: url("images/icons/small-flower.png") no-repeat scroll 5px 5px;
    padding: 8px 10px 10px;
}

#ArticleTitle {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

    #ArticleTitle .headerDiv {
        margin: 0 auto;
        max-width: 1090px;
    }

        #ArticleTitle .headerDiv .articleOption {
            float: left;
            padding: 8px 0 0;
            width: 80px;
        }

            #ArticleTitle .headerDiv .articleOption a.menu {
                color: #ccc;
                display: block;
                float: left;
                font-size: 35px;
                height: 35px;
                margin-right: 5px;
                width: 35px;
                line-height: 35px;
            }

                #ArticleTitle .headerDiv .articleOption a.menu .fa {
                    font-style: normal !important;
                }

            #ArticleTitle .headerDiv .articleOption img.logoHeader {
                float: left;
                margin-top: 3px;
                width: 30px;
            }

        #ArticleTitle .headerDiv .articleMenu {
            float: left;
            padding: 8px 0 0;
            width: calc(100% - 80px);
        }

            #ArticleTitle .headerDiv .articleMenu .nav {
                margin-bottom: 0;
                min-height: 44px;
                padding: 0;
            }

                #ArticleTitle .headerDiv .articleMenu .nav ul {
                }

                    #ArticleTitle .headerDiv .articleMenu .nav ul li {
                        display: inline;
                        margin: 0 5px;
                    }

                        #ArticleTitle .headerDiv .articleMenu .nav ul li a {
                            color: #000;
                            text-decoration: none;
                            font-weight: bold;
                            font-size: 16px;
                        }

        #ArticleTitle .headerDiv .articleInfo {
            float: left;
            padding: 11px 0 0;
            width: calc(100% - 80px);
        }

            #ArticleTitle .headerDiv .articleInfo .shareAndPrintBar {
                display: inline-block;
                padding: 0;
                float: right;
            }

                #ArticleTitle .headerDiv .articleInfo .shareAndPrintBar .share-buttons-strip {
                    padding-top: 5px;
                    background: none;
                    margin-bottom: 0;
                }

    #ArticleTitle .share-buttons-strip .fb_iframe_widget span {
        vertical-align: top !important;
    }

.inspiration-recent-small {
    background-color: #fff;
    float: left;
    width: 205px;
    height: 220px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #D2D2D0;
}

    .inspiration-recent-small img.article-image {
        width: 205px;
        height: 150px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    .inspiration-recent-small a {
        font-size: 12px;
    }

.inspiration-recent-small-margin-right {
    margin-right: 30px;
}

.inspiration-recent-small-content {
    margin: 5px;
}

    .inspiration-recent-small-content .media {
        margin-top: 5px;
    }

        .inspiration-recent-small-content .media > share-facebook-like {
            float: left;
        }

        .inspiration-recent-small-content .media > .share-pinterest-pin {
            margin-left: 10px;
            float: left;
        }

/* Inspirations detail */

.inspiration-detail {
    padding: 15px 0;
}

    .inspiration-detail .content {
        /*width: 600px;*/
        margin: auto;
    }

    .inspiration-detail > .content > img {
        max-width: 100%;
    }

.inspiration-detail-h1 {
    color: #000000;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
}

.inspiration-detail-h2 {
    margin-left: 0;
}


.featured-inspiration {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 0;
}

    .featured-inspiration h2 {
        color: #000;
        font-size: 30px;
    }

    .featured-inspiration .inspiration-info {
        margin-bottom: 10px;
    }

        .featured-inspiration .inspiration-info li {
            border-left: 1px solid #e6e6e6;
        }

        .featured-inspiration .inspiration-info .year {
            color: #999;
            display: block;
        }

        .featured-inspiration .inspiration-info .name {
            color: #000;
            display: block;
            font-size: 16px;
            font-weight: 600;
        }

        .featured-inspiration .inspiration-info .comments {
            color: #000;
            font-size: 16px;
            font-weight: 600;
            background: url("images/icons/Comments.png") no-repeat scroll 0 2px transparent;
            display: block;
            padding-left: 22px;
        }

/* Article Image List Popular */

.article-image-list-popular {
    /*width:250px;*/
    margin: auto;
    padding: 10px 0;
    /*text-align: center;*/
}

    .article-image-list-popular > a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }

        .article-image-list-popular > a img {
            width: 100%;
            height: auto;
            margin-bottom: 5px;
            /*-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; width:200px; height:116px; margin-bottom:10px; */
        }

    .article-image-list-popular .media {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 155px;
    }

    .article-image-list-popular .share-fb-count {
        float: left;
    }

    .article-image-list-popular .pinButton {
        float: right;
    }

/* Article Archives*/

.archive-article-list {
    /*padding: 15px;*/
    margin: 0;
}

    .archive-article-list > h1 {
        border-bottom: 1px solid #e6e6e6;
        color: #333333;
        font-family: Arial;
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 15px;
        padding-bottom: 15px;
    }

    .archive-article-list > ul > li {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .archive-article-list > ul > li > .article-details {
            color: #7B7B79;
            font-size: 12px;
            padding: 0 0 15px;
        }

            .archive-article-list > ul > li > .article-details > div {
                float: left;
                border-right: 1px solid #7B7B79;
                margin-right: 5px;
                padding-right: 5px;
            }

                .archive-article-list > ul > li > .article-details > div:last-child {
                    border: none;
                }

        .archive-article-list > ul > li:last-child {
            border: none;
        }

/* Video Archives*/

.archive-video-list {
    /*padding: 15px;*/
    margin: 0;
}

    .archive-video-list > h1 {
        color: #000000;
        font-family: Arial;
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 15px;
    }

    .archive-video-list .featured-videos-row > .featured-video-item {
        border: 1px solid #e6e6e6;
        width: 152px;
        margin-right: 10px;
    }

        .archive-video-list .featured-videos-row > .featured-video-item > a > img {
            width: 152px;
        }

    .archive-video-list .featured-videos-row > .featured-video-last-item {
        margin-right: 0;
    }

/* Archives Pager */

.paging-container {
}

    .paging-container > ul > li.left-arrow > a {
        background: url("images/buttons/pager-left-arrow.png") no-repeat scroll 5px 5px;
        padding-left: 15px;
    }

    .paging-container > ul > li.right-arrow > a {
        background: url("images/buttons/pager-right-arrow.png") no-repeat scroll 33px 5px;
        padding-right: 15px;
    }

    .paging-container > ul > li a {
        border: 1px solid #7B7B79;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        color: #3F6CBB;
        float: left;
        font-size: 12px;
        margin-right: 5px;
        padding: 2px 5px;
    }

        .paging-container > ul > li a:hover {
            color: #8f2895 /*#E7810E*/;
        }

    .paging-container > ul > li.paged > a {
        background: #7B7B79;
        color: #F6F5F3;
    }

        .paging-container > ul > li.paged > a:hover {
            color: #8f2895 /*#E7810E*/;
        }

    .paging-container > ul > li.number > a {
        padding: 2px 10px;
    }

/* Social Buttons */

.share-facebook {
    float: right;
}

.share-facebook-like, .share-facebook-send, .share-google-plus, .share-pinterest-pin {
    width: 72px;
    float: left;
}

.share-facebook-share {
    width: 100px;
    float: left;
}

.share-facebook-comments-count {
    border: 1px solid #e6e6e6;
    color: #000;
    font-size: 10px;
    background: #fff;
    padding: 3px 5px 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.share-facebook-like-send {
    margin-right: 20px;
}

.share-twitter-tweet {
    width: 100px;
}

.share-twitter-profile > div {
    padding: 16px 0px 0px 75px;
    width: 115px;
}

.share-print-page {
    cursor: pointer;
}

.share-fb-count {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
}

    .share-fb-count img {
        margin-right: 5px;
    }

/* Divs Table */

.table {
    margin: 0 auto;
}

    .table > .row {
        margin-bottom: 10px;
    }

        .table > .row > .header {
            font-size: 14px;
            float: left;
            width: 100px;
        }

        .table > .row > .item {
            float: left;
            width: 500px;
        }

            .table > .row > .item.button {
                margin-left: 195px;
            }

            .table > .row > .item input[type=text] {
                font-size: 14px;
                width: 400px;
            }

            .table > .row > .item textarea {
                font-size: 14px;
                resize: none;
                width: 400px;
            }

            .table > .row > .item > .error {
                color: red;
                padding-top: 5px;
                width: 290px;
            }

/* Contact Us */

.contact-us-container {
    min-height: 753px;
    padding: 0 20px;
}

    .contact-us-container > .description {
        margin-bottom: 15px;
    }

        .contact-us-container > .description > h2 {
            color: #000;
            font-size: 30px;
            margin: 0 0 5px;
            padding-top: 10px;
        }

        .contact-us-container > .description > span {
            color: #7B7B79;
            font-size: 18px;
        }

    .contact-us-container > .form-container {
        margin-bottom: 15px;
    }

        .contact-us-container > .form-container .table > .row > .header {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            margin-right: 15px;
            width: 180px;
        }

        .contact-us-container > .form-container .table > .row > .item {
            width: 415px;
        }

            .contact-us-container > .form-container .table > .row > .item input[type=text] {
                background-color: #fff;
                border: 1px solid #e6e6e6;
                border-radius: 0;
                width: 290px;
            }

            .contact-us-container > .form-container .table > .row > .item textarea {
                background-color: #fff;
                border: 1px solid #e6e6e6;
                border-radius: 0;
                height: 200px;
                width: 300px;
            }

            .contact-us-container > .form-container .table > .row > .item.button > a {
                background-color: #804678;
                padding: 7px 12px;
                font-size: 16px;
                color: #fff;
            }

    .contact-us-container > .copyright {
        border-top: 1px solid #e6e6e6;
        padding-top: 15px;
    }

/*Newsletters*/

.newsletter-items {
    padding: 8px 10px 10px;
}

/* Subscription boxes */

.subscribe-terms-links {
    color: #ffffff;
}

newsletterControls .error {
    color: white;
    height: 18px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: none;
    background-color: red;
    clear: both;
}

.newsletterControls .show {
    display: block;
}

.subscribe-terms-links a {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: black 1px 2px 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.subscription-box-banner-680-160-purple {
    width: 650px;
    /*height: 130px;*/
    background: url("images/newsletter/newsletter-box-bkgnd-no-shadow.png") no-repeat;
    padding: 15px;
    /* Safari and Chrome */
    -webkit-background-size: 100% 100%;
    /* Firefox */
    -moz-background-size: 100% 100%;
    /* Internet Explorer */
    -ms-background-size: 100% 100%;
    /* Opera */
    -o-background-size: 100% 100%;
    /* CSS3 */
    background-size: 100% 100%;
}

.subscription-box-banner-680-160-purple-title {
    color: #FFF;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 10px;
}

.subscription-box-banner-680-160-purple-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 10px;
}

.subscription-box-680-160-purple-subscribe-message {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000000;
}

.subscription-box-banner-680-160-purple-textbox {
    background-color: #FFF;
}

    .subscription-box-banner-680-160-purple-textbox div:first-child {
        width: 518px;
        float: left;
    }

        .subscription-box-banner-680-160-purple-textbox div:first-child + div {
            float: right;
            width: 125px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-banner-680-160-purple-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 34px;
    }


.subscription-box-banner-680-160-purple-browse {
    margin-top: 10px;
    background: url("images/newsletter/green-arrow.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

    .subscription-box-banner-680-160-purple-browse a {
        color: #FFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-shadow: #000 2px 2px 2px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.subscription-box-banner-680-160-purple-button {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border: 0px;
    width: 125px;
    height: 30px;
    background: url("images/newsletter/subscribe-btn-big-purple.png") no-repeat;
    cursor: pointer;
}

.subscription-box-384-234-purple {
    width: 354px;
    /*height: 204px;*/
    background: url("images/newsletter/subscription-box-384x234.png") no-repeat;
    padding: 15px;
    /* Safari and Chrome */
    -webkit-background-size: 100% 100%;
    /* Firefox */
    -moz-background-size: 100% 100%;
    /* Internet Explorer */
    -ms-background-size: 100% 100%;
    /* Opera */
    -o-background-size: 100% 100%;
    /* CSS3 */
    background-size: 100% 100%;
}

.subscription-box-384-234-purple-title {
    color: #FFF;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 25px;
}

.subscription-box-384-234-purple-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 25px;
}

.subscription-box-384-234-purple-subscribe-message {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000000;
    margin-bottom: 20px;
}

.subscription-box-384-234-purple-textbox {
    background-color: #FFF;
    margin-bottom: 5px;
}

    .subscription-box-384-234-purple-textbox div:first-child {
        width: 278px;
        float: left;
    }

        .subscription-box-384-234-purple-textbox div:first-child + div {
            float: right;
            width: 70px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-384-234-purple-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 26px;
    }

.subscription-box-384-234-purple-button-purple {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 70px;
    height: 22px;
    background: url("images/newsletter/subscribe-btn-small-purple.png") no-repeat;
    cursor: pointer;
}

.subscription-box-384-234-purple-button-green {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 70px;
    height: 22px;
    background: url("images/newsletter/subscribe-btn-small-green.png") no-repeat;
    cursor: pointer;
}

.subscription-box-384-234-purple-browse {
    background: url("images/newsletter/green-arrow.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

    .subscription-box-384-234-purple-browse a {
        color: #FFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-shadow: #000 2px 2px 2px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.subscription-box-300-264-purple {
    width: 270px;
    /*height: 234px;*/
    background: url("images/newsletter/subscription-box-300x264-purple.png") no-repeat;
    padding: 15px;
    /* Safari and Chrome */
    -webkit-background-size: 100% 100%;
    /* Firefox */
    -moz-background-size: 100% 100%;
    /* Internet Explorer */
    -ms-background-size: 100% 100%;
    /* Opera */
    -o-background-size: 100% 100%;
    /* CSS3 */
    background-size: 100% 100%;
}

.subscription-box-300-264-purple-textbox {
}

.subscription-box-300-264-purple-subscribe-message {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000000;
    margin-bottom: 15px;
}

.subscription-box-300-264-purple-title {
    color: #FFF;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 25px;
}

.subscription-box-300-264-purple-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 25px;
}

.subscription-box-300-264-purple-textbox {
    background-color: #FFF;
    margin-bottom: 5px;
}

    .subscription-box-300-264-purple-textbox div:first-child {
        width: 198px;
        float: left;
    }

        .subscription-box-300-264-purple-textbox div:first-child + div {
            float: right;
            width: 70px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-300-264-purple-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 26px;
    }

.subscription-box-300-264-purple-button-purple {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 70px;
    height: 22px;
    background: url("images/newsletter/subscribe-btn-small-purple.png") no-repeat;
    cursor: pointer;
}

.subscription-box-300-264-purple-browse {
    background: url("images/newsletter/green-arrow.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

    .subscription-box-300-264-purple-browse a {
        color: #FFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-shadow: #000 2px 2px 2px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.subscription-box-300-264-blue {
    width: 270px;
    /*height: 234px;*/
    background: url("images/newsletter/subscription-box-300x264-blue.png") no-repeat;
    padding: 15px;
    /* Safari and Chrome */
    -webkit-background-size: 100% 100%;
    /* Firefox */
    -moz-background-size: 100% 100%;
    /* Internet Explorer */
    -ms-background-size: 100% 100%;
    /* Opera */
    -o-background-size: 100% 100%;
    /* CSS3 */
    background-size: 100% 100%;
}

.subscription-box-300-264-blue-subscribe-message {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000000;
}

.subscription-box-300-264-blue-title {
    color: #FFF;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 25px;
}

.subscription-box-300-264-blue-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 25px;
}

.subscription-box-300-264-blue-textbox {
    background-color: #FFF;
    margin-bottom: 5px;
}

    .subscription-box-300-264-blue-textbox div:first-child {
        width: 198px;
        float: left;
    }

        .subscription-box-300-264-blue-textbox div:first-child + div {
            float: right;
            width: 70px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-300-264-blue-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 26px;
    }

.subscription-box-300-264-blue-button-orange {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 70px;
    height: 22px;
    background: url("images/newsletter/subscribe-btn-small-orange.png") no-repeat;
    cursor: pointer;
}

.subscription-box-300-264-blue-browse {
    background: url("images/newsletter/orange-arrow.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

    .subscription-box-300-264-blue-browse a {
        color: #FFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-shadow: #000 1px 2px 0px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.subscription-box-300-194-purple {
    width: 270px;
    /*height: 164px;*/
    background: url("images/newsletter/subscription-box-300x194.png") no-repeat;
    padding: 15px;
    /* Safari and Chrome */
    -webkit-background-size: 100% 100%;
    /* Firefox */
    -moz-background-size: 100% 100%;
    /* Internet Explorer */
    -ms-background-size: 100% 100%;
    /* Opera */
    -o-background-size: 100% 100%;
    /* CSS3 */
    background-size: 100% 100%;
}

.subscription-box-300-194-purple-title {
    color: #FFF;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 10px;
}

.subscription-box-300-194-purple-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 10px;
}

.subscription-box-300-194-purple-subscribe-message {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000000;
}

.subscription-box-300-194-purple-textbox {
    background-color: #FFF;
    margin-bottom: 05px;
}

    .subscription-box-300-194-purple-textbox div:first-child {
        width: 198px;
        float: left;
    }

        .subscription-box-300-194-purple-textbox div:first-child + div {
            float: right;
            width: 70px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-300-194-purple-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 26px;
    }

.subscription-box-300-194-purple-button {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 70px;
    height: 22px;
    background: url("images/newsletter/subscribe-btn-small-purple.png") no-repeat;
    cursor: pointer;
}

.subscription-box-300-194-purple-browse {
    background: url("images/newsletter/green-arrow.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

    .subscription-box-300-194-purple-browse a {
        color: #FFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-shadow: #000 2px 2px 2px;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.subscription-box-270-100-purple {
    width: 240px;
    height: 70px;
    background: url("images/newsletter/subscription-box-270x100.png") no-repeat;
    padding: 15px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.subscription-box-270-100-purple-title {
    color: #FFF;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 0 10px;
}

.subscription-box-270-100-purple-description {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 10px;
}

.subscription-box-270-100-purple-textbox {
    background-color: #FFF;
}

    .subscription-box-270-100-purple-textbox div:first-child {
        width: 205px;
        float: left;
    }

        .subscription-box-270-100-purple-textbox div:first-child + div {
            float: right;
            width: 32px;
            padding-top: 2px;
            padding-right: 2px;
        }

    .subscription-box-270-100-purple-textbox input[type=text] {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        height: 26px;
    }

.subscription-box-270-100-purple-button {
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    border: 0px;
    width: 32px;
    height: 22px;
    background: url("images/newsletter/nl-small-button.png") no-repeat;
    cursor: pointer;
}

/* --- Ads --- */

.ads-banner-top-left {
    width: 250px;
    min-height: 90px;
    float: left;
    margin-right: 8px;
}

.ads-banner-top-right {
    width: 728px;
    height: 90px;
    float: right;
}

.advertisement-300x250 {
    min-width: 300px;
    min-height: 250px;
    margin-bottom: 15px;
}

.advertisement-300x600 {
    min-width: 300px;
    min-height: 600px;
    margin-bottom: 15px;
}

.advertisement-300x250,
.advertisement-300x600 {
    padding-bottom: 15px;
}

    .advertisement-300x250 a,
    .advertisement-300x600 a {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 5px;
        display: block;
    }

    .advertisement-300x250 img,
    .advertisement-300x600 img,
    .ads-banner-top-right img,
    .ads-banner-top-left img {
        -moz-box-shadow: 0px 2px 3px #CCC;
        -webkit-box-shadow: 0px 2px 3px #CCC;
        box-shadow: 0px 2px 3px #CCC;
        filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#d2d2d0');
        -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#d2d2d0')";
    }

/* --- Error --- */

.hidden {
    display: none;
}

.error-detail {
    margin-left: 25px;
}

.error-container {
    height: 500px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

    .error-container h2 {
        margin: 0px;
    }

.box h3 {
    text-align: center;
    position: relative;
    top: 80px;
}

.box {
    margin: 0 auto;
    background: #FFF;
    padding: 15px;
    width: 600px;
    height: 215px;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/* Search Results */

.search-result-container {
    min-height: 600px;
    padding: 15px;
}

    .search-result-container .search-results-for, .search-result-container .search-noresult-container {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .search-result-container .search-results li {
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .search-result-container .search-results .search-result-author {
        color: #7B7B79;
        font-size: 14px;
        font-weight: bold;
    }

    .search-result-container .search-results .highlight {
        border-bottom: 1px solid #e6e6e6;
        font-size: 12px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .search-result-container .search-results .highlight em {
            background: none repeat scroll 0 0 #CCC;
            padding: 0 3px;
        }

    .search-result-container .paging-container {
        margin-top: 15px;
    }

/* Bible Reading */

.bible-reading {
    font-size: 12px;
}

    .bible-reading li {
        padding-bottom: 6px;
    }

        .bible-reading li a {
            color: #000;
        }

/* Send Ecards */

.main-ecard {
    /*text-align: center;*/
    margin-bottom: 15px;
}

    .main-ecard img {
        width: 100%; /*138px*/
        height: auto /*80px*/;
    }

    .main-ecard a {
        color: #000;
        font-size: 18px;
    }

.video-list {
    margin-bottom: 15px;
    margin-top: 20px;
}

    .video-list .article-spot {
        margin-bottom: 15px;
    }

    .video-list img {
        width: 100%;
        height: auto;
    }

    .video-list a {
        color: #000;
        font-size: 18px;
        line-height: 22px;
    }

.ecard {
    margin-bottom: 5px;
    font-size: 12px;
}

.send-ecards {
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Share buttons video landing page fix | Archives comments fix */



div.video-container .pinteres-video-fix {
    margin-top: 10px;
    width: 45px;
}

div.video-container .twitter-video-fix {
    margin-top: 10px;
    margin-right: 0px;
    width: 80px;
}

div.archive-article-list .archive-comments-count-fix {
    color: #7B7B79;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* Feedback */

#feedbackPage {
    padding: 20px;
}

    #feedbackPage div {
        padding: 5px 0px;
    }

        #feedbackPage div.statusFeedback {
            padding: 15px 0px;
        }

    #feedbackPage label {
        clear: left;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
        padding-right: 10px;
        text-align: right;
        width: 130px;
    }

    #feedbackPage input[type="text"] {
        border: 1px solid #9E9A9A;
        font-size: 120%;
        height: 28px;
        line-height: 28px;
        margin-bottom: 5px;
        padding: 0 3px;
        width: 200px;
    }

    #feedbackPage .required.error {
        background-color: white;
        clear: none;
        color: Black;
        display: inline-block;
        float: left;
        text-align: justify;
    }

    #feedbackPage label.error {
        background-color: White;
        clear: none;
        color: red;
        font-size: 12px;
        margin-left: 8px;
        padding: 0;
        text-align: center;
    }

    #feedbackPage textarea {
        float: left;
        font-family: Sans-Serif;
        font-size: 120%;
        height: 150px;
        line-height: 25px;
        margin-bottom: 5px;
        padding: 5px;
        width: 350px;
    }


    #feedbackPage span.feedbackUrl {
        clear: left;
        display: block;
        padding: 5px 0;
    }

    #feedbackPage #submitDiv input[type="submit"] {
        outline: 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #7B7B79;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c29fb7', endColorstr = '#934998');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c29fb7', endColorstr = '#934998')";
        background-image: -moz-linear-gradient(top, #c29fb7, #934998);
        background-image: -ms-linear-gradient(top, #c29fb7, #934998);
        background-image: -o-linear-gradient(top, #c29fb7, #934998);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#c29fb7), to(#934998));
        background-image: -webkit-linear-gradient(top, #c29fb7, #934998);
        background-image: linear-gradient(top, #c29fb7, #934998);
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
        padding: 5px 15px;
    }

    #feedbackPage #submitDiv {
        text-align: center;
    }

    #feedbackPage .statusFeedback .feedbackError {
        color: red;
    }

    #feedbackPage .statusFeedback .feedbackSuccess {
        color: green;
    }

#SharedFeedbackViewModel_EmailAddress + label {
    line-height: 15px;
}

.home-page-devotional {
    margin-left: 0px;
}

/* Forgot Password */

#forgotPasswordPage {
}

    #forgotPasswordPage .group-white {
        padding: 20px;
        overflow: hidden;
    }

    #forgotPasswordPage h2 {
        margin: 10px 0;
    }

    #forgotPasswordPage h3 {
        color: #000;
        font-size: 17px;
        font-weight: bold;
    }

    #forgotPasswordPage .back-button {
        float: left;
        margin-right: 3px;
        width: 35px;
    }

    #forgotPasswordPage .contact-button {
        float: left;
        width: 115px;
    }

    #forgotPasswordPage input[type=email], #forgotPasswordPage input[type=password] {
        border: 1px solid #9E9A9A;
        font-size: 120%;
        height: 28px;
        line-height: 28px;
        margin-bottom: 5px;
        padding: 0 3px;
        width: 200px;
    }

    #forgotPasswordPage .title-container {
        background: none repeat scroll 0 0 #E2D5DF;
    }

    #forgotPasswordPage .control-group {
        clear: both;
    }

        #forgotPasswordPage .control-group .control-label {
            float: left;
            font-size: 16px;
            line-height: 30px;
            margin-right: 20px;
        }

        #forgotPasswordPage .control-group .controls {
            float: left;
        }

        #forgotPasswordPage .control-group .alert-info h4 {
            color: #8F2895 /*#804678*/;
            font-size: 18px;
        }

            #forgotPasswordPage .control-group .alert-info h4 span {
                color: #666666;
            }

        #forgotPasswordPage .control-group .alert-error {
            background-color: #F2DEDE;
            border-color: #EED3D7;
            color: #B94A48;
            margin-bottom: 15px;
            padding: 15px;
        }

            #forgotPasswordPage .control-group .alert-error h4 {
                font-size: 20px;
            }

            #forgotPasswordPage .control-group .alert-error ul {
                list-style: disc outside none;
                padding-left: 30px;
            }
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

    /*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
    .jcarousel ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
    .jcarousel li {
        /* Required only for block elements like <li>'s */
        display: block;
        overflow: hidden;
        /*width: 1020px;*/
        float: left;
    }

        .jcarousel li .ad {
            text-align: center;
            margin-top: 10px;
        }

        .jcarousel li img, .firstSlide img, .jcarousel li .carrouselText, .firstSlide .carrouselText {
            /*float:left;*/
            width: 100%;
            text-align: left;
        }

            .jcarousel li .carrouselText h2, .firstSlide .carrouselText h2 {
                color: #000;
            }

        .jcarousel li img, .firstSlide .img {
            margin-bottom: 20px;
        }

        .jcarousel li div.paginationDiv {
            height: 70px;
            margin-bottom: 15px;
        }

        .jcarousel li .carrouselText h2, .firstSlide .carrouselText h2, .jcarousel li .carrouselText .subTitle, .firstSlide .carrouselText .subTitle {
            float: left;
            width:100%;
        }

            .jcarousel li .carrouselText .subTitle p, .firstSlide .carrouselText .subTitle p {
                font-size: 18px;
                line-height: 25px;
            }

.paginationMenu {
    width: 100%;
}

#slideHome .content p {
    font-size: 18px;
    line-height: 25px;
}

#slideHome img.startSlideshowImg {
    margin: 0 auto;
}

.jcarousel-prev, .jcarousel-next {
    cursor: pointer;
}

#slideRefreshContainer, .slideRefreshContainerControls {
    display: none;
}

.article-next {
    display: none;
}

.Byline {
    color: #999;
    margin: 0 0 15px 0;
    line-height: normal;
    font-size:20px !important;
    padding:0 !important;
}
.BylineSmall {
    color: #999;
    margin: -10px 0 15px 0;
    line-height: normal;
    font-size:14px !important;
    padding:0 !important;
}

#Controls {
    border: solid #000;
    border-width: 1px 0;
    display: table;
    font-size: 24px;
    overflow: auto;
    margin:40px 0;
    padding: 20px 0;
    width: 100%;
}

    #Controls a, #Controls a div {
        color: #fff !important;
        font-size: 24px;
        font-weight: bold;
    }
        #Controls a.orangeButton {
            background-color: #ff8000;
            border-radius: 7px;
            box-sizing: border-box;
            color: #fff;
            display: inline-block;
            padding: 15px 20px;
            text-align: center;
            width: 90%;
        }

    #Controls img {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        margin-bottom: 0px;
    }

    #Controls a.grayButton {
        background-color: #e6e6e6;
        border-radius: 7px;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        padding: 15px 20px;
        text-align: center;
        width: 90%;
    }

#Previous, #Progress, #Next {
    float: left;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    width: 33.3333%;
}

#Progress {
    line-height: 60px;
    text-align: center;        
    font-size: 24px;
}

#Next {
    text-align: right;
}

#NextSlideshow {
    display: table-cell;
    float: left;
    vertical-align: middle;
    width: 66.6666%;
    text-align:right;
    font-size: 24px;
}
#NextSlideshow a {
    color:#1a4de6 !important;
}

.meet-our-writers h1 {
    color: #333333;
    font-size: 40px;
    font-family: Helvetica, Arial, "sans-serif";
    margin: 0 0 10px 0;
    font-weight: bold;
}

.meet-our-writers .readable-text p, 
.meet-our-writers .readable-text span, 
.meet-our-writers .readable-text {
    margin: 0 0 10px 0;
    line-height: 24px !important;
    font-size: 16px !important;
    text-align: left !important;
    font-family: Arial !important;
    overflow: hidden;
}

.meet-our-writers .readable-text p {
    clear:both;
}

.meet-our-writers .article-name {
    background-color:#e6e6e6;
    color:#666;
    text-transform:uppercase;
    padding:10px 0;
    font-weight:400;
    text-align:center;
}
    .meet-our-writers .article-name a {
        text-decoration:none;
    }

.meet-our-writers .name-small {
    font-size: 12px !important;
    padding: 5px 0;
    line-height: 15px;
}

.meet-our-writers .article-spot {
    margin-bottom: 25px;
    padding: 0 10px;
}

/*#region Desktop Devices */
@media (min-width:992px) {

    .clear-content {
        clear: both;
    }

    .visible-lg {
        display: block !important;
    }

     /*facebook link*/
    .facebook-links{
        line-height: 36px;
    }
    .facebook-links div {
        text-align: center;
        float: left;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        margin-right: 7px; /*space between*/
        background-color: white;
        margin-left: 25%;
        margin-top: 3%;
    }

        .facebook-links div i {
            font-size: 20px;
            line-height: 38px;
            color: #3366cc;
        }

    .facebook-sharerlink {
        background-color: #3366cc;
        border-radius: 7px;
        color: white;
        cursor: pointer;
        line-height: 64px !important;
    }

    .facebook-shareText {
        margin-right: 23% !important;
    }

    .facebook-sharerlink-mobile {
        display: none !important;
    }
}

/*#endregion */

/*#region Tablet Devices */
@media (min-width: 768px) and (max-width:991px) {
    .menu-mobile {
        padding-top: 5px;
    }

        .menu-mobile i {
            color: #999;
            font-size: 45px;
            font-style: normal !important;
        }

    .menu-mobile-link img {
        margin-top: 5px;
        width: 50px;
    }

    .share-buttons a img {
        width: 40px;
    }

    .searchPopover .popover {
        top: -4px;
        left: -6px;
    }

    .article-image-list-container > .article-item {
        border-bottom: none;
        min-height: 260px;
    }

    .start-day {
        border-top: 1px solid #e6e6e6;
        padding-top: 15px;
    }

    .article-spot.profile > .article-text > a.article-title {
        font-size: 17px;
    }

    .article-image-list-container > .article-item .col-sm-2 {
        margin-right: -40px;
    }

    .blogs-list-mobile {
        border-bottom: 1px solid #e6e6e6;
    }

        .blogs-list-mobile .article-item {
            border-bottom: 1px solid #e6e6e6;
            min-height: 95px;
        }

    .inspirations-list {
        border-bottom: 1px solid #e6e6e6;
    }

    .send-ecards {
        border-bottom: 1px solid #e6e6e6;
    }

    .nav-tablet {
        border-top: 1px solid #e6e6e6;
        margin: 10px 0 0;
    }

    .archive-link-container {
        border-top: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0;
    }

    .sideToSideAd .ad300x250 {
        float: none;
    }

    .clear-div {
        clear: left;
    }

    .article-image-list-container-horizontal > ul > li.item {
        min-height: 225px;
    }

    .inspirations .inspirations-list .article-spot a img {
        max-height: 335px;
    }

    .sideToSideAd div {
        float:inherit;
    }

     /*facebook link*/
    .facebook-links{
        line-height: 36px;
    }
    .facebook-links div {
        text-align: center;
        float: left;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        margin-right: 7px; /*space between*/
        background-color: white;
        margin-left: 25%;
        margin-top: 3%;
    }

        .facebook-links div i {
            font-size: 20px;
            line-height: 38px;
            color: #3366cc;
        }

    .facebook-sharerlink {
        background-color: #3366cc;
        border-radius: 7px;
        color: white;
        cursor: pointer;
        line-height: 64px !important;
    }

    .facebook-shareText {
        margin-right: 7% !important;
    }

    .facebook-sharerlink-mobile {
        display: none !important;
    }
}
/*#endregion */

/*#region Mobile Devices */
@media (max-width:767px) {
    body header {
        padding: 5px 0;
    }

    body .site-wrapper > .body-wrapper {
        padding: 0;
    }

    .menu-mobile {
    }

        .menu-mobile i {
            color: #999;
            font-size: 30px;
            font-style: normal !important;
        }

    .menu-mobile-link img {
        margin-top: 3px;
        width: 30px;
    }

    body nav .navigation > ul > li {
        display: block;
        padding: 5px 0;
        margin: 0;
    }

    .searchPopover .popover {
        left: -194px;
    }

    .searchPopover .searchPopoverForm {
        background: transparent url(images/backgrounds/search-background-mobile.png) no-repeat;
        width: 220px;
        background-size: 100%;
        height: 29px;
    }

        .searchPopover .searchPopoverForm #q {
            height: 29px;
            width: 180px;
        }

        .searchPopover .searchPopoverForm a {
            padding: 6px 13px;
        }

    .article-image-list-container > .article-item {
        border-bottom: none;
        min-height: 165px;
    }

    .start-day {
        border-top: 1px solid #e6e6e6;
        padding-top: 15px;
    }

    .article-spot.profile > .article-text > a.article-title {
        font-size: 14px;
    }

    .article-image-list-container > .article-item .col-sm-2 {
        margin-right: 0;
    }

    .article-image-list-container > .article-item .blogs-content {
        padding-left: 5px;
        font-size: 15px;
    }

    .article-image-list-container .article-item a span.article-name {
        font-size: 14px;
        line-height: 18px;
    }

    .blogs-list-mobile {
        border-bottom: 1px solid #e6e6e6;
    }

        .blogs-list-mobile .article-item {
            border-bottom: 1px solid #e6e6e6;
            min-height: 50px;
        }

    .inspirations-list {
        border-bottom: 1px solid #e6e6e6;
    }

    .send-ecards {
        border-bottom: 1px solid #e6e6e6;
    }

    .feature-big a .article-title {
        font-size: 125%;
        bottom: 15px;
        left: 15px;
    }

        .feature-big a .article-title .publication-name {
            font-size: 14px;
        }

        .feature-big a .article-title .title-name {
            line-height: 20px;
        }

    .archive-link-container {
        border-top: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0;
    }

    .sideToSideAd .ad300x250 {
        float: none;
    }

    .clear-div {
        clear: left;
    }

    .topics {
        margin-right: 95px;
    }

        .bloggers .tab, .topics .tab {
            font-size: 16px;
        }

    .inspirations .inspirations-list .article-spot {
        min-height: 200px;
    }

    .article-image-list-container-horizontal > ul > li.item {
        min-height: 175px;
    }

    .start-day a.article-title {
        font-size: 15px !important;
    }

    .article-detail > h1, .main-title h1,
    .blogger-detail > .author-detail > .author-name > h2,
    .blogger-detail > .author-detail > .author-name > h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget span iframe {
        width: 100% !important;
    }

    #Controls {        
        font-size: 16px !important;        
    }

        #Controls a, #Controls a div {
            font-size: 16px !important;
        }

    #Previous, #Progress, #Next, #NextSlideshow {
        width:50% !important;
        line-height: 20px;
    }

    #Controls img {
        height: 28px;
        width: auto;
    }

    #slideHome .content p, .jcarousel li .carrouselText .subTitle p {                
        font-size: 16px;
        line-height: 22px;		
    }

    .jcarousel li .carrouselText h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /*facebook link mobile*/
  
    .facebook-links-mobile div {
            text-align: center;
            float: left;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            margin-right: 7px; /*space between*/
            background-color: white;
            margin-left: 20%;
            margin-top: 4%;
        }

    .facebook-links-mobile div i {
            font-size: 20px;
            line-height: 38px;  
            color: #3366cc;
        }

    .facebook-sharerlink-mobile#Progress {
        background-color: #3366cc;
        border-radius: 7px;
        color: white;
        cursor: pointer;
        margin-top: 3%;
        width: 100% !important;
        line-height:56px !important;
    }
     .facebook-shareText-mobile{
        margin-right:25%;
    }
    .facebook-sharerlink-mobile button {
       background-color: #3366cc;
       font-size :20px;
       font-weight: bold;
     }
}


/*#endregion */


    /*#ty-iframe  */
    .ty-iframe {
        height: 945px;
        width: 100%;
    }

    @media screen and (max-width: 400px) {
        .ty-iframe {
            height: 735px !important;
            width: 300px !important;
        }			
    }

    @media only screen and (min-width:480px) and (max-width: 1120px) {
        .ty-iframe {
            height: 945px;
            width: 100%;
        }
    }

    /*# End ty-iframe  */

    /*Prevents browser to convert links like <a href="http://somesite.com">Site</a> into Site (http://somesite.com), when printing*/
    @media print {
        a[href]:after {
            content: none !important;
        }
    }


    .slideshowPagination {
    }

        .slideshowPagination .slideNumber {
            font-weight: bold;
            line-height: 48px;
        }

        .slideshowPagination .skipAd {
            font-weight: bold;
            line-height: 48px;
            color: #999;
        }

    #slideRefreshContainer img.startSlideshowImg {
        margin: 0 auto;
    }

    #slideRefreshContainer a {
        color: #8f2895;
    }        

    .shareAndPrintBar {
        padding-top: 10px;
    }

        .shareAndPrintBar ul {
            float: left;
            margin-bottom: 10px;
        }

            .shareAndPrintBar ul li {
                float: left;
                margin-left: 4px;
            }

                .shareAndPrintBar ul li.pinterest {
                    width: 65px;
                }

.articleDescription {
    padding:20px 0;
    overflow: hidden;
}

    .articleDescription .column {
        border-left: 1px solid #DDDDDD;
        font-size: 12px;
        font-weight: 400;
        min-height: 40px;
        padding: 0 10px;
        float: left;
    }

        .articleDescription .column .name {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
        }

        .articleDescription .column .description {
            color: #808080;
            display: block;
        }

        .articleDescription .column .year {
            color: #999999;
            display: block;
        }

        .articleDescription .column .comments {
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            display: block;
            font-size: 16px;
            color: #1a1a1a;
            background: transparent url(images/icons/Comments.png) 0 2px no-repeat;
            padding-left: 22px;
        }

        .subTitle .row ul li{
            list-style:disc inside;
            font-size:16px;
        }
.subTitle .row ol li {
    list-style: decimal inside;
    font-size: 16px;
}

/* Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .slideshowAds-mobile {
        margin-left: -20px;
    }
}
/*iPhone 6 Media Queries
iPhone 6 in portrait & landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */
    .slideshowAds-mobile {
        margin-left: 0;
    }
}