.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


.body {

}

.page {
    overflow-x: hidden;
    max-width: 700px;
    margin: 0 auto;
}
header {
    margin-bottom: 30px;
}
article {
    padding: 0 16px;
}

.head-inner div {
    float: left;
    width: 100%;
    text-align: center;
}
.logo {
    width: calc(50% - 35px);
    margin: 20px 0;
}
.logo img {
    width: 400px;
    max-width: 100%;
}
.btn-sm {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e75204;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }