
.control_block {
    opacity: 0;
    font-size: 15px
}

html, body {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 768px;
    margin: 0 !important;
    overflow: hidden !important;
    background: url(../pic/bg_map.min.png);
    font-family: 'Ubuntu', Verdana, Arial
}

.newBg {
    background: #FFF
}

canvas {
    z-index: 1
    opacity: 0;
}

.layout {
    z-index: 5
}

canvas, .layout {
    width: 3500px;
    height: 3500px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.layout:hover {
    cursor: move
}

.circle {
    position: absolute;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    opacity: 0;
    text-align: center;
    background-color: #c41c1c;
    -webkit-border-radius: 1000%;
    -moz-border-radius: 1000%;
    border-radius: 1000%;
    z-index: 7;
    cursor: pointer
}

.circle a {
    color: #FFF
}

.circle-content {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: table;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Ubuntu', Verdana, Arial
}

.circle:hover .control_block {
    opacity: 1 !important
}

.circle span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.circle.add {
    font-size: 50px
}

#mod_addchild .mod_content {
    font-size: 17px
}

select {
    margin: 10px 10px 0;
    padding: 3px 10px
}

.level_1 > li {
    background-color: #7a0404
}

.level_2 > li {
    background-color: #c41c1c
}

.level_3 > li {
    background-color: #eb4b4b
}

.level_4 > li {
    background-color: #e8cdcd
}

.level_5 > li {
    background-color: #d5d2d2
}

.circle_info {
    display: none
}

.map-header {
    position: absolute;
    top: 35px;
    left: 60px
}

.map-header .logo {
    float: left;
    margin: -5px -35px 0 0
}

.map-header .logo a {
    position: relative;
    z-index: 100
}

.map-header .logo img {
    width: 360px
}

.map-header span {
    position: relative;
    font-size: 17px;
    z-index: 100
}

.map-header img {
    width: 280px;
    margin-bottom: 25px;
    margin-left: 10px
}

.header_info {
    margin-top: 6px;
    margin-right: 290px;
    background: rgba(255, 255, 255, 0.7)
}

.modal {
    display: block;
    z-index: 10000;
    overflow: hidden;
    background-color: rgba(225, 225, 220, 0.64) !important
}

.modal .content {
    background-color: rgba(225, 225, 220, 0) !important
}

#mod_auth input {
    width: 90%;
    margin-top: 15px
}

#mod_circle {
    padding: 25px 0 !important
}


#mod_circle table {
	width: 100% !important;
}

#mod_circle .mod_header {
    line-height: 1.2;
    text-align: center;
}

#mod_circle .mod_content, #mod_circle p {
    color: #2E2E2E !important;
    font-size: 14px !important;
    font-family: 'Open Sans', Verdana, Arial !important
}

#mod_circle .mod_content {
    padding: 0 2.5rem
}

.map_lang {
    position: absolute;
    top: 28px;
    right: 84px;
    color: #898a8b;
    font-size: 14px;
    font-family: 'Ubuntu';
    z-index: 101
}

.map_lang a {
    margin-left: 10px;
    font-weight: 500;
    text-decoration: none
}

.item__active {
    color: #1E1F1F
}

.map_lang a:hover {
    color: #405C86
}

.modal_window {
    max-width: 90%;
    margin: 0 auto
}

.soc_mod__item {
    width: 42px;
    height: 42px;
    margin: 0 15px;
    display: inline-block;
    float: left;
    text-decoration: none;
    background: #26bcb6 url(../pic/soc_mod.png) no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.soc_mod__item:hover {
    background: #59c6c0 url(../pic/soc_mod.png) no-repeat
}

.i-mod_yt {
    background-position: left center !important
}

.i-mod_fb {
    background-position: center center !important
}

.i-mod_vk {
    background-position: right center !important
}