@import 'component/log.css';
@import 'component/matchup-overview.css';
@import 'component/guilds-overview.css';
@import 'component/overlay.css';

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

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

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    height: 100%
}

body {
    line-height: 140%;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    background: #303030;
    color: #fff;
    text-shadow: -1px 0 1px #000,1px 0 1px #000,0 1px 1px #000,0 -1px 1px #000;
    min-width: 320px
}

h1,h2,h3,h4,h5,h6 {
    line-height: 140%;
    font-family: Roboto Condensed,sans-serif;
    padding: 5px 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

img {
    max-width: 100%
}

.clearfix:after,.grid-container:after {
    content: "";
    display: table;
    clear: both
}

a {
    text-decoration: none;
    color: #33b5e5;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in
}

a:active,a:hover {
    color: #09c
}

p {
    padding: 5px 0
}

strong, .strong {
    font-weight: 700
}

em {
    font-style: italic
}


.ajax-loader {
    width: 24px;
    height: 24px;
    transition: opacity .6s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ajax-loader.hidden {
    opacity: 0
}

.btn {
    background: #09c;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block
}

.btn.small {
    padding: 2px 5px;
    font-size: 11px
}

a.btn {
    text-shadow: none;
    padding: 3px 10px 4px;
    line-height: 140%
}

.btn:active,.btn:hover {
    background: #33b5e5;
    color: #fff
}

.btn.cancel {
    background: #303030
}

.btn.cancel:active,.btn.cancel:hover {
    background: #000
}

.float-right {
    float: right
}

.center-text {
    text-align: center
}

.right-text {
    text-align: right
}

#upgradeBanner {
    padding: 10px;
    background: #33b5e5;
    text-shadow: none
}

#upgradeBanner a {
    color: #f9f9f9
}

#upgradeBanner a:active,#upgradeBanner a:hover {
    text-decoration: underline
}

header {
    position: fixed;
    z-index: 4;
    padding: 5px 10px;
    left: 0;
    background: rgba(0,0,0,.3)
}

header.expanded {
    width: 100%;
    background: rgba(0,0,0,.8)
}

header>a {
    position: absolute;
    margin-top: 5px;
    background: rgba(0,0,0,.3);
    display: none
}

header>a.hide-scores,header>a.show-scores {
    left: 0;
    padding: 11px 8px
}

header>a.hide-scores,header>a:hover {
    background: rgba(0,0,0,.8)
}

header>a>span {
    width: 0;
    height: 0;
    display: block
}

.show-scores span {
    border-top: 10px solid #09c
}

.hide-scores span,.show-scores span {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.hide-scores span {
    border-bottom: 10px solid #09c
}

#scoreDetails {
    display: none;
    padding-top: 32px
}

#scoreDetails>div>div {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px
}

.chart {
    width: 48%;
    max-width: 150px
}

.chart svg {
    width: 100%
}

.obj-count {
    display: flex;
    justify-content: space-between
}

.obj-count>div {
    padding: 10px
}

.portrait header {
    position: relative
}

header h2 {
    padding: 0
}

header h2 img {
    width: 26px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px
}

footer {
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    font-size: 12px;
    z-index: 3
}

footer .embed {
    display: none
}

footer .menu-option {
    margin-bottom: 3px
}

.portrait footer {
    position: relative;
    text-align: center;
    z-index: 5
}

.Blue {
    color: #33b5e5
}

.Green {
    color: #9c0
}

.Red {
    color: #f44
}

.ebg {
    background: hsla(0,0%,100%,.3)
}

.emblem.Red,.redbl {
    background-color: rgba(255,68,68,.3)
}

.bluebl,.emblem.Blue {
    background-color: rgba(51,181,229,.3)
}

.emblem.Green,.greenbl {
    background-color: rgba(153,204,0,.3)
}

#objInfo {
    display: none;
    z-index: 8;
    position: absolute;
    background: rgba(0,0,0,.8);
    padding: 5px;
    width: 170px;
    text-align: left
}

#objInfo .claimed {
    display: none;
    margin-bottom: 10px
}

#objInfo .last-flipped {
    display: none
}

#objInfo .last-flipped.skinny {
    width: 160px
}

#objInfo .map {
    display: none
}

#objInfo .emblem {
    height: 160px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 160px
}

#objInfo .emblem img {
    display: block;
    margin: 0 auto;
    cursor: pointer
}

#objInfo .alert {
    margin-top: 10px
}

#objInfo>.close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px
}

#objInfo .upgrades li{
    display:inline-block;
    max-width: 40px;
}

