* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    overflow-y: scroll;
}

body {
    /*min-width: 1000px;*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    font-size: 11px;
    background-color: #1C1A2C;
    /*background-image: url("/img/background.png");*/
    /*background-repeat: repeat;*/
    /*background-size: cover;*/
    /*background-position: top center;*/
    /*background-attachment: fixed;*/
}

/*body.mobile {*/
/*    background-image: none;*/
/*}*/

.slide {
    /*width: 960px;*/
    /*min-width: 380px;*/
    /*max-width: 960px;*/
    width: 100%;
}

.wrap {
    min-width: 380px;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #FFFFFF;*/
    text-align: center;
}

.hr {
    font-size: 0px;
    border-top: solid 1px rgb(128, 128, 128, 0.2)
}

