@charset "utf-8";
@import 'reset.css';
/* CSS Document */
/*
font-family: 'DINNextW1G';
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    height: 100%;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
textarea {
    outline: none;
    resize: none;
}
/*firefox button fixes*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
body {
    background: #ffffff;
    color: #312f2b;
    font-family: 'DINNextW1G', sans-serif;
    font-size: 12px;
    line-height: 18px;
}
a {
    color: #f3b400;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: bold;
}
.clr:after,
.wrap:after,
.line:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    float: none !important;
}
ul,
ol,
li {
    list-style: none;
}
h1 {
    color: #646465;
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    /*text-shadow: 0px 2px 0 #ffffff, 0px -2px 0 #ffffff, 2px 0px 0 #ffffff, -2px 0px 0 #ffffff, 2px 2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px -2px 0 #ffffff;*/
}
h3 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.fll {
    float: left !important;
}
.flr {
    float: right !important;
}
a.img {
    display: block;
}
a.img img {
    display: block;
}
.css-after-before-class {
    display: block;
    content: "";
}
.css-after-inline-row {
    display: inline-block;
    content: "";
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0px;
}
/* base end */
.wrapper {
    min-width: 1024px;
    overflow: hidden;
}
.wrap {
    width: 1024px;
    min-width: 1024px;
    position: relative;
    margin: 0 auto;
}
.header {
    position: relative;
    z-index: 3;
}
.content {
    position: relative;
    z-index: 2;
}
.map-page .header {
    z-index: 12;
    position: fixed;
    top: 19px;
    left: 27px;
    right: 30px;
}
.map-page .header h1 {
    padding-right: 300px;
}
.map-page .content {
    z-index: 13;
}
.logo {
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
}
.lang {
    display: block;
    position: absolute;
    top: 4px;
    right: 300px;
}
.lang a {
    color: #689DFF;
}
.logo img {
    display: block;
}
.corner-map-image {
    position: fixed;
    z-index: 12;
    right: 0;
    bottom: 0;
    background: url("../img/corner_image.jpg") 0 0 no-repeat;
    width: 174px;
    height: 118px;
    border-top: 2px solid #e6e0cf;
    border-left: 2px solid #e6e0cf;
}
.footer {
    position: relative;
    z-index: 1;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    color: #2c373c;
    line-height: 18px;
}
.footer .wrap {
    padding: 20px 0;
}
.map-page .footer {
    position: fixed;
    left: 38px;
    right: 50px;
    bottom: 18px;
    z-index: 12;
}
.webdev a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #2c373c;
    text-decoration: none;
    bottom: 5px;
}
.webdev span {
    display: inherit;
    position: relative;
    top: 10px;
    width: 30px !important;
    height: 30px;
    background: url("../img/sprite_01.png") 0 0 no-repeat;
}
.webdev a:hover {
    text-decoration: underline;
}
.btn {
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #615e5e;
    font-size: 14px;
    font-family: 'DINNextW1G', sans-serif;
    padding: 0 11px;
    height: 31px;
    line-height: 31px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}
.btn:hover {
    opacity: 0.8;
}
.btn:focus {
    outline: none;
}
.faq-btn {
    padding-left: 31px;
    position: fixed;
    bottom: 19px;
    right: 192px;
}
.faq-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    width: 17px;
    height: 17px;
    background: url("../img/sprite_01.png") -30px -120px no-repeat;
}
#pluso {
    position: fixed;
    bottom: 16px;
    right: 350px;
}
#pluso > div > span > a {
    margin-right: 10px;
}
#pluso > div > span > .pluso-more {
    display: none;
}
.leaflet-bottom.leaflet-right {
    display: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=month],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    color: #5c6468;
    background: #ffffff;
    border: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-family: 'DINNextW1G', sans-serif;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=month],