.menu-option {
    padding: 1px;
    background: #09c;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.menu-option.success {
    background: #690;
}

.menu-option.error {
    background: #c00;
}

.menu-option:hover {
    background: #33b5e5
}

.menu-option>img {
    display: block;
    width: 24px
}

#apiKeyMessage.success {
    color: #690;
}

#apiKeyMessage.error {
    color: #c00;
}

.options-container {
    width: 200px;
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    background: rgba(0,0,0,.5);
    padding: 10px;
    text-align: left
}

.options-container h3 {
    padding-top: 0
}

.portrait .options-container {
    background: rgba(0,0,0,.9);
    left: 50%;
    -webkit-transform: translate3d(-50%,-100%,0);
    transform: translate3d(-50%,-100%,0)
}

.portrait .options-container .col6 {
    width: 48.93617021276595%!important
}

.options-container .close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 22px
}

.options-container .volume {
    display: block;
    width: 100%
}

.options-container input[type=checkbox] {
    vertical-align: middle;
    margin-top: 0
}

.sessionData {
    display:grid;
    grid-template-columns: auto auto;
}
select {
    width: 100%;
}

button {
    background: #09c;
    border: 1px solid;
    width: 100%;
}

#mainContent {
    overflow: hidden
}

#map {
    position: relative;
    transition: transform .4s ease-out,transform-origin .4s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    margin: 0
}

#map>img {
    display: block;
    width: 100%
}

#map h2 {
    display: inline-block
}

a.btn.zoom-in,a.btn.zoom-out {
    padding: 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 17px;
    width: 19px;
    height: 19px;
    text-align: center
}

body.landscape #mainContent,body.semi-portrait #mainContent {
    height: 100vh
}

body.landscape #map,body.semi-portrait #map {
    height: 100vh;
    width: 138vh;
    margin: 0 auto;
    transition: transform .4s ease-out,transform-origin .4s ease-out
}

body #map.zoom .region-name {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.6);
    transform: translate3d(-50%,-50%,0) scale(.6)
}

body #map.zoom .objective {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.4);
    transform: translate3d(-50%,-50%,0) scale(.4)
}

body #map.zoom .objective.scale-up {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.6);
    transform: translate3d(-50%,-50%,0) scale(.6)
}

body #map.redbl {
    -webkit-transform: translateZ(0) scale(1.9);
    transform: translateZ(0) scale(1.9);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

body.landscape #map.bluebl,body.semi-portrait #map.bluebl {
    -webkit-transform-origin: 120% 50%;
    transform-origin: 120% 50%
}

body #map.bluebl {
    -webkit-transform: translateZ(0) scale(1.9);
    transform: translateZ(0) scale(1.9);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

body.landscape #map.greenbl,body.semi-portrait #map.greenbl {
    -webkit-transform-origin: -20% 70%;
    transform-origin: -20% 70%
}

body #map.greenbl {
    -webkit-transform: translateZ(0) scale(1.9);
    transform: translateZ(0) scale(1.9);
    -webkit-transform-origin: 0 70%;
    transform-origin: 0 70%
}

body #map.ebg {
    -webkit-transform: translateZ(0) scale(2);
    transform: translateZ(0) scale(2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

#ebgTitle .btn {
    background: hsla(0,0%,100%,.5);
    color: #000
}

#ebgTitle .btn:hover {
    background: #fff
}

#redTitle .btn {
    background: rgba(255,68,68,.5)
}

#redTitle .btn:hover {
    background: #f44
}

#blueTitle .btn {
    background: rgba(51,181,229,.5)
}

#blueTitle .btn:hover {
    background: #33b5e5
}

#greenTitle .btn {
    background: rgba(153,204,0,.5)
}

#greenTitle .btn:hover {
    background: #9c0
}

#scores {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px 10px;
    z-index: 4;
    background: rgba(0,0,0,.3)
}

#scores.expanded {
    background: transparent
}

.portrait #scores {
    position: absolute;
    background: none
}

#scores h2 {
    padding: 0;
    text-align: right
}

#scores div {
    display: inline-block
}

#chart {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

#scores svg {
    width: 76px;
    height: 76px;
    cursor: pointer
}

#scores svg image.linediv {
    pointer-events: none
}

#chart span {
    position: absolute;
    right: 10px
}

#scores .bloodlust {
    width: 24px;
    vertical-align: middle;
    margin-top: -5px
}

#map>div {
    position: absolute;
    z-index: 2;
    transition: all .4s ease-out
}

#map>div,#map>div.objective.scale-up {
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1)
}

#map>div.objective.scale-up {
    z-index: 3
}

