html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.flex {
    display: flex;
}

.flex-content-horizon-center {
    justify-content: center;
}

.flex-content-horizon-left {
    justify-content: left;
}

.flex-content-horizon-right {
    justify-content: right;
}

.flex-content-horizon-space-evenly {
    justify-content: space-evenly;
}

.flex-content-vertical-center {
    align-items: center;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.display-none {
    display: none;
}

#page {
    margin: 15px auto 0;
    max-width: 940px !important;
    min-width: 940px !important;
    overflow: hidden;
}

#masthead {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    padding: 0;
    /*width: 100%;*/
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}

.header{
    width: 100%;
}

a {
    color: #2f520a;
    text-decoration: none;
}

a img {
    border: 0 none;
}

#adr {
    float: left;
    width: 100%;
}

#maps {
    float: left;
    padding-top: 25px;
    width: 140px;
}

div.soc {
    left: 23px;
    position: relative;
}

a.info-0 {
    background-color: #2f520a;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: 6px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1000;
}


#menulimit {
    width: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    color: #858585;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}

ol, ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: "";
}

blockquote, q, .format-aside {
    font-family: georgia, arial;
    font-style: italic;
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

button, input, select, textarea {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3 {
    color: #000;
    font-family: georgia, arial;
    font-weight: normal;
    text-rendering: optimizelegibility;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
}

h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}

h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}

p {
    line-height: 22px;
    margin-bottom: 1.5em;
    text-align: justify;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: outside none disc;
}

ol {
    list-style: outside none decimal;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee none repeat scroll 0 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0 none repeat scroll 0 0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

input, select, textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 100%;
    margin: 0;
    padding: 6px;
    vertical-align: baseline;
}

input:focus, select:focus, textarea:focus {
    background: #fff none repeat scroll 0 0;
    outline: medium none;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    /*background: rgba(0, 0, 0, 0);*/
/*-moz-linear-gradient(center top, #62392b 0 %, #43271d 100 %) repeat scroll 0 0;*/
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: georgia, arial;
    font-size: 13px;
    padding: 8px 16px;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    /*background: rgba(0, 0, 0, 0);*/
/*-moz-linear-gradient(center top, #43271d 0 %, #62392b 100 %) repeat scroll 0 0;*/
}

button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: rgba(0, 0, 0, 0);
-moz-linear-gradient(center top, #43271d 0 %, #62392b 100 %) repeat scroll 0 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

input[type="text"], textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}

input[type="text"]:focus, textarea:focus {
    color: #111;
}

input[type="text"] {
    padding: 3px;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
}

a {
    color: #2f520a;
    text-decoration: none;
}

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

.more-link {
    color: #333;
    display: block;
    font-family: georgia;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 180px;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 0 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignnone {
    clear: both;
    display: block;
}

.entry-content img {
    border: 0 solid #e2e2e2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

#page {
    margin: 15px auto 0;
    max-width: 940px !important;
    min-width: 940px !important;
    overflow: hidden;
}

.site-content {
    /*float: left;*/
    width: 100%;
}

#content {
    /*margin: 0;*/
    min-height: 300px;
}

#main .widget-area {
    float: left;
    overflow: hidden;
    width: 20%;
}

#secondary {
    margin: 0 0 0 -20%;
    width: 18%;
}

.site-footer {
    clear: both;
    width: 100%;
}

#main {
    background: #fff none repeat scroll 0 0;
    clear: left;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0;
}

.headerimg {
    display: block;
    height: auto;
    width: 100%;
}


.site-header {
    padding: 20px;
}

h1.site-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.site-title a {
    color: #000;
}

.site-title a:hover {
    color: #723710;
}

.site-description {
    color: #777;
    font-family: "helvetica neue", helvetica, arial;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 40px;
    padding: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.menu-top {
    margin-top: -13px;
    text-align: center;
}

.menu-top a {
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}

.sub-menu {
    position: absolute;
}

.main-navigation {
    background: #2f520a none repeat scroll 0 0;
    display: block;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    /*width: 940px;*/
}

.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    float: left;
    text-align: left;
}

.main-navigation a {
    color: #fff;
    display: block;
    line-height: 100%;
    padding: 18px 1.4em;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #8dc63f;
    text-decoration: underline;
}

.main-navigation li{
    cursor: pointer;
}

