.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
html, body {
    width: 100%;
    height: 100%;
    position: relative;
}

#modal {
    width: 100%;
    max-width:400px;
    display: none;
}

.dnone {
    display: none;
}

.loading {
    background: RGBA(0,0,0,0.6) url('/img/loading.gif') no-repeat center center!important;
}
.progress-bar {
    height: 100%;
}
.progress {
    margin-bottom: 30px;
}

@media screen and (max-width: 950px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {

}