body {
    /*background: #070000; !* fallback for old browsers *!*/
    /*background: -webkit-linear-gradient(to left, #030409, #232f3b, #3a4c5b, #232f3b, #030409); !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to left, #030409, #232f3b, #3a4c5b, #232f3b, #030409); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    /*background: #3b4c5b;*/
    /*background: -moz-radial-gradient(center, ellipse cover, #3b4c5b 0%, #1d2935 45%, #030408 100%);*/
    /*background: -webkit-radial-gradient(center, ellipse cover, #3b4c5b 0%, #1d2935 45%, #030408 100%);*/
    /*background: radial-gradient(ellipse at center, #3b4c5b 0%, #1d2935 45%, #030408 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4c5b', endColorstr='#030408', GradientType=1);*/
    /*font-family: 'Poppins', sans-serif;*/
    /*color: #a7a7a7;*/

    background: rgba(59, 76, 91, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4c5b', endColorstr='#030408', GradientType=1);
    background-image: url(img/background.jpg);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(59, 76, 91, 0.85) 0%, rgba(29, 41, 53, 0.85) 45%, rgba(3, 4, 8, 0.85) 100%), url(img/background.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover,rgba(59, 76, 91, 0.85) 0%, rgba(29, 41, 53, 0.85) 45%, rgba(3, 4, 8, 0.85) 100%), url(img/background.jpg);
    background-image: radial-gradient(ellipse at center, rgba(59, 76, 91, 0.85) 0%, rgba(29, 41, 53, 0.85) 45%, rgba(3, 4, 8, 0.85) 100%), url(img/background.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4c5b', endColorstr='#030408', GradientType=1);
    font-family: 'Poppins', sans-serif;
    color: #a7a7a7;
    background-size: cover;
    background-position: center;
    background-position-y: 80%;
}

p {
    color: #fff;
}

.right-row {
    padding-left: 50px;
}

.logo-container {
    padding-top: 96px;
    text-align: center;
}

.logo-container img {
    max-width: 100%;
}

.choose {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.separator {
    height: 1px;
    background-color: #424a52;
    margin-bottom: 25px;
}

.detail-box {
    text-align: center;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
}

.detail-box .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 3px;
}

.detail-box a, .detail-box a:hover {
    display: block;
    color: #fff;
}

.detail-box p:not(.title), .detail-box a {
    margin-bottom: 0;
    font-weight: 300;
}

.box {
    margin-bottom: 26px;
    display: block;
}

.box .img {
    position: relative;
}

.box .img > img {
    max-width: 100%;
    width: 100%;
}

.box .overlay {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.box .overlay img {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.box:hover {
    text-decoration: none;
}

.box:hover .overlay {
    background-color: rgba(0, 0, 0, .5);
}

.box:hover .overlay img {
    opacity: 1;
}

.box .caption {
    background-color: #d21929;
    text-align: center;
    color: #fff;
    font-family: 'Cormorant', sans-serif;
    font-size: 21px;
    padding: 6px 0 6px 0;
    position: relative;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.box .caption:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #fff;
    opacity: .5;
    width: 100%;
    left: 0;
    top: -3px;
}

.box:hover .caption {
    background-color: #f5af27;
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pull-left,
.pull-right {
    font-size: 13px;
}

.pull-right img {
    margin-right: 5px;
}

.pull-left a,
.pull-right a {
    color: #fff;
}

#catapult-cookie-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    direction: ltr;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 99999;
    position: fixed;
    right: 20px;
    bottom: 6%;
    width: 300px;
    background-color: #333333;
    color: #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
    padding: 15px 20px 15px;
    font-size: 14px;
}

#catapult-cookie-bar.has-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}

#catapult-cookie-bar h3 {
    color: #ddd;
    margin: 0.5em 0 0;
    font-size: 24px;
}

#catapult-cookie-bar span {
    display: block;
    margin: 1em 0;
}

#catapult-cookie-bar a {
    color: #cecece;
}

.ctcc-right-side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

button#catapultCookie {
    cursor: pointer;
    margin: 0 20px 0 0;
    background: #d31929;
    color: #ffffff;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .right-row {
        padding-left: 0;
    }
}

@media (max-width: 379px) {
    .copyright {
        display: block;
        text-align: center;
    }
}