/*
Theme Name: Magazine Basic
Theme URI: http://themes.bavotasan.com/our-themes/basic-themes/magazine-basic
Description: Built for WordPress 3.1. A magazine style theme with a fully customizable layout. Theme options include site width, widgetized sidebars, header logo, multiple front page grid layouts, cuostm nav menus, post formats, Google Analytics, pagination, drop-down menus and tons more. Tested in Firefox 3.6, IE 7 & 8, Safari 5 and Chrome 7. Fully optimized for search engine ranking. Translation ready. 100% valid xHTML. Designed by <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>.
Version: 2.7.3
Author: c.bavota
Author URI: http://themes.bavotasan.com/
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, white, custom-header, theme-options, custom-background, custom-menu, threaded-comments, sticky-post, translation-ready

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Variables */
:root {
    --color-black: #222;
    --color-dark-gray: #444;
    --color-white: #fff;
    --color-light-gray: #eee;
    --color-border-focus: #1a7ef1;

    --font-family-base: "Roboto", sans-serif;
    --font-family-base-bold: "Roboto Bold", sans-serif;
    --font-family-base-medium: "Roboto Medium", sans-serif;
    --font-family-title: "Roboto Condensed", sans-serif;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("./fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Medium";
    src: url("./fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("./fonts/RobotoCondensed-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/*{
    /* font-family: Geneva, Arial, Helvetica, sans-serif; *
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*'Open Sans', sans-serif*
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 0;
} */

/* Basic Tag Elements */

/* body {
	width: 1024px;
} */

/* .mainwrapper {
	width: 1004px;
} */

/* #sidebar {
    width: 180px;
} */

#sidebar .side-widget {
    width: 160px;
}

#leftcontent,
#twocol,
#threecol,
#threecol2,
.commentlist {
    /* width: 779px; */
    width: 100%;
}

#leftcontent img,
.wp-caption {
    max-width: 779px;
}

#leftcontent .wp-caption img,
#leftcontent .gallery-thumb img {
    max-width: 767px;
}

/* fix for IE & Safari */
.threepost embed {
    width: 225.91px !important;
}

.twopost embed {
    width: 358.34px !important;
}

/* end fix for Safari */

a {
    text-decoration: none;
    outline: none;
    color: var(--color-border-focus);
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

body {
    width: 100%;
    color: var(--color-dark-gray);
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    background: #f6f6f6;
    position: relative;
    font-family: var(--font-family-base);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #222;
    /* font-family: Georgia, Times, serif; */
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
    font-family: var(--font-family-base);
    font-weight: 400;
}

#leftcontent p,
li {
    line-height: 1.6em !important;
    font-size: 1rem;
}

#abonInfoText {
    padding-top: 14px;
    line-height: 1.6em !important;
}

/* h2 a {
    font-size: 1.5rem;
    line-height: 1.8rem;
} */

textarea {
    width: 97%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

blockquote {
    margin: 1em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em;
    line-height: normal;
    font-style: italic;
}

.entry table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
}

.entry th {
    /* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-weight: normal;
    background: var(--color-light-gray);
    border: 1px solid #ccc;
    text-transform: uppercase;
    padding: 6px;
}

.entry td {
    border: 1px solid #ccc;
    padding: 6px;
}

/* Header Elements */

.header {
    /* float: left; */
    width: 100%;
}

.header-inner {
    background: #fff;
    border-left: 1px solid var(--color-light-gray);
    border-right: 1px solid var(--color-light-gray);
}

#headerad {
    margin: 24px 20px 16px;
    text-align: center;
}

#login {
    height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding: 10px 20px 15px;
    background: url(images/login.png) repeat-x;
}

#login a {
    color: #fff;
}

#login ul {
    padding: 0;
    margin: 0;
}

#login ul li {
    display: inline;
}

.dot:before {
    content: url(images/whitedot.png) " ";
}

#title {
    margin: 20px 16px 0;
    padding: 0;
}

#title h1,
#title h2 {
    margin: 0;
}

#title a {
    font-size: 48px;
    color: #222;
    line-height: 50px;
}

#title.aligncenter {
    margin: 20px auto 0;
    text-align: center;
}

#title.fr,
#description.fr {
    text-align: right;
    clear: right;
}

#title a:hover {
    color: #cc0000;
    text-decoration: none;
}

.headerimage img {
    margin: 20px 16px 0;
}

.headerimage .aligncenter {
    margin: 20px auto 0 !important;
}