#map>div.objective {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.66);
    -webkit-transform: translate(-50%,-50%) scale(.66);
    -ms-transform: translate(-50%,-50%) scale(.66)
}

div.objective.visible {
    cursor: pointer
}

div.objective.visible.ruin, div.objective.visible.mercenary {
    cursor: default
}

#map>div.objective.visible {
    opacity: 1
}

#map>img.siege {
    position: absolute;
    width: 10px;
    cursor: pointer;
}
#map>img.siege.green {
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(70deg);
}

#map>img.siege.orange {
    filter: invert(.5) sepia(1) saturate(5);
}

#map>img.siege.red {
    filter: invert(.5) sepia(1) saturate(60);
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(.25);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes a {
    0% {
        transform: scale(.25);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes b {
    0% {
        background-color: rgba(255,68,68,.3)
    }

    50% {
        background-color: rgba(255,68,68,.9)
    }

    to {
        background-color: rgba(255,68,68,.3)
    }
}

@keyframes b {
    0% {
        background-color: rgba(255,68,68,.3)
    }

    50% {
        background-color: rgba(255,68,68,.9)
    }

    to {
        background-color: rgba(255,68,68,.3)
    }
}

@-webkit-keyframes c {
    0% {
        background-color: rgba(51,181,229,.3)
    }

    50% {
        background-color: rgba(51,181,229,.9)
    }

    to {
        background-color: rgba(51,181,229,.3)
    }
}

@keyframes c {
    0% {
        background-color: rgba(51,181,229,.3)
    }

    50% {
        background-color: rgba(51,181,229,.9)
    }

    to {
        background-color: rgba(51,181,229,.3)
    }
}

@-webkit-keyframes d {
    0% {
        background-color: rgba(153,204,0,.3)
    }

    50% {
        background-color: rgba(153,204,0,.9)
    }

    to {
        background-color: rgba(153,204,0,.3)
    }
}

@keyframes d {
    0% {
        background-color: rgba(153,204,0,.3)
    }

    50% {
        background-color: rgba(153,204,0,.9)
    }

    to {
        background-color: rgba(153,204,0,.3)
    }
}

@-webkit-keyframes e {
    0% {
        background-color: hsla(0,0%,100%,.3)
    }

    50% {
        background-color: hsla(0,0%,100%,.9)
    }

    to {
        background-color: hsla(0,0%,100%,.3)
    }
}

@keyframes e {
    0% {
        background-color: hsla(0,0%,100%,.3)
    }

    50% {
        background-color: hsla(0,0%,100%,.9)
    }

    to {
        background-color: hsla(0,0%,100%,.3)
    }
}

#log li.redbl.new {
    animation: b 1.5s ease-out 5;
    -webkit-animation: b 1.5s ease-out 5
}

#log li.bluebl.new {
    animation: c 1.5s ease-out 5;
    -webkit-animation: c 1.5s ease-out 5
}

#log li.greenbl.new {
    animation: d 1.5s ease-out 5;
    -webkit-animation: d 1.5s ease-out 5
}

#log li.ebg.new {
    animation: e 1.5s ease-out 5;
    -webkit-animation: e 1.5s ease-out 5
}

.Blue-ping,.Green-ping,.Red-ping {
    z-index: 4!important
}

.Blue-ping:after,.Green-ping:after,.Red-ping:after {
    box-sizing: border-box;
    opacity: 0;
    animation: a 1.5s ease-out 5;
    -webkit-animation: a 1.5s ease-out 5;
    position: absolute;
    top: 0;
    content: "";
    width: 156px;
    height: 156px;
    margin: -150%;
    border-radius: 50%;
    z-index: -1
}

.Red-ping:after {
    border: 8px solid #c00;
    background: radial-gradient(ellipse at center,rgba(255,68,68,.5) 0,rgba(204,0,0,.8) 100%)
}

.Blue-ping:after {
    border: 8px solid #09c;
    background: radial-gradient(ellipse at center,rgba(51,181,229,.5) 0,rgba(0,153,204,.8) 100%)
}

.Green-ping:after {
    border: 8px solid #690;
    background: radial-gradient(ellipse at center,rgba(153,204,0,.5) 0,rgba(102,153,0,.8) 100%)
}

#map>div img {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

#map>div>img {
    width: 39px;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 2px;
    background: #4c4c4c
}

#map>div.ruin>img  {
    width: 35px;
    padding: 0;
}

#map>div.mercenary>img {
    width: 35px;
    padding:2px;
}

.obj-count img {
    width: 26px;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 2px;
    background: #4c4c4c
}

