




#D{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width:100%;
    left:0;
    margin-left:0;
}




#wc{ /* A CONTAINER FOR THE MAP AND DIGITAL COUNTER IN ONE */
    width:100%;
    height:715px;
    margin-bottom:10px;
}


#o,#p{ /* WORLD CLOCK OPTIONS AND PAGES HEADER MENUS */
    border-bottom-right-radius:22px;
    border-bottom-left-radius:22px;
    border:none;
    overflow:hidden;
    text-align:center;
    background-color: #FFF;
}
#o{ /* OPTIONS MENU */
    width:366px;
    left:-183px;
    margin-left:50%;
    height:99px;
    bottom:0;
    padding-top:54px;
    box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
#p{ /* PAGE MENU */
    top:-2px;
    width:100%;
    max-width:550px;
    background-color:#d6ccc0;
    border-bottom:solid 1px #555;
    box-shadow:1px 1px 5px rgba(0,0,0,0.7),inset 0 20px 10px -20px #000;
    font-size:12px;
    font-family: arial, verdana, tahoma, sans-serif;
    height:35px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    padding:7px 2px;
}
#pb{
    margin-left:50%;
    left:-38%;
    width:76%;
    bottom:5px;
    line-height:90%;
    font-weight:bold;
}
/* BUTTON SECTION */
#b{
    right:0;
    width:336px;
}
/* MENU BUTTON, AND BIG BUTTON */
.b,.bb{
    font-family: arial, verdana, tahoma, sans-serif;
    position:relative;
    display:inline-block;
    vertical-align: text-top;
    width:33px;
    height:33px;
    border-radius:20px;
    box-shadow:0 0 2px #8e8677,inset 0 30px 15px -10px rgba(0,0,0,0);
    text-shadow: none;
    text-align:center;
    line-height: 100%;
    padding-top:11px;
    font-size:11px;
    margin:5px 3px;
    color:#888;
    background-color:#FFF;
}
.b:hover,.bb:hover{
    background-color: #2d7da8;
    text-decoration: none;
    color:#FFF;
    box-shadow:0 0 2px #8e8677,inset 0 -10px 15px -10px rgba(0,0,0,1);
}
.bb{
    width:89px;
    margin:-4px 2px;
}
#b6,#b7,#bl,#br{
    font-size:20px;
    padding-top:6px;
}
#bp,#bn{
    font-size:18px;
    margin-top:-4px;
    height:28px;
    width:28px;
    padding:5px 0 0 0;
}
#bp{
    float:left;
}
#bn{
    float:right;
}
#b7{
    font-weight:bold;
}
#br,#bn{
    padding-left:3px;
}

#m{ /* MAP */
    width:100%;
    min-width:336px;
    max-width:660px;
    height:660px;
    border-radius:330px;
    margin:10px 0;
    box-shadow:0 0 20px #8497a6;
    border:solid 6px #FFF;
    overflow:hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); /* this fixes the overflow:hidden in Chrome/Opera */
    transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
#ms{ /* MAP SHADOW (THE INNER SHADING) */
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:330px;
    box-shadow:inset 2px 2px 10px rgba(0,0,0,0.4),inset -5px -5px 100px rgba(0,0,0,0.2);
}
#mh{ /* MAP CLOCK HAND */
    margin-left:50%;
    left:-5px;
    top:5px;
    transform-origin:center 320px;
    -webkit-transform-origin:center 320px;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    width: 10px;
    height: 320px;
    border-style: solid;
    border-width: 0 5px 350px 5px;
    border-color: transparent transparent rgba(200,0,0,0.7) transparent;
    -webkit-transition: all 3s;
    transition: all 3s;
}
#md{ /* MAP CLOCK DOT */
    margin-left:50%;
    left:-10px;
    top:315px;
    width:20px;
    height:20px;
    border-radius:10px;
    background-color:#CCC;
    box-shadow:inset 1px 1px 2px #FFF,inset -1px -1px 2px rgba(0,0,0,0.4),2px 2px 3px #000;
}

#mc{
    width:660px;
    height:660px;
}