#description {
    font-size: 14px;
    margin: 0 16px 20px;
    padding: 0;
    clear: left;
}

#description.aligncenter {
    margin: 0 auto 20px;
    text-align: center;
    clear: both;
}

.main-navigation {
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(images/nav.png);
    position: relative;
    z-index: 1000;
}

.main-navigation a {
    color: #fff;
}

.main-navigation ul ul li {
    background: #888;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 25em !important;
    /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    padding-top: 3px;
    margin: 3em;
}

.sf-menu a {
    display: block;
    position: relative;
    /* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
    font-family: var(--font-family-base);
    font-size: 1em;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 28px;
    /* match top ul list item height */
    z-index: 99;
}

.sub-navigation .sf-menu li:hover ul,
.sub-navigation .sf-menu li.sfHover ul {
    top: 2.1em;
    /* match top ul list item height */
    left: 0;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    /* float: left; */
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 0;
}

.sf-menu a {
    /* border-right: 1px solid var(--color-light-gray); */
    /* padding: 10px 20px; */
    text-decoration: none;
}

.sf-menu li li a {
    border: 0;
}

.main-navigation .sf-menu li:hover,
.main-navigation .sf-menu li.sfHover,
.main-navigation .sf-menu a:focus,
.main-navigation .sf-menu a:hover,
.main-navigation .sf-menu a:active {
    background: #666;
    outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    /* padding-right: 2.25em; */
    /* padding: 0 20px; */
    min-width: 1px;
    padding-right: 12px;
    background: url("./images/sub_menu_icon.png") right no-repeat;
    /* trigger IE7 hasLayout so spans position accurately */
}

/* .sf-with-ul::after {
    content: "";
    width: 6px;
    height: 3px;
    background-image: url("./images/sub_menu_icon.png");
} */

.sf-sub-indicator {
    display: none !important;
    position: absolute;
    display: block;
    right: 0.75em;
    top: 0.9em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.sub-navigation .sf-sub-indicator {
    background: url(images/arrows-000000.png) no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 0.65em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}

.sub-navigation a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 0.4em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

.sub-navigation .sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
    top: 0.65em;
}

.sub-navigation .sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
    top: 0.65em;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url(images/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    /* -webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px; */
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

.header__menu-container {
    clear: both;
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray);
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0 9px; */
    z-index: 50;
    /* vertical-align: center; */
    background-color: #fafafa;
}

.header__search-form {
    margin-right: 23px;
}

.search_input {
    padding: 4px 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #ccc;
    width: 170px;
}

.search_input:focus {
    outline: none;
    border: 1px solid var(--color-border-focus);
    color: var(--color-dark-gray);
}

/* .sub-navigation { */
/* border-top: 1px solid var(--color-light-gray);
	border-bottom: 1px solid var(--color-light-gray);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 50;
	background-color: #fafafa; */

/* padding: 10px 0 9px; */
/* vertical-align: center; */
/* clear: both;
	border-bottom: 1px solid #888;
	float: left;
	width: 100%;
	padding: 5px 0 0;
	z-index: 50;
	position: relative; */
/* } */

.sub-navigation ul {
    width: auto;
    margin-left: 15px;
}

.sub-navigation li {
    list-style-type: none;
    float: left;
    font-size: 12px;
    /* text-transform: uppercase; */
    margin: 0;
    line-height: 24px;
    /* background: url(images/blackdot.png) right 5px no-repeat; */
    position: relative;
}

.sub-navigation li:last-child {
    background-image: none;
}

.sub-navigation a {
    color: var(--color-dark-gray);
    padding: 0 5px;
}

.sub-navigation a:hover {
    text-decoration: underline;
}

.sub-navigation ul ul a:hover {
    text-decoration: none;
}

.sub-navigation ul ul {
    margin: 0;
}

.sub-navigation ul ul li {
    background: var(--color-light-gray);
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.sub-navigation ul ul li a {
    padding: 8px;
    font-size: 12px;
}

.sub-navigation ul ul li a:hover {
    background-color: #ddd;
}

.sub-navigation ul ul ul {
    top: 0 !important;
}

.sub-navigation li.nodot {
    background: none;
    z-index: -50;
}

.sub-navigation li.right-d {
    float: right;
}

/* Main Elements */

.mainwrapper {
    /* float: left; */
    display: flex;
    justify-content: space-between;
    /* padding: 15px 10px; */
    border-left: 1px solid var(--color-light-gray);
    border-right: 1px solid var(--color-light-gray);
    background: #fff;
}

#sidebar {
    float: left;
    margin: 20px 20px 10px 0px;
    padding: 5px 0 0;
}

