html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body {
    background: #eeeeee;
    font-family: Helvetica, Arial, Times, sans-serif;
}
div#body {
    width: 100%;
    height: 1000px;
    position: relative;
    background: #FFF;
    z-index: 2;
/*  overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    transition: margin-left 0.2s;
    -moz-transition: margin-left 0.2s; /* Firefox 4 */
    -webkit-transition: margin-left 0.2s; /* Safari and Chrome */
    -o-transition: margin-left 0.2s; /* Opera */
}
div#body img {
    display: block;
}
.site-container {
    display: block;
    margin: 0 20px 3%;
    background: white;
    padding-top: 108px;
}
.site-header {
    width: 100%;
    height: 82px;
    position: fixed;
    z-index: 500;
    background: white;
    border-bottom: solid 1px #CCC;
}

.site-nav {
    display: none;
}
.mobile-nav {
    width: 262px;
    height: 100%;
    background: white;
    z-index: 1;
    position: fixed;
    top: 0;
    float: none;
    z-index: 0;
    transition: left 0.2s;
    -moz-transition: left 0.2s; /* Firefox 4 */
    -webkit-transition: left 0.2s; /* Safari and Chrome */
    -o-transition: left 0.2s; /* Opera */
    transition: right 0.2s;
    -moz-transition: right 0.2s; /* Firefox 4 */
    -webkit-transition: right 0.2s; /* Safari and Chrome */
    -o-transition: right 0.2s; /* Opera */
}
.mobile-nav ul {
    width: 262px;
    margin: 0;
    overflow: hidden;
}
.mobile-nav ul li {
    width: 262px;
    height: 61px;
    padding: 1px 0;
    margin: 0;
    float: left;
    border-bottom: solid 1px #DDD;
}
.mobile-nav ul li a {
    height: 18px;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    display: block;
    text-decoration: none;
    background: white;
    text-align: right;
    direction: rtl;
    padding: 20px 60px 23px 0;
}
.mobile-nav ul li a:active {
    background: #F6F6F6;
}
.mobile-nav ul .profile {
    position: relative;
}
.mobile-left-nav {
    left: 0;
    padding-right: 50px;
}
.mobile-right-nav {
    right: 0;
    padding-left: 50px;
}
.mobile-right-nav ul li a {
    padding: 20px 20px 23px 0;
}
/*
.header-left {
    width: 280px;
    height: 54px;
    margin: 30px 0 0 10px;
    float: left;
}
*/
.mobile-nav-button {
    width: 42px;
    height: 0;
    padding: 42px 0 0;
    margin: 20px 0 0;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.mobile-left-button {
    float: left;
    margin-left: 20px;
    background: #00EBBE;
}

.mobile-right-button {
    float: right;
    margin-right: 20px;
    background: #A537FD;
}
.overlay {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.button {
    width: 160px;
    text-align: center;
    background: #41b7d8;
    display: block;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding: .5em .15em .5em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: -moz-linear-gradient(top,rgba(233,92,51,1) 0,rgba(229,59,44,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(233,92,51,1)),color-stop(100%,rgba(229,59,44,1)));
    background: -webkit-linear-gradient(top,rgba(233,92,51,1) 0,rgba(229,59,44,1) 100%);
    background: -o-linear-gradient(top,rgba(233,92,51,1) 0,rgba(229,59,44,1) 100%);
    background: -ms-linear-gradient(top,rgba(233,92,51,1) 0,rgba(229,59,44,1) 100%);
    background: linear-gradient(top,rgba(233,92,51,1) 0,rgba(229,59,44,1) 100%);
    background-color: #e95c33;
    text-decoration: none;
    margin: 25px auto 0;
}
.button:hover {
    background: black;
}

/* Fake content */
.fake-img-right, .fake-img-left, p {
    background: #F7F7F7;
    position: relative;
}
.fake-img-right, .fake-img-left {
    width: 80px;
    height: 80px;
    display: block;
}
.fake-img-right {
    float: right;
    margin: 0 0 1em 1em;
}
.fake-img-left {
    float: left;
    margin: 0 1em 1em 0;
}
p {
    width: 180px;
    height: 1em;
    float: left;
    margin: 0 0 1em;
}
.longer {
    width: 280px;
}
