body {
    background: #000000 url('../images/back.jpg');
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.content {
    text-align: center;
}

.main {
    margin:0 auto;
    width: 100%;
    max-width: 500px;
    position: relative;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.title h1{
    color: #fdc931;
    font-size: 34px;
    font-weight: bold;
    font-style: italic;
    margin-top: 7px;
    line-height: 0.98;
	margin-bottom: 0;
}

.more {
    text-align: right;
    padding-right: 65px;
    font-size: 23px;
    color: #fce193;
    line-height: 0.98;
}

.points {
    position: absolute;
    top: 415px;
    left: -10px;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 0 25px;
    font-weight: bold;
    font-size: 16px;
}

.left {
    position: absolute;
    top: 186px;
    left:-240px;
    width:240px;
    font-size: 0;
}
.doda {
    color: #fdc931;
    font-size: 14px;
    font-weight: bold;

}

.left img {
    font-size: 0;
}

.info {
#    background: url('../images/back2.jpg') top center no-repeat;
    padding-top: 20px;
    height: 143px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
}

.info a {
    color: #fff;
    font-weight: 600;
}

.info strong {
    font-size: 16px;
}

@media (max-width: 910px) {

    .left {
        position: static;
        margin: 0 auto;
        font-size: 0;
    }

    .points {
        top: 400px;
        padding: 0 5%;
        width: 90%;
        font-size: 14px;
    }
}

@media (max-width: 700px) {


    .points {
        top: 400px;
        padding: 0 5%;
        width: 90%;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
	
    .title h1{
        font-size: 25px;
        margin-top: 1.0000vw;
    }

    .more {
        padding-right: 0;
        font-size: 14px;
        text-align: center;
    }

    .points {
        top: 77.0000vw;
        padding: 0 5%;
        width: 90%;
        font-size: 12px;
    }

    .left {
        position: static;
        margin: 0 auto;
        font-size: 0;
    }
}