#secondsidebar {
    float: left;
    margin: 0 10px;
    padding: 5px 0 0;
}

.side {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

.side-widget {
    float: left;
    margin: 0 0 15px;
    padding: 0 10px 15px;
    background: url(images/bg-hatch.gif);
    border: 1px solid #ddd;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}

.side-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.side-widget ul li {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.side-widget ul li {
    padding-left: 15px;
    margin: 2px 0;
}

.side-widget h2 {
    font-size: 14px;
    padding: 10px 0 5px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    background: url(images/h2line.gif) repeat-x bottom;
}

.side-widget .storycontent {
    border-bottom: 1px solid #ddd;
}

.side-widget .noline {
    border-bottom: 0;
}

.side-widget #s {
    margin-top: 15px;
    padding: 2px;
    width: 94%;
}

.storycontent {
    line-height: 18px;
    font-size: 14px;
    word-wrap: break-word;
}

.readmore {
    color: #cc0000;
}

.footer {
    /* clear: both;
	float: left; */
    /* width: 100%; */
    height: 80px;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    /* border-top: 1px solid var(--color-light-gray); */
    background: #2a5dae;
    padding-top: 20px;
}

.footer__copyright {
    color: #fff;
    line-height: 18px;
}

/* Left Content Elements */

#leftcontent {
    float: left;
    margin: 20px 20px 10px;
    padding: 0;
}

#leftcontent img {
    height: auto;
}

#leftcontent h5.latest {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    margin: 0;
    padding: 0;
    color: #cc0000;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

/* #leftcontent h1,
#leftcontent h2,
#leftcontent h3 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
} */
.post h1,
.post h2,
.post h3 {
    margin: 5px 0 0;
    padding: 0;
}

h1,
.post h1,
#leftcontent .entry h1,
h2,
.post h2,
#leftcontent .entry h2,
h3,
.post h3,
#leftcontent .entry h3,
h4,
.post h4,
#leftcontent .entry h4,
h5,
.post h5,
#leftcontent .entry h5,
h6,
.post h6,
#leftcontent .entry h6 {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
}

h1,
.post h1,
#leftcontent .entry h1 {
    font-size: 1.6rem;
}

h2,
.post h2,
#leftcontent .entry h2 {
    font-size: 1.4rem;
}

h3,
.post h3,
#leftcontent .entry h3 {
    font-size: 1.2rem;
}

h4,
.post h4,
#leftcontent .entry h4 {
    font-size: 1rem;
}

h5,
.post h5,
#leftcontent .entry h5 {
    font-size: 1rem;
}

h6,
.post h6,
#leftcontent .entry h6 {
    font-size: 1rem;
}
/*
#leftcontent .entry h1 {
    font-size: 28px;
    line-height: 30px;
}

#leftcontent .entry h2 {
    font-size: 22px;
    line-height: 24px;
}

#leftcontent .entry h3 {
    font-size: 18px;
    line-height: 20px;
}

#leftcontent .entry h4 {
    font-size: 16px;
    line-height: 18px;
}

#leftcontent .entry h5 {
    font-size: 14px;
    line-height: 16px;
}

#leftcontent .entry h6 {
    font-size: 12px;
    line-height: 14px;
} */

#leftcontent h1.catheader {
    /* color: #cc0000; */
    color: var(--color-dark-gray);
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
}

#leftcontent .twopost h2 {
    font-size: 20px;
    line-height: 24px;
}

#leftcontent .threepost h2 {
    font-size: 20px;
    line-height: 22px;
}

#leftcontent .postmetadata {
    clear: both;
    line-height: 14px;
}

#leftcontent .hentry .entry {
    line-height: 18px;
}

#leftcontent .date {
    margin-bottom: 5px;
    color: #888;
}

.page .date {
    display: none;
}

#leftcontent .meta {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-size: 11px;
    color: var(--color-dark-gray);
    padding-top: 8px;
}

#leftcontent .catdesc {
    background: #f7f7f7;
    border: 3px double #ddd;
    padding: 0 10px;
    color: #666;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
}

/* This is your subtitle style */

#leftcontent p.sub {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
}

/* This is your blockquote style */

#leftcontent .entry .pullquote {
    width: 250px;
    font-size: 24px;
    line-height: 26px;
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
    font-style: italic;
}

