/* SET BASE
----------------------------------------------- */
#wpadminbar {
    position: fixed!important;
}
.alert ul, .alert ol, .full-text ol, .full-text ul {
    padding-left: 0;
    margin-left: 0;
}
.cat_item_link {
    border-right: 0px!important;
    border-top: 0px!important;
}
.cat_item_link:nth-child(4n), .cat_item_link:first-child{
    border-left: 0px!important;
}
.wpcf7 .button {
    margin-top: 0!important;
    border-radius: 0px!important;
    font-weight: 400!important;
    padding: 0 10px 15px 10px!important;
    font-size: 12px!important;
    line-height: 30px!important;
    height: 30px!important;
    background-color: #000!important;
    color: #FFF!important;
}
.alert h3 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}
.bg-primary {
    background-color: #007ac2!important;
}
.text-primary {
    color: #007ac2!important;
}
.rounded-ul {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded-ul li {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 1.2em .4em 1.2em 2em;
    margin: .9em 1em;
    background: #FFF;
    /*background: -webkit-gradient(linear,right top,right top,from(#def9e5),to(#effbce));
    background: -webkit-linear-gradient(right,#def9e5 0,#effbce 100%);
    background: -o-linear-gradient(right,#def9e5 0,#effbce 100%);
    background: linear-gradient(to left,#def9e5 0,#effbce 100%);*/
    color: #222;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
    cursor: pointer;
    border: solid 1px #eee;
}
.rounded-ul li a {
    border-bottom: dotted 1px #000;
}
.rounded-ul li span{
    font-size: 14px;
    text-decoration: underline;
}
.rounded-ul li:hover, .rounded-ul li.hovered {
    background: #fefefe;
}
.rounded-ul li:hover:before {
    transform: rotate(360deg);
}
.rounded-ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.0em;
    background: #007ac2;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 1.4em;
    border: .3em solid white;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
.nav-1 {
    column-width: 50%;
    column-count: 2;
    column-gap: 0;
    list-style: none;
}
.cat-item {
    padding-bottom: 0px;
}
.nav-1 .cat-item a {
    font-size: 12px;
    padding-left: 20px;
}
.nav-1 .cat-item a:hover {
    font-size: 12px;
    padding-left: 20px;
}
.cat-item a {
    padding: 5px 10px 5px 10px;
    display: block;
}

table {
    font-size: 100%;
}
.table-responsive {
    overflow-x: hidden
}
.table-2 {
    width:100%;
    text-align:left;
    margin:10px 0;
}
.table-2 tr td {
    padding:10px;
    border:2px solid #fff;
}
.table-2 tr:nth-child(2n+1) {
    background-color:#f5f5f5;
}
.table-2 tr:nth-child(1) {
    background-color:#2d547d;
    color:#FFF;
    font-size:14px !important;
}
.table-2 img {
    display:block;
    margin:0;
    border:0;
    max-width:350px
}

.documents div {
    padding: 20px 0 20px 0;
    vertical-align: top;
    text-align: center
}
.documents div img {
    margin: 0 0 20px 0;
}

.price-bg {
    background: url('images/documents.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    width: 100%;
}

@font-face {
    font-family: "Arial-Black";
    src: url("fonts/Arial-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Arial-Black.woff2") format("woff2"), url("fonts/Arial-Black.woff") format("woff"), url("fonts/Arial-Black.ttf") format("truetype"), url("fonts/Arial-Black.svg#Arial-Black") format("svg");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src:  url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
* {
    background: transparent;
    margin:0;
    padding:0;
    outline:none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote {
    background: #FFF;
    /*background: -webkit-gradient(linear,left top,right top,from(#def9e5),to(#effbce));
    background: -webkit-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -o-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: linear-gradient(to right,#def9e5 0,#effbce 100%);*/
    padding: 20px 15px 10px 30px;
    margin: 35px 0 45px 0;
    width: 100%;
    color: #000;
    line-height: 22px;
    border: solid 2px #eee;
    border-radius: 4px;
}
.alert ul li a {
    border-bottom: dashed 1px #CCC;
}
blockquote > ul li, .alert > ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
blockquote > ul li:before, .alert > ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #007ac2;
    border-radius: 0;
}

.blockquote > ol li, .alert > ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
blockquote > ol, .alert > ol {
    counter-reset: section;
    padding-left: 40px;
}
blockquote > ol.contents li:before {
    display: none
}
blockquote > ol.contents li {
    list-style:upper-roman;
    margin-left:20px;
    margin-top:0;
    margin-right:0;
    margin-bottom:5px;
}
blockquote > ol li:before, .alert > ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 70px;
    font-weight: 700;
    color: #4d3bfe;
}
blockquote:before {
    /*content: "\f058";
    color: #34bc58;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    font-family:'Font Awesome 5 Pro'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;*/
}
blockquote h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {
    display: block;
}
body {
    font: 14px 'Montserrat', Arial, Helvetica, sans-serif;
    line-height:normal;
    padding:0;
    margin:0;
    color: #000;
    background:#f4f5f6;
    height:100%;
    width:100%;
    font-weight:normal;
}
img {
    max-width:100%;
}
.clr {
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: #2a2a2a;
    text-decoration: none;
}
a:hover, a:focus {
    color:#007ac2;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-weight:400;
    font-size:18px;
}

.form-wrap {
}
.sub-title h1 {
    margin-bottom:15px;
    font-size:32px;
    font-weight:700;
}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {
}

#breadcrumbs {
    color: #007ac2;
    font-size: 13px;
    padding: 10px 0 15px 0;
}
#breadcrumbs a {
    color: #007ac2;
    font-size: 13px;
}
#breadcrumbs a:hover {
    color: #333;
}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, .full-text button:not(.color-btn):not([class*=fr]),
.full-text input[type="button"], .full-text input[type="reset"], .full-text input[type="submit"], .meta-fav a, .usp-btn a {
    padding:0 30px;
    display:inline-block;
    height:40px;
    margin-top: 10px;
    line-height:40px;
    border-radius:20px;
    cursor:pointer;
    background-color:#dc3545;
    color:#fff;
    text-align:center;
    font-weight:700;
}
.full-text button::-moz-focus-inner, .full-text input::-moz-focus-inner {
    border:0;
    padding:0;
}
.full-text button[disabled], .full-text input[disabled] {
    cursor:default;
}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
.full-text button:not(.color-btn):hover, .full-text input[type="button"]:hover, .full-text input[type="reset"]:hover, .full-text input[type="submit"]:hover, .meta-fav a:hover
{
    background-color:#2d547d;
    color:#fff;
}
.full-text button:active, .full-text input[type="button"]:active, .full-text input[type="reset"]:active, .full-text input[type="submit"]:active
{
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
}
.full-text input[type="submit"].bbcodes, .full-text input[type="button"].bbcodes, .full-text input.bbcodes, .ui-button
{
    font-size: 12px !important;
    height: 30px !important;
    line-height:30px !important;
    padding: 0px 10px;
    border-radius:3px;
}
textarea {
    font-size: 14px!important;
}

