.graphene-standalone .navbar .navbar-nav > li > a {
    color: #FFF;
}

.graphene-standalone .navbar {
    border-radius: 0;
}

.graphene-standalone header.inverse .navbar {
    min-height: 65px;
    height: auto;
}

.graphene-standalone .container > .navbar-header {
    background-color: #000;
}
.graphene-standalone section {
    position: relative;
}

.graphene-standalone .excerpt p {
    margin-bottom: 30px;
}

.graphene-standalone .excerpt p a {
    display: none;
}

.graphene-standalone section .section-block.overlay {
    top: 0;
}

.graphene-standalone .hexagons-wrapper {
    position: relative;
    margin-top: 100px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
}

.graphene-standalone .hexagons-wrapper .row:nth-child(2) {
    position: relative;
    top: -30px;
    left: -90px;
}

.graphene-standalone .hexagons-wrapper .white-hexagon,
.graphene-standalone .hexagons-wrapper .white-hexagon .hexagon2 {
    width: 175px;
    height: 200px;
}

.graphene-standalone .hexagons-wrapper .gray-hexagon .hexagon-in2 {
    background-color: rgba(186, 180, 177, 0.7);
}
.graphene-standalone .hexagons-wrapper .gray-hexagon .hexagon-in2:hover {
    background-color: rgba(186, 180, 177, 1);
}

.graphene-standalone .hexagon-in2 {
    font-family: museo, serif;
    padding: 40% 0;
}

.graphene-standalone .hexagon-in2 h3 {
    margin-bottom: 5px;
    font-family: inherit;
}

.graphene-standalone .hexagon-in2 h2 {
    font-family: inherit;
    font-style: normal;
    margin-bottom: 0;
    top: auto;
    transform: none;
}

.graphene-standalone .graphene-loop {
    margin-top: -70px;
}

.graphene-standalone .graphene-loop video {
    width: 100%;
    height: 100%;
}

.masthead-image-no-caption {
    width: 100%;
    height: 600px;
}

.bg-hexagon-white {
    background: url('../img/bg/bg-hexagon-variant-3.png') 50% 50% / cover;
}

.bg-ash-white {
    background: url('../img/bg/bg-white-graphene.jpg') 50% 50% / cover;
}

.bg-sunset-reversed {
    background: url('../img/bg/influencer-review-inversed.jpg') 50% 50% / cover;
}

.bg-darken {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 25px 10px 10px;
}

.bg-darken .product-name {
    font-weight: 700;
    font-family: museo, serif;
    color: #FFF;
    min-height: 40px;
}

.graphene-standalone .scroll-carousel .carousel-inner .product-image {
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.graphene-standalone .scroll-carousel .carousel-inner .product-image img {
    position: absolute;
    bottom: 0px;
}

.graphene-standalone .scroll-carousel .carousel-inner .product-image.wheel img {
    bottom: -50%;
}

.graphene-standalone .section-title {
    font-size: 50px !important;
    font-weight: 700;
    font-family: museo, serif;
}

.section-subtitle {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    font-family: museo, serif;
}

.section-articletitle {
    font-size: 20px;
    line-height: 1.2;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 10px;
}

.section-block {
    padding: 5px 50px 5px 0;
    width: 30%;
    background-color: #000;
    text-align: right;
    font-family: museo, serif;
    font-weight: 700;
    font-size: 2em;
    position: relative;
}

.section-block.white {
    background-color: #FFF;
    color: #000;
}

.section-block.full-width {
    width: 100%;
}

.section-block.overlay {
    position: absolute;
    z-index: 5;
    margin-top: 50px;
}

.section-block:after {
    content: '';
    width: 14px;
    height: 33px;
    background-image: url('../img/arrow-small-red.png');
    right: 15px;
    margin-top: 3px;
    position: absolute;
}

.section-block.no-arrow {
    padding: 5px 20px 5px 0;
}

.section-block.no-arrow:after {
    background-image: none;
}

.section-title-link {
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.8em;
}

.section-title-link:after {
    content: '';
    width: 14px;
    height: 33px;
    background-image: url('../img/arrow-small-red.png');
    display: inline-block;
    position: relative;
    top: 8px;
    left: 10px;
}
}