.main-navigation li:hover > a, .main-navigation ul ul *:hover > a, .main-navigation a:focus {
    color: #8dc63f;
    text-decoration: underline;
}

.main-navigation ul ul a:hover {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #000;
}

.main-navigation ul ul {
    background: #e3e3e3 none repeat scroll 0 0;
    /*border-top: 2px solid white;*/
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    /*height: 397px;*/
    left: 0;
    margin-left: 0;
    position: absolute;
    /*width: 940px;*/
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    color: #555555;
    /*height: 90px;*/
    line-height: 1em;
    margin: 10px 15px;
    padding: 8px 14px;
    /*width: 242px;*/
}

.main-navigation ul ul a img {
    float: left;
    padding-right: 0;
}

.sub {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.sub a {
    color: #555;
    text-decoration: none !important;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
}

.main-navigation ul ul *:hover > a {
}

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

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
    text-decoration: underline;
}

.menu-toggle {
    cursor: pointer;
    font-size: 15px;
}

.main-small-navigation .menu {
    display: none;
}

.main-small-navigation ul {
    margin: 0;
    padding: 0;
}

.main-small-navigation ul ul {
    margin: 0;
    padding: 0;
}

.main-small-navigation ul li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}

.main-small-navigation ul ul li {
    border-bottom: medium none;
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
    text-align: center;
}

.sticky {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 20px !important;
}

.post {
    padding: 0 0 40px;
}

.entry-title, .page-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.entry-title a, .page-title a {
    color: #000;
}

.entry-title a:hover, .page-title a:hover {
    color: #723710;
}

.page-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.entry-meta {
    clear: both;
    color: #666;
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 12px;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.entry-content, .entry-summary {
    border-top: 2px solid black;
    margin: 1.5em 0 0;
    padding-top: 15px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.postedon {
    float: left;
    height: 125px;
    margin-bottom: 30px;
    position: relative;
    width: 125px;
}

postedon img {
    border: 0 none !important;
    padding: 0 !important;
}

.time {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: georgia, arial;
    font-size: 12px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.entry {
    margin: 0 0 10px 145px;
    overflow: hidden;
    padding: 0;
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
    /*height: auto;*/
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

img.size-full, img.size-large {
    height: auto;
    max-width: 100%;
    width: auto;
}

.entry-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

p img, .wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.wp-caption .wp-caption-text, .gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 10px;
    position: relative;
}

.wp-caption .wp-caption-text::before {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 7px;
}

#content .gallery {
    margin: 0 auto 1.625em;
}

#content .gallery a img {
    border: medium none;
}

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

#content .gallery-columns-4 .gallery-item {
    padding-right: 2%;
    width: 23%;
}

#content .gallery-columns-4 .gallery-item img {
    height: auto;
    width: 100%;
}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 0 solid #ddd;
    padding: 0;
}

.wp-caption img {
    border-color: #eee;
}

a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {
    background: #eee none repeat scroll 0 0;
    border-color: #bbb;
}

.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
    background: #fff none repeat scroll 0 0;
    border-color: #ddd;
}

embed, iframe, object {
    max-width: 100%;
}

#content .site-navigation {
    font-family: helvetica, arial;
    margin: 0 0 1.5em;
    overflow: hidden;
}

#content .nav-previous {
    float: left;
    width: 50%;
}

#content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#comments {
    word-wrap: break-word;
}

.comments-title {
    border-bottom: 1px solid #ccc;
    font-family: "georgia", Helvetica Neue, Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 14px;
    letter-spacing: 0.025em;
    margin: 0 0 20px;
    padding: 2px 0 20px;
    text-transform: uppercase;
}

#reply-title {
    font-family: "georgia", Helvetica Neue, Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#comments ol {
    list-style: outside none none;
    margin-left: 0;
}

#comments ul {
    list-style: outside none none;
    margin-left: 0.425em;
}

#comments li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

#comments li.pingback {
    background: #eee none repeat scroll 0 0;
    margin: 0 0 1.7em;
    padding: 0.85em;
}

#comments li.pingback + li.pingback {
    margin-top: -1.65em;
}

#comments li.pingback p {
    font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    margin: 0;
}

#comments ul li {
    border-bottom: medium none;
    border-left: 1px solid #ccc;
    margin: 20px 0 20px 30px;
    padding: 0 0 0 30px;
}

#comments .comment-author {
    margin: 0 66px 0.85em 0;
}