.full-text input[type="text"], .full-text input[type="email"], .full-text input[type="password"] {
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 15px;
    margin-bottom: 10px;
    color:#000000;
    background-color:#f8f8f8;
    border-radius:4px;
    -webkit-appearance: none;
    box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    font-family: 'Montserrat';
}
.full-text input[type="text"]:focus {
}

.full-text input:focus::-webkit-input-placeholder {
    color: transparent
}
.full-text input:focus::-moz-placeholder {
    color: transparent
}
.full-text input:focus:-moz-placeholder {
    color: transparent
}
.full-text input:focus:-ms-input-placeholder {
    color: transparent
}

.full-text select {
    height:40px;
    border:1px solid #e3e3e3;
    background-color:#FFF;
}
.full-text textarea {
    display:block;
    width:100%;
    font-size: 12px;
    padding:15px;
    font-family: 'Montserrat';
    border:1px solid #e3e3e3;
    background-color:#F8F8F8;
    border-radius:0;
    overflow:auto;
    vertical-align:top;
    resize:vertical;
    box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);
}

.img-box, .img-wide, .img-resp-h, .img-resp-v, .img-resp-sq {
    overflow:hidden;
    position:relative;
    background-color:#000;
}
.img-resp-h {
    padding-top:60%;
}
.img-resp-v {
    padding-top:130%;
}
.img-resp-sq {
    padding-top:100%;
}
.img-box img, .img-resp-h img, .img-resp-v img, .img-resp-sq img {
    width:100%;
    min-height:100%;
    display:block;
}
.img-resp-h img, .img-resp-v img, .img-resp-sq img {
    position:absolute;
    left:0;
    top:0;
}
.img-wide img {
    width:100%;
    display:block;
}
.img-square img {
    width:150%;
    max-width:150%;
    margin-left:-25%;
}
.nowrap {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
button {
    transition: all .3s;
}
.button, .side-item-img, .news-item-img, .main-item-img {
    transition: color .3s, background-color .3s, opacity .3s;
}
.ps-link {
    cursor:pointer;
}
.icon-l .fa {
    margin-right:10px;
    margin-left:0;
    transition:all .2s ease;
}
.icon-r .fa {
    margin-left:10px;
}

.fx-row {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.fx-center{
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center
}
.fx-between{
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between
}
.fx-stretch{
    -ms-flex-align:stretch;
    -webkit-align-items:stretch;
    align-items:stretch
}
.fx-top{
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start
}
.fx-middle{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center
}
.fx-bottom{
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end
}
.fx-col{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.fx-wrap{
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}

h1, h2, h3, .side-bt, .sect-t > *:first-child, .news-item-title, .main-item-link, .head-menu, .row-item-link, .main .side-item-link,
.phone, .ft-title, .btm-title, .bottom-nav, .rels-in-title, .slide-title
{
    font-family: 'Montserrat', serif;
}
.main-item-link:hover, .news-item-title:hover, .side-item-link:hover, .head-menu a:hover, .spec-link:hover,
.feedback-link a:hover, .row-item a:hover, .ft-col a:hover, .speedbar a:hover {
    text-decoration:underline;
}


/* BASIC GRID
----------------------------------------------- */
.wrap {
    min-width:320px;
    overflow:hidden;
    position:relative;
}
.wrap:before {
    background:#e9e9e9;
    height:100%;
    width:50%;
    position:absolute;
    left:0;
    top:0;
    content:"";
}
.center {
    max-width:1264px;
    margin:0 auto;
    position:relative;
    z-index:20;
}
.block {
    background-color:#fafafa;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.header {
    height:130px;
    padding-right:240px;
}
.cols {
    margin-bottom:0px;
}
.side-left {
    width:240px;
    background-color:#ebeef3;
    color:#000;
    padding:0 15px 15px 15px;
    margin-top: -30px;
}
.side-right {
    width:240px;
    background-color:#ebeef3;
    padding:0 15px 15px 15px;
    margin-top:-130px
}
.main {
    width:calc(100% - 480px);
    width:-webkit-calc(100% - 480px);
    padding:0 30px 240px 30px;
    position:relative;
    min-height:600px;
}
.footer {
    padding:0 30px;
    border-top:4px solid #2d547d;
    background-color:#ebeef3;
}
.footer-in {
    border-top:1px solid #ccc;
    min-height:60px;
    padding:15px 140px 15px 0;
    position:relative;
    color:#888;
    font-size:13px;
    text-align:justify;
}


/* HEADER
----------------------------------------------- */
.logo {
    display:block;
    width:500px;
    height:100px;
    overflow:hidden;
    margin-top:15px;
}
.logo img {
    display:block;
}
.header-left {
    width:240px;
    background-color:#ebeef3;
    padding:0 15px;
}
.header-middle {
    width:calc(100% - 240px);
    width:-webkit-calc(100% - 240px);
    padding:0 30px;
}
.header-right {
    width:240px;
    background-color:#ebeef3;
}

.header-cont {
    white-space:nowrap;
    position:relative;
    padding:20px 0;
}
.header-cont span {
    opacity:0.6;
}
.phone {
    font-size:14px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.feedback-link a {
    color:#5e90d5;
    display:inline-block;
}
.header-cont .fa {
    opacity:1;
    position:absolute;
    top:20px;
    left:-65px;
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:20px;
    box-shadow:inset 0 0 0 1px #5e90d5;
    color:#5e90d5;
    display:none;
}

.spec-link {
    display:block;
    height:16px;
    color:#FFF;
    white-space:nowrap;
}
.spec-link:hover {
    color:#FFF;
    text-decoration:underline;
}
.search-box {
    margin:30px 0 10px 0;
}
.search-field {
    width:100%;
    position:relative;
}
.search-field input, .search-field input:focus {
    width:100%;
    padding:0 40px 0 15px;
    border-radius:20px;
    background-color:#fff;
    color:#2a2a2a;
    height:40px;
    line-height:40px;
    box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.4);
}
.search-box button {
    position:absolute;
    right:0;
    top:0;
    padding:0 !important;
    width:40px;
    height:40px !important;
    line-height:40px !important;
    font-size:18px;
    background-color:transparent !important;
    color:#888 !important;
}


/* HEAD MENU
----------------------------------------------- */
.head-menu {
    background-color:#ebeef3;
    border-radius:4px;
    margin-bottom:30px;
    padding:17px 15px 0 0;
    position:relative;
    height:54px;
    overflow:hidden;
}
.head-menu li {
    padding:0 15px;
    font-size:15px;
    float:left;
    margin-bottom:25px;
    font-family: "Montserrat";
}
.head-menu li:not(:first-child) + li:not(.btn-login) {
    border-left:1px solid #d1d8e0;
}
.head-menu li:first-child a {
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:15px;
    background-color:#d1d8e0;
    color:#FFF;
    display:block;
    font-size:18px;
    margin-top:-5px;
}
.head-menu li.show-login {
    float:right;
    height:30px;
    line-height:30px;
    text-align:center;
    padding:0 15px;
    color:#fff;
    border-radius:15px;
    background-color:#d1d8e0;
    display:block;
    margin-top:-5px;
    cursor:pointer;
}
.head-menu li.btn-menu {
    float:left;
    height:30px;
    line-height:30px;
    text-align:center;
    padding:0 15px;
    color:#fff;
    border-radius:15px;
    background-color:#ee5256;
    margin:-5px 0 0 15px;
    cursor:pointer;
    display:none;
}
.head-menu li:first-child a:hover, .head-menu li.show-login:hover {
    background-color:#5e90d5;
}


/* SECTION
----------------------------------------------- */
.sect {
    margin-bottom:30px;
}
.sect-t {
    margin-bottom:30px;
}
.sect-t > *:first-child {
    font-size:28px;
    text-transform:uppercase;
    font-family:'Montserrat';
    font-weight:600;
}
.sect-links a {
    color:#fd8924;
    font-weight:700;
    text-transform:uppercase;
    font-size:12px;
    display:inline-block;
    line-height:20px;
}
.sect-links a .fa {
    background-color:#fd8924;
    color:#FFF;
    font-weight:400;
    width:20px;
    text-align:center;
    line-height:20px;
    border-radius:10px;
}
.sect-links a:hover {
    color:#000;
}
.sect-main {
    padding-bottom:30px;
    border-bottom:4px solid #5e90d5;
}

.speedbar {
    border-bottom:1px dashed #ccc;
    color:#888;
    font-size:13px;
    padding-bottom:15px;
    margin:-15px 0 20px 0;
}
.speedbar a {
    color:#5e90d5;
}


/* MAIN SLIDER
----------------------------------------------- */
.slaider-mini, .slaider-big {
    border:5px solid #FFF;
    box-shadow:0 0 0 1px #e3e3e3;
}
.slider-wrp {
    padding:301px 1px 1px 1px;
    margin-bottom:30px;
    position:relative;
    height:390px;
    overflow:hidden;
    border-bottom:4px solid #5e90d5;
}
.slaider-wrp:nth-child(6n) .slaider-mini {
    margin-right:0;
}
.slaider-mini {
    float:left;
    width:15%;
    height:70px;
    margin:0 2% 15px 0;
    cursor:pointer;
}
.slaider-big {
    position:absolute;
    left:1px;
    top:1px;
    right:1px;
    height:285px;
    display:none;
}
.slaider-big-img {
    width: 100%;
    height: 100%;
    background-size:cover !important;
    box-shadow:inset 0 -500px 0 0 rgba(0,0,0,0.5);
    color:#FFF;
    padding:15px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.slaider-activ .slaider-mini {
    border-color:#5e90d5;
}
.slide-title {
    font-size:28px;
    font-family: "Montserrat";
    font-weight: 600;
}
.slide-desc {
    opacity:0.8;
    margin:5px 0 20px 0;
}
.slide-btn {
    position: relative;
    height:40px;
    line-height:40px;
    border-radius:20px;
    background-color:#FD8924;
    display:inline-block;
    padding-right: 25px;
    padding-left: 22px;
    text-align:center;
}
.slide-btn:hover .fa-angle-right{
    margin-right: 2px;
    margin-left: 8px;
}

/* NEWS
----------------------------------------------- */
.news-item {
    padding-left:225px;
}
.news-item + .news-item {
    margin-top:15px;
    padding-top:15px;
    border-top:1px dashed #ccc;
}
.news-item-img {
    float:left;
    margin-left:-225px;
    display:block;
    width:210px;
    height:140px;
    border:5px solid #FFF;
    box-shadow:0 0 0 1px #e3e3e3;
}
.news-item-date {
    opacity:0.6;
    margin-bottom:6px;
    font-size:13px;
}
.news-item-title {
    display:block;
    font-size:18px;
    margin-bottom:6px;
}
.news-item-text {
    opacity:0.6;
}
.news-item-img:hover {
    opacity:0.8;
}


/* SIDE
----------------------------------------------- */
.side-box {
    margin-bottom:30px;
}
.side-bt {
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:15px;
    position:relative;
}
.side-left .side-bt, .side-panel .side-bt {
    padding:15px 15px;
    border-bottom:1px solid #ccc;
    margin-left:-15px;
    margin-right:-15px;
}
.side-left .side-bt:before, .side-panel .side-bt:before {
    content:"";
    background-color:#ee5256;
    height:4px;
    width:60px;
    position:absolute;
    top:0;
    left:15px;
}
.side-right .side-bt {
    padding:15px 15px;
    border-bottom:1px solid #d1d8e0;
    margin-left:-15px;
    margin-right:-15px;
}
.side-right .side-bt:before {
    content:"";
    background-color:#5e90d5;
    height:4px;
    width:60px;
    position:absolute;
    top:0;
    left:15px;
}

.side-nav {
    margin:0 -15px;
}
.side-nav a {
    display:block;

    font-size: 14px;
    color:#000;
}
.side-nav a:hover, .side-nav a.active {
    background-color:#2d547d;
    color:#FFF;
}
.side-nav + .side-bt {
    margin-top:15px;
}

.side-item + .side-item {
    margin:10px -15px 0 -15px;
    padding:10px 15px 0 15px;
    border-top:1px solid #d1d8e0;
}
.side-item-date {
    opacity:0.6;
    font-size:13px;
    margin-bottom:6px;
}
.side-item-link {
    display:block;
}
.side-item-img {
    display:block;
    margin-bottom:10px;
}
.side-item-img:hover {
    opacity:0.8;
}
.side-item + .side-item2 {
    margin:15px 0 0;
    padding:0;
    border-top:0;
}

.side-left .side-item + .side-item {
    border-top:1px solid #507ebb;
}
.side-left .side-item-link, .side-left a {
    color:#000;
}

.main .side-item + .side-item {
    margin:10px 0 0 0;
    padding:10px 0 0 0;
    border-top:1px dashed #ccc;
}
.main .side-item + .side-item2 {
    margin:0;
    padding:0;
    border:0;
}
.main .side-item2 {
    width:31%;
    margin-bottom:15px !important;
}
.main .side-item-img {
    border:5px solid #FFF;
    box-shadow:0 0 0 1px #e3e3e3;
}


/* BOTTOM
----------------------------------------------- */
.bottom {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:30px;
    height:250px;
    border-top:1px solid #e3e3e3;
}
.btm-title {
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.tcarusel {
    height:150px;
    position:relative;
}
.tcarusel-hidden {
    overflow:hidden;
}
.tcarusel .tcarusel-scroll {
    position: relative;
    width: 100000px;
    padding:1px;
}
.tcarusel-item {
    margin:0 15px 0 0;
    width:auto;
    height:100px;
    float:left;
}
.tcarusel-next, .tcarusel-prev {
    display:none;
    font-size:18px;
    position:absolute;
    top:-2px;
    right:0;
    cursor:pointer;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
    background-color:#ebeef3;
}
.tcarusel-prev {
    right:40px;
}
.tcarusel-next:hover, .tcarusel-prev:hover {
    background:#007ac2;
    color:#FFF;
}


/* FOOTER
----------------------------------------------- */
.counter {
    width:88px;
    position:absolute;
    right:0;
    top:15px;
}
.footer-cols {
    padding:30px 0 15px 0;
}
.ft-col {
    width:18%;
    opacity:0.8;
    font-size:13px;
    line-height:20px;
}
.ft-title {
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ft-col li:before {
    content:"\f105";
    margin-right:7px;
    font-family:'Font Awesome 5 Pro';
}
.ft-col li {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
    line-height:40px;
    text-align:center;
    padding:30px 0 0 0;
}
.pagi-nav {
    max-width:100%;
    display:inline-block;
}
.pagi-nav > span {
    display:inline-block;
}
.pprev, .pnext {
}
.pprev {
}
.pnext a, .pprev a, .pprev > span, .pnext > span {
    display:block;
    width:46px;
    text-align:center;
}
.navigation {
    text-align:center;
}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display:inline-block;
    padding:0 10px;
    background-color:#fff;
    margin:5px 2px 0 0;
    border-radius:4px;
    border:0px solid #ddd;
    box-shadow:0 3px 5px 0 rgba(0,1,1,0);
    font-size:24px;
}
.navigation span, .pagi-nav a:hover {
    background-color:#ee5256;
    color:#fff;
}
.navigation span.nav_ext {
    background-color:#fff;
    color:#888;
}
.pagi-nav a:hover {
    background-color:#ee5256;
    color:#fff;
}
.dle-comments-navigation .pagi-nav {
    margin-bottom:0;
}


/* FULL
----------------------------------------------- */
.main-item-date {
    opacity:0.6;
    Font-size:13px;
}
.main-item-date .fa {
    color:#007ac2;
}
.full h1 {
    font-size:39px;
    margin-bottom:10px;
}
.full h1 .fa {
    font-size: 14px;
    margin-left:10px;
    vertical-align:middle;
}
.full-meta {
    margin-bottom:20px;
    height:20px;
    overflow:hidden;
    line-height:20px;
}
.full-meta .main-item-date {
    float:left;
    margin-right:15px;
}
.full-meta .main-item-date.to-fav {
    float:right;
    margin:0;
}
.full-meta .main-item-date.frate {
    margin:0 0 0 10px;
    position:relative;
    top:1px;
}
.rels {
    padding-top:30px;
    border-top:4px solid #5e90d5;
}
.fbtm {
    margin-bottom:30px;
    color:#888
}
.show-comms {
    height:30px;
    line-height:28px;
    text-align:center;
    padding:0 15px;
    border-radius:15px;
    border:1px solid #d1d8e0;
    cursor:pointer;
}
.error-text {
    font-size:14px;
    width:calc(100% - 340px);
    width:-webkit-calc(100% - 340px);
}
.error-text .fa {
    font-size:18px;
    vertical-align:top;
    margin-right:10px;
}
.error-text:after {
    content:attr(data-text);
}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame
{
    width:100%;
    max-width:100% !important;
    height:400px;
    display:block;
    margin:0 auto;
}
.mejs-container {
    max-width:100% !important;
}
.full-text {
    color:#363636;
    font-size: 14px;
    line-height:24px;
    padding-bottom:30px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.full-text img:not(.emoji) {
    max-width:100%;
    border:5px solid #f0f0f0;
    margin:10px 0;
}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {
    margin:0 10px 10px 0;
}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {
    margin:0 0 10px 10px;
}
.full-text a {
    text-decoration:underline;
    color:#007ac2;
}
.full-text a:hover {
    text-decoration:none;
}
.full-text h2 {
    margin:45px 0 25px 0;
    font-size:25px;
    font-weight:700;
    color: #111;
    font-family: 'Montserrat';
    line-height: 1.3;
}
.full-text h2:first-child {
    color: #000;
}
.full-text h3, .full-text h4, .full-text h5 {
    margin:45px 0 25px 0;
    font-size:20px;
    font-weight:600;
    color:#111;
    font-family: 'Montserrat';
}
.full-text p {
    margin-bottom:15px;
}
.full-text > ul {
}
.full-text > ul, .full-text > ol.contents {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 100%;
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.full-text > ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
.full-text > ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #007ac2;
    border-radius: 0;
}
.full-text > ol li ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
.full-text > ol li ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #007ac2;
    border-radius: 0;
}
.full-text > ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
.full-text > ol {
    counter-reset: section;
    padding-left: 0;
}
.full-text > ol.contents li:before {
    display: none
}
.full-text > ol.contents li {
    list-style:upper-roman;
    margin-left:40px;
    margin-top:0;
    margin-right:0;
    margin-bottom:5px;
}
.full-text > ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #007ac2;
}

.full-text table {
    width:100%;
    text-align:left;
    margin:10px 0;
}
.full-text table tr td {
    padding:10px;
    border:2px solid #fff;
}
.full-text table tr:nth-child(2n+1) {
    background-color:#f5f5f5;
}
.full-text table tr:nth-child(1) {
    /*background-color:#2d547d;*/
    color:#000;
    font-size:14px !important;
}
.full-text table img {
    display:block;
    margin:0;
    border:0;
    max-width:350px
}
.attach {
    line-height:40px;
    background-color:#f5f5f5;
    padding:0 15px 0 0;
    border-radius:4px;
    margin:10px 0;
    overflow:hidden;
}
.attach .download-link {
    color:#FFF !important;
    text-decoration:none !important;
    margin-right:15px;
    float:left;
    display:inline-block;
    padding:0 15px;
    background:#007ac2;
}
.attach-info {
    float:right;
}
.attach i {
    margin-right:5px;
}
.dcont {
    border:1px solid #e3e3e3;
    padding:0 15px 15px 15px;
    margin:0 0 20px 0;
    line-height:20px;
}
.polltitle {
    display:block;
    padding:5px 15px;
    margin:0 -15px 15px -15px;
    font-size:18px;
    background-color:#f5f5f5;
    line-height:normal;
}
.full-taglist a {
    color:#007ac2;
}
.full-taglist {
    margin:0 0 30px 0;
}
.full-taglist span:not(:last-child):not(.fa) a:after {
    content:",";
    margin-right:3px;
}


/* COMMENTS
----------------------------------------------- */
.comms-title {
    line-height:40px;
    margin-bottom:30px;
}
.comms-title > span {
    font-size:14px;
}
.add-comm-form {
    position:relative;
    display:none;
    padding:15px;
    border:1px dashed #CCC;
    margin:-15px 0 30px 0;
}
.ac-soc {
    position:absolute;
    right:16px;
    top:10px;
}
.ac-soc:before {
    content:attr(data-label);
    display:inline-block;
    vertical-align:top;
    line-height:30px;
    margin-right:5px;
}
.ac-soc a {
    display:inline-block;
    margin:0 0 0 3px;
    vertical-align:top;
}
.ac-soc img {
    display:block;
    width:30px;
    border-radius:15px;
}
.ac-inputs, .ac-textarea {
    margin-bottom:15px;
}

.ac-av {
    width:40px;
    height:40px;
    border-radius:50%;
    float:left;
    margin-right:10px;
    background:#fff;
    background-size:contain;
}
.ac-title {
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
}
.ac-inputs input {
    width:49%;
}
.ac-textarea textarea {
    height:85px;
}
.ac-submit {
}
.sec-answer + .sec-label {
    margin-top:10px;
}
.ac-protect {
    margin-top:-10px;
    display:none;
}
.ac-protect .label {
    font-size:12px;
}
.ac-protect .sep-input {
    padding:10px 10px 10px 160px;
}
.ac-protect input {
}

.mass_comments_action {
    text-align:right;
    padding:5px 15px;
    background-color:#f5f5f5;
    margin:20px 0 0 0;
}
.last-comm-link {
    font-size: 14px;
    margin-bottom:10px;
}
.last-comm-link a {
    text-decoration:underline;
    color:#06c;
}
.full-comms {
}

.comm-item {
    padding-left:55px;
    margin-bottom:15px;
}
.comm-left {
    width:40px;
    height:40px;
    margin-left:-55px;
    float:left;
    border-radius:0%;
}
.comm-right {
    width:100%;
    float:right;
}

.comm-one {
    font-size:14px;
    height:18px;
    line-height:18px;
    overflow:hidden;
    margin-bottom:6px;
}
.comm-one > span:last-child {
    color:#bcbcbc;
    float:right;
    margin-right:0;
}
.comm-one > span {
    float:left;
    margin-right:15px;
}
.comm-author {
    font-weight:700;
}
.comm-author a {
    color:#6382b1;
}
.rate3-comm {
    position:absolute;
    right:0;
    top:0;
    white-space:nowrap;
    font-size: 14px;
}
.rate3-comm a {
    cursor:pointer;
    height:20px;
    line-height:20px;
    display:inline-block;
    font-size:14px;
    color:#497b41;
    margin:0 5px 0 0;
    vertical-align:top
}
.rate3-comm a:last-child {
    color:#a03939;
    margin:0 0 0 5px;
}
.rate3-comm a:hover {
    opacity:0.5;
}
.rate3-comm > span {
    height:20px;
    line-height:20px;
    display:inline-block;
    font-size:11px;
    font-weight:700;
    vertical-align:top;
}
.rate3-comm > span > span.ratingtypeplus {
    color: #06b601;
}
.rate3-comm > span > span.ratingplus {
    color: #95c613;
}
.rate3-comm > span > span.ratingminus {
    color: #ff0e0e;
}
.comm-two {
    color:#4c4c4c;
    line-height:20px;
    padding-bottom:0;
    font-size:14px;
}
.signature {
    margin-top:10px;
    padding-top:5px;
    font-size:12px;
    font-style:italic;
    color:#888;
    border-top:1px dashed #e3e3e3;
}
.comm-three {
    margin-top:6px;
    font-size:12px;
    text-align:right;
}
.comm-three li {
    display:inline-block;
    margin-left:10px;
}
.comm-three a {
    color:#6382b1;
}
.comm-three li:first-child {
    margin-left:0px;
    float:left;
}


/* LOGIN
----------------------------------------------- */
.login-box {
    background-color:#FFF;
    padding:20px;
    display:none;
}
.lb-user {
    margin:-20px -20px 20px -20px;
    padding:20px;
    background-color:#f6f6f6;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items:center;
}
.lb-ava {
    width:80px;
    height:80px;
    border-radius:50%;
    margin-right:20px;
}
.lb-name div {
    font-size:18px;
}
.lb-name a {
    margin-top:10px;
}
.lb-menu a {
    display:block;
    line-height:30px;
    padding:0 10px;
    background-color:#f6f6f6;
}
.lb-menu a:hover, .lb-menu a:hover .fa {
    background-color:#fd8924;
    color:#fff;
}
.lb-menu a .fa {
    color:#5e90d5;
}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check
{
    display:block;
    margin-bottom:20px;
    width:100%;
}
.lb-check input {
    display:none;
}
.lb-check input + label:before {
    width:14px;
    height:14px;
    margin-right:7px;
    cursor:pointer;
    position:relative;
    top:3px;
    border-radius:3px;
    border:1px solid #ccc;
    content:"";
    background-color:#f6f6f6;
    display:inline-block;
}
.lb-check input:checked + label:before {
    background-color:#e5050b;
}
.lb-soc {
    margin:20px -20px -20px -20px;
    padding:20px;
    background-color:#f6f6f6;
    text-align:center;
}
.lb-soc a {
    display:inline-block;
    margin:10px 3px 0 3px;
    vertical-align:top;
}
.lb-soc img {
    display:block;
    width:30px;
}


/* GO TOP BUTTON */
#gotop{
    position:fixed;
    width:40px;
    height:40px;
    line-height:36px;
    right:10px;
    bottom:10px;
    cursor:pointer;
    font-size:20px;
    z-index:9998;
    display:none;
    opacity:0.7;
    background-color:#000;
    color:#FFF;
    border-radius:50%;
    text-align:center;
}


/* ADAPTIVE
----------------------------------------------- */
@media screen and (min-width: 1500px) {
    .center {
        max-width:1400px;
    }
    .header-cont .fa {
        display:block;
    }
    .slider-wrp {
        padding:351px 1px 1px 1px;
        height:450px;
    }
    .slaider-mini {
        height:80px;
    }
    .slaider-big {
        height:335px;
    }
}

.btn-menu {
    display:none;
}
.side-panel {
    width:250px;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background-color:#ebeef3;
    color:#000;
    padding:0 20px 15px 15px;
    z-index:888;
    position:fixed;
    left:-250px;
    top:0;
    transition:left .4s;
    -webkit-transition:left .4s;
}
.side-panel.active {
    left:0;
}
.close-overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    top:0;
    z-index:887;
    display:none;
}
.side-panel .side-box {
    margin:0;
    border-radius:0;
}


@media screen and (max-width: 1220px) {
    .center {
        max-width:1000px;
    }
    .wrap, body {
        background-image:none;
    }
    .side-left, .spec-link, .head-menu li:not(.show-login):not(.btn-menu) {
        display:none;
    }
    .head-menu li.btn-menu {
        display:block;
    }
    .main {
        width:calc(100% - 240px);
        width:-webkit-calc(100% - 240px);
        padding-left:15px;
        padding-right:15px;
    }
    .header {
        height:184px;
        padding:0;
    }
    .header-left {
        width:100%;
        padding:10px 15px;
    }
    .search-box {
        margin:0;
    }
    .header-middle {
        width:100%;
        padding:0 15px;
    }
    .logo {
        margin-top:10px;
    }
    .side-right {
        margin-top:0;
    }
    .main .side-item2 {
        width:32%;
    }
    .bottom {
        padding:30px 15px;
    }
    .footer-in {
        padding:15px 110px 15px 0;
    }
    .footer {
        padding:0 15px;
    }
    .main-item-date, .news-item-date, .side-item-date {
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .rels-in {
        margin:0 15px 15px 0;
    }
    .error-text {
        display:none;
    }
}

@media screen and (max-width: 950px) {
    .center {
        max-width:768px;
    }
    .logo {
        width:400px;
        padding-top:5px;
    }
    .cols {
        display:block !important;
    }
    .side-right {
        width:100%;
        padding-top:30px;
        border-top:4px solid #5e90d5;
        -webkit-column-width:240px;
        -webkit-column-gap:45px;
        -moz-column-width:240px;
        -moz-column-gap:45px;
        column-width:240px;
        column-gap:45px;
    }
    .main {
        width:100%;
    }
    .footer-cols {
        padding:30px 0 0 0;
    }
    .ft-col {
        width:32%;
        margin-bottom:15px;
    }
    .counter {
        display:none;
    }
    .footer-in {
        padding:15px 0;
        background-image:none;
        min-height:15px;
    }
}

@media screen and (max-width: 760px) {
    .center {
        max-width:640px;
    }
    .logo {
        width:300px;
        padding-top:10px;
        height:75px;
    }
    .phone {
        font-size: 14px;
    }
    .header {
        height:170px;
    }
    .header-middle span, .feedback-link a {
        font-size:14px;
    }
    .slider-wrp {
        display:none;
    }
    .sect-t > *:first-child {
        font-size: 14px;
    }
    .sect-t {
        margin-bottom:15px;
    }

    .full h1 {
        font-size:20px;
    }
    .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
        font-size:18px;
    }
    .full-text .rels-in {
        width:100%;
        margin-right:0;
        float:none;
        display:none;
    }

    .comm-three li:not(:first-child) {
        display:none;
    }
    .dcont button {
        font-size:12px;
        padding:0 15px !important;
    }
    .ac-protect {
        margin-top:0px;
    }
    .comments-tree-list .comments-tree-list {
        padding-left:0px !important;
    }
    .comments-tree-list .comments-tree-list:before {
        display:none;
    }
    .mass_comments_action {
        display:none;
    }
    .sub-title h1 {
        font-size:18px;
        line-height:24px;
    }
}

@media screen and (max-width: 590px) {
    .center {
        max-width:480px;
    }
    .main-col-left {
        width:100%;
        margin-bottom:15px;
    }
    .main-col-right {
        width:100%;
    }
    .main-col-left .main-item-link {
        font-size: 14px;
    }
    .news-item {
        padding-left:0;
    }
    .news-item-img {
        margin:0 15px 0 0;
        width:120px;
        height:80px;
    }
    .main .side-item2 {
        width:48%;
    }
    .ft-col {
        width:48%;
    }

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height:300px;
    }

    .ac-soc {
        position:static;
    }
    .ac-inputs input {
        width:100%;
        margin-top:10px;
    }
    .ac-protect {
        width:100%;
        float:none;
        margin:0;
    }
    .ui-dialog {
        width:100% !important;
    }
    .upop-left, .upop-right {
        float:none !important;
        width:100% !important;
        margin:0;
        padding:0 20px;
    }
    .upop-left {
        margin-bottom:10px;
        text-align:center;
    }
    .ui-dialog-buttonset button {
        display:block;
        margin:0 0 5px 0;
        width:100%;
    }
    #dofullsearch, #searchsuggestions span.seperator {
        display:none !important;
    }
    .attach .download-link {
        margin:0 -15px 0 0;
        float:none;
        display:block;
        padding:0 10px;
    }
    .attach-info {
        float:none;
    }
}