#map>div[data-owner=Red]>img,.obj-count img[data-color=red] {
    background: #c00
}

#map>div[data-owner=Blue]>img,.obj-count img[data-color=blue] {
    background: #09c
}

#map>div[data-owner=Green]>img,.obj-count img[data-color=green] {
    background: #690
}

#map>.objective>span {
    display: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}
#map>.objective[data-invulnerableuntil]>span {
    display: inline-block;
}

#map>div>span:before {
    width: 37px;
    height: 37px;
    border: 4px solid red;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin: -3px
}

#map>div>span:after,#map>div>span:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1
}

#map>div>span:after {
    width: 43px;
    border-top: 4px solid red;
    top: 18px;
    left: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#map>div .waypointimg {
    position: absolute;
    bottom: -8px;
    right: -8px
}

#map>div .waypointimg img {
    display: block;
    max-width: none;
    width: 25px
}

#map>div .claimedimg {
    position: absolute;
    bottom: -7px;
    left: -7px
}

#map>div .claimedimg img {
    display: block;
    max-width: none;
    width: 20px
}

#map>div .structuralimg {
    position: absolute;
    top: -5px;
    left: 6px
}

#map>div .structuralimg img {
    display: block;
    max-width: none;
    width: 27px
}

#ebgTitle {
    top: 58%;
    left: 50%
}

#redTitle {
    top: 3%;
    left: 49%
}

#blueTitle {
    top: 27%;
    left: 82%
}

#greenTitle {
    top: 36%;
    left: 17%
}

#map>div.objective {
    display: none
}

#map>div.objective.active {
    display: block
}

.grid-container>div {
    float: left;
    margin-left: 2.127659574468085%
}

.grid-container>div:first-child {
    margin-left: 0
}

.grid-container>div>img {
    display: block
}

.col12 {
    width: 100%
}

.col11 {
    width: 91.48936170212765%
}

.col10 {
    width: 82.97872340425532%
}

.col9 {
    width: 74.46808510638297%
}

.col8 {
    width: 65.95744680851064%
}

.col7 {
    width: 57.44680851063829%
}

.col6 {
    width: 48.93617021276595%
}

.col5 {
    width: 40.42553191489362%
}

.col4 {
    width: 31.914893617021278%
}

.col3 {
    width: 23.404255319148934%
}

.col2 {
    width: 14.893617021276595%
}

.col1 {
    width: 6.382978723404255%
}

@media (min-width: 1900px) {
    #map>div.objective {
        transform:translate(-50%,-50%) scale(.8);
        -webkit-transform: translate(-50%,-50%) scale(.8);
        -ms-transform: translate(-50%,-50%) scale(.8)
    }

    #map>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1)
    }

    #map.zoom>div.objective {
        transform: translate(-50%,-50%) scale(.6);
        -webkit-transform: translate(-50%,-50%) scale(.6);
        -ms-transform: translate(-50%,-50%) scale(.6)
    }

    #map.zoom>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.8);
        -webkit-transform: translate(-50%,-50%) scale(.8);
        -ms-transform: translate(-50%,-50%) scale(.8)
    }
}

@media (max-width: 1024px) {
    .grid-container>div {
        width:100%;
        margin-left: 0
    }

    .grid-container>div:first-child:nth-last-child(2),.grid-container>div:first-child:nth-last-child(2)~div,.grid-container>div:first-child:nth-last-child(4),.grid-container>div:first-child:nth-last-child(4)~div,.grid-container>div:first-child:nth-last-child(6),.grid-container>div:first-child:nth-last-child(6)~div,.grid-container>div:first-child:nth-last-child(8),.grid-container>div:first-child:nth-last-child(8)~div,.grid-container>div:first-child:nth-last-child(10),.grid-container>div:first-child:nth-last-child(10)~div,.grid-container>div:first-child:nth-last-child(12),.grid-container>div:first-child:nth-last-child(12)~div {
        width: 48.93617021276595%;
        margin-left: 2.127659574468085%
    }

    .grid-container>div:nth-child(odd) {
        margin-left: 0!important
    }

    #map>div.objective {
        transform: translate(-50%,-50%) scale(.6);
        -webkit-transform: translate(-50%,-50%) scale(.6);
        -ms-transform: translate(-50%,-50%) scale(.6)
    }

    #map>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.8);
        -webkit-transform: translate(-50%,-50%) scale(.8);
        -ms-transform: translate(-50%,-50%) scale(.8)
    }

    #map.zoom>div.objective {
        transform: translate(-50%,-50%) scale(.5);
        -webkit-transform: translate(-50%,-50%) scale(.5);
        -ms-transform: translate(-50%,-50%) scale(.5)
    }

    #map.zoom>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.7);
        -webkit-transform: translate(-50%,-50%) scale(.7);
        -ms-transform: translate(-50%,-50%) scale(.7)
    }

    #scoreDetails>div>div.col4 {
        width: 31.914893617021278%!important;
        margin-left: 2.127659574468085%!important
    }

    #scoreDetails>div>div.col4:first-child {
        margin-left: 0!important
    }
}