#comments .comment-author cite {
    font-style: normal;
}

#comments .comment-meta, #comments .comment-meta a {
    color: #888;
    font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#comments .comment-meta a:hover {
    color: #df0000;
}

#comments .avatar {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #c8c8c2;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

#comments .comment-body {
    margin-right: 66px;
}

#respond {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

#respond .form-allowed-tags {
    margin: 20px 0;
}

#respond input[type="text"] {
    float: left;
    margin: 0 10px 0 0;
}

#respond input[type="submit"] {
    float: right;
}

#respond .comment-form-comment {
    margin: 0;
}

#respond .comment-form-comment label {
    display: none;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

.bypostauthor {
}

.widget {
    display: block;
    font-size: 12px;
    margin: 0 0 30px;
}

.widget ul {
    margin: 8px 0 16px;
    padding: 0;
}

.widget ul li {
    line-height: 17px;
    list-style-type: none;
}

.widget-title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    font-family: "Lusitana", georgia, helvetica, arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 10px 0;
    text-transform: uppercase;
}

.widget-area .widget_search {
    margin: 0 0 20px;
    overflow: hidden;
}

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

#searchform input#s {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #605140;
    margin: 0;
    padding: 6px 8px;
    text-transform: lowercase;
    width: 90%;
}

#searchform input#s:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

#searchform input#s:focus {
    background: #eee none repeat scroll 0 0;
}

.nocomments {
    display: none;
}

#colophon {
    background: #2f520a none repeat scroll 0 0;
    clear: left;
    color: #ffc000;
    font-size: 12px;
    margin: 0px auto;
    padding: 0;
    text-align: center;
    width: 940px;
    position: relative;
}

#colophon a {
    color: #fff;
}


#phone {
    float: left;
    margin-right: 202px;
}

#maps {
    float: left;
    padding-top: 25px;
    width: 140px;
}

/*.widCOE {*/
/*height: 95px;*/
/*}*/
.myclass {
    position: absolute !important;
}

#footer-menu {
    background-color: #f4f4f4;
    /*height: 280px;*/
    /*margin: 40px auto 0;*/
    padding: 40px 0px 30px ;
    /*width: 885px;*/
}

.sidebar1 {
    float: left;
    width: 160px;
}

.sidebar1 a {
    color: #818181;
}

.sidebar1 a:hover {
    color: #000;
}

.sidebar1 ul {
    margin: 0 25px 1.5em 0;
}

.sidebar1 li {
    padding-bottom: 10px;
}

.sidebar1 h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 110%;
    min-height: 50px;
}

.cats-title {
    font-family: "Open Sans", sans-serif;
    padding: 0 0 0 30px;
}

.podrob {
    background: #c0e8bd none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: -15px 0 0 15px;
    padding: 8px 16px;
    width: 110px;
}

.podrob:hover {
    background: #72bf44 none repeat scroll 0 0;
}

.podrob a {
    color: #2f520a;
}

.site-info {
    padding-bottom: 10px;
}

.CSSTableGenerator {
    border: 1px solid #3f7f00;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.CSSTableGenerator tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.CSSTableGenerator table tr:first-child td:first-child {
    border-top-left-radius: 0;
}

.CSSTableGenerator table tr:first-child td:last-child {
    border-top-right-radius: 0;
}

.CSSTableGenerator tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}

.CSSTableGenerator tr:hover td {
}

.CSSTableGenerator tr:nth-child(2n+1) {
    background-color: #d4ffaa;
}

.CSSTableGenerator tr:nth-child(2n) {
    background-color: #ffffff;
}

.CSSTableGenerator td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3f7f00;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
}

.CSSTableGenerator tr:last-child td {
    border-width: 0 1px 0 0;
}

.CSSTableGenerator tr td:last-child {
    border-width: 0 0 1px;
}

.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0;
}

.CSSTableGenerator tr:first-child td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #5fbf00;
-moz-linear-gradient(center top, #5fbf00 5 %, #3f7f00 100 %) repeat scroll 0 0;
    border-color: #3f7f00;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.CSSTableGenerator tr:first-child:hover td {
    background: #5fbf00;
-moz-linear-gradient(center top, #5fbf00 5 %, #3f7f00 100 %) repeat scroll 0 0;
}

.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0 0 1px;
}

.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}

#tableleft td {
    float: left;
}

