﻿


/*SVG*/


.divTextInSVG {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: Aclonicaregular;
    text-decoration:none;
    color: black;
    /*background: red;*/
   
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/
}

.textInSVG {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.fontSizeTitleSVG {
      font-size: 45px;
}
.fontSizeSubTitleSVG {
      font-size: 22px;
}

.imagenCenterSVG {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: center bottom;
    opacity: 1.0;
    z-index: 0;
    background-repeat: no-repeat;
}

.textBackgroundSVG{    
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 20px;
    margin-left: 20px;
}


.divCircleImg {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 100px;
    top: 40px;
}

.divCircleText {
     height: 360px;
}


.circle-avatar{
        /* make it responsive */
        max-width: 100%;
        width:100%;
        height:auto;
        display:block;
        /* div height to be the same as width*/
        padding-top:100%;

        /* make it a circle */
        border-radius:50%;

        /* Centering on image`s center*/
        background-position-y: center;
        background-position-x: center;
        background-repeat: no-repeat;

        /* it makes the clue thing, takes smaller dimension to fill div */
        background-size: cover;

        /* it is optional, for making this div centered in parent*/
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}


.spotItImgCover {
    transform: scale(0.9);
    transform-origin: center;
    background-size: contain;
    background-position: center bottom;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
}

.spotItImgList {
    transform-origin: center;
    background-size: contain;
    background-position: center bottom;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
}

.spotItDivList {
    border: black;
    border-width: 0.5px;
    border-style: solid;
}

.spotItImgInCard {
    transform-origin: center;
    background-size: contain;
    background-position: center bottom;
    width: 205px;
    height: 205px;
    margin: 5px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 21px;
}

.spotItImgInCard_SpotItCard12 {
    width: 205px;
    height: 205px;
    margin: 5px;
    margin-top: 21px;
}

.spotItImgInCard_SpotItCard24 {
    width: 150px;
    height: 130px;
    margin: 5px;
    margin-top: 21px;
}



.spotItImg {
    position: absolute;
    opacity: 1.0;
    z-index: 0;
}

.spotItImg_8_1 {
    top: 35px;
    left: 304px;
}

.spotItImg_8_2 {
    top: 116px;
    left: 495px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.spotItImg_8_3 {
    top: 307px;
    left: 575px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.spotItImg_8_4 {
    top: 500px;
    left: 495px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.spotItImg_8_5 {
    top: 579px;
    left: 304px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.spotItImg_8_6 {
    top: 500px;
    left: 112px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.spotItImg_8_7 {
    top: 307px;
    left: 33px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.spotItImg_8_8 {
    top: 116px;
    left: 112px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.spotItImg_8_9 {
    top: 116px;
    left: 112px;
}


