html,
body {
    overflow-x: hidden;
}


/* Navbar */

nav.navbar {
    width: 100%;
    min-height: 0px;
    margin-bottom: 0px;
    position: fixed;
    z-index: 10;
}

nav.navbar.bg {
    background-color: rgba(42, 42, 42, 0);
    transition: all 0.5s ease 0s;
}

.show {
    background-color: rgba(42, 42, 42, .97) !important;
}

figure.logo {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul.nav-items {
    text-align: right;
}

ul.nav-items>li {
    font-family: 'Univers LT Std', sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    text-align: right;
    padding-top: 41px;
    padding-left: 20px;
}

ul.nav-items>li a {
    color: #fff;
    text-decoration: none;
}

li.ethos a,
li.music a,
li.home-theatre a {
    transition: all 0.2s ease 0s;
}

li.ethos a:hover,
li.music a:hover,
li.home-theatre a:hover {
    color: #b3a06c;
}


/* Header */

div.full-width {
    padding: 0px;
    margin-top: -2px;
    width: 100%;
}

figure.ethos-hero img {
    width: 100%;
    position: relative;
    z-index: 1;
}

figure.ethos-hero {
    margin-top: -560px;
}


/* Parallax */

.container2 {
    margin: 0 auto;
}

section.module:last-child {
    margin-bottom: 0;
    margin-top: -610px;
}

section.module-2:last-child {
    margin-bottom: 0;
    margin-top: -685px;
}

section.module-3:last-child {
    margin-bottom: 0;
    margin-top: -690px;
}

section.module.content,
section.module-2.content,
section.module-3.content {
    padding: 40px 0;
}

section.module.parallax,
section.module-2.parallax,
section.module-3.parallax {
    height: 760px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
    position: relative;
}

section.module.parallax-1 {
    background-image: url("../img/ethos-hero.jpg");
}

section.module-2.parallax-2 {
    background-image: url("../img/music-hero.jpg");
}

section.module-3.parallax-3 {
    background-image: url("../img/home-theatre-hero.jpg");
}

h1.heading {
    font-family: 'Univers', sans-serif;
    color: #b3a06c;
    font-size: 68px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 1%;
    font-weight: 500;
}

p.body-copy {
    font-family: 'Univers LT Std', sans-serif;
    position: relative;
    color: #020202;
    font-size: 25px;
    line-height: 36px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    z-index: 2;
}

div.heading-back {
    background-color: rgba(255, 255, 255, 0.88);
    margin-top: 28%;
    position: relative;
    z-index: 2;
}

.cn p.body-copy {
    min-height: 155px;
}


/* Ethos */

figure.intro-graphic img {
    width: 100%;
}

figure.intro-graphic {
    margin-top: 15%;
    position: relative;
    z-index: 2;
}

.triangle-bottom-left {
    background-image: linear-gradient(to right top, #f1f1f1 0%, #f1f1f1 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100%;
    margin-top: -60% z-index: 1;
}

p.body-copy.gold {
    background-color: #b3a06c;
    padding-top: 10%;
    margin-left: -3%;
    margin-top: -42%;
    padding-right: 30%;
}

div.container-fluid.grey {
    background-color: #f1f1f1;
    margin-top: 39.5%;
}

figure.marantz-sketch {
    position: relative;
    margin-top: -60%;
    z-index: 2;
}

h2.script-header {
    font-family: 'Davison Spencerian';
    text-align: center;
    font-size: 110px;
    background-color: #b3a06c;
    padding-top: 6%;
    padding-bottom: 15%;
    margin-top: 12%;
    font-weight: 500;
}

div.container-fluid.grey.no-pad {
    margin-top: 0px;
}

figure.audio-consolette img {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

figure.audio-consolette {
    position: relative;
    z-index: 2;
    margin-top: -13%;
}

div.yellow-box {
    background-color: #f6dd9c;
    padding-top: 10%;
    padding-left: 10%;
    margin-left: 10%;
    margin-top: 10%;
    padding-bottom: 6%;
}

p.body-copy.overflow {
    width: 150%;
}

figure.home-system img {
    width: 100%;
}

figure.home-system {
    margin-right: 10%;
    position: relative;
    z-index: 2;
    margin-top: -8%;
}

div.light-yellow-box {
    background-color: #fff9de;
    padding-top: 18%;
    padding-left: 15%;
    margin-left: 10%;
    margin-top: 20%;
    padding-bottom: 20%;
}

p.body-copy.overflow-2 {
    width: 140%;
}

figure.classic-keyboard img {
    width: 100%;
}

figure.classic-keyboard {
    padding-left: 10%;
    margin-top: -12%;
    margin-bottom: 13%;
}


/* Music */

div.teal-box {
    background-color: #b0cdc8;
    position: relative;
    z-index: 2;
    margin-top: 13%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.triangle-bottom-left.two {
    margin-top: -50%
}

p.body-copy.center {
    text-align: center;
}

figure.tube-amp img {
    width: 100%;
}

figure.tube-amp {
    margin-top: -22%;
    position: relative;
    z-index: 2;
}

div.yellow-box-2 {
    background-color: #f6dd9c;
    padding-top: 30%;
    margin-top: 16%;
    padding-bottom: 30%;
    margin-right: -3%;
}

figure.home-speaker img {
    width: 100%;
}

figure.home-speaker {
    padding-right: 10%;
    position: relative;
    z-index: 2;
    margin-top: -28%;
}

div.circle-gold {
    background-color: #b3a06c;
    border-radius: 50%;
    width: 90%;
    padding-bottom: 90%;
    text-align: center;
    margin-top: -55%;
    margin-left: -50%;
}

div.container-fluid.grey.no-pad.two {
    margin-top: -3.3%;
    padding: 0px;
}

div.light-yellow-box-2 {
    background-color: #fff9de;
    padding-top: 10%;
    margin-left: 10%;
    margin-top: 24%;
    padding-bottom: 7%;
}

div.circle-red {
    background-color: #c56165;
    border-radius: 50%;
    width: 30%;
    padding-bottom: 30%;
    margin-top: 20%;
    margin-left: 30%;
}

figure.microchip img {
    width: 100%;
}

figure.microchip {
    position: relative;
    z-index: 2;
    margin-top: -15%;
}

figure.black-stack img {
    width: 100%;
}

figure.black-stack {
    padding-left: 15%;
    margin-top: 20%;
}

p.product-description {
    font-family: 'Univers LT Std', sans-serif;
    font-size: 15px;
    font-style: italic;
    padding-left: 15%;
    padding-bottom: 18%;
}

p.body-copy.pad {
    margin-top: 25%;
    padding-bottom: 5%;
    padding-left: 5%;
}

.button-cta {
    background-color: transparent;
    border: 3px solid #b3a06c;
    display: inline-block;
    cursor: pointer;
    color: #070709;
    font-family: 'Univers', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 14px 22px;
    text-decoration: none;
    margin-left: 5%;
    transition: all 0.2s ease 0s;
}

.button-cta:hover {
    background-color: #b3a06c;
    color: #fff;
}


/* Home theatre */

div.heading-back.pad {
    margin-top: 10%;
}

figure.control img {
    width: 100%;
}

figure.control {
    margin-top: 13%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    z-index: 2;
}

p.body-copy.center.two {
    margin-top: 10%;
    padding-bottom: 0%;
}

.triangle-bottom-left.three {
    margin-top: -70%;
}

div.red-box {
    background-color: #c56165;
    padding-top: 30%;
    margin-top: 16%;
    padding-bottom: 30%;
    margin-right: -8%;
}

figure.home-speaker-2 img {
    width: 100%;
}

figure.home-speaker-2 {
    padding-right: 10%;
    position: relative;
    z-index: 2;
    margin-top: -28%;
}

div.circle-yellow {
    background-color: #dfc789;
    border-radius: 50%;
    width: 90%;
    padding-bottom: 90%;
    text-align: center;
    margin-top: -55%;
    margin-left: -50%;
}

div.teal-box-2 {
    background-color: #b0cdc8;
    padding-top: 10%;
    margin-left: 10%;
    margin-top: 54%;
    margin-bottom: 10%;
}

div.container-fluid.grey.no-pad.three {
    margin-top: -22.7%;
    padding: 0px;
}

div.circle-red.two {
    background-color: #c56165;
    border-radius: 50%;
    width: 30%;
    padding-bottom: 30%;
    margin-top: 80%;
    margin-left: 30%;
}


/* Footer */

div.container-fluid.dark-grey {
    background-color: #2a2a2a;
}

p.hashtag {
    font-family: 'Univers', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    color: #b3a06c;
    padding-top: 5%;
    letter-spacing: 1px;
}

p.footer-copy {
    font-family: 'Univers LT Std', sans-serif;
    color: #fff;
    font-size: 20px;
    padding-right: 30%;
}

a.visit {
    font-family: 'Univers LT Std', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #b3a06c;
    text-decoration: none;
    float: right;
}

a.visit:hover {
    transition: all 0.2s ease 0s;
    color: #fff;
}

hr.footer-divide {
    margin-top: 6%;
    border-top: 2px solid #3e3e3e;
}

figure.logo-footer {
    padding-top: 5%;
    padding-bottom: 15%;
}

p.footer-copy.trademark {
    color: #fff;
    font-size: 14px;
    padding-right: 0%;
    padding-top: 5%;
    text-align: center;
}

figure.social-icons {
    display: inline-block;
    padding-top: 5%;
    float: right;
    padding-left: 7%;
    transition: all 0.2s ease 0s;
}

figure.social-icons:hover {
    opacity: .6;
}

.blog {
    padding: 55px 0;
    text-align: center;
    width: 75%;
}

.blog h2,
.newsletter h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: "UniversLTStd-Cn";
    color: #b3a06c;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.blog ul {
    list-style: none;
}

.blog ul li {
    padding: 0 25px;
    margin-bottom: 35px;
}

.blog .post {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.blog figure {
    float: left;
    width: 100%;
}

.blog img {
    width: 100%;
    vertical-align: top;
}

.blog span,
.blog h4,
.blog p,
.blog a {
    font-family: "UniversLTStd-Cn";
    color: #959494;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.blog h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: "UniversLTStd-Cn";
    margin: 0 0 20px;
}

.blog h4,
.blog a {
    color: #b3a06c;
    text-decoration: none;
}

.blog a {
    width: auto;
    color: #b3a06c !Important;
}

.blog span {
    margin: 25px 0 15px;
}

.blog p {
    margin-bottom: 20px;
}

.read-more {
    font-family: "UniversLTStd-Cn";
    color: #b3a06c !important;
    font-size: 20px;
    display: inline-block;
    width: auto;
    position: relative;
    text-transform: capitalize;
}

.read-more:after {
    content: ">";
    font-family: "UniversLTStd-Cn";
    font-size: 20px;
    color: #b3a06c;
    position: absolute;
    bottom: 0;
    left: 105%;
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.read-more:hover:after {
    left: 115%;
}

div.container-fluid.dark-grey {
    display: inline-block;
    width: 100%;
}

.newsletter {
    background-color: #181818;
    padding: 40px 0;
    text-align: center;
}

.newsletter .form-wrap {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.newsletter .form-wrap .error,
.newsletter .form-wrap .success {
    position: absolute;
    left: 0;
    top: 100%;
    color: #f00;
}

.newsletter .form-wrap .success {
    color: #25d636;
}

.newsletter h2 {
    margin-bottom: 20px;
}

.newsletter small,
.newsletter span {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-family: "UniversLTStd-Cn";
    margin-bottom: 30px;
    display: inline-block;
}

.newsletter fieldset {
    margin-bottom: 30px;
}

.newsletter fieldset input[type="text"] {
    float: left;
    width: 73%;
    padding: 20px 25px;
    background: #f1f1f1;
    border: none;
    font-size: 24px;
    line-height: 28px;
    font-family: "UniversLTStd-Cn";
    color: #333333;
    margin-right: 17px;
}

.newsletter fieldset input[type="button"],
.newsletter fieldset button {
    display: inline-block;
    padding: 20px 45px;
    font-size: 24px;
    line-height: 28px;
    font-family: "UniversLTStd-Cn";
    border: none;
    text-transform: uppercase;
    background: #a59465;
    color: #ffffff;
}

.newsletter span {
    color: #a5a5a5;
    margin-bottom: 20px;
}

.container-fluid {
    font-size: 0;
}

.post .col-sm-12 {
    height: 305px;
    overflow: auto;
}

.btn-cont {
    text-align: center;
    margin-top: 5%;
    z-index: 9;
    position: relative
}