﻿/* Derivation of andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author. */

#BlogContainer {
    width: 99%;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: #ffffff url(contbg.png) no-repeat;
    color: #222;
}


    /* Special case for the editor */
    #BlogContainer .ContentControlTinyMCE {
        width: 99%;
        vertical-align: top;
    }

    /*
#MainContent p {
padding: 0 0 0 10px;
}

#MainContent
{
margin: 0px 0px 0px 200px;
padding: 10px;
}

.HeaderStyle
{
display: block;
margin: 0px 0 10px 0;
padding: 5px 0 5px 8px;
background: #eee url(gradient2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
text-decoration: none;
}

#Sidebar
{
float: left;
clear: left;
width: 175px;
padding: 35px 10px 20px 10px;
font-size: 1em;
line-height: 1.3em;
}

#Sidebar p{
font-size: 0.9em;
}

*/
    /*
#Navigation a {
display: block;
width: 160px;
margin: 3px 10px 2px 0;
padding: 5px 0 5px 5px;
font-size: 1.0em;
font-weight: bold;
text-align: left;
background: #eee url(gradient1.png) repeat-x;
color: #26c;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
}

#Navigation a:hover, #Navigation a.MenuHeader {
background: #fff url(gradient2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
border-left: 1px solid #ddd;
text-decoration: none;
}

#Footer 
{
margin: 10px auto 0px auto;
padding: 10px;
clear: both;
background:#fff url(footerbg.png) bottom left no-repeat;
font-size:0.9em;
color:#888;
text-align:center;
}
*/

    /*
a{
text-decoration: none;
background-color: inherit;
color: #26c;
}

a:hover{
text-decoration: underline;
}

a img{
border: 0;
}

p{
margin: 0 0 15px 0;
line-height: 1.5em;
}

h1 {
font-size: 2.0em;
font-weight: normal;
}

h2 {
margin: 20px 0px 8px 0px;
font-size: 1.4em;
font-weight: normal;
}

h3 {
margin: 10px 0px 8px 0px;
font-size: 1.2em;
font-weight: normal;
}


ul li {
margin-top: 10px;
margin-bottom: 10px;
}

.Block {
padding: 20px;
background: #eee;
color: #222;
border: 2px solid #ddd;
}

.Indent {
margin-left: 20px;
}

.ClearBoth {
clear: both;
}

*/

    /* Formatting for Blog Controls */

    #BlogContainer .BlogStream {
        width: 80%;
        margin: 0;
        font-size: 10pt;
    }
    /*#BlogContainer .BlogStreamNarrow { width:370px;}
#BlogContainer .BlogStreamWide { width:600px; }*/

    #BlogContainer .BlogFeatures {
        width: 20%;
        float: right;
        font-size: 10pt;
    }

        #BlogContainer .BlogFeatures div {
            padding-bottom: 10px;
            margin-bottom: 20px;
            margin-right: 10px;
            border-left: solid 1px #d3d3d3;
            text-align: center;
        }

        #BlogContainer .BlogFeatures h1 {
            font-size: 16px;
            font-weight: bold;
            background: url('ContentDividerTileLight-4-14.gif') repeat-x;
            padding: 6px;
            margin: 0px 0px 10px 0px;
        }

        #BlogContainer .BlogFeatures ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        #BlogContainer .BlogFeatures .BlogFeaturesSearchBox {
            width: 80px;
        }

        #BlogContainer .BlogFeatures .BlogFeaturesSearchButton {
            width: 40px;
        }

        #BlogContainer .BlogFeatures .Lists {
            list-style-type: none;
            text-align: left;
            margin-left: 10px;
        }

    #BlogContainer .BlogEntry {
        border-left: solid 1px #d3d3d3;
        margin: 0px 0px 20px 0px;
        width: 99%;
        font-size: 10pt;
    }

    #BlogContainer .BlogEntryHeader {
        padding: 6px 6px 6px 6px;
        background: #ffffff url('ContentDividerTileLight-4-14.gif') repeat-x;
    }

        #BlogContainer .BlogEntryHeader .LeftCol {
            vertical-align: bottom;
            min-width: 230px;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        #BlogContainer .BlogEntryHeader .RightCol {
            vertical-align: top;
            margin-left: 10px;
            width: 284px;
            height: 60px;
            display: inline-block;
            *display: inline;
            zoom: 1;
            border: 4px solid #d5ded9;
            padding: 3px;
        }

        #BlogContainer .BlogEntryHeader .LeftCol .BlogEntryHeaderPostTitle span {
            font-size: 1.6em;
            line-height: 1;
        }

        #BlogContainer .BlogEntryHeader .LeftCol .BlogEntryHeaderPostDate span {
            font-size: 0.8em;
            color: #787878;
        }

        #BlogContainer .BlogEntryHeader .RightCol .BlogEntryHeaderAuthorName {
            font-size: 1.0em;
            font-weight: bold;
            color: #497888;
        }

        #BlogContainer .BlogEntryHeader .RightCol .BlogEntryHeaderAuthorBio {
            font-size: 0.8em;
            line-height: 1.125em;
            padding-bottom: 1px;
            color: #787878;
            width: 220px;
        }

        #BlogContainer .BlogEntryHeader .RightCol .BlogEntryHeaderFullBio {
            font-size: 0.9em;
            color: #787878;
            position: relative;
            top: -10px;
            left: 160px;
            font-style: italic;
            font-weight: bold;
            text-decoration: none;
        }

        #BlogContainer .BlogEntryHeader .BlogEntryHeaderSeparator {
            width: 100%;
            border-bottom: 1px dashed #C0C0C0;
            height: 5px;
            vertical-align: bottom;
        }

        #BlogContainer .BlogEntryHeader div label {
            display: block;
            float: left;
            width: 100px;
        }

    #BlogContainer .BlogEntryBody {
        padding: 6px;
        vertical-align: top;
        width: 98%;
        height: 100%;
        font-size: 10pt;
    }

        #BlogContainer .BlogEntryBody .TinyMCETextArea {
            width: 98%;
            vertical-align: top;
        }