#leftcontent .entry .pullquote p {
    padding: 0;
    margin: 0;
}

#leftcontent a.more-link {
    clear: both;
    width: auto;
    text-align: center;
    display: block;
    float: right;
    padding: 0px 8px;
    font-size: 12px;
}

#leftcontent a:hover.more-link {
    text-decoration: underline;
    /* background: #666; */
}

.tags a {
    color: #cc0000;
}

.ind-post,
.hentry {
    float: left;
    /* border-bottom: 1px solid var(--color-light-gray); */
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
}

.ind-post img {
    margin: 0px 10px 5px 0;
}

#twocol {
    float: left;
    margin-bottom: 3px;
    padding: 10px 0 0;
    /* background: url(images/line.gif) repeat-y 50% 0; */
}

#twocol img {
    margin: 0px 8px 5px 0;
}

#twocol hr.two {
    height: 0;
    border: 0;
    clear: both;
    border-bottom: 1px solid var(--color-light-gray);
}

.mainhr {
    float: left;
    background: var(--color-light-gray);
    clear: both;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.twopost {
    width: 46%;
    float: left;
    word-wrap: break-word;
    border: 0;
}

.twopost img,
.threepost img,
.twopost embed,
.threepost embed {
    max-width: 100% !important;
    height: auto !important;
}

.twopost2,
.twopost4 {
    margin-left: 7.5%;
}

.twopost3,
.twopost4 {
    border-top: 1px solid var(--color-light-gray);
    padding-top: 5px;
}

.twopost1,
.twopost3 {
    clear: left;
}

#leftcontent .twopost .wp-caption,
#leftcontent .threepost .wp-caption {
    max-width: 100%;
}

#leftcontent .twopost .wp-caption img,
#leftcontent .threepost .wp-caption img {
    max-width: 94% !important;
    margin: 0;
}

#threecol {
    float: left;
    background: url(images/line.gif) repeat-y 31.5% 0;
    margin-top: 3px;
    width: 100%;
}

#threecol2 {
    float: left;
    padding: 0;
    background: url(images/line.gif) repeat-y 67% 0;
    width: 100%;
}

#threecol img {
    margin: 0px 5px 5px 0;
}

.threepost {
    width: 29%;
    float: left;
    border: 0;
    border-top: 1px solid var(--color-light-gray);
    padding-top: 10px;
    word-wrap: break-word;
}

.threepost2,
.threepost5 {
    padding: 10px 0 0;
    margin: 0 6%;
}

.threepost1,
.threepost2,
.threepost3 {
    border-top: 0;
}

.threepost1,
.threepost4 {
    clear: left;
}

/* Pagination */

.pagination {
    margin: 20px 0 10px;
    float: left;
    /* background: var(--color-light-gray); */
    width: 98%;
    border-top: 1px solid var(--color-light-gray);
    /* border-bottom: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    padding: 12px 1% 10px;
}

.pagination a {
    padding: 3px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    /* border: 1px solid #ccc; */
    color: #2780c4;
    /* background-color: #FFFFFF; */
}

.pagination a:hover {
    /* border: 1px solid var(--color-dark-gray); */
    text-decoration: underline;
    color: #2780c4;
    /* background-color: #FFFFFF; */
}

.pagination span.pages {
    padding: 3px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: var(--color-dark-gray);
    /* border: 1px solid #ccc; */
    /* background-color: #FFFFFF; */
}

.pagination span.current {
    padding: 3px 4px 2px 4px;
    margin: 2px;
    /* border: 1px solid #666; */
    color: var(--color-dark-gray);
    /* background-color: #FFFFFF; */
}

.pagination span.extend {
    padding: 3px 4px 2px 4px;
    margin: 2px;
    /* border: 1px solid #ccc; */
    color: var(--color-dark-gray);
    /* background-color: #FFFFFF; */
}

/* Other Elements */

.red,
.entry a {
    /* color: #cc0000; */
    color: #2780c4;
}

#tagcloud {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 20px;
}

#tagcloud a {
    color: #cc0000;
}

/* Comment Elements */

#postcomments {
    padding-top: 20px;
}

h3#comments,
#respond h3,
h3#comments-title {
    color: #333;
    font: normal 24px/26px georgia, times, serif;
    margin: 10px 0 15px;
    clear: both;
    float: left;
    width: 100%;
}

#respond p {
    font-size: 11px;
    margin: 0 0 1em;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ol.commentlist li {
    margin: 0 0 10px;
    padding: 20px 0 20px 20px;
}