#mt{ /* MAP CLOCK TICKS SECTION */
    left:0;
    top:0;

    width:100%;
    height:100%;
}
.mm{ /* MAP CLOCK MARK */
    width:10px;
    height:10px;
    border-radius:5px;
    background-color:rgba(255,185,35,0.3);
    box-shadow:inset 1px 1px 2px #000;
}
.mml{ /* MAP CLOCK MARK LABEL*/
    width:40px;
    height:40px;
    left:-17px;
    top:-19px;
    font-size:30px;
    color:#FFF;
    text-rendering: optimizeSpeed;
    text-shadow:1px 1px 1px #29375f,0 -1px 1px #FFF,-1px 0px 1px #FFF, 0 0 5px #000;
}
.mt{ /* MAP CLOCK TICK */
    width:2px;
    height:2px;
    background-color:#444;
}

.mp{ /* MAP PIN */
    width:20px;
    height:20px;
    background-position:-60px -155px;
    top:50px;
    margin-left:50%;
    left:-10px;
}
.mpl{ /* MAP PIN LABEL */
    left:-70px;
    top:-12px;
    width:160px;
    font-size:10px;
    text-align:center;
    text-shadow:0 0 1px #FFF,0 0 2px #FFF;
}


#hlp{
    left:10%;
    width:80%;
    height:80%;
    top:-2000px;
    background-color: #DDD;
    border:solid 2px #FFF;
    box-shadow:1px 1px 4px #000;
    padding:20px;
    font-size:13px;
    line-height:125%;
}
#hlp  a{
    color: #3e3c98;
}

#z1{ /* ZONE ONE, NEXT TO AD3 */
    width:51%;
    min-width:336px;
    max-width:380px;
    height:290px;
    text-align:center;
    margin:3px 0;
}
#z2{ /* ZONE TWO, BETWEEN AD3 AND AD1 */
    width:100%;
    text-align:center;
    margin:3px 0;
}
#z3{ /* ZONE THREE, BELOW AD1 */
    width:100%;
    text-align:center;
    margin:3px 0;
}
#z1b{ /* ZONE ONE, NEXT TO AD3 */
    width:51%;
    min-width:336px;
    max-width:380px;
    text-align:center;
    margin:3px 0;
    float:right;
    height:590px;
}
#z2b{ /* ZONE TWO, BETWEEN AD3 AND AD1 */
    text-align:center;
    margin:4px;
    height:300px;
    width:336px;
    float:left;
}



.s{ /* STAT BOX */
    width:333px;
    height:50px;
    border:solid 1px #a4eeff;
    background-color:#FFF;
    border-radius:6px;
    box-shadow:0 0 3px #5dbbe6,2px 2px 6px #999;
    margin:3px 6px;
}
.ss{
    width:162px;
    height:45px;
    border:solid 1px #a4eeff;
    background-color:#FFF;
    border-radius:6px;
    box-shadow:0 0 3px #5dbbe6,2px 2px 6px #999;
    margin:3px 2px;
}
.sl{
    width:100%;
    top:2px;
    font-size:12px;
}
.sn{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    height:30px;
}



.snx,.sn2x{ /* STAT NUMBER */
    width:100%;
    height:40px;
    border:solid 2px #FFF;
    box-shadow:0 0 4px #AAA, inset 0 -4px 10px -5px rgba(0,0,0,0.4), inset 0 4px 5px -5px rgba(0,0,0,0.3);
    border-radius:6px;
    font-size:25px;
    letter-spacing: 3px;
    color:#555;
    text-align:right;
    padding:0 1px 0 0;
    font-family: "Roboto Mono", monospace;
    background:#FFF url(b/3.png);
    vertical-align: middle;
    text-rendering:optimizeSpeed;
}
.slx,.sl2x{ /* STAT LABEL */
    width:100%;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:5px;
    color: #1f7da6;
    vertical-align: middle;
    text-rendering: optimizeSpeed;
}
.sn2x{ /* STAT 2 IS SMALL, WITH SPACE ONLY FOR NUMBERS UP TO 999,999,999 */
    width:208px;
    margin:3px 0;
}
.sl2x{
    width:127px;
    text-align:right;
    padding-right:5px;
    margin:3px 0;
    line-height:90%;
    font-weight:normal;
    font-size:13px;

}