.BlogEntryBody p {
    font-size: 16px !important;
    font-weight: normal;
    font-family: 'Montserrat', Arial, sans-serif;
}

.BlogEntryBody ul li, .BlogEntryBody ol li {
    font-family: 'Montserrat', Arial, sans-serif;
}

#BlogContainer .BlogEntryFooter {
    background: #ffffff url('ContentDividerTileLightFlip-4-14.gif') repeat-x bottom left;
    padding: 6px;
}

    #BlogContainer .BlogEntryFooter .BlogEntryFooterCommands {
        float: left;
        font-size: 10pt;
    }

        #BlogContainer .BlogEntryFooter .BlogEntryFooterCommands a {
            margin-right: 10px;
        }

    #BlogContainer .BlogEntryFooter .BlogEntryFooterLinks div {
        float: left;
    }

.BlogEntryFooter .BlogEntryFooterLinks .BlogEntryFooterLinksPermalink a, .BlogEntryFooter .BlogEntryFooterLinks .BlogEntryFooterLinksServices a {
    margin-right: 10px;
}

#BlogContainer .BlogEntryFooter .BlogEntryFooterLinks .BlogEntryFooterLinksComments {
    display: block;
    float: right;
    text-align: right;
    margin-left: 20px;
    *margin-top: 0px;
}

#BlogContainer .BlogEntryFooter .BlogEntryFooterLinks .BlogEntryFooterLinksTags {
    display: block;
    float: none;
    text-align: right;
}

#BlogContainer .BlogEntryFooter ul {
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline;
}

    #BlogContainer .BlogEntryFooter ul li {
        display: inline;
        margin-left: 6px;
    }

#BlogContainer .BlogNavigation {
    margin-top: 20px;
    text-align: center;
}

    #BlogContainer .BlogNavigation a {
        font-weight: bold;
        margin-left: 50px;
        margin-right: 50px;
        padding: 4px;
        border: outset 1px #6f5230;
        text-decoration: none;
    }

