body {
    font-family: 'Raleway', sans-serif;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 16px;
}

.dib {
    display: inline-block !important;
}

a,
a:hover,
a:focus {
    color: #a98970;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 500;
}

h1 {
    font-size: 40px;
}

.navbar-top{
    background: #fff;
}

.navbar-top .a-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-top .nkfia {
    max-height: 35px;
}

.navbar-top .szechenyi {
    max-height: 55px;
}

.navbar-default {
    background-color: rgba(20, 21, 19, 0.8);
    border: none;
    min-height: 70px;
}

.navbar-brand {
    height: 70px;
    padding: 11px;
}

.navbar-brand img {
    width: 120px;
    max-width: 100%;
}

.navbar-default .navbar-nav,
.navbar-default .dropdown-menu {
    font-size: 15px;
}

.dropdown-menu {
    border: none;
}

.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > li > a,
.dropdown-menu>li>a {
    color: #7c8182;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border: none;
    margin: 14px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #444;
}

.navbar-nav > li > .dropdown-menu {
    background-color: rgba(20, 21, 19, 0.98);
}

.navbar-default .navbar-nav .dropdown-menu img {
    width: 38px;
    margin-right: 10px;
}

.navbar-default .navbar-nav .dropdown-menu li > a > div {
    width: calc(100% - 48px);
    display: inline-block;
    height: 32px;
}

.navbar-default .navbar-nav .dropdown-menu li:not(:last-child) > a > div {
    border-bottom: 1px solid #3e4141;
}

.legal-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background: #000000ba;
}

.legal-popup-text-wrapper{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.legal-popup{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 768px){
    .legal-popup{
        width: 90%;
        padding-top: 10%;
    }
}

.legal-popup-text{
    font-size: 20px;
    font-weight: 900; 
    line-height: 22px;
    color:#FFFFFF;
}

@media(max-width: 768px){
    .legal-popup-text{
        font-size: 16px;
        line-height: 18px;
    }
}

.full-height {
    height: 100vh;
}

.full-height .container {
    height: 100%;
    display: table;
    position: relative;
}

.full-height .container .valigner {
    display: table-cell;
    vertical-align: middle;
}

.full-height .container .valigner.bottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;
}

.home .block-1 {
    text-align: center;
    color: #fff;
    position: relative;
}

.home .block-1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .3;
}

.home .block-1 .container {
    position: relative;
    z-index: 1;
}

.home .block-1 h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
}

.home .block-1 p {
    font-size: 20px;
    font-weight: 300;
}

.home .block-1 .valigner.bottom {
    padding-bottom: 180px;
}

.home .block-1 .valigner {
    padding: 0 10px;
}

.home .watches {
    padding: 70px 0;
}

.home .watches .container .row {
    display: flex;
    flex-wrap: wrap;
}

.home .watches .watch {
    text-align: center;
}

.home .watches .watch h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.home .watches .watch a {
    font-size: 13px;
}

.home .watches .watch img {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}

.home .watches .watch {
    margin-bottom: 80px;
}

.home .watches .watch .carousel .carousel-indicators,
.watch .watch-variations .carousel-indicators {
    bottom: -51px;
    margin-bottom: 0;
}

.home .watches .watch .carousel .carousel-indicators li,
.watch .watch-variations .carousel-indicators li {
    border-color: #818687;
    background-color: #818687;
}

.home .watches .watch .carousel .carousel-indicators li.active,
.watch .watch-variations .carousel-indicators li.active {
    background-color: #a98970;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.home .other.watches {
    background-color: #1a1613;
}