@media screen and (max-width: 470px) {
    .center22 {
        max-width:320px;
    }
    .header {
        height:auto;
    }
    .feedback-link {
        display:block;
        width:100%;
        text-align:center;
    }
    .header-cont span {
        display:inline-block;
    }
    .header-cont {
        white-space:normal;
        margin:0;
        width:100%;
        text-align:center;
        padding-top:0;
    }
    .header-cont {
        display:block;
    }
    .header-cont .phone {
        margin-top: 5px;
    }
    .sect-links22 a .fa {
        display:none;
    }
    .news-item-title {
        font-size: 14px;
    }
    .main .side-item2 .side-item-link {
        font-size:14px;
    }
    .news-item-text {
        font-size:14px;
    }

    .show-comms .fa {
        display:none;
    }
    .comms-title {
        text-align:center;
        display:block;
    }
    .comms-title .button {
        width:100%;
    }

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height:250px;
    }
}


.quick-links {
    /* width:100%;
     background: #FFF;
     border: 1px solid #EBEEF3;
     padding: 15px 10px 20px 10px;
     margin: 0 0 20px 0;*/
}
.quick-links b {
    color: #000;
    font-size: 18px;
}
.quick-links ol {
    margin: 20px 0 0 0;
    font-size: 14px;
}
.quick-links ol > li::before {
    background: none;
    color: inherit;
}
.quick-links ol li {
    padding-left: 5px!important;
}
.quick-links li a:hover {
    text-decoration: underline;
}

