@charset "utf-8";
html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    color: #FFF;
    background-color: #32323A;
    font-size: 12px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

#iframe-azza.container {
    margin: 0px;
    padding: 0px;
    width: 430px;
    height: 510px;
    background-color: #32323A;
    overflow: hidden;
}

#iframe-azza .col-md-12 {
    padding: 2px;
    margin: 0px;
    width: 100%;
    float: left;
}

#iframe-azza .col-md-5 {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    width: 41.66666667%;
    float: left;
}

#iframe-azza .col-md-7 {
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 0px;
    width: 58.33333333%;
    float: left;
}

#iframe-azza .title {
    color: #FF3300;
    font-size: 13px;
    font-weight: bold;
}

#iframe-azza .description {
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#iframe-azza .col-md-12.logotainer {
    padding-left: 8px;
}

#iframe-azza .logo img {
    width: 105px;
    height: auto;
    padding-top: 6px;
}

#iframe-azza .thumb {
    position: relative;
    height: 85px;
    width: 180px;
}

#iframe-azza .thumb .play {
    position: absolute;
    z-index: 10000;
    font-size: 20px;
    color: #FFF;
    left: 36%;
    top: 34%;
}

#iframe-azza .thumb img {
    position: absolute;
    z-index: 5000;
}

.zone .col-md-7 {
    height: 84px;
    border-bottom: dotted 1px #737373;
}

.play {
    -webkit-animation-iteration-count: infinite;
}