article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
    font-family: 'Raleway';
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    fill: rgba(51, 51, 51, 0.5);
    margin-right: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.icon.active {
    fill: #D3181F;
}

.icon.big {
    width: 64px;
    height: 64px;
    fill: rgba(51, 51, 51, 0.5);
}

#wrapper {
    width: 1140px;
    height: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    overflow: hidden;
}

#left-side {
    height: 70%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#left-side ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 50px;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#left-side ul li:hover {
    color: #D3181F;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#left-side ul li:hover>.icon {
    fill: #D3181F;
}

#left-side ul li.active {
    color: #D3181F;
}

#left-side ul li.active:hover>.icon {
    fill: #D3181F;
}

#border {
    height: 688px;
    width: 1px;
    background-color: rgba(51, 51, 51, 0.2);
}

#border #line.one {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 35px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.two {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 105px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.three {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 173px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.four {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 247px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.five {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 314px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.six {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 384px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.seven {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 454px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.eight {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 524px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#border #line.nine {
    width: 5px;
    height: 54px;
    background-color: #D3181F;
    margin-left: -2px;
    margin-top: 594px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#right-side {
    height: 600px;
    width: 800px;
    overflow: hidden;
    margin-left: 40px;
}

#right-side #first,
#right-side #second,
#right-side #third,
#right-side #fourth,
#right-side #five,
#right-side #six,
#right-side #seven,
#right-side #eight,
#right-side #nine {
    position: absolute;
    height: 600px;
    width: 800px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: -350px;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#right-side #first h1,
#right-side #second h1,
#right-side #third h1,
#right-side #fourth h1,
#right-side #five h1,
#right-side #six h1,
#right-side #seven h1,
#right-side #eight h1,
#right-side #nine h1 {
    font-weight: 800;
    color: #333;
}

#right-side #first p,
#right-side #second p,
#right-side #third p,
#right-side #fourth p,
#right-side #five p,
#right-side #six p,
#right-side #seven p,
#right-side #eight p,
#right-side #nine p {
    color: #666;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
}

#right-side #first.active,
#right-side #second.active,
#right-side #third.active,
#right-side #fourth.active,
#right-side #five.active,
#right-side #six.active,
#right-side #seven.active,
#right-side #eight.active,
#right-side #nine.active {
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}