.graphene-reviews {

}
.graphene-reviews .review-section {
    margin-bottom: 10px;
}
.graphene-reviews .reviews-editorial {
    width: 100%;
}
.graphene-reviews .reviews-editorial .spacer {
    height: 10px;
    background-color: #FFF;
}
.graphene-reviews .reviews-editorial .review {
    border: 1px solid #e6e6e6;
}
.graphene-reviews .reviews-editorial .review .title {
    background-color: #e6e6e6;
}
.graphene-reviews .reviews-editorial .review .thumbnail-image {
    width: 100px;
}
.graphene-reviews .reviews-editorial .review .thumbnail-image img {
    display: block;
}
.thumbnail-block-wrapper {
    width: 100%;
    height: 310px;
    display: table;
    margin-bottom: 10px;
}
.thumbnail-block {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    padding: 20px;
    font-size: 1.3em;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.graphene-reviews .reviews-independant a {
    width: 100%;
    background-color: #363636;
    padding: 30px 50px;
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.graphene-evidence .section-block {
    width: 100%;
}
.graphene-evidence .section-subtitle {
    line-height: 50px;
}

.graphene-standalone .navbar-form .form-group {
    right: 70px;
    padding-bottom: 0;
    padding-top: 0;
}
.graphene-standalone .section-1 .g

.graphene-standalone #language > li > a,
.graphene-standalone .navbar .navbar-nav > li > a {
    color: #FFF !important;
}
.graphene-evidence .award {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 700;
    font-family: museo, serif;
}

.graphene-evidence .award img {
    margin-right: 10px;
}
@media screen and (max-width: 1680px) {
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:250px;
    }
}
@media screen and (max-width: 1440px) {
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:200px;
    }
}
@media screen and (max-width: 1280px) {
    .graphene-evidence .section-subtitle {
        line-height: 1.2em;
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon, .graphene-standalone .hexagons-wrapper .white-hexagon .hexagon2 {
        width: 135px;
        height: 170px;
    }
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:180px;
    }
}
@media screen and (max-width: 1024px) {
    .graphene-standalone .hexagons-wrapper {
        margin-top: 130px;
        margin-bottom: 80px;
    }
    .section-block,
    .graphene-evidence .section-block {
        width: 50%;
    }
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height: 280px;
    }
}
@media screen and (max-width: 900px) {
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:240px;
    }
}
@media screen and (max-width: 768px) {
    .section-block {
        width: 75%;
    }
    .graphene-standalone .navbar-form .form-group {
        right: 0;
    }
    .graphene-standalone .graphene-loop {
        margin-top: 0;
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon, .graphene-standalone .hexagons-wrapper .white-hexagon .hexagon2 {
        width: 120px;
        height: 150px;
    }
    .section-block,
    .graphene-evidence .section-block {
        width: 50%;
    }
    .section-block,
    .graphene-evidence .section-block {
        width: 85%;
        text-align:left;
        padding-left: 10%;
    }
    .section-block:after,
    .section-title-link:after {
        margin-top: -3px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .section-block {
        font-size: 1.35em;
        width: 80%;
    }
    .graphene-videos .section-block.overlay {
        margin-top: -40px;
    }
    .graphene-standalone .section-title {
        font-size: 25px !important;
    }
    .section-block.no-arrow {
        padding-left: 10%;
    }
    .graphene-evidence .section-subtitle {
        line-height: 1.25;
        margin-top: 40px;
    }
    .arrow-button {
        text-align: center;
        width: 94%;
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon,
    .graphene-standalone .hexagons-wrapper .white-hexagon .hexagon2 {
        width: 110px;
        height: 150px;
    }
    .graphene-standalone .sections .vittoria-carousel div a {
        min-width: 0;
        width: 100%;
    }
    .graphene-standalone .hexagons-wrapper .row:nth-child(2) {
        top: 0;
        left: 0;
    }
    .graphene-standalone .scroll-carousel .carousel-inner .slick-list .slick-slide img {
        width: 80%;
        margin: 0 auto;
    }
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:180px;
    }
}

@media screen and (max-width: 600px) {
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:200px;
    }
}

@media screen and (max-width: 480px) {
    .graphene-standalone .scroll-carousel .carousel-inner .product-image {
        height:280px;
    }
}

@media screen and (max-width: 320px) {

    .masthead-image-no-caption {
        height: 200px;
    }

    .graphene-evidence .section-subtitle {
        display: none;
    }
    .section-block.full-width {
        width: auto;
    }
    /*.graphene-standalone .hexagons-wrapper .white-hexagon:nth-child(1) {
        margin-left:-20px;
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon:nth-child(3) {
        margin-left:20px;
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon:nth-child(5) {
        margin-left:-37px;
        left: -50px;
    }
    .graphene-standalone .hexagons-wrapper .gray-hexagon {
        margin-left: 0;
    }
    .graphene-standalone .hexagons-wrapper .gray-hexagon:nth-child(1) {
        margin-left: 220px;
        top: -125px;
    }
    .graphene-standalone .hexagons-wrapper .gray-hexagon:nth-child(2) {

    }*/
    .graphene-standalone .hexagons-wrapper .gray-hexagon .hexagon-in2 {
        background-color: rgba(186, 180, 177, 1);
    }
    .graphene-standalone .hexagons-wrapper .white-hexagon,
    .graphene-standalone .hexagons-wrapper .white-hexagon .hexagon2 {
        width: 110px;
        height: 150px;
    }
    .graphene-reviews .reviews-editorial .review .thumbnail-image {
        width: 40px;
    }
    .graphene-reviews .reviews-independant a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .graphene-videos .section-block.overlay {
        margin-top: -40px;
    }
}