@media (max-width: 900px) {
    #map>div.objective {
        transform:translate(-50%,-50%) scale(.5);
        -webkit-transform: translate(-50%,-50%) scale(.5);
        -ms-transform: translate(-50%,-50%) scale(.5)
    }

    #map>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.7);
        -webkit-transform: translate(-50%,-50%) scale(.7);
        -ms-transform: translate(-50%,-50%) scale(.7)
    }

    #map.zoom>div.objective {
        transform: translate(-50%,-50%) scale(.4);
        -webkit-transform: translate(-50%,-50%) scale(.4);
        -ms-transform: translate(-50%,-50%) scale(.4)
    }

    #map.zoom>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.6);
        -webkit-transform: translate(-50%,-50%) scale(.6);
        -ms-transform: translate(-50%,-50%) scale(.6)
    }
}

@media (max-width: 767px) {
    h1 {
        font-size:18px
    }

    h2 {
        font-size: 14px
    }

    header>a.hide-scores,header>a.show-scores {
        padding: 6px 4px;
        left: 0;
    }

    .show-scores span {
        border-top: 8px solid #09c
    }

    .hide-scores span,.show-scores span {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent
    }

    .hide-scores span {
        border-bottom: 8px solid #09c
    }

    header h2 img {
        width: 19px
    }

    .grid-container>div {
        width: 100%!important;
        margin-left: 0!important
    }

    #scoreDetails {
        padding-top: 20px
    }

    #scores .bloodlust {
        width: 16px
    }

    #objInfo {
        position: fixed;
        left: 10px!important;
        right: 10px!important
    }

    #objInfo .map {
        display: inline
    }

    #scores svg {
        width: 54px;
        height: 54px
    }

    a.btn.zoom-in,a.btn.zoom-out {
        font-size: 15px;
        line-height: 14px;
        width: 16px;
        height: 16px
    }

    #map>div.objective {
        transform: translate(-50%,-50%) scale(.35);
        -webkit-transform: translate(-50%,-50%) scale(.35);
        -ms-transform: translate(-50%,-50%) scale(.35)
    }

    #map>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.5);
        -webkit-transform: translate(-50%,-50%) scale(.5);
        -ms-transform: translate(-50%,-50%) scale(.5)
    }

    #map.zoom>div.objective {
        transform: translate(-50%,-50%) scale(.3);
        -webkit-transform: translate(-50%,-50%) scale(.3);
        -ms-transform: translate(-50%,-50%) scale(.3)
    }

    #map.zoom>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.5);
        -webkit-transform: translate(-50%,-50%) scale(.5);
        -ms-transform: translate(-50%,-50%) scale(.5)
    }
}

@media (max-width: 360px) {
    body {
        font-size:12px
    }

    h1 {
        font-size: 14px
    }

    h2 {
        font-size: 12px
    }

    header h2 img {
        width: 16px
    }

    #map>div.objective {
        transform: translate(-50%,-50%) scale(.2);
        -webkit-transform: translate(-50%,-50%) scale(.2);
        -ms-transform: translate(-50%,-50%) scale(.2)
    }

    #map>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.3);
        -webkit-transform: translate(-50%,-50%) scale(.3);
        -ms-transform: translate(-50%,-50%) scale(.3)
    }

    #map.zoom>div.objective {
        transform: translate(-50%,-50%) scale(.2);
        -webkit-transform: translate(-50%,-50%) scale(.2);
        -ms-transform: translate(-50%,-50%) scale(.2)
    }

    #map.zoom>div.objective.scale-up {
        transform: translate(-50%,-50%) scale(.3);
        -webkit-transform: translate(-50%,-50%) scale(.3);
        -ms-transform: translate(-50%,-50%) scale(.3)
    }

    #scores svg {
        width: 0;
        height: 0;
        overflow: hidden
    }

    #chart>span {
        display: none
    }

    a.btn.zoom-in,a.btn.zoom-out {
        font-size: 13px;
        line-height: 12px;
        width: 13px;
        height: 14px
    }
}