.quick-links.alert ol {
    list-style: decimal !important;
}
.quick-links.alert ol > li:before {
    content: none !important;
}

/*Comment Output*/

ol.commentlist {
    list-style:none !important;
    margin:0 0 1em;
    padding:0;
    text-indent:0;
    counter-reset: none !important;
}
ol.commentlist li {
    font-size: 15px;
}
ol.commentlist li:before {
    content: '' !important;
    counter-increment: none !important;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
/*ol.commentlist div.comment-author.vcard .photo {display: none;}
ol.commentlist .children div.comment-author.vcard .photo {display: inherit;}*/

ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
    border-bottom:1px dotted #666;
    padding:1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
    font-size:15px;
    font-weight: bold;
}
ol.commentlist li.comment div.vcard cite.fn {
    font-style:normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
    border:3px solid #fff;
    float:right;
    margin:0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
    font-size:11px;
}
ol.commentlist li.comment div.comment-meta a {
    color:#ccc;
}
ol.commentlist li.comment p {
    font-size:15px;
    margin:0 0 1em;
}
ol.commentlist li.comment ul {
    font-size:15px;
    list-style:square;
    margin:0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
    font-size:15px;
}
ol.commentlist li.comment div.reply a {
    font-weight:bold;
}
ol.commentlist li.comment ul.children {
    list-style:none;
    margin:1em 0 0;
    text-indent:0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
    border-left:5px solid #555;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
    border-left:5px solid #999;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
    border-left:5px solid #bbb;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
    background:#fff;
}
ol.commentlist li.odd {
    background:#f6f6f6;
}
ol.commentlist li.parent {
    border-left:0px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}