.home .testimonials {
    padding: 90px 0 140px;
    background-image: url(../static_images/testimonials_bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

.home .testimonials p {
    margin: 0;
}

.home .testimonials .author {
    font-weight: 500;
    margin-top: 30px;
}

.home .testimonials  .carousel-indicators {
    bottom: -50px;
}

@media(max-width: 768px) {
    .home .testimonials {
        min-height: 400px;
    }
}

.home .exhibition {
    background-image: url(../static_images/exhibition_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 300px 0;
}

.home .exhibition h1 {
    margin-bottom: 30px;
}

.home .exhibition .location {
    color: #a98970;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.main .heading {
    position: relative;
}

.main .heading .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top center;
    background-size: cover;
    opacity: .3;
}

.main .heading .container {
    padding-top: 150px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.main .heading h1 {
    font-weight: 300;
}

.main .body {
    font-size: 16px;
    color: #818687;
    padding-top: 80px;
}

.main .body h1, h2 {
    color: #fff;
    margin: 0 0 10px;
}

.main .body h3 {
    font-size: 20px;
    font-weight: 500;
    color: #a98970;
    margin: 0 0 10px;
}

.main .body p {
    text-align: justify;
    font-weight: 300;
}

.main .body img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.main .body .btgrid {
    margin-bottom: -50px;
    clear: both;
}

.main .body .btgrid .col {
    margin-bottom: 50px;
}

.main .body .btgrid .col .col {
    margin: 0;
}

.main .press-releases img {
    margin: 0;
}

.main .press-releases h3 {
    color: #fff;
    margin: 0;
}

.main .press-releases a {
    font-size: 20px;
    color: #818687;
}

.main .press-releases a:hover {
    text-decoration: none;
}

.main .press-releases .row > div {
    margin-bottom: 40px;
}

.main .story {
    padding: 80px 0 20px;
    background-image: url(../static_images/story_bg.jpg);
    background-size: cover;
    background-position: center;
}

.main .story .story-text {
    text-align: center;
    color: #818687;
}

.main .story .story-text h3 {
    color: #fff;
}

.main .story .story-items {
    margin-top: 25px;
    position: relative;
}

.main .story .story-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0 14px;
    outline: none !important;
}

.main .story .story-item .year {
    transition: 250ms;
    margin-bottom: 20px;
    display: block;
    color: #818687;
    font-weight: 500;
}

.main .story .story-item:hover .year {
    color: #a98970;
}

.main .story .story-item img {
    -webkit-filter: grayscale(100%);
    transition: 250ms;
    max-width: 100%;
}

.main .story .story-item:hover img {
    -webkit-filter: grayscale(0%);
}

.main .story .story-item .description {
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
    text-align: left;
    color: #a98970;
    display: block;
    font-weight: 500;
    margin-top: 2px;
    position: relative;
    padding-top: 15px;
}

.main .story .story-item .description:after {
    content: '';
    height: 2px;
    background-color: #a98970;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}

.main .story .story-item .description:before {
    content: '';
    border-top: 8px solid #a98970;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 2px;
    left: 10px;
}

.main .story .story-item:hover .description {
    visibility: visible;
    opacity: 1;
}

.watch .heading {
    background-position: bottom center;
    background-size: cover;
    padding: 120px 0 70px;
}

.watch .heading h1 {
    font-weight: 300;
    margin-bottom: 40px;
}

.watch .heading h3,
.watch .details h3 {
    font-size: 20px;
    color: #a98970;
    font-weight: 300;
}

.watch .heading p,
.watch .details p {
    font-size: 16px;
}

.watch .heading h1 b {
    font-weight: 500;
}

.watch .body h1,
.watch .body h2,
.watch .body h3,
.watch .body h4,
.watch .body h5,
.watch .body h6 {
    color: #fff;
}

.watch .body {
    padding: 80px 0;
    color: #818687;
    font-size: 16px;
}

.watch .carousel {
    margin-top: 25px;
}

.watch-gallery .gallery-item {
    height: 155px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 15px 0;
}

.watch-gallery .gallery-item:after {
    content: '\e003';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
    font-family: 'Glyphicons Halflings';
    line-height: 155px;
    text-align: center;
    vertical-align: middle;
}

.watch-gallery .gallery-item:hover:after {
    visibility: visible;
    opacity: 1;
}

.watch-gallery {
    margin: 0 -15px;
}

.watch-gallery .item {
    padding: 0 15px;
}

.watch-gallery .prev,
.watch-gallery .next,
.story-items  .prev,
.story-items  .next {
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    z-index: 2;
    opacity: 0.75;
    outline: none;
}

.story-items  .prev,
.story-items  .next {
    top: 156px;
}

.story-items .prev {
    animation: prev_ani 750ms infinite alternate;
}

.story-items .next {
    animation: next_ani 750ms infinite alternate;
}

@-webkit-keyframes prev_ani {
    0%   { margin-left: 0; }
    100% { margin-left: -5px; }
}
@-moz-keyframes prev_ani {
    0%   { margin-left: 0; }
    100% { margin-left: -5px; }
}
@-o-keyframes prev_ani {
    0%   { margin-left: 0; }
    100% { margin-left: -5px; }
}
@keyframes prev_ani {
    0%   { margin-left: 0; }
    100% { margin-left: -5px; }
}

@-webkit-keyframes next_ani {
    0%   { margin-right: 0; }
    100% { margin-right: -5px; }
}
@-moz-keyframes next_ani {
    0%   { margin-right: 0; }
    100% { margin-right: -5px; }
}
@-o-keyframes next_ani {
    0%   { margin-right: 0; }
    100% { margin-right: -5px; }
}
@keyframes next_ani {
    0%   { margin-right: 0; }
    100% { margin-right: -5px; }
}

.watch-gallery .prev:hover,
.watch-gallery .next:hover,
.story-items  .prev,
.story-items  .next {
    opacity: 1;
}

.watch-gallery .prev.slick-disabled,
.watch-gallery .next.slick-disabled,
.story-items  .prev.slick-disabled,
.story-items  .next.slick-disabled {
    opacity: 0.2;
}

.watch-gallery .prev,
.story-items  .prev {
    left: -10px;
}

.watch-gallery .next,
.story-items  .next {
    right: -10px;
}

@media(max-width:800px) {
    .watch-gallery .prev {
        left: 0;
    }

    .watch-gallery .next {
        right: 0;
    }
}

.watch .block {
    text-align: center;
    color: #818687;
    background-image: url(../static_images/watch_block_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    padding: 70px 0;
}

.watch .block h3 {
    font-size: 20px;
    color: #fff;
}

.watch .watch-variations {
    margin: 0 0 70px;
}

.contact {
    padding: 80px 0;
}

.contact h1 {
    margin: 0 0 30px;
}

.contact h4 {
    margin: 0;
}

.contact .form-group {
    margin-bottom: 20px;
}

.contact textarea {
    height: 110px;
}

.error_404 {
    text-align: center;
    padding: 150px 0;
    color: #888;
    font-size: 20px;
}

.error_404 h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

footer {
    font-size: 13px;
    color: #818687;
}

footer .footer-top .container {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #7c8182;
}

footer .footer-top .logo {
    width: 100px;
    max-width: 100%;
}

footer copy {
    color: #fff;
}

footer .footer-bottom {
    display: none;
    padding-top: 5px;
    background: #fff;
}

footer .footer-bottom img {
    height: 150px;
}

.scroll {
    position: fixed;
    left: 50%;
    bottom: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 41px;
    height: 17px;
    animation: scroll 750ms infinite alternate;
}

.scroll.hidden {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}

.scroll:after {
    content: '';
    width: 24px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    transform: rotateZ(-36deg);
    right: 0;
    top: 6px;
}

.scroll:before {
    content: '';
    width: 24px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    position: absolute;
    transform: rotateZ(36deg);
    left: 0;
    top: 6px;
}

@-webkit-keyframes scroll {
    0%   { bottom: 40px; opacity: 0; }
    50%   { opacity: 1; }
    100% { bottom: 10px; }
}
@-moz-keyframes scroll {
    0%   { bottom: 40px; opacity: 0; }
    50%   { opacity: 1; }
    100% { bottom: 10px; }
}
@-o-keyframes scroll {
    0%   { bottom: 40px; opacity: 0; }
    50%   { opacity: 1; }
    100% { bottom: 10px; }
}
@keyframes scroll {
    0%   { bottom: 40px; opacity: 0; }
    50%   { opacity: 1; }
    100% { bottom: 10px; }
}

.form-control {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

input.form-control {
    height: 45px;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 56px;
    line-height: 20px;
    border: none;
}

.btn-primary {
    background-color: #a98970;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
    background-color: #745d4a;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        width: calc(100% - 288px);
        text-align: center;
        padding-top: 5px;
    }

    .navbar-default .navbar-nav.navbar-right {
        width: auto;
    }

    .navbar-default .navbar-nav li {
        display: inline-block;
        float: none;
    }

    .navbar-default .navbar-nav li > ul li {
        display: block;
        float: none;
    }

    .navbar>.container .navbar-brand {
        margin-left: -11px;
    }

    .navbar-nav > li > a {
        padding: 20px 8px;
    }
}

@media (max-width: 767px) {
    .main .body {
        padding-top: 40px;
    }
    
    .navbar-default {
        background-color: rgba(20, 21, 19, 0.95);
    }

    .home .block-1 h1 {
        font-size: 30px;
    }

    .home .block-1 p {
        font-size: 14px;
    }

    .home .exhibition {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        background-position: center left;
    }

    .home .exhibition .container {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: rgba(0, 0, 0, 0.75);
    }

    footer .logo {
        margin: 0 auto 20px;
        display: block;
    }

    .main .heading h1 {
        font-size: 28px;
    }

    .watch .heading {
        padding: 0 0 120px;
        background-position: top left 26%;
    }

    .main .press-releases img {
        margin: 0 auto;
    }

    .main .press-releases .press-release,
    .main .press-releases .press-release p {
        text-align: center;
    }

    .main .heading .container {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .main .heading .container h1 {
        margin: 0;
    }

    .watch .carousel .carousel-control {
        left: 0px;
    }

    .watch .carousel .carousel-control.right {
        right: 0px;
        left: auto;
    }

    .main .story .story-item .description {
        visibility: visible;
        opacity: 1;
        text-align: center;
    }

    .main .story .story-item .description:before,
    .main .story .story-item .description:after {
        display: none;
    }

    .story-items  .prev,
    .story-items  .next {
        top: 50%;
        margin-top: -10px;
    }
}

@media (max-height: 767px) {
    .home .block-1 .valigner.bottom {
        padding-bottom: 50px;
    }
}

body.ckeditor img {
    max-width: 100%;
}

.m-t-20 {
    margin-top: 20px;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

body.home .scroll {
    display: none !important;
}

.navbar-fixed-top{
    position: sticky;
    z-index: 1000;
}

.navbar-fixed-top .navbar-collapse {
    max-height: calc(100vh - 70px);
}

.bexei-gold {
    color: #a98970;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    width: 700px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .8);
    padding: 20px 40px;
    z-index: 1000;
}

.cookie-alert p {
    text-align: center;
    margin-bottom: 20px;
}

.page-szechenyi-2020 .heading {
    background: #000000;
    background: -moz-linear-gradient(left, #000000 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: linear-gradient(to right, #000000 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
}