#BlogContainer .CommentsStream {
    margin: 0px 0px 20px 20px;
}

    #BlogContainer .CommentsStream .CommentsEntry {
        margin-bottom: 20px;
        background: #fdfcf6 url('FeatureBackgroundTile-1-119.gif') repeat-x;
        border-bottom: solid 1px #e1d2bd;
    }

    #BlogContainer .CommentsStream .CommentsEntryHeader {
        font-style: italic;
        margin-bottom: 10px;
        padding: 6px;
    }

    #BlogContainer .CommentsStream .CommentsEntryBody {
        padding: 6px;
    }

    #BlogContainer .CommentsStream .CommentsEntryFooter {
        padding: 6px;
        text-align: left;
    }

    #BlogContainer .CommentsStream .CommentsAdd {
        border: dashed 1px #6f5230;
        padding: 10px;
    }

        #BlogContainer .CommentsStream .CommentsAdd h1 {
            font-size: 16px;
            font-weight: bold;
            margin: 0px;
        }

        #BlogContainer .CommentsStream .CommentsAdd div {
            padding: 4px;
        }

        #BlogContainer .CommentsStream .CommentsAdd label {
            display: block;
            float: left;
            width: 130px;
            text-align: left;
        }

        #BlogContainer .CommentsStream .CommentsAdd textarea {
            width: 350px;
        }

        #BlogContainer .CommentsStream .CommentsAdd a, .CommentsCommands a {
            padding: 4px;
            border: outset 1px #d3d3d3;
            text-decoration: none;
        }

#BlogContainer .NoEntriesH2 {
    padding: 6px 6px 6px 6px;
    background: #ffffff url('ContentDividerTileLight-4-14.gif') repeat-x;
    font-size: 1.2em;
}


/* Admin Section */

#BlogContainer .AdminFormRow {
    clear: both;
    margin: 10px;
}

#BlogContainer .AdminFormLabel {
    float: left;
    width: 80px;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: middle;
}

#BlogContainer .AdminFormItem {
    padding-left: 10px;
}

#BlogContainer .AdminLoginLabel {
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
}

.mceToolbarTop * {
    float: left;
}

.mceToolbarTop select {
    width: auto;
}

.mceToolbarTop option {
    float: none;
}

.blogbutton {
    border: 1px solid #c3c3b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: inherit;
    color: #FFFFFF;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    line-height: normal;
    position: relative;
    z-index: 0;
    behavior: url(/_css/PIE.htc);
}

#main-middle li {
    color: #5A5A5A;
    list-style: none;
    margin-left: 0px;
    padding-bottom: 10px;
}


/*-----------------------------------------------*/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row * {
        box-sizing: border-box;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}
/*________________________________________________*/


.BlogEntryFooterLinksTags label {
    vertical-align: top;
}

.BlogEntryFooterLinksTags ul.BlogEntryTagsList {
    display: inline-block;
    list-style: none;
    padding: 0;
}

ul.BlogEntryTagsList li {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

    ul.BlogEntryTagsList li a::after {
        content: ',';
    }

    ul.BlogEntryTagsList li:last-of-type a::after {
        content: '';
    }

.BlogEntry {
    border-bottom: 1px solid black;
    padding: 30px 0;
}

    .BlogEntry h1 {
        font-size: 28px;
        text-transform: none;
        font-weight: 600;
        margin: 0;
    }

.BlogEntryFooterLinksComments {
    float: right;
}

.BlogFeatures h1 {
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}

.hr-border {
    border-bottom: 1px solid black;
    width: 100%;
    min-height: 1px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.BlogFeatures input {
    width: 100%;
    margin-top: 10px;
    /*color: #75777a;*/
}

    .BlogFeatures input[type=radio] {
        width: 20px;
        height: 20px;
    }

    .BlogFeatures input[type=text],
    .BlogFeatures input[type=password] {
        min-height: 50px;
    }

/*.BlogFeatures input[type=submit],
.BlogFeatures a.BlogHomeLink,
.BlogAdmin a{
    border: 1px solid #F58C42;
    color: #F58C42;
    padding: 10px 30px;
    margin: 15px 0;
    font-weight: 600;
    border-radius: 5px;
    background-color: transparent;
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer;
}*/
/*.BlogFeatures input[type=submit]:hover,
.BlogFeatures a.BlogHomeLink:hover,
.BlogAdmin a:hover{
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background-color: #F58C42;
}*/


.BlogFeatures a.BlogHomeLink,
.BlogAdmin a {
    color: #006c68;
    border-color: #006c68;
    margin-top: 0;
    margin-bottom: 30px;
}

    .BlogFeatures a.BlogHomeLink:hover,
    .BlogAdmin a:hover {
        color: #fff;
        border-color: #fff;
        background-color: #006c68;
    }

.BlogFeatures ul {
    padding: 0;
    list-style: none;
}

.recaptcha_theme_red #recaptcha_response_field {
    height: 20px;
    min-height: 20px;
}

div#recaptcha_widget_div {
    margin-top: 10px;
}