.m{ /* MAP STAT BOX */
    background-color:rgba(220,220,220,0.7);
    box-shadow:inset 0 0 0 1px #FFF, 5px 2px 4px rgba(0,0,0,0.2);
    width:150px;
    height:34px;
    border-radius:17px;
    line-height:normal;
    overflow:hidden;
    text-align:center;
    text-rendering: optimizeSpeed;
}
.mn{ /* MAP STAT NUMBER */
    font-size:16px;
    top:12px;
    height:22px;
    left:0;
    width:100%;
    color: #4f483f;
    font-family: 'Titillium Web', arial, verdana, tahoma, sans-serif;
    font-weight: 700;
    text-rendering:optimizeSpeed;
}
.ml{ /* MAP STAT LABEL */
    top:1px;
    left:0;
    width:100%;
    font-size:10px;
    color: #15465e;
    overflow:hidden;
    border-bottom:solid 1px #BBB;
    font-weight: bold;
    line-height:110%;
    text-rendering: optimizeSpeed;
}

.f{
    width:100%;
    font-size:14px;
}

.i,.ib{ /* INFO */
    width:190px;
    height:45px;
    margin:5px;
    border:solid 2px #FFF;
    box-shadow:0 0 4px #888;
    background-color:#EEE;
    border-radius:45px;
    font-size:12px;
    font-weight:bold;
    vertical-align: middle;
    line-height:105%;
    padding-top:5px;
    color:#218cbb;
    text-align:center;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
}
.ib{ /* BIG INFO */
    width:240px;
    height:59px;
    color:#222;
}
.i20{ /* FONT 20 PX INFO */
    font-size:20px;
}
.i30{ /* FONT 30 PX INFO */
    font-size:30px;
    margin-top:10px;
}
.if{ /* FULL WIDTH INFO */
    color:#000;
    width:100%;
    /*border:solid 1px #666;*/
    border-radius:60px;
    padding:8px 0;
    font-family: 'Bangers', Arial, Helvetica, sans-serif;
    font-size:24px;
    /*background-color: #91a8b7;
    box-shadow:inset 0 -50px 50px -30px #748896;*/
    background-color:#CCC;
    box-shadow:inset 1px 1px 2px 1px #AAA;
    overflow:hidden;
    vertical-align: text-top;
}
.if:before{
    content:"";
    position:absolute;
    top:-100px;
    left:20%;
    width:60%;
    height:99px;
    border-radius:50px;
    /*box-shadow:0 0 140px #FFF;*/
}
.if:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:60px;
    /*box-shadow:inset 2px 2px 6px rgba(0,0,0,0.4)*/
}

/* LINE */
.ln{
    width:100%;
    height:1px;
    background-color:#999;
    box-shadow:inset 30px 0 30px -20px #EEE,inset -30px 0 30px -20px #EEE;
}

/* TIME SEARCH */
#tsi{
    width:50%;
    min-width:200px;
    max-width:240px;
    height:30px;
    font-size:20px;
    font-family: "Open Sans",Arial, verdana, tahoma, sans-serif;
    text-align:left;
    background-color: #EEE;
    border:solid 1px #FFF;
    box-shadow:inset 1px 1px 3px #888;
    margin:5px 10px 5px 0;
    padding-left:8px;
}
#tsb{
    display:inline-block;
    position:relative;
    width:15%;
    min-width:80px;
    height:30px;
    font-size:20px;
    font-family: "Open Sans",Arial, verdana, tahoma, sans-serif;
    text-align:center;
    background-color: #EEE;
    box-shadow:0 0 2px 1px rgba(38,165,220,0),3px 3px 3px rgba(0,0,0,0.2);
    margin:2px 0;
    margin-left:5px;
}
#tsb:hover{
    text-decoration:none;
    border-color:#26a5dc;
    box-shadow:0 0 2px 1px #26a5dc,3px 3px 3px rgba(0,0,0,0.5);

}


/* GAUGE */
.g{
    width:135px;
    height:135px;
}
.gn{
    left:56px;
    top:14px;
    width:22px;
    height:66px;
    background: url(wc/30.png);
    background-size: 22px 66px;
    -ms-transform: rotate(-135deg);
    -ms-transform-origin: 50% 83%;
    -webkit-transform: rotate(-135deg);
    -webkit-transform-origin: 50% 83%;
    transform: rotate(-135deg);
    transform-origin: 50% 83%;
    -webkit-transition: rotate 0.5s;
    transition: rotate 0.5s;
}
.gn{ /* MAP CLOCK HAND */
    left:64px;
    top:10px;
    width:8px;
    height:60px;
    transform-origin:center 58px;
    -webkit-transform-origin:center 58px;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    border-style: solid;
    border-width: 0 4px 60px 4px;
    border-color: transparent transparent rgba(200,0,0,0.7) transparent;
    -webkit-transition: all 5s;
    transition: all 5s;
}