input[type=time],
input[type=url],
input[type=week],
input[type=number] {
    padding: 9px 13px;
    height: 30px;
    line-height: 1;
}
textarea {
    padding: 6px 13px;
    line-height: 20px;
    height: 120px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=number]:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #66b6f2;
}
/*placeholder css*/
form :-moz-placeholder {
    color: #5c6468;
    opacity: 1 !important;
}
/*Firefox 4-18*/
form ::-moz-placeholder {
    color: #5c6468;
    opacity: 1 !important;
}
/*Firefox 19+ */
form ::-webkit-input-placeholder {
    color: #5c6468;
    opacity: 1 !important;
}
/*webkit*/
form :-ms-input-placeholder {
    color: #5c6468;
    opacity: 1 !important;
}
/*ie10*/
form .line {
    margin: 0 0 20px;
    position: relative;
}
form {
    position: relative;
}
/*------------radio button--------------*/
.radio,
.radio input {
    height: 12px !important;
    width: 12px !important;
}
.radio input {
    cursor: pointer;
    opacity: 0;
}
.radio {
    background: #aaaaaa;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0;
}
.r-chd,
.r-chd .radio {
    background: #000000;
}
.rb_label {
    display: block;
    clear: both;
    position: relative;
    padding: 0 0 0 20px;
}
.rb_label:focus {
    outline: none !important;
}
/*-----------accordion--------*/
.side-filter {
    position: relative;
    border-radius: 20px;
    opacity: 0.9;
}
.side-filter > h3 {
    padding: 8px 10px;
    background-color: rgb(127,169,246);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.side-filter .rb_label {
    line-height: 15px;
    padding: 8px 15px 6px 15px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    cursor: pointer;
    border-top: 1px solid #e2e2e2;
}
.side-filter .rb_label .radio {
    display: none;
}
.side-filter .rb_label .name.checked {
    background-color: #FEC132;
    padding: 0px 5px;
    border-radius: 7px;
}    
.side-filter .rb_label .description {
    display: none;
    font-size: 12px;
    font-weight: 400;
}
.side-filter .rb_label.r-chd {
    background: none;
    border-color: #febc00;
    position: relative;
    z-index: 2;
}
.side-filter .rb_label.r-chd .description {
    display: block;
}
.side-filter .rb_label:hover {
    background: #febc00;
    border-color: #febc00;
    position: relative;
    z-index: 2;
}
.side-filter li li:first-child .rb_label {
    border-top: none;
}
.side-filter .status-label {
    font-weight: 400;
    line-height: 21px;
    padding: 5px 20px 5px 74px;
}
.side-filter .status-label .map-history-icon {
    position: absolute;
    top: 5px;
    left: 42px;
}
.map-history-icon {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    background: #ffffff;
    border: 1px solid #615e5e;
    border-radius: 50%;
    float: left;
}
.map-history-icon.full {
    background: #615e5e;
}
.map-history-icon.full:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.perekl {
    line-height: 22px; margin-left: 10px;
}
.map-history-icon.striped {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQImWNIjIv7nxgX958BBpA5GBJwAWQOADa6EOGru0OQAAAAAElFTkSuQmCC") repeat #ffffff;
}
.accordion {
    border-top: 1px solid #d7d7d4;
}
.accordion > li > span {
    display: block;
    position: relative;
    background: rgb(127,169,246);
    padding: 6px 30px 5px 42px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-transform: uppercase;
}
.accordion > li > span:before {
    display: block;
    content: "";
    position: absolute;
    right: 14px;
    top: 12px;
    width: 13px;
    height: 8px;
    background: url("../img/sprite_01.png") -30px -60px no-repeat;
}
.accordion > li > span.active:before {
    background-position: -30px 0;
}
.accordion > li > span.checked {
    background: #568FF8;
}
.accordion > li:last-child > span {
    border-bottom: none;
}
.accordion > li:last-child ul {
    border-top: 1px solid #d7d7d4;
    border-bottom: none;
}
.accordion > li ul {
    background-color: rgb(255, 249, 223);
}
.accordion ul {
    display: none;
    border-bottom: 1px solid #d7d7d4;
    max-height: 336px;
    overflow: auto;
}
.accordion ul li {
    margin: 0 0 -1px;
}
.accordion ul li:last-child {
    margin: 0;
}
.accordion li:last-child span {
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
}
.pic1:after,
.pic2:after,
.pic3:after,
.pic4:after,
.pic5:after,
.pic6:after,
.pic7:after,
.pic8:after,
.pic9:after,
.pic10:after,
.pic11:after,
.pic12:after,
.pic13:after,
.pic14:after,
.pic15:after,
.pic16:after,
.pic19:after {
    display: block;
    content: "";
    width: 24px;
    height: 20px;
    position: absolute;
    left: 13px;
    top: 5px;
    background: url("../img/sprite_01.png");
}
.pic1:after {
    background-position: -30px -180px;
}
.pic2:after {
    background-position: 0 -30px;
}
.pic3:after {
    background-position: 3px -60px;
}
.pic4:after {
    background-position: 1px -90px;
}
.pic5:after {
    background-position: 0 -120px;
    top: 7px;
}
.pic6:after {
    background-position: 0px -150px;
    top: 9px;
}
.pic7:after {
    background-position: 0px -240px;
}
.pic8:after {
    background-position: 0px -270px;
    top: 7px;
}
.pic9:after {
    background-position: 0 -300px;
    top: 9px;
}
.pic10:after {
    background-position: 0px -330px;
    top: 9px;
}
.pic11:after {
    background-position: 0px -360px;
    top: 7px;
}
.pic12:after {
    background-position: 0 -210px;
}
.pic13:after {
    background-position: 0px -180px;
}
.pic14:after {
    background-position: -30px -150px;
}
.pic15:after {
    background-position: -30px -180px;
}
.pic16:after {
    background-position: -30px -210px;
}
.pic19:after {
    background-position: -30px -359px;
}
.map-wr {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.side-pad {
    position: fixed;
    z-index: 12;
    top: 111px;
    left: 50px;
    width: 300px;
}
.statistic-item {
    text-align: center;
    position: absolute;
}
.statistic-item .item-text {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}
.statistic-item .item-text p {
    /*text-shadow: 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;*/
}
.statistic-value {
    opacity: 0.8;
    display: table;
    height: 100% !important;
    width: 100% !important;
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    -webkit-border-radius: 45%;
    -moz-border-radius: 45%;
    border-radius: 45%;
    background: #ffffff;
    color: #000;
}
.no_opacity {
    opacity: 1;
}
.statistic-value span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 3px 0 0;
}
.item-color-1 .statistic-value {
    border-color: #615e5e;
    background: #615e5e;
    position: relative;
}
.item-color-1 .statistic-value:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}
.item-color-1 span {
    display: none;
}
.item-color-2 .statistic-value {
    border-color: #615e5e;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGklEQVQImWNgQAKJcXH/E+Pi/lMiABNE5wMASs8VGUKf51EAAAAASUVORK5CYII=") repeat #ffffff;
}
.item-color-2 span {
    display: none;
}
.item-color-3 .statistic-value {
    border-color: #615e5e;
}
.item-color-3 span {
    display: none;
}
#map {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hidden {
    display: none;
}
.copyright a {
    color: #6a747c;
    text-decoration: none;
    white-space: nowrap;
}
.leaflet-container {
    font-family: 'DINNextW1G', sans-serif;
}
.leaflet-div-icon {
    background: none !important;
    border: none !important;
}
.leaflet-bar {box-shadow: none; border-radius: 0;}
.leaflet-top.leaflet-right .leaflet-control-zoom {
    margin-right: 30px;
    margin-top: 90px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom .leaflet-control-zoom-in {
    float: left;
    background-color: #fff;
    text-decoration: none;
    color: black;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    box-shadow: rgba(0,0,0,0.1) 7px 7px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom .leaflet-control-zoom-out {
    float: right;
    background-color: #fff;
    text-decoration: none;
    color: black;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    box-shadow: rgba(0,0,0,0.1) 7px 7px;
}
.leaflet-top.leaflet-right .leaflet-control-zoom .leaflet-disabled {
    background-color: #F5F5F5;
}
.leaflet-popup a.leaflet-popup-close-button {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    /*---------*/
    padding: 0;
    width: 18px;
    height: 18px;
    color: #ffffff;
    
}
#popup-faq .leaflet-popup-content-wrapper .leaflet-popup-close-button {
    font-size: 0;
    background: url("../img/sprite_01.png") -30px -90px no-repeat;
}
.leaflet-popup .leaflet-popup-content-wrapper,
.leaflet-popup .leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.15);
    /*border: 1px solid #e0e0de;*/
    border-radius: 15px;
}
.leaflet-popup-tip-container {
    top: -1px;
}
.leaflet-popup .leaflet-popup-content {
    /*padding: 8px 11px 6px;*/
    margin: 0;
}
.leaflet-popup .leaflet-popup-content h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-shadow: none;
    margin-left: 15px;
}
.popup-btm-arw {
    display: block;
    width: 29px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -19px;
    background: url("../img/sprite_01.png") -60px -90px no-repeat;
}
#popup-faq {
    position: fixed;
    right: 62px;
    bottom: 78px;
    z-index: 33;
}
#popup-city {
    position: fixed;
    left: 50px;
    right: 50px;
    top: 100px;
    z-index: 32;
}
.faq-popup {
    padding: 10px 30px 12px 16px;
    width: 360px;
}
.city-popup {
    padding: 10px 30px 12px 16px;
    width: 95%;
}
.faq-popup h3 {
    margin: 0 0 8px;
}
.faq-popup p {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px;
}
.faq-popup p:last-child {
    margin: 0;
}
.town-popup {
    min-width: 304px;
    /*overflow: hidden;*/
}
.town-popup h3 {
    margin: 6px 0 4px;
    padding-right: 30px;
    text-transform: lowercase;
}
.town-popup h3:first-letter {
    text-transform: uppercase;
}
.town-popup p {
    margin: 0;
}
.town-popup .heading-pad {
    padding-right: 30px;
}
.town-popup .town-image {
    /*
    background: #ffffff;
    margin: -8px 0 -6px -11px;
    */
    padding: 8px 11px 6px 11px;
    height: 81px;
    display: block;
}
.town-popup .town-image img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto 0;
}
.town-popup .edit-data {
    float: right;
}
.town-popup .town-wr {
/*    display: table;
    width: 100%;*/
    overflow: hidden;
    border-radius: 15px;
}
.town-popup .img-wr {
    /*display: table-cell;
    padding-right: 5px;
    vertical-align: top;*/
    width: 100px;
    float: left;
}
.town-popup .inf-wr {
    /*  
    display: table-cell;
    vertical-align: middle;
    */
    float: left;
    padding: 10px;
    width: 180px;
}
.town-popup .link-detail {
    float: right;
    margin: 5px 0 0;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.parameters .line {
    /*    
    margin: 0 0 10px;
    display: table;
    width: 100%;
    */
}
.parameters .line:last-child {
    margin-bottom: 0;
}
.parameters .line > * {
    /*  
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    */
}
.parameters .line .name {
    /*    
    padding-right: 10px;
    */
}
.parameters .line .val {
    /*text-align: right;*/
}
.parameters .parameter-name {
    color: #615e5e;
    font-size: 14px;
    line-height: 18px;
}
.parameters .val {
    color: #615d5e;
    font-size: 24px;
    font-weight: 300;
}
.intro-page {
    background: url("../img/intro_bg.jpg") center center no-repeat #fec133;
    height: 100%;
    color: #ffffff;
}
.intro-page .wrap {
    height: 100%;
}
.intro-page .logo {
    top: 37px;
    right: 42px;
}
.intro-page .centered-slide {
    display: table;
    height: 100%;
    width: 100%;
}
.intro-page .centered-slide .wr {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.intro-page .intro-img {
    margin: 0 auto 43px;
    background: url("../img/intro_img.png");
    width: 665px;
    height: 130px;
}
.intro-page h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0 0 18px;
    text-shadow: none;
    font-weight: bold;
}
.intro-page h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 44px;
    line-height: 40px;
    margin: 0 0 37px;
}
.go-link {
    display: block;
    margin: 0 auto 0;
    text-decoration: none;
    background: url("../img/sprite_01.png") -60px 0 no-repeat;
    width: 82px;
    height: 83px;
}
.go-link:hover {
    opacity: 0.8;
}
.go-link:focus {
    outline: none;
}
@media screen and (max-height: 960px) {
    .accordion ul {
        max-height: 307px;
    }
}
@media screen and (max-height: 920px) {
    .accordion ul {
        max-height: 279px;
    }
}
@media screen and (max-height: 880px) {
    .accordion ul {
        max-height: 251px;
    }
}
@media screen and (max-height: 840px) {
    .accordion ul {
        max-height: 223px;
    }
}
@media screen and (max-height: 825px) {
    .accordion ul {
        max-height: 195px;
    }
}
@media screen and (max-height: 800px) {
    .accordion ul {
        max-height: 167px;
    }
}
@media screen and (max-height: 766px) {
    .accordion ul {
        max-height: 139px;
    }
}
.my-leaflet-popup-close-button {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("../img/sprite_01.png") -30px -90px no-repeat;
    cursor: pointer;
}
.leaflet-popup-content-wrapper {
    padding: 0px; 
}
.no_click {cursor: default !important;}
/*.ico1 {background: url(../img/ico4.png) no-repeat center center; background-size: 100%;}
.ico2 {background: url(../img/ico5.png) no-repeat center center; background-size: 100%;}
.ico3 {background: url(../img/ico6.png) no-repeat center center; background-size: 100%;}*/

.ico1 {border-color: #3A3838; background: #615e5e; border-radius: 50%; display: block; border: 3px solid #3A3838;}
.ico2 {
    border-color: #3A3838;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGklEQVQImWNgQAKJcXH/E+Pi/lMiABNE5wMASs8VGUKf51EAAAAASUVORK5CYII=") repeat #ffffff;
    border: 3px solid #000000;
    border-radius: 50%;
    display: block;
}
.ico3 {border-color: #3A3838; background: #FFFFFF; border-radius: 50%; display: block; border: 3px solid #3A3838;}

.linkToSite a {position: fixed; z-index: 12; top: 128px; left: 370px; font-weight: bold; font-size: 16px; color: crimson; text-decoration: none;}
.linkToSite a:hover {text-decoration: underline; color:red;}
