/* global */
* {
    box-sizing: border-box;
}

iframe {
    max-width: 100% !important;
}

#content {
    margin: 0;

}

@media (min-width: 480px) {
    #content {
        margin: 0 0 0 25px;

    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.elastic {
    max-width: 100%;
}

.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    padding: 0;
    display: block;
}

@media (min-width: 480px) {

    .col-xs-1 {
        width: 8.33%;
        float: left;
        padding: 0 15px;
    }

    .col-xs-2 {
        width: 16.66%;
        float: left;
        padding: 0 15px;
    }

    .col-xs-3 {
        width: 25%;
        float: left;
        padding: 0 15px;
    }

    .col-xs-5 {
        width: 41.66%;
        float: left;
        padding: 0 15px;
    }

    .col-xs-6 {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .col-xs-7 {
        width: 58.33%;
        float: left;
        padding: 0 15px;
    }
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*game*/
h1 {
    font-size: 28px;
}

.game-wrapper {
    font-size: 100%;
    padding: 1em;
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

#bandName {
    margin: .25em 0;
    padding: .3em;
    min-height: 1.3em;
    font-size: 3em;
    background-color: lightgray;
    outline: 10px dotted #ede8bb;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
    box-shadow: inset 3px 3px 3px #6B8289;
    color: darkblue;
}

@-webkit-keyframes blink {
    from {
        outline: 1px dotted #ede8bb;
    }
    to {
        outline: 10px dotted #ede8bb;
    }
}

@keyframes blink {
    from {
        outline: 1px dotted #ede8bb;
    }
    to {
        outline: 10px dotted #ede8bb;
    }
}

#bandNameTrigger {
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
    left: 2em;
    top: -1em;
}

.volume-wrapper {
    display: none;
}

@media (min-width: 480px) {
    .volume-wrapper {
        margin: 1em 0;
        display: block;
    }
}

.volume-wrapper h2 {
    color: #fff;
}

.volume-control {
    padding-left: 2.8em;
    background: transparent url(/games/clue-band-name/images/icon-volume.png) no-repeat 0 10px;
}

.volume-control ol,
.volume-control li {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.volume-control li {
    float: left;
    width: 9%;
    height: 1em;
    list-style-position: inside;
    text-align: center;
    list-style: none;
    list-style-position: inside;
    color: #fff;
    font-weight: 400;
    margin-bottom: .4em;

}

.volume-slider {
    width: 100%;
    height: 1em;

}

.slider {
    font-size: 16px;
    margin: 0;
    padding: 4px 0;

    cursor: pointer;
}

.slider-inner {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: .5em;
    background-color: #eee;
    width: 100%;
    left: 0;
    top: 0;
    height: 1em;
}

.drag-obj {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #113660;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

.logo-group span {
    display: inline-block;
    width: 20%;
    float: left;
}

.logo-group span img {
    width: 100%;
    height: auto;
}

.logo-group span:first-child {
    display: inline-block;
    width: 80%;
    float: left;
}

.rotate {
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    position: relative;
    top: 2em;
}

.weapons-shim {
    position: relative;
    top: 4em;
}

.controls-shim {
    transform: rotate(-10deg);
    top: -2em;
}

.case-file {
    position: relative;
    top: 2em;
    left: 1em;
}

.case-file img {
    width: 100%;
}

.concert {
    background: orange url(/games/clue-band-name/images/concert.png) no-repeat -46px 134%/ 145%;
    padding: 1em 1em 3em;
    margin-bottom: 2em;
}

@media (max-width: 480px) {
    .rotate,
    .weapons-shim,
    .controls-shim,
    .case-file {
        position: static;
        top: 0;
        left: 0;
    }
}