.commentlist .even {
    background: var(--color-light-gray);
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.commentlist .avatar {
    float: right;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 20px 10px 10px;
    background: #fff;
}

.commentlist .comment-author {
    font-size: 12px;
}

.commentlist .comment-text {
    padding: 0 20px 0 0;
}

.commentlist .url {
    font-size: 16px;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    /* font-family: "Roboto", sans-serif; */
    font-style: italic;
}

ol.commentlist li div.reply {
    background: #999;
    border: 1px solid #666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font: bold 9px/1 helvetica, arial, sans-serif;
    padding: 6px 5px 4px;
    text-align: center;
    width: 36px;
}

ol.commentlist li div.reply:hover {
    background: #cc0000;
    border: 1px solid #cc0000;
}

ol.commentlist li div.reply a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

ol.commentlist li ul.children {
    margin: 16px 20px 0 0;
    padding: 0 0 0 20px;
    list-style-image: url(images/commentarrow.png);
}

ol.commentlist ul.children li.odd {
    background: #fff;
}

ol.commentlist ul.children li.even {
    background: var(--color-light-gray);
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignleft,
div.alignleft {
    float: left;
    margin: 5px 15px 5px 0;
}

.content .storycontent .alignleft,
.search .storycontent .alignleft,
.archive .storycontent .alignleft {
    margin-top: 0;
}

.alignright,
div.alignright {
    float: right;
    margin: 5px 0 5px 15px;
}

.alignnone {
    margin: 5px 0;
}

.wp-caption {
    border: 1px solid #bbb;
    text-align: center;
    background-color: #ddd;
    padding-top: 5px;
    margin: 0;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
    margin: 0;
}

#today {
    color: #cc0000;
}

#wp-calendar {
    margin: auto;
}

/* .bypostauthor {}

.sticky {} */

/* NEW POST FORMATS */

.gallery-thumb img {
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #bbb;
    background: #ddd;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: auto\9;
    /* IE 8 Hack */
}

.twopost .gallery-thumb img,
.threepost .gallery-thumb img {
    margin: 10px 0 0 !important;
    max-width: 90% !important;
}

.format-aside .entry p.excerpt {
    padding-left: 30px;
    background: url(images/quotes.png) no-repeat top left;
    min-height: 30px;
}

.format-audio .entry .pformat {
    padding-left: 38px;
    background: url(images/audio.png) no-repeat top left;
    min-height: 30px;
    display: block;
}

.format-link .entry a {
    padding-left: 38px;
    min-height: 30px;
    display: block;
    background: url(images/link.png) no-repeat top left;
    font-size: 18px;
    line-height: 22px;
}

.format-image .entry {
    margin: 10px 0 0;
}

/*
	Style for page_addValues.php
*/

/***************************************************************************************************************************************/
/*Divs*/
/***************************************************************************************************************************************/
.valueContainer {
    /*background:#e4edf8 url(images/valueContainer_bg.gif);*/
    /*padding:0em 2.3em 1.5em;*/
    /*margin:0.3em auto 0em;*/
    margin: 14px auto;
    /* width: 680px; */
    width: 74%;
    /*border:#9eb7d3 1px solid;*/
}

.abonContainer {
    margin: 0 auto;
    /* width: 680px; */
    /* width: 90%; */
    width: 74%;
}

.formElementContainer {
    padding-bottom: 1.5rem;
    text-align: left;
}

.counters-container {
    margin: 0 auto;
    width: 70%;
}

.emptyBlock {
    width: 11em;
    height: 1em;
    float: left;
    font-size: 1.1em;
}

.submitContainer {
    /* padding-top: 0.5em; */
    /* margin-top: 1.3em; */
    /* border-top: #aaa 1px solid; */
    padding-bottom: 1.4em;
}

/* .noteContainer {
	margin-top:-0.6em;*
	border:1px solid #000;
} */

#hr {
    height: 0.9em;
    border-top: #999 1px solid;
}

.errorNoScriptBlock {
    position: absolute;
    z-index: 30;
    background-color: #fff;
    width: 700px;
    height: 600px;
    color: #900;
}

.loaderContainer {
    display: none;
    text-align: center;
}

#loginContainer {
    /*background:#e4edf8 url(images/valueContainer_bg.gif);*/
    padding: 0em 2.3em 1.4em;
    margin: 0.3em auto 0em;
    width: 300px;
    border: #9eb7d3 1px solid;
    /*	left: 50%;*/
}