#footerlogo {
    margin: 35px;
    position: relative;
    top: 75px;
    width: 865px;
}

#footerlogo table {
    margin: 5px auto;
    width: 600px;
}

#footerlogo table td {
    padding: 5px;
}

.big {
    font-size: 36px !important;
}

a.header_map {
    position: relative;
}

div.soc {
    left: 23px;
    position: relative;
}

/*.image_link img {*/
    /*display: inline-block;*/
    /*float: left;*/
/*}*/
a.info-0, a.info-0-a1 {
    width: 148px;
}

a.info-0, a.info-0-a1, a.info-0-a2 {
    background-color: #2f520a;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1000;
    text-decoration: none;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    width: 148px;
}

.footer-kldzoo_index a.mailto {
    color: aquamarine;
}

.footer-kldzoo_index a.mailto.second {
    margin-left: 10px;
}

.footer-kldzoo_index .last-line {
    padding: 20px;
}

a.footer-info-block {
    font-size: 9px;
    background-color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    padding: 6px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1000;
    text-decoration: none;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    height: 90px;
    width: 180px;
}

.footer-kldzoo_index .banner {
    height: 110px;
}

a.footer-info-block.text div {
    font-size: 12px;
    color: #2f520a;
}

a.footer-info-block.img {
    padding-top: 0;
}

a.footer-info-block.img img {
    height: 100%;
}

a.footer-info-block.img img.width-100 {
    width: 100%;
    height: auto;
}

a.footer-info-block.img img.margin-top-3 {
    margin-top: 3px;
}

#footer_social .flex {
    padding: 0 14px 15px;
}

#footer_social .flex .thumbnail {
    margin-bottom: 10px;
}

#footer_social .flex .thumbnail img {
    height: 30px;
}

a.info-0-a1 {
    top: 60px;
    font-size: 9px;
}

a.info-0-a2 {
    top: 125px;
    font-size: 9px;
    background-color: #ffffff;
}

a.info-0:hover, a.info-0-a1:hover {
    background-color: #72bf44;
    color: #ffffff;
    text-decoration: none;
}

a.info-0-a2:hover {
    background-color: #72bf44;
}


.contacts-section {

}

.contacts-section .contacts-section-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: grey;
    padding: 20px 0;
}

.contacts-section .position-title {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #5b9936;
    padding: 20px;
    border-radius: 6px;
}

.contacts-section .position-content {
    padding: 20px 0px;

}

.contacts-section .position-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.contacts-section .position-person h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.contacts-section .position-person p {
    font-size: 18px;
}

a.button-green {
    color:white;
    background-color:#058c47;
    border:#047039 1px solid;
    border-radius:8px;
    padding: 7px 10px;
    margin: 10px auto;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}

a.button-green:hover {
    color:#058c47;
    background-color:white;

}

.row-flex, .row-flex > div[class*='col-'] {
    display: flex;
    flex-flow: row wrap;
}

.footer-kldzoo_index .banners-row {
    margin-right: 7px;
    margin-left: 0;
}

.footer-kldzoo_index .banners-row:first-child {
    margin-bottom: 20px;
}

.footer-kldzoo_index .banner {
    height: 90px;
}

.footer-kldzoo_index .banner img {
    height: auto;
    width: auto;
}

.footer-kldzoo_index .banner img.width-100, img.width-100 {
    height: auto;
    width: 100%;
}

.footer-kldzoo_index .banner img.height-100, img.height-100 {
    height: 100%;
    width: auto;
}

@media (min-width: 940px) {
    .container {
        width: 940px !important;
        padding: 0 !important;
    }

    body.custom-background {
        background-attachment: fixed;
        background-image: url("img/bg.jpg");
        background-position: center top;
        background-repeat: no-repeat;
    }
}

@media (min-width: 991px) {
    body .desktop-hidden {
        display: none;
    }
}