.blog-pagetitle {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: none;
    color: #000;
}

.BlogEntryFooterCommands a, .BlogEntryHeaderPostGenerateFriendly a {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #c3c3b9;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    text-align: center;
    color: #000;
    font-weight: normal;
}

    .BlogEntryFooterCommands a:hover, .BlogEntryHeaderPostGenerateFriendly a:hover {
        text-decoration: none;
    }

.BlogEntryHeaderPostGenerateFriendly input[type="submit"] {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #c3c3b9;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff !important;
    color: #000;
    text-transform: none;
    font-family: "Open Sans";
    width: auto;
    height: auto;
    font-weight: normal;
}

.hide-blog {
    display: none;
}

.blogPostDetails {
    width: 100%;
    float: left;
}

.blogPostImage {
    float: left;
    width: 33%;
}

.blogPostInfo {
    width: 100%;
    /*float: left;*/
}

.opengraph-image {
    border: none;
    padding: 0;
    width: 40%;
    float: left;
}

.btn-add-op-img {
    width: 20%;
    float: left;
    padding: 0;
    height: auto;
    border-radius: 5px;
    background-color: inherit;
    padding: 2px 10px;
    border: 1px solid #c3c3b9;
    margin-top: -3px;
}

.BlogEntryHeaderPostTitle .hylPostTitle:hover {
    color: #ffb900;
}

textarea, select, button,
.button, .widget_product_categories ul li a,
.widget_nz_recent_entries .post-date, input[type="month"],
input[type="number"], input[type="submit"], input[type="button"],
input[type="date"], input[type="datetime"], input[type="password"],
input[type="search"], input[type="datetime-local"], input[type="email"],
input[type="tel"], input[type="text"], input[type="time"], input[type="url"],
input[type="week"], input[type="reset"] {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.BlogEntry label {
    color: #000;
}

.blog-search-button {
    width: 189px !important;
    height: 58px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 5px;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-image: url(/assets/_img/search-button-bg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    display: inline-block;
}

.BlogAdmin h1 img {
    margin-left: 9px;
}

.img-blog-admin-login.active {
    transform: rotate(180deg);
}

.BlogAdmin h1 {
    border: none;
    margin-bottom: 0;
    font-size: 17px;
    text-align: right;
    color: #006c68;
    font-weight: normal;
}

.BlogComments .Subscribe table, .BlogComments .Subscribe table tr {
    border: none;
}

    .BlogComments .Subscribe table tr td {
        border: none;
        padding-left: 0;
        font-size: 18px;
        font-weight: normal;
        color: #000;
    }

.blogbutton.blogsubscribe {
    background-color: inherit;
    border: 1px solid #c3c3b9;
    width: 100%;
}

.blogDropdown {
    width: 100%;
    background: url(/assets/_img/yellow_arro_dwn.png) no-repeat;
    background-size: 10px;
    background-position: right 25px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
}

.BlogComments .Subscribe input[type="radio"]:checked {
    background: #ffce00;
}

.BlogComments .Subscribe input[type="radio"] {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background: white;
    border: 1px solid #D4D4D4;
    box-shadow: inset 0px 0px 0px 2px white;
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    -o-box-shadow: inset 0px 0px 0px 2px white;
    -webkit-border-radius: 8px;
}

.BlogComments .Subscribe label {
    padding-left: 25px;
}

.blog-search-button {
    width: 189px !important;
    height: 58px;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 5px;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-image: url(/assets/_img/search-button-bg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    display: inline-block;
}