#regContainer {
    /*background:#e4edf8 url(images/valueContainer_bg.gif);*/
    padding: 0em 40px 30px;
    margin: 10px auto 0em;
    width: 660px;
    border: #9eb7d3 1px solid;
    /*	left: 50%;*/
}

#regNote {
    padding-top: 0.5em;
    text-align: right;
}

/* #privatePersonContainer,
#logPswdContainer {
	width: 100%;
	float: left;
}

#privatePersonContainer>div,
#logPswdContainer>div,
#firmContainer>div {
	margin: 10px 0 10px;
	width: 100%;
	float: left;
} */

.clear {
    clear: both;
}

#firmContainer {
    display: none;
    width: 100%;
}

.formNote {
    width: 250px;
    font-style: italic;
    float: left;
}

.logInput {
    width: 310px;
    float: left;
}

/*
#errSecNameMsg, #errFirstNameMsg, #errLoginMsg, #errPswdMsg, #errPswdRepeateMsg {
	display: none;
	font-size: 1em;
	font-style: italic;
	color: #FF0000;
	float: left;
	width: 200px;
	margin-left:1.2em;
}
#errFirmNameMsg {
	display: none;
	font-size: 1.1em;
	font-style: italic;
	color: #FF0000;
	width: 500px;
	border: 1px solid #000000;
}
*/

#errSecNameMsg,
#errFirstNameMsg,
#errPassportMsg,
#errOGRNMsg,
#errFirmNameMsg,
#errLoginMsg,
#errTelephoneMsg,
#errBuildNameMsg,
#errCadastralNumMsg,
#errReqNumberMsg {
    display: none;
    font-size: 1em;
    font-style: italic;
    color: #ff0000;
    float: left;
    width: 130px;
    margin-left: 1.2em;
    padding-top: 0.4em;
}

/* Всплывающее окно */
#modalForm {
    width: 500px;
    height: 300px;
    /* Размеры должны быть фиксированы */
    /*border-radius: 5px;
	border: 3px #000 solid;*/
    background: #fff;
    position: fixed;
    /* чтобы окно было в видимой зоне в любом месте */
    top: 45%;
    /* отступаем сверху 45%, остальные 5% подвинет скрипт */
    left: 50%;
    /* половина экрана слева */
    margin-top: -250px;
    margin-left: -250px;
    /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
    display: none;
    /* в обычном состоянии окна не должно быть */
    opacity: 0;
    /* полностью прозрачно для анимирования */
    z-index: 5;
    /* окно должно быть наиболее большем слое */
    /*padding: 20px 10px;*/
}

/* Кнопка закрыть для тех кто в танке) */
#modalForm #modalClose {
    /*	width: 21px;
	height: 21px;*
	position: absolute;
	top: 10px;
	right: 50px;*/
    position: relative;
    float: right;
    cursor: pointer;
    display: block;
    color: #205b87;
    padding-right: 12px;
    margin-right: 10px;
    margin-top: 10px;
    background: url("images/modalClose.gif") no-repeat right center;
}

#infoMsg {
    color: #4e4e4e;
    padding-left: 10px;
    font-size: 1.4em;
}

#itemBorder {
    border: 1px solid #abadb3;
    margin: 0px 10px;
}

#signFileContainer {
    text-align: center;
    padding-top: 1.1em;
}

#signBtn {
    padding: 0.4em 1.3em;
}

/* Подложка */
#overlay {
    z-index: 3;
    /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
    position: fixed;
    /* всегда перекрывает весь сайт */
    background-color: #000;
    /* черная */
    opacity: 0.8;
    /* но немного прозрачна */
    width: 100%;
    height: 100%;
    /* размером во весь экран */
    top: 0;
    left: 0;
    /* сверху и слева 0, обязательные свойства! */
    cursor: pointer;
    display: none;
    /* в обычном состоянии её нет) */
}

/*Элемент управления "открытие файла"*/
#fileform {
    background-color: #ffffff;
    border: 1px solid #abadb3;
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    float: left;
    text-align: left;
    vertical-align: middle;
    width: 210px;
}

#fileform #fileformlabel {
    background-color: #ffffff;
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    width: 140px;
}

#selectbutton {
    background-color: #f2f2f2;
    background-image: url("images/button-bg.gif");
    border: 1px solid #acacac;
    color: #000000;
    float: right;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

#openFileButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 30px;
    z-index: 20;
}