#t{width:100%;font-size:12px;border: 1px solid #999;border-collapse: collapse;}
#t td{padding:0 10px;border: 1px solid #999;}

#src{font-size:12px;text-align:center;width:100%;}


.gb{
    background-color:rgba(220,220,220,0.7);
    box-shadow:inset 0 0 0 1px #FFF, 5px 2px 4px rgba(0,0,0,0.2);
    width:270px;
    margin:3px 10px;
}
.gb,.gs,.gex{
    width:250px;
    height:250px;
    display:inline-block;
    position:relative;
    line-height: normal;
    overflow:hidden;
    margin:0 5px;
    background: url(/assets61/wc/2.png);
    background-size: 250px 250px;
}
.gs{background-size: 125px 125px;width:125px;height:125px;}

.gex{
    background: url(/assets61/wc/7.png);
    background-size: 250px 250px;
}
.gl,.gls{
    top:140px;
    left:30%;
    width:40%;
    font-size:12px;
    color: #ffbf67;
    font-weight: bold;
    line-height:110%;
}
.gls{top:70px;font-size:10px;
}
.gnb,.gns{
    left:103px;
    top:11px;
    width:45px;
    height:132px;
    background: url(/assets61/wc/3.png);
    background-size: 45px 132px;
    -ms-transform: rotate(-135deg);
    -ms-transform-origin: 50% 83%;
    -webkit-transform: rotate(-135deg);
    -webkit-transform-origin: 50% 83%;
    transform: rotate(-135deg);
    transform-origin: 50% 83%;
    -webkit-transition: rotate 0.5s;transition: rotate 0.5s;
}
.gns{background-size: 22px 66px;left:52px;top:5px;width:22px;height:66px;}

.gd,.gds{
    left:114px;
    top:107px;
    width:25px;
    height:25px;
    border-radius:30px;
    background-color: #999;
    box-shadow:1px 1px 0 0 #555, -1px -1px 0 0 #CCC;
}
.gm,.gms{
    left:0;
    top:0;
    width:250px;
    height:250px;
}
.gms{width:125px;height:125px;}

.gv,.gvs{
    background-color: transparent;
    font-size:12px;
    color: #999;
    top:187px;
    left:60px;
    width:123px;
    height:30px;
    font-family: arial, verdana, tahoma, sans-serif;
    font-weight: normal;
}
.gvs{font-size:10px;top:93px;left:30px;width:62px;font-size:10px;}



@media screen and (max-width: 1000px) {
    .ss{margin:3px 1px}
}
@media screen and (max-width: 730px) {
    .if{width:98%;border-radius:0;}
    #AD2{float:none}
    #z1b{width:54%;min-width:336px;float:none}
    #z1{width:54%;min-width:336px;float:none}
    #z2b{float:none}
    #DB{
        border-radius:0;
    }
    #hlp{
        font-size:12px;
    }

}
@media screen and (max-width: 680px) {
    #m {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    #ms{
        border-radius:0;
    }

}
@media screen and (max-width: 600px) {
    #b{
        position:relative;
        display:inline-block;
        top:-4px;
    }
    #hlp{
        width:90%;
        left:5%;
        font-size:11px;
    }
    #t{font-size:8px}
}
@media screen and (max-width: 450px) {
    #hlp{
        font-size:10px;
    }
}

/* 960 - 1023 CONTENT REDUCED */
@media screen and (min-width: 981px) and (max-width: 1025px) {
    #AD3{margin-right:3px;}
    #z1b{width:49%;max-width:360px}
    #z1{width:49%;max-width:360px}
}
@media screen and (min-width: 961px) and (max-width: 980px) {
    #AD2{float:none}
    #AD3{margin-right:8px;float:none;}
    #z1b{width:54%;float:none}
    #z1{width:54%;float:none}
    #z2b{float:none}
}
@media screen and (min-width: 961px) and (max-width: 1025px) {
    .if{width:98%;}
}


@media screen and (max-width: 560px) {
    #p{
        border-bottom-right-radius:0;
        border-bottom-left-radius:0;
    }
    .bb{
        width:70px;
    }
}
@media screen and (max-width: 500px) {
    .bb{
        width:60px;
    }
    #bb2{width:40px}
    #bb3{width:36px}
    #bb4{width:48px}
    #bb5{width:54px}
}
