﻿/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.porto_bo .ui-helper-hidden {
    display: none;
}

.porto_bo .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.porto_bo .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.porto_bo .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.porto_bo .ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.porto_bo .ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.porto_bo .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.porto_bo .ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.porto_bo .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.porto_bo .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.porto_bo .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .porto_bo .ui-widget .ui-widget {
        font-size: 1em;
    }

    .porto_bo .ui-widget input, .porto_bo .ui-widget select, .porto_bo .ui-widget textarea, .porto_bo .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.porto_bo .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .porto_bo .ui-widget-content a {
        color: #222222;
    }

.porto_bo .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .porto_bo .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .porto_bo .ui-state-default, .porto_bo .ui-widget-content .ui-state-default, .porto_bo .ui-widget-header .ui-state-default {
        border: none;
        background: none;
        font-weight: normal;
        color: #555555;
    }

.porto_bo .ui-state-hover a, .porto_bo .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.porto_bo .ui-state-active, .porto_bo .ui-widget-content .ui-state-active, .porto_bo .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .porto_bo .ui-state-active a, .porto_bo .ui-state-active a:link, .porto_bo .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }

.porto_bo .ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.porto_bo .ui-state-highlight, .porto_bo .ui-widget-content .ui-state-highlight, .porto_bo .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

    .porto_bo .ui-state-highlight a, .porto_bo .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.porto_bo .ui-state-error, .porto_bo .ui-widget-content .ui-state-error, .porto_bo .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .porto_bo .ui-state-error a, .porto_bo .ui-widget-content .ui-state-error a, .porto_bo .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.porto_bo .ui-state-error-text, .porto_bo .ui-widget-content .ui-state-error-text, .porto_bo .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.porto_bo .ui-priority-primary, .porto_bo .ui-widget-content .ui-priority-primary, .porto_bo .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.porto_bo .ui-priority-secondary, .porto_bo .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.porto_bo .ui-state-disabled, .porto_bo .ui-widget-content .ui-state-disabled, .porto_bo .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.porto_bo .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.porto_bo .ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.porto_bo .ui-widget-header .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.porto_bo .ui-state-hover .ui-icon, .porto_bo .ui-state-focus .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.porto_bo .ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.porto_bo .ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.porto_bo .ui-state-error .ui-icon, .porto_bo .ui-state-error-text .ui-icon {
    background-image: url(Images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.porto_bo .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.porto_bo .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

/* Corner radius */
.porto_bo .ui-corner-all, .porto_bo .ui-corner-top, .porto_bo .ui-corner-left, .porto_bo .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.porto_bo .ui-corner-all, .porto_bo .ui-corner-top, .porto_bo .ui-corner-right, .porto_bo .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.porto_bo .ui-corner-all, .porto_bo .ui-corner-bottom, .porto_bo .ui-corner-left, .porto_bo .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.porto_bo .ui-corner-all, .porto_bo .ui-corner-bottom, .porto_bo .ui-corner-right, .porto_bo .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */
.porto_bo .ui-widget-overlay {
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.porto_bo .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {
    display: none;
}

.porto_bo .ui-datepicker {
    padding: .2em .2em 0;
    display: none;
    background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
}

    .porto_bo .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .porto_bo .ui-datepicker .ui-datepicker-prev, .porto_bo .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .porto_bo .ui-datepicker .ui-datepicker-prev-hover, .porto_bo .ui-datepicker .ui-datepicker-next-hover {
        top: 4px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-prev-hover {
        left: 3px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-next-hover {
        right: 4px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-prev span, .porto_bo .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .porto_bo .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .porto_bo .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .porto_bo .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .porto_bo .ui-datepicker select.ui-datepicker-month,
    .porto_bo .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .porto_bo .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .porto_bo .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .porto_bo .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .porto_bo .ui-datepicker td span, .porto_bo .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: center;
            text-decoration: none;
        }

    .porto_bo .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .porto_bo .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .porto_bo .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .porto_bo .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.porto_bo .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .porto_bo .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.porto_bo .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.porto_bo .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.porto_bo .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.porto_bo .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.porto_bo .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.porto_bo .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.porto_bo .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.porto_bo .ui-datepicker-rtl {
    direction: rtl;
}

    .porto_bo .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .porto_bo .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .porto_bo .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .porto_bo .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.porto_bo .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.porto_bo .managearticle {
    float: right;
    margin-bottom: 15px;
}

.porto_bo .socialnetwork div {
    margin-top: 15px;
}

.porto_bo .tags {
    text-align: justify;
    word-wrap: break-word;
}

    .porto_bo .tags a.cloudweight1 {
        font-size: 1em;
    }

    .porto_bo .tags a.cloudweight2 {
        font-size: 1.5em;
    }

    .porto_bo .tags a.cloudweight3 {
        font-size: 2em;
    }

    .porto_bo .tags a.cloudweight4 {
        font-size: 2.5em;
    }

    .porto_bo .tags a.cloudweight5 {
        font-size: 3em;
    }

.porto_bo .calendar .LiveBlogDateHlight a {
    background-color: #878787;
    color: #fff;
    border-radius: 5px;
    background-image: none;
}

.porto_bo .treeview {
    font-size: inherit;
}

    .porto_bo .treeview .rtPlus, .porto_bo .treeview .rtMinus {
        background-image: url('Images/PlusMinus.png')
    }

    .porto_bo .treeview .rtChecked, .porto_bo .treeview .rtUnchecked, .porto_bo .treeview .rtIndeterminate {
        background-image: url('Images/TriState.png')
    }

    .porto_bo .treeview .rtHover .rtIn, .porto_bo .treeview .rtSelected .rtIn {
        border: none !important;
        padding: 4px 3px 3px;
        background: none;
        text-decoration: underline;
    }

    .porto_bo .treeview .rtSelected .rtLoadingBefore, .porto_bo .treeview .rtSelected .rtLoadingAfter, .porto_bo .treeview .rtSelected .rtLoadingBelow {
        color: #333
    }

    .porto_bo .treeview .rtLoadingIcon {
        background-image: url('Images/LoadingIcon.gif')
    }

    .porto_bo .treeview .rtLI .rtEdit .rtIn {
        border-color: #515151;
        background: #fff
    }

    .porto_bo .treeview .rtLines .rtLI, .porto_bo .treeview .rtLines .rtFirst .rtUL {
        background-image: url('Images/NodeSpan.png')
    }

    .porto_bo .treeview .rtLines .rtFirst, .porto_bo .treeview .rtLines .rtFirst .rtUL {
        background-image: url('Images/FirstNodeSpan.png')
    }

    .porto_bo .treeview .rtLines .rtLast, .porto_bo .treeview .rtLines .rtLast .rtUL {
        background-image: none
    }

    .porto_bo .treeview .rtLines .rtTop {
        background-image: url('Images/TopLine.png')
    }

    .porto_bo .treeview .rtLines .rtMid {
        background-image: url('Images/MiddleLine.png')
    }

    .porto_bo .treeview .rtLines .rtBot {
        background-image: url('Images/BottomLine.png')
    }

    .porto_bo .treeview .rtLines .rtLast .rtTop {
        background-image: url('Images/SingleLine.png')
    }

.porto_bo div.search {
    position: relative;
}

.porto_bo .search .textbox {
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.porto_bo .search .search-button {
    border: 0;
    border-left: 1px solid #BFBFBF;
    padding: 13px 27px 12px 27px;
    line-height: normal;
    border-radius: 0 4px 4px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    text-indent: -999px;
    top: 1px;
    right: 1px;
    background: url(Images/search.png) center center no-repeat #f0f0f0;
}

.porto_bo .categories ul > li, .porto_bo .authors ul > li {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-image: url(Images/list-primary.png);
    background-position: 9px 19px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EDEDDE;
    padding: 8px 20px;
    transition: all 0.3s;
}

.porto_bo .authors ul > li {
    background-image: none;
    padding-left: 10px;
}

.porto_bo .categories ul li, .porto_bo .authors ul li {
    display: block;
    position: relative;
}

.porto_bo aside ul, .porto_bo.widgetmodule ul, .porto_bo .post-content .categories ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.porto_bo .categories ul > li:hover,
.porto_bo .categories ul > li:focus,
.porto_bo .authors ul > li:hover,
.porto_bo .authors ul > li:focus {
    background-color: #eeeeee;
}

.porto_bo .categories ul > li a:hover,
.porto_bo .categories ul > li a:focus,
.porto_bo .authors ul > li a:hover,
.porto_bo .authors ul > li a:focus {
    text-decoration: none;
}

.porto_bo .categories a, .porto_bo .authors a, .porto_bo .blogrolls a.rss-feeds {
    position: absolute;
    right: 10px;
}

.porto_bo .blogrolls a.rss-feeds {
    top: 0;
}

.porto_bo .categories a.lb-lst, .porto_bo .authors a.lb-lst {
    position: relative;
    right: 0;
}

.porto_bo aside a, .porto_bo.widgetmodule ul li a, .porto_bo.widgetmodule .tags a {
    font-size: 0.9em;
    color: #666666;
}

.porto_bo .CommentForm input[type="text"], .porto_bo .CommentForm textarea {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    font-size: inherit !important;
    line-height: normal !important;
    width: 100%;
    height: 46px;
}

.porto_bo .CommentForm textarea,
.porto_bo .CommentForm div.Preview {
    height: 200px !important;
    width: 100% !important;
}

.porto_bo .CommentForm div.Preview {
    padding: 6px 13px !important;
    font-size: inherit !important;
    line-height: normal !important;
    margin: 0 !important;
    border-radius: 4px;
}

.porto_bo .CommentForm input[type="text"]:focus,
.porto_bo .CommentForm textarea:focus,
.porto_bo .search .textbox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.porto_bo .CommentForm input[type="checkbox"],
.porto_bo .CommentForm input[type="radio"] {
    margin: 5px;
}

.porto_bo .CommentData .comment {
    margin: 10px 0;
    padding: 10px 0 0 115px;
}

.porto_bo .CommentData .com {
    padding-left: 120px;
}

.porto_bo article .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}

.porto_bo article .related .img-thumbnail {
    margin-left: 0;
    position: inherit;
}

.porto_bo div.comment-block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

.porto_bo img.avatar {
    height: 80px;
    width: 80px;
}

.porto_bo .CommentData div.comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}

.porto_bo .post-image {
    margin: 0 0 30px;
    text-align: center;
}

.porto_bo.widgetmodule .post-image {
    margin: 0 0 18px 0;
}

.porto_bo .related .post-image,
.porto_bo .msearch-result h3,
.porto_bo div.post-block h3 {
    margin-bottom: 0;
}

.porto_bo h2.la-title {
    margin-bottom: 10px;
}

.porto_bo .la-desc {
    color: #999;
}

.porto_bo .post-image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding: 0;
    max-width: 100%;
    display: block;
    background: #fff;
    margin: 0 auto;
}

.porto_bo .post-image a.jackbox img {
    width: 100%;
}

.porto_bo .CommentForm .moderatemsg {
    color: Red;
}

.porto_bo .mrssfeeds, .porto_bo .read-more, .porto_bo .CommentData .reply {
    float: right;
}

.porto_bo span.read-more a, .porto_bo a.read-more {
    font-size: 12px;
}

.porto_bo .pager a,
.porto_bo .pager span.CurrentPage,
.porto_bo .pager span.CurrentPageSelected {
    padding: 10px 16px;
    font-size: 18px;
    position: relative;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    display: inline;
    cursor: pointer;
}

.porto_bo .pager span.CurrentPage,
.porto_bo .pager span.CurrentPageSelected,
.porto_bo .pager a:hover {
    background-color: #eee;
}

.porto_bo .pager strong {
    font-weight: normal;
}

.porto_bo div.post-leave-comment {
    margin-top: 0;
    padding-top: 20px;
}

.porto_bo .CommentForm .SaveComment {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}

.porto_bo .CommentForm .SaveComment:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.porto_bo .mwidgetposts .post-image img,
.porto_bo .related .post-image img,
.porto_bo .related .post-image a.jackbox img,
.porto_bo .highestRatingArticle .img-thumbnail img {
    width: 50px;
    height: 50px;
}

.porto_bo ul.simple-post-list li {
    min-height: 97px;
}

.porto_bo .recentcomments ul.simple-post-list li {
    min-height: 62px;
}

.porto_bo .blogrolls ul.simple-post-list li {
    min-height: 0;
    padding: 5px 0;
    margin-bottom: 15px;
    position: relative;
}

.porto_bo .blogrolls ul.simple-post-list li li {
    margin-bottom: 0;
}

.porto_bo .msearch-result .close-button {
    background: url("Images/close.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    top: -28px;
    right: -22px;
    min-width: 30px;
    box-shadow: none;
}

.porto_bo .msearch-result {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 50px;
    display: none;
}

.porto_bo .CommentForm .newheading,
.porto_bo .CommentData .heading {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.porto_bo .CommentData .com {
    padding-left: 20px;
}

.porto_bo .CommentData,
.porto_bo .post-content .pages,
.porto_bo .post-content .categories {
    margin-top: 20px;
}

.porto_bo .CommentData .heading, .porto_bo .CommentData .content, .porto_bo .post-content .pages {
    margin-bottom: 20px;
}

.porto_bo .CommentData .cont-reply {
    min-width: 60px;
}

.porto_bo .related div.post-meta {
    margin-bottom: 0;
}

.porto_bo .moverlay {
    display: none;
    width: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.porto_bo .mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.porto_bo .mlightbox .close-button {
    right: -12px;
    top: -14px;
}

.porto_bo .owl-carousel.owl-drag .owl-item .jackbox {
    width: 100%;
}

/*SIG customizations*/
.porto_bo .nobookmark, .porto_bo .hasbookmark {max-width:30px !important;}
.porto_bo .maintitle {margin:0;border-bottom:1px dashed #ccc;}
.porto_bo .post-image {margin-bottom:10px;}
.porto_bo .post-image img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
} 
.porto_bo.widgetmodule .post-image {margin: 0 0 18px 0;}
.porto_bo h2.la-title {font-size: 18px;line-height: 24px;transition: color 0.2s ease-in;}
.porto_bo .isotope-item .post-meta {text-align:center;}
.porto_bo .caption {
    max-width: 90%;
    text-align: center;
    color: #6f6f6f;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-style: italic;
}
.porto_bo .article {margin-bottom:10px; margin-right: 20px; }
.porto_bo .isotope-item {display: inline-block; width: 225px;}
.porto_bo .isotope-item img {max-width:100%;}
.porto_bo .article .article {margin-top:20px; margin-bottom:0;}
.porto_bo .article .socialnetwork{float:right;margin-top:10px;}
.porto_bo .article fieldset{-moz-border-radius:3px;border-radius:3px;webkit-border-radius:3px;padding:10px;border:1px #cccccc solid;}
.porto_bo .article fieldset legend{font-weight:bold;}
.porto_bo .article .attachments{margin:0;padding:0;}
.porto_bo .article .attachments li{list-style-type:none;}
.porto_bo .article .attachments li a{color:#000000;font-size:11px;}
.porto_bo .article .attachments img{vertical-align:text-bottom;}
.porto_bo .article h2{margin:5px 0;padding:0 0 3px;border-bottom:none;}
.porto_bo .art-page .article h2 {margin-top:0;}
.porto_bo .article h2, .porto_bo .article h2 a{display:inline-block;letter-spacing:normal;font-size:18px;font-weight:normal;-webkit-transition:color 0.2s ease-in;-moz-transition:color 0.2s ease-in;-o-transition:color 0.2s ease-in;transition:color 0.2s ease-in;}
.porto_bo .article h2 a:hover {color:#040454; text-decoration:none;}
.porto_bo .thumbnail {max-width:50%;margin:12px;}
.porto_bo .caption {max-width:90%;text-align:center;color:#6f6f6f;margin:0 auto;padding-top:12px;padding-bottom:12px;font-style:italic;}
.porto_bo .author {text-align:right;font-style:italic;}
.porto_bo .sort-source {
    margin-bottom: 20px;
}

.porto_bo .sort-source ul {
    list-style: none outside none;
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
}

.porto_bo .sort-source li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.porto_bo .sort-source a {
    font-family: Arial,sans-serif;
    font-size: 14px;        
    padding: 10px 15px;
    color: #000;                                                                                                    
}

.porto_bo .sort-source a:hover {
    background-color: #ccc;   
    color: #000;                                                                                          
}

.porto_bo .sort-source a.active {
    background-color: #0088CC;
    color: #FFFFFF;     
}

.porto_bo .sort-source a:hover,
.porto_bo .sort-source a.active 
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
}

/**** Isotope Filtering ****/

.porto_bo .isotope-item {
  z-index: 2;
}

.porto_bo .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.porto_bo .isotope,
.porto_bo .isotope .isotope-item {
	/*SIG updated fronm 0.8s to 0s 121623*/
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.porto_bo .isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.porto_bo .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.porto_bo .isotope.no-transition,
.porto_bo .isotope.no-transition .isotope-item,
.porto_bo .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* end of article mark */
.signature {text-align:center;clear:both;width:100%;padding-top:12px;}
.bo_mark {border: 1px solid #045404;clear:both;}


/***SIG ADDED 12/3/2022 FOR BETTER RELATED ARTICLES DISPLAY***/
.porto_bo .article .article_image a.jackbox {
    display: table;
    margin: 0 auto;
}
.porto_bo .related li .jackbox {
    margin: 0 0 10px;
    z-index: 1;
}

    .porto_bo .related li .jackbox img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

.porto_bo .related {
    overflow: auto;
}

    .porto_bo .related ul {
        margin: 0 auto;
        padding: 0;
        overflow: auto;
    }

    .porto_bo .related li {
        float: left;
        width: 175px;
        margin: 10px;
        list-style-type: none;
        text-align: center;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        position: relative;
        max-height: 350px;
    }

    .porto_bo .related .article-link {
        max-height: 348px;
        position: absolute;
        width: 175px;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

.porto_bo .msearch-result .caption {
    white-space: nowrap;
}

.porto_bo .related .caption {
    text-align: left;
    overflow: hidden;
    height: 164px;
	font-size: 14px;
	margin:0;
}

    .porto_bo .related .caption p {
        margin-bottom: 10px;
    }

.porto_bo .related li .jackbox {
    margin: 0 0 10px;
    z-index: 1;
}

    .porto_bo .related li .jackbox img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

.porto_bo .related li .cont {
    overflow: hidden;
    height: inherit;
}

    .porto_bo .related li .cont > :not(a) {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .porto_bo .related li .cont h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: auto;
        margin: 0;
		font-size: 14px;
    }

        .porto_bo .related li .cont h4 a {
            color: #444;
        }