@media (max-width: 990px) {
    body {
        width: 100%;
    }

    body .container {
        width: 100%;
    }

    body .mobile-hidden {
        display: none;
    }

    body .mobile-margin-reset {
        margin: 0;
    }

    body .mobile-margin-reset-important {
        margin: 0 !important;
    }

    body .mobile-margin-left-reset {
        margin-left: 0;
    }

    body .mobile-margin-bottom-20px {
        margin-bottom: 20px;
    }

    body .mobile-padding-bottom-8px {
        padding-bottom: 8px;
    }

    body .mobile-height-auto {
        height: auto;
    }

    body .mobile-height-auto-important {
        height: auto !important;
    }

    body .mobile-min-height-auto-important {
        min-height: auto !important;
    }

    body .mobile-width-100 {
        width: 100%;
    }

    body .mobile-width-100-important {
        width: 100% !important;
    }

    body .mobile-border-none-important {
        border: none !important;
    }

    body .mobile-font-size-13px {
        font-size: 13px;
    }

    body #footer-menu {
        padding: 20px 30px 10px !important;
    }

    body #footer-menu .mobile-items ul {
        margin: 0 0 15px 0;
    }

    body #footer-menu .mobile-items ul > li {
        margin: 0 5px 0 0;
    }

    body #footer-menu .mobile-items ul > li > strong {
        margin-bottom: 5px;
        display: block;
    }

    body .bx-breadcrumb {
        display: none;
    }

    body .sputnik-informer-desktop {
        display: none;
    }

    body .sputnik-informer-mobile.display-none {
        display: block;
    }
}

/* Styles for header for mobile viewing: */
#mobile_header button.navbar-toggle div.img_menu_burger {
    background-image: url(/bitrix/templates/adaptive/images/header/menu/menu_active.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width:50px;
    height:50px;
}

#mobile_header button.navbar-toggle div.img_menu_burger:active {
    background-image: url(/bitrix/templates/adaptive/images/header/menu/menu.png);
}
/* /styles for header for mobile viewing. */

/* Styles for slider with news on main page for mobile viewing: */
section#recent-works.mobile_section_slider {
    padding-top: 0;
}

#mobile_news_list_block {
    background-color: #fff;
}

#mobile_news_list_block .main_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

#mobile_news_list_block .portfolio-item .item-inner {
    padding: 0 0 0 0;
}

#mobile_news_list_block #slider_main_block {
    position: relative;
}

#mobile_news_list_block #slider_buttons_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
}

#mobile_news_list_block #slider_buttons_block {
    width: 100%;
    z-index: 3;
}

#mobile_news_list_block #slider_buttons_block a.left {
    float: left;
}

#mobile_news_list_block #slider_buttons_block a div.img {
    background-repeat: no-repeat;
    background-size: 100%;
    width:40px;
    height:50px;
}

#mobile_news_list_block #slider_buttons_block a.left div.img.left {
    background-image: url(/bitrix/components/itcoins/mobile.news.list/images/slider/back_active.png);
}

#mobile_news_list_block #slider_buttons_block a.left div.img.left:active {
    background-image: url(/bitrix/components/itcoins/mobile.news.list/images/slider/back.png);
}

#mobile_news_list_block #slider_buttons_block a.right div.img.right {
    background-image: url(/bitrix/components/itcoins/mobile.news.list/images/slider/next_active.png);
}

#mobile_news_list_block #slider_buttons_block a.right div.img.right:active {
    background-image: url(/bitrix/components/itcoins/mobile.news.list/images/slider/next.png);
}

#mobile_news_list_block #slider_buttons_block a.right {
    float: right;
}

#mobile_news_list_block .slide_title {
    display: block;
    margin: 0;
    font-size: 13px;
    padding: 13px 15px;
    color: #0b5502;
    /*background-color: #f5f5f5;*/
}

.img_wrapper {
    position: relative;
}

.img_wrapper .date_property_value{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background-color: #8dc63f;
    color: #fff;
}
/* /styles for slider with news on main page for mobile viewing. */

.su-spoiler-content{
    display:none;
}

.contacts-section-title{
    cursor: pointer;
}
.su-spoiler-content > .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wifi-block{
    display: inline-block;
    position: fixed;
    height: 79px;
    background-color: #d3dddc;
    right: -145px;
    transition: 100ms;
    top: 250px;
    z-index: 99;
    border-radius: 19px 0 0 20px;
    min-width: 220px;
    max-width: 220px;
    -webkit-box-shadow: -2px 1px 17px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 17px -5px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 17px -5px rgba(0,0,0,0.55);
}

.eye-block.wifi-block {
    top: 340px;
}

.wifi-block:hover{
    right: 0;
    transition: 100ms;
}
.wifi-block button{
    height: 100%;
    color: #015e4c;
}
.wifi-block button:focus, .wifi-block button:active{
    border: none;
    outline: none;
}

