body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

h1 {
    font-family: arvo;
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h2 {
    font-family: arvo;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h3 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.white {
    color: #fff;
}

.center {
    margin: 0 auto
}

.content {
    margin: 0 auto;
    width: 960px
}

.clear {
    clear: both
}

a.lpanel {
    float: left;
    color: #e1e1e1;
    font-size: 12px;
    font-family: wellfleet;
    text-decoration: none;
    margin: 7px 11px
}

a.rpanel {
    float: right;
    color: #e1e1e1;
    font-size: 12px;
    font-family: wellfleet;
    text-decoration: none;
    margin: 7px 11px
}

a.lpanel:hover {
    color: #fff
}

a.rpanel:hover {
    color: #fff
}

#header {
    width: 100%;
    background: url(../img/header.png);
    height: 80px;
    position: fixed;
    margin-top: 30px;
    z-index: 10
}

#nav {
    width: 440px;
    float: right;
    margin-top: 20px
}

#logo {
    text-decoration: none;
    float: left;
    font-size: 30px;
    margin-top: 20px;
    color: #fff;
    font-family: wellfleet;
    font-weight: 700;
}

#nav ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    list-style: none;
}

#nav li {
    margin-top: 9px;
    float: left;
    padding-left: 24px
}

#nav li a {
    color: #fff;
    opacity: .6;
    font-size: 16px;
    text-decoration: none;
    font-family: wellfleet
}

#nav li a.active {
    color: #fff;
    opacity: 1;
    border-bottom: 2px solid #fff
}

#nav li a:hover {
    color: #fff;
    opacity: 1
}

.quotes {
    font-family: 'goudy bookletter 1911', serif;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    margin: 50px auto
}

.author_name {
    font-family: wellfleet;
    margin: 70px 0 0 75px;
    color: #94a4a4;
    font-size: 20px
}

.quotes_container {
    width: 800px;
    margin: 0 auto
}

.divider {
    background: url('../img/divider.png')no-repeat;
    width: 300px;
    height: 35px;
    margin: 0 auto 27px
}

.divider-white {
    background: url('../img/divider-white.png')no-repeat;
    width: 300px;
    height: 35px;
    margin: 0 auto 27px
}

button.btn-know {
    padding: 15px 47px;
    margin: 40px 38.8%;
    text-align: center;
    border: 4px solid #fff;
    color: #fff;
    background: 0 0;
    font-size: 19px;
    cursor: pointer;
    text-shadow: -1px 2px 0 rgba(90, 90, 90, .56);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.btn-know:hover {
    background: #fff;
    color: transparent
}

ul.built {
    list-style: none;
    margin: 0 auto;
    width: 730px
}

.built li img {
    float: left;
    padding-right: 34px
}

#slide1 {
    background: url(../img/slide1.jpg) 50% 0 no-repeat fixed;
    color: #000;
    height: 480px;
    margin: 0;
    padding: 180px 0 0;
    width: 100%;
    background-size: cover
}

#slide2 {
    background: url(../img/slide2.jpg) 50% 0 no-repeat fixed;
    color: #333;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 134px 0;
    width: 100%;
    background-size: cover
}

#slide3 {
    background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
    color: #000;
    height: 340px;
    padding: 134px 0;
    background-size: cover
}

#slide4 {
    background: url(../img/slide4.jpg) 50% 0 no-repeat fixed;
    color: #333;
    height: 300px;
    padding: 134px 0;
    background-size: cover
}

#slide5 {
    background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
    color: #000;
    height: 620px;
    padding: 134px 0 0;
    background-size: cover
}

#download {
    background: url(../img/download.png)no-repeat;
    width: 432px;
    height: 156px;
    margin: 40px auto 20px;
    cursor: pointer;
}

#download-link {
    color: #000;
    font-size: 20px;
}

#version {
    color: #fff;
    font-family: wellfleet;
    font-size: 14px;
    text-align: center
}

#copyright {
    color: #fff;
    font-family: wellfleet;
    font-size: 14px;
    text-align: center;
    margin-top: 120px;
}