header {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #D81F26;
    color: #ffffff;
    margin-bottom: 55px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35)
}

header h3 {
    padding: 0;
    margin: 0;
    line-height: 51px
}

h1 {
    margin-bottom: 75px;
    color: #D81F26
}

.border-1 {
    position: relative;
    text-align: center
}

.border-1:after {
    content: ' ';
    display: block;
    padding-top: 15px;
    width: 75px;
    border-bottom: 1px solid #D81F26;
    margin: auto
}

.border-2 {
    position: relative
}

.border-2:after {
    content: ' ';
    display: block;
    padding-top: 15px;
    width: 55px;
    border-bottom: 1px solid #c0c0c0
}

.docs-menu {
    margin-top: 20px;
    list-style: none;
    padding: 0
}

.docs-menu>li {
    font-weight: 700;
    font-size: 14px;
    border: 1px #e0e0e0 solid;
    background: #f6f6f6;
    margin-bottom: 15px
}

.docs-menu>li>a {
    color: #5d5d5d;
    padding: 8px 15px;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.docs-menu>li>a[href^="#"]:hover {
    padding-left: 30px;
    color: #D81F26
}

.docs-menu a {
    text-decoration: none
}

.docs-menu ul.sub-menu {
    list-style: none;
    padding: 0
}

.docs-menu ul.sub-menu li {
    border-top: 1px #e0e0e0 solid;
    font-weight: 400
}

.docs-menu ul.sub-menu li>a {
    color: #5d5d5d;
    padding: 8px 15px;
    display: block;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.docs-menu ul.sub-menu li>a:hover {
    background-color: rgba(0, 0, 0, 0.005);
    color: #D81F26;
    padding-left: 30px
}

.docs-menu li.active {
    border-color: #D81F26 !important
}

.docs-menu li.active>a {
    background-color: #D81F26 !important;
    color: #ffffff !important
}

.docs-content .section-content {
    display: none
}

.docs-content .section-content.docs_show {
    display: block
}

.docs-content h3 {
    margin-top: 55px;
    margin-bottom: 25px
}

.docs-content h2 {
    margin-bottom: 55px
}

.docs-content .docs-image {
    padding: 15px 0
}

.docs-content .carousel-control {
    color: #5d5d5d
}

.docs-content .carousel-control.left,
.docs-content .carousel-control.right {
    background: transparent !important
}

.docs-content .carousel-indicators .active {
    background-color: #5d5d5d
}

.docs-content .carousel-indicators li {
    border-color: #5d5d5d
}

footer {
    padding: 55px 0px;
    margin-top: 150px;
    font-size: 13px;
    background-color: #e0e0e0;
    overflow: hidden;
}

footer ul {
    list-style: none;
    margin: 0
}

footer ul li {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold
}

footer .go-top-buton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.logo {
    font-size: 30px;
    font-family: Open-Sans;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 500;
}

a {
    color: #D81F26;
    text-decoration: none;
}