/***************************************************************************************************************************************/
/*END Divs*/
/***************************************************************************************************************************************/

/***************************************************************************************************************************************/
/*Text Elements*/
/***************************************************************************************************************************************/

#noteText {
    font-size: 0.6em;
}

.note {
    color: #900;
    font-size: 0.8em;
}

/*
#firstStepForm p {
	text-align:left;
	font-size:1.2em;
}
*/
.notePar {
    font-size: 1.2em;
    text-align: left;
    /*	border-top:#999 1px solid;*/
}

#insertValueForm .addValueHead,
#firstStepForm .addValueHead {
    font-weight: 100;
    font-size: 1.9em;
    text-align: left;
}

.infoText {
    line-height: 1.5;
}

#abonInfoText {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5;
    /*padding-top:-0.5em;*/
    font-size: 1.2em;
    color: var(--color-dark-gray);
    margin-bottom: 36px;
}

.infoLabel {
    font-size: 1rem;
    font-family: var(--font-family-base-bold);
    /*color:#666;*/
    /* font-style: italic; */
}

.red {
    color: rgb(159 2 2);
}

.debt-value {
    color: rgb(159 2 2);
}

.bill-link {
    font-size: 1rem;
    /* padding-left: 16px;
    background: url("./images/payment-icon.png") no-repeat 0px; */
}

.icon {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
    padding: 0;
}

.icon::before {
    width: 16px;
    height: 16px;
    content: "";
    flex-shrink: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("./images/payment-icon.svg");
}

/* .payment-icon::before {
    background-image: url("./images/payment-icon.svg");
} */

#noteText {
    color: #666;
    font-size: 0.9em;
}

.error-container {
    height: 2.6rem;
}

.errorText,
#errOfValText {
    /* background: #fff9f8 url(images/errorText_bg.gif); */
    /* padding: 0.8em 0em 0.8em 1em; */
    /*margin:0.3em auto 0em;*/
    /*width:31em;*/
    /* border: #d3aa9e 1px solid; */

    margin: 0px;
    padding: 10px 0 0 10px;
    color: #900;
    font-size: 1rem;
}

#errOfValText {
    display: none;
}

sup {
    font-size: 0.5em;
}

.hl {
    border-top: 1px solid #e0e0e0;
    height: 0.1em;
}

#logPswdContainer label {
    font-size: 16px;
    float: left;
    width: 220px;
    padding-top: 10px;
}

/****/

.resultInfo {
    font-size: 16px;
    padding-left: 30px;
}

.requestMenuLink {
    font-size: 0.8em;
}

/****/

#personChoiceContainer label {
    font-size: 16px;
    padding-left: 10px;
}

/***************************************************************************************************************************************/
/*END Text Elements*/
/***************************************************************************************************************************************/

/***************************************************************************************************************************************/
/*Forms&Form Elements*/
/***************************************************************************************************************************************/
#firstStepForm label {
    /* width: 8em;
    margin-right: 0.6em;
    float: left;
    text-align: right;
    font-size: 1.2em;
    padding-top: 6px; */
    display: block;
    padding: 6px 0;
    font-size: 1.2rem;
    font-family: var(--font-family-base);
}

#billForm label {
    width: 10em;
    margin-right: 0.6em;
    float: left;
    text-align: left;
    font-size: 1.4em;
}

#billForm select {
    font-size: 1.2em;
}

#firstStepForm select {
    font-size: 1.1rem;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    width: 100%;
}

#firstStepForm select:focus {
    outline: none;
    border: 1px solid var(--color-border-focus);
}

.counter-header {
    padding: 6px 0;
    font-size: 1.2rem;
    /* font-family: var(--font-family-base); */
}

.counter-header-oldvalue {
    font-size: 1rem;
    color: #666;
}

/* #insertValueForm label {
    /* width: 67%;
    margin-right: 0.6em;
    float: left;
    text-align: left;
    padding-top: 0.3em;
    font-size: 1.2em; *
    display: block;
    padding: 6px 0;
    font-size: 1.2rem;
    font-family: var(--font-family-base);
} */

.inputValue {
    font-size: 1.1rem;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    padding: 8px;

    /* font-size: 1rem;
    text-align: right;
    width: 6rem;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    padding: 5px; */
}

.inputValue.error {
    border: 1px solid #990000;
}

.inputValue:focus {
    outline: none;
    border: 1px solid var(--color-border-focus);
}

.inputValue::placeholder {
    color: #ccc;
}

#personalAccount,
#account_name,
#billPeriod {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.1rem;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
}

