#playground, #above-task {
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    overflow:hidden;
    position: relative;	
    background-position: center center;
    background-size: cover;
}


#start-page {
    background-image: url("../../res/drawable/interface/start-page.jpg");
    z-index: 1000;

    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    overflow:hidden;
    position: absolute;	
    background-position: center center;
    background-size: cover;

    top: 0;
    left:0;
}

#start-page .title-start-page{

    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 22%;
    width: 50%;
    font-size: 4em;

    text-align: center;
    font-family: Andada;
    font-weight: bold;

    color: #29176e;

}

#long-text {
    display: none;
    position: absolute;

    width: 60%;
    height:80%;
    left: 20%;
    top: 10%;

    padding: 2%;

    line-height: 150%;

    background-color: #fff;

    z-index: 2000;

    background-color: #fff;
    font-size: 1.4em;
    font-family: 

        box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;

    font-family: Andada;

    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;

    -webkit-box-shadow:  2px 2px 10px 2px rgba(0, 0, 0, 0.5);

    box-shadow:  2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

#black-overlay{
    background-position: center center;
    background-size: cover;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;

    background-color: #000;

    -moz-opacity: 0.41;
    opacity: 0.41;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=41);

    display: none;
}

#playground .zoom-area, #playground .object, #above-task .object {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

#playground .container-big-number {
    position: absolute;
    top: 16%;
    width: 16%;
    height: 12%;
}

#playground .container-big-number-dkg {
    position: absolute;
    top: 16%;
    width: 22%;
    height: 12%;
}

#playground .container-big-number .eq {
    width: 33% !important;
    height: 100% !important;
    top: 10% !important;
}

#playground .container-big-number .dkg {
    width: 77% !important;
    height: 210% !important;
    top: -67% !important;
}

.hint {
    background-color: #29176E;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 0.3em;
    font-size: 1em;
    font-family: Andada;

    color: #fff;

    position: absolute;
}


.place_long {
    width:23% !important;
}

#playground .zoom-zone {
    position: absolute;
}
.circle {
    border-radius: 50%;
}

#playground .zoom-glass {
    position: absolute;
    background-size: contain;
}

@-webkit-keyframes ROTATE_ANIM {
    0%   { -webkit-transform : rotate(-45deg); }
50%  { -webkit-transform : rotate(25deg); }
100% { -webkit-transform : rotate(-45deg); }
}
@-moz-keyframes ROTATE_ANIM {
    0%   { transform : rotate(-45deg); }
50%  { transform : rotate(25deg); }
100% { transform : rotate(-45deg); }
}
@-o-keyframes ROTATE_ANIM {
    0%   { transform : rotate(-45deg); }
50%  { transform : rotate(25deg); }
100% { transform : rotate(-45deg); }
}
@keyframes ROTATE_ANIM {
    0%   { transform : rotate(-45deg); }
50%  { transform : rotate(25deg); }
100% { transform : rotate(-45deg); }
}

#playground .zoom-glass {
    -webkit-animation: ROTATE_ANIM 4s infinite ease-in-out;
    -moz-animation:    ROTATE_ANIM 4s infinite ease-in-out;
    -o-animation:      ROTATE_ANIM 4s infinite ease-in-out;
    animation:         ROTATE_ANIM 4s infinite ease-in-out;
}





@-webkit-keyframes DRAG_ANIM {
    0%   { -webkit-transform : rotate(-20deg) scale(1.1); }
50%  { -webkit-transform : rotate(20deg) scale(1.0); }
100% { -webkit-transform : rotate(-20deg) scale(1.1); }
}
@-moz-keyframes DRAG_ANIM {
    0%   { transform : rotate(-20deg) scale(1.1); }
50%  { transform : rotate(20deg) scale(1.0); }
100% { transform : rotate(-20deg) scale(1.1); }
}
@-o-keyframes DRAG_ANIM {
    0%   { transform : rotate(-20deg) scale(1.1); }
50%  { transform : rotate(20deg) scale(1.0); }
100% { transform : rotate(-20deg) scale(1.1); }
}
@keyframes DRAG_ANIM {
    0%   { transform : rotate(-20deg) scale(1.1); }
50%  { transform : rotate(20deg) scale(1.0); }
100% { transform : rotate(-20deg) scale(1.1); }
}

#playground .drag-now {
    -webkit-animation: DRAG_ANIM 2s infinite ease-in-out;
    -moz-animation:    DRAG_ANIM 2s infinite ease-in-out;
    -o-animation:      DRAG_ANIM 2s infinite ease-in-out;
    animation:         DRAG_ANIM 2s infinite ease-in-out;

    transform-origin: 44.6483% 27.9762% 0;
}






.animate {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.fade {
    opacity: 0;
}

#playground .drag-item {
    position: absolute;
    background-size: contain;
}

#playground .drop-zone {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

#playground .drop-zone .drag-item {
    width:30%;
    height:30%;
}

#playground .collection-element {
    position:absolute;
    background-size: contain;
    background-repeat:no-repeat;
}

#park-title {
    position: absolute;
    top: 0%;
    left: 55%;
    right: 2%;
    text-align: center;
    font-size: 3em;
    font-family: Andada;
    font-weight: bold;
    color: #29176e;
}

#park-description {
    position: absolute;
    top: 30%;
    left: 60%;
    right: 5%;
    font-family: Andada;
    font-size: 1.5em;
    line-height: 160%;
    text-align:justify;
}

.park-marker {
    position: absolute;
    width: 3.5%;
    height: 6.1%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.park-marker-hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgb(38, 105, 76);
    box-shadow: 0px 0px 25px 0px rgb(38, 105, 76);
}

.park-marker-cloud {
    margin:0px;
    padding:0px;
    text-align:center;
}

.park-marker-cloud img {
    width:90%;
    border:1px solid #dddddd;
}

.park-marker-cloud div {
    width:100%;
    text-align:center;
}

.park-marker-cloud-container {
    position:absolute;
    width:20%;
    display: block;
    margin-left:10px;
    opacity:0;
    display: none;
    width: 18%;
    height: 10%;
}
.park-marker-cloud {
    position:absolute;
    top:0px;
    left:4%;
    right:0px;
    padding:5px;
    background-image: url('../../res/drawable/park/park-cloud-backgound.png');
    font-family: Andada;
}
.park-marker-cloud-pointer {
    background-image: url('../../res/drawable/park/park-cloud-pointer.png');
    background-repeat:no-repeat;
    background-size: contain;
    position:absolute;
    top:15%;
    left:0px;
    width:4.2%;
    height:300%;
}