.wifi-block button img{
    float: left;
    margin-right: 10px;
}

.eye-block.wifi-block button img{
    height: 35px;
}

.wifi-block button > div{
    padding-top: 7px;
    font-weight: bolder;
    text-align: left;
    font-family: "Open Sans";
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#popup {
    display: none;
    background: none repeat scroll 0 0 #72bf44;
    color: #000000;
    height: 361px;
    margin: 5% auto;
    position: relative;
    width: 597px;
}

#popup .a-link {
    background: none repeat scroll 0 0 #2f520a;
}
.modal-content{
    border-radius: 0;
    background: none repeat scroll 0 0 #72bf44;
    color: #000000;
}
.modal-backdrop{
    background-color: #ffffff;
}
.modal-header{
    border-bottom: none;
}
.modal-content .button-green{
    height: 38px;
    font-size: 14px;
    border-radius: 0;

}
#banner-on-main .btn{
    text-align: center;
    color: #FFFFFF;
    padding: 16px 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.news-header {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #2F520A;
    margin: 12px 0;
    font-family: "Open Sans", sans-serif;
}
.btn-one{background-color: #03AB90}
.btn-two{background-color: #438DFF}
.btn-three{background-color: #7033B9}
.btn-four{background-color: #FFB800}
.btn-five{background-color: #FF7E36}
.btn-six{background-color: #F54D53}
@media (max-width: 990px) {
    #banner-on-main{
        margin: 0;
    }
    #masthead{
        box-shadow: none;
    }
    .preview_text_news_on_main{
        color: #848484;
        margin-bottom: 15px;
        display: block;
    }
    body .mobile-width-100-important{
        border: 0
    }
    .mdate{
        top: 0;
        right: 0;
        bottom: auto;
    }
    .title-news_on_main{
        position: absolute;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        bottom: 30px;
        left: 15px;
        z-index: 1;
    }
    #banner-on-main .col-xs-6:nth-child(odd){
        padding-right: 2px;
        padding-left: 4px;
    }
    #banner-on-main .col-xs-6:nth-child(odd) .btn{
        /*margin-left: 4px;*/
    }
    #banner-on-main .col-xs-6:nth-child(even){
        padding-left: 2px;
        padding-right: 4px;
    }
    #banner-on-main .col-xs-6:nth-child(even) .btn{
        /*margin-right: 4px;*/
    }
    .main-news-item-container .overlay-news-img{
        background: linear-gradient(180.46deg, rgba(0, 0, 0, 0) 52.79%, rgba(0, 0, 0, 0.6) 73.19%, rgba(0, 0, 0, 0.7) 92.99%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 10px;
    }
    .mobile-margin{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
.bx-aside-nav-control{
    color: #0e531a !important;
}

.bg-white{
    background-color: #ffffff;
}
.bg-green{
    background-color: #2f520a;
}

.footer-logo-grid span{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color:#FFFFFF;
    line-height: 1.3;
}
.social-icon{
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
@media (min-width: 940px){
    .footer-logo-grid.bg-white .footer-logo:first-child img{
        width: 150px;
    }
    .footer-logo-grid.bg-white .footer-logo:nth-child(5) img{
        width: 150px;
    }
    .footer-logo-grid.bg-white .footer-logo:last-child img{
        width: 150px;
    }


    .footer-logo-grid.bg-white .footer-logo img{
        width: 90px;
    }
    .include-footer-footer-general{
        max-height: 235px;
    }
    .footer-logo-grid{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 970px;
        margin-left: auto;
        margin-right: auto;
        padding: 35px 10px;
    }

    .footer-logo{
        width: 20%;
        height: 113px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-content: space-around;
    }
    .footer-logo-small{
        width: 25%;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        align-content: space-around;
    }
}
@media (max-width: 990px){
    .footer-logo-grid{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }

    .footer-logo{
        width: 100%;
        height: 113px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-content: space-around;
    }
    .footer-logo-small{
        width: 100%;
        margin: 10px 0;
        display: inline-flex;
        align-items: flex-end;
        justify-content: space-between;
        align-content: space-around;
        flex-wrap: nowrap;
        flex-direction: row;

    }
    .footer-logo-grid.bg-green .footer-logo-small{
        justify-content: flex-start;
    }
    .footer-logo-grid span{
        margin-left: 15px;
    }
}