#personalAccount:focus {
    outline: none;
    border: 1px solid var(--color-border-focus);
}

#FioAbon {
    width: 330px;
    font-size: 1.2em;
}

#nextBtn,
#addValuesBtn,
#getBillBtn {
    /* float: left; */
    font-size: 1rem;
    /* margin-top: 15px; */
    margin: 16px auto 0;
    display: block;
    border: none;
    padding: 16px 36px;
    color: #fff;
    background-color: var(--color-border-focus);
    border-radius: 6px;
}

@media (hover: hover) {
    #nextBtn:hover,
    #addValuesBtn:hover {
        background-color: #1770d6;
    }
}

@media (hover: none) {
    #nextBtn:active,
    #addValuesBtn:active {
        background-color: #1770d6;
    }
}

.wrongVal {
    background-color: #ffe1e1;
}

/* .firstEl {
	color:#666;
} */

#loginForm label {
    text-align: center;
    font-size: 1.4em;
    display: block;
    padding: 0.3em 0;
}

#loginContainer #loginEmail,
#loginContainer #password {
    width: 300px;
    margin-left: 0px;
    font-size: 1.3em;
    display: block;
}

#logButton {
    width: 150px;
    font-size: 1.2em;
    padding: 0.2em 0;
    margin-left: 75px;
}

#registrationForm p,
#getSatusForm p {
    font-size: 16px;
}

#regContainer #loginEmail {
    width: 300px;
    padding: 10px;
    float: left;
}

#regButton,
#getStatusButton {
    padding: 0.4em 1.2em;
    font-size: 1em;
    margin-left: 260px;
}

#signAndSendBtn {
    padding: 0.3em 0.4em;
    font-size: 1em;
    float: right;
}

/***************************************************************************************************************************************/
/*END Forms&Form Elements*/
/***************************************************************************************************************************************/

/***************************************************************************************************************************************/
/*Table Elements*/
/***************************************************************************************************************************************/
#counterLayout {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2.6em;
}

#counterLayout thead {
    /* border-bottom: #aaa 1px solid; */
    border-bottom: #333333 2px solid;
    text-align: left;
}

#counterLayout tr {
    /* border-bottom: #aaa 1px solid; */
    border-bottom: #ebebeb 1px solid;
    text-align: left;
}

.last-row {
    border-bottom: none !important;
    text-align: left;
}

#counterLayout tr td {
    padding-bottom: 14px;
}

#counterLayout th {
    padding: 0.8rem 0 0.5rem 0.8rem;
    font-family: var(--font-family-base-bold);
    font-size: 1.1rem;
    /*font-style:bold;*/
    color: var(--color-dark-gray);
    text-align: left;
}

#counterLayout #numHead {
    /* width: 28%; */
}

#counterLayout td {
    padding: 0.8rem 0 0 0.8rem;
    font-size: 1.1rem;
    color: #333;
    width: 33%;
}

.last-value-date {
    color: #9d9d9d;
    font-size: 0.9rem;
}

/***************************************************************************************************************************************/
/*END Table Elements*/
/***************************************************************************************************************************************/

.loaderImg {
    width: 43px;
    height: 11px;
}

.result {
    font-weight: bold;
    font-size: 18px;
}

.result-buttons-wrapper {
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

/* .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #cccccc;
    border-top-color: #1a1a1a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.person-type__menu {
    font-size: 18px;
}

.person-type__menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    /* column-gap: 10px; */
}

.person-type__menu-item {
    list-style: none;
    /* padding: 0px 20px; */
}

.active-choice {
    background-color: var(--color-light-gray);
    border-radius: 5px;
    pointer-events: none;
    color: var(--color-dark-gray);
}

.person-type-menu__link {
    /* height: 40px; */
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lblReqForm {
    font-size: 18px;
    width: 220px;
    padding-top: 10px;
    text-align: right;
}

.lineReqFrom {
    display: flex;
    align-items: top;
    justify-content: start;
    column-gap: 20px;
    padding-bottom: 20px;
}

.inputReqForm {
    width: 300px;
    padding: 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.inputReqFrom::placeholder {
    color: var(--color-light-gray);
}

.passportContainer {
    width: 300px;
    display: flex;
    justify-content: start;
    column-gap: 10px;
}

.serial {
    width: 60px;
}

.number {
    width: 100px;
}

.inputReqForm:focus {
    border: 1px solid var(--color-border-focus);
    outline: none;
}
