/* #region Globals */
* {
    font-family: 'Red Hat Display';
}

h1 {
    font-size:5rem;
    line-height:5rem;
}

h2,
.content h1 {
    font-size: 3rem;
    line-height: 4rem;
}

h2 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 500;
    color: #333;
    display:table;
    padding-bottom:10px;
    position:relative;
}

h2:before {
    content:"";
    background-color:#ed552d;
    width:100px;
    height:5px;
    bottom:0;
    left:0;
    position:absolute;
}

h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #333;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ed552d;
    text-transform: uppercase;
}

ul li {
    list-style-type:square;
}

ul li::before {
    color: #ed552d;
}

.mainlink {
    background-color:#192f2c;
    padding:1rem 2rem;
    text-align:center;
    color:#fff;
    transition:all .2s ease-in;
    border-radius:0.5rem;
    font-size:1.2rem;
    font-weight:600;
    position:relative;
    overflow:hidden;
    display:table;
}

.mainlink span {
    position:relative;
    z-index:2;
    opacity:.75;
    transition:inherit;
}

.mainlink:before {
    background-color: #4b8d84;
    width:0;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    transition:all .2s ease-in;
}

.mainlink:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform:scale(1.05);
}

.mainlink:hover span {
    opacity:1;
}

.mainlink:hover:before {
    width:100%;
}

@media only screen and (max-width:1600px) {
    h1 {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    h2,
    .content h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

@media only screen and (max-width:1400px) {
    h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    h2,
    .content h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width:800px) {
    .mainlink {
        font-size:1rem;
    }

    h1 {
        font-size: 3rem;
        line-height:3rem;
    }

    h3 {
        font-size:1.5rem;
        line-height:1.5rem;
    }
}

@media only screen and (max-width:600px) {
    .mainlink {
        width:100%;
        text-align:center;
    }
}



/* #endregion */

.sys-yes {
    text-align: center;
    padding: 15px;
    background-color: #00d660;
    color: #fff;
    font-weight: bold;
}

#upper li {
    list-style-type: none;
    margin-right: 40px;
    font-size: 24px;
    font-weight: 300;
    transition: all .5s;
}

#upper {
    font-size: 30px;
    padding: 10px;
    margin: 60px 0 10px 0;
    color: #111;
}

.up-top {
    display: block;
    font-size: 14px;
    color: #325258;
    font-weight: bold;
}

.up-tmx {
    background-image: url('images/bg-tmx.png');
    background-repeat: no-repeat;
    background-position: center left;
    width: 141px;
    height: 36px;
    margin-right: 25px;
}

.soc-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    transition: all .1s;
}

#fb {
    margin-right: 10px;
}

.facebook {
    background-image: url('images/fb-white.png');
}

.linkedin {
    background-image: url('images/footer_li.png');
}

.twitter {
    background-image: url('images/footer_tw.png');
}

.youtube {
    background-image: url('images/footer_yt.png');
}

#featured {
    padding-bottom: 100px;
}

.notmain {
    height: auto !important;
    background-image: url('images/bg-main.jpg') !important;
}

.proj-1 {
    background-image: url('images/proj/proj-1.jpg') !important;
}

#main {
    background-image: url('images/bg-main.jpg');
    background-size: cover;
    background-position: center top;
    width: 100vw;
    height: 100vh;
}

#main-bot {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

#main h2 {
    margin-bottom: 20px;
    font-size: 52px;
}

#main p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.main-text {
    width: 80%;
    padding: 140px 0;
}

.main-text span {
    color: #D5AD6D;
    /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent),
        -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-pic {
    background-image: url('images/main-map.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 38%;
}

#sticky {
    position: fixed;
    z-index: 9001;
    width: 100%;
}

@media (max-width: 1100px) {
    nav {
        display: none;
    }
}

#menu-small {
    display: none;
    width: 24px;
    height: 24px;
    background-image: url('images/small-menu.png?');
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s;
    cursor: pointer;
    margin: 10px;
}

@media (max-width: 1100px) {
    #menu-small {
        display: block;
    }
}

#menu-small:hover {
    background-image: url('images/small-menu-over.png?');
}

.menucont {
    margin-top: 30px;
    padding-left: 200px;
}

.sticky-small .menucont {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu .sublink {
    display: none;
}

.mainmenu .biglink {
    border-radius: 5px;
}

.mainmenu nav .toplink:hover {
    color: #ed552d;
    background-color: #fafafa;
}

.mainmenu nav .sublink {
    position: absolute;
    left: -1px;
    top: 70px;
    border-radius: 5px;
    border-top-left-radius: 0;
    background-color: #fafafa;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

.mainmenu nav .toplink:hover .sublink {
    opacity: 1;
    pointer-events: all;
    top: 50px;
}

.mainmenu nav .sublink a {
    margin-left: 0;
    display: block;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    transition: all .3s !important;
    text-transform: uppercase;
    color: #aaa;
}

.mainmenu nav .sublink a:first-of-type {
    border-top-right-radius: 5px;
}

.mainmenu nav .sublink a:last-of-type {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mainmenu nav .sublink a:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

.sticky-white {
    color: #333 !important;
}

.main-active {
    border: 1px solid #ed552d !important;
    color: #ed552d !important;
    border-radius: 3px;
    transition: all .5s;
}

.main-text a,
.big-link {
    border: 1px solid #333b41;
    padding: 15px 80px;
    color: #333b41;
    font-weight: 400;
    margin-top: 35px;
    display: inline-block;
    border-radius: 4px;
    transition: all .2s;
    text-transform: uppercase;
}

.main-text a:hover,
.big-link:hover {
    border-color: #ed552d;
    background-color: #ed552d;
    color: #fff;
}

#news .big-link {
    width: 31%;
    text-align: center;
}

@media (max-width: 1100px) {
    #news .big-link {
        width: 100%;
        padding: 15px;
    }

    #news .end {
        justify-content: space-around;
    }

    #release .big-link {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
}

.main-logo,
.sticky-logo {
    background-image: url('images/btu-dark.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 110px;
    height: 70px;
    transition: background-image 0.5s;
}

.sticky-logo {
    margin: 10px 0;
    height: 50px;
}

.main-logo-bg {
    background-color: white;
    border-bottom: 5px solid #ed552d;
    padding: 20px;
}

#release-logo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 150px;
    transition: background-image 0.5s;
    margin: 30px 0;
}

#release p {
    margin-bottom: 20px;
    font-weight: normal;
    word-break: break-word;
}

#release table p {
    word-break: unset;
}

#release p a {
    color: #ed552d;
    font-weight: bold;
    opacity: .8;
    text-decoration: underline;
}

#release p a:hover {
    opacity: 1;
}

#release li {
    margin-bottom: 20px;
    margin-left: 40px;
}

#release table {
    margin: 0 auto;
    margin-bottom: 20px;
}

#release table tbody {
    display: table;
}

#release {
    color: #222;
}

.content img {
    max-width: 100%;
    height: auto;
}

.logo-white {
    background-image: url('images/main-logo.png');
}

.logo-dark {
    background-image: url('images/main-dark.png');
}

#news .pad {
    padding-top: 0;
}

#news h2 {
    margin-bottom: 30px;
}

#news-list a {
    display: block;
    color: #333;
    font-weight: 400;
    width: 31%;
    border: 1px solid #ccc;
    padding: 30px;
    transition: all .3s;
    opacity: .75;
    border-radius: 3px;
}

#news-list a span {
    color: #119fcd;
    display: block;
    font-weight: bold;
}

#news-list a:hover span {
    color: #0e6c8a;
}

#news-list a:hover {
    background-color: #fafafa;
    opacity: 1;
    box-shadow: 0 4px 2px -2px #ddd;
}

@media (max-width: 1100px) {
    #news-list a {
        width: 100%;
    }

    #news-list a:not(:last-child) {
        margin-bottom: 30px;
    }

    #news-list {
        display: block;
    }

}

#cont-bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
    color: #111;
    padding: 15px;
    font-size: 14px;
}

#cont-name {
    width: 100%;
}

.cont-info {
    width: 34.5%;
}

.cont-conn {
    margin-bottom: 10px !important;
}

@media (max-width:800px) {
    .cont-info {
        width: 100%;
        padding: 5vw;
    }
}

#over-map {
    z-index: 9001;
}

.fp-tableCell {
    display: block !important;
}

.full {
    width: 100%;
}

#contact p {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 40px 0;
}

#contact li {
    list-style-type: none;
    padding: 2px;
    padding-left: 36px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    #contact .boxbox {
        flex-direction: column-reverse;
    }

    #msgform {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.btu {
    background-image: url('images/bg-btu.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.pdf-link {
    color: #ed552d;
    font-size: 18px;
    transition: all .3s;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ed552d;
    display: table;
}

.pdf-link:hover {
    background-color: #ed552d;
    color: #fff;
    padding-left: 40px;
}

@media (max-width: 600px) {
    .pdf-link {
        width: 100%;
        text-align: center;
    }
}

#about pdf-link:first-child {
    margin-bottom: 10px;
}

.pdf-link {
    background-image: url('images/pdf-icon.png');
    background-position: center left -35px;
    background-repeat: no-repeat;
}

.pdf-link:hover {
    background-position: center left 7px;
}

.pdf-link:not(:last-child) {
    margin-bottom: 20px;
}

#related a {
    color: #254441;
}

#related .ire-geo-button {
    background-image: url('images/icon-ext.png');
    background-position: center left;
    padding-left: 45px;
}

#related a:hover {
    background-position: left 10px center;
    padding-left: 55px;
}

#related a:hover {
    background-color: #254441;
    color: #fff;
}

.pdf-icon {
    padding: 10px 10px 10px 40px;

    text-align: left;
}

.ext-icon {
    padding: 10px 10px 10px 40px;
    background-image: url('images/icon-ext.png');
    background-position: center left;
    background-repeat: no-repeat;
}

#about p {
    margin-bottom: 30px;
}

.content {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow:hidden;
}

.content h2 {
    margin-bottom: 20px;
}

.cont-phone {
    background-image: url('images/cont-phone.png');
}

.cont-email {
    background-image: url('images/cont-mail.png');
}

.cont-fax {
    background-image: url('images/cont-fax.png');
}

#back {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
    background-color: #fff;
}

.back-arrow {
    border: solid #333;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.5s;
}

#back:hover .back-arrow {
    margin-right: 10px;
    border-color: #ed552d;
}

#back:hover {
    color: #ed552d;
    border-color: #ed552d;
}

#subscribe form p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

#subscribe form input[type=text],
#subscribe form input[type=submit],
#subscribe form input[type=email] {
    width: 49%;
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#subscribe form {
    width: 100%;
}

#subscribe form input[type=text],
#subscribe form input[type=submit],
#subscribe form input[type=email] {
    width: 30%;
    margin-bottom: 0;
}

#subscribe form input[type=submit] {
    background-color: #192f2c;
    border: 0;
    color: #eee;
    margin-bottom: 0;
    cursor: pointer;
    align-self: flex-end;
}

#subscribe form input[type=submit]:hover {
    background-color: #325e58;
    color: #fff;
}

#subscribe form textarea {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    resize: none;
    height: 200px;
}

@media (max-width: 1200px) {
    #msgform .sub-flex {
        display: block;
    }

    #msgform .check-flex {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {

    #msgform input[type="text"],
    #msgform input[type="submit"] {
        width: 100%;
    }

    #msgform .flex {
        display: block;
    }

    #msgform .check-flex {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.proj-ind h5 {
    padding-top: 20px;
}

#bot-min .proj-ind {
    width: 16%;
}

.bg-lee {
    background-image: url('images/proj/galway/bg-lee.jpg');
    background-size: cover;
    color: #fff;
}

.bg-lee h5,
.bg-dooros h5 {
    color: #fff !important;
}

.feat-lee {
    background-image: url('images/proj/galway/feat-lee.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.feat-gal {
    background-image: url('images/proj/galway/feat-gal.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.feat-doo {
    background-image: url('images/proj/galway/feat-doo.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.feat-cap {
    background-color: #324944;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: auto;
    text-transform: uppercase;
    padding-right: 80px;
}

.feat-doo .feat-cap {
    padding-right: 10px;
    padding-left: 80px;
    color: #fff;
    margin-bottom: 20px;
}

.feat-cap span {
    display: block;
    font-weight: normal;
}

.bg-dooros {
    background-image: url('images/proj/galway/bg-dooros.jpg');
    background-size: cover;
    color: #fff;
}

#c-header {
    border-bottom: 1px solid #ccc;
    padding: 30px 100px;
    margin-top: 200px;
}

#c-header h2 {
    margin: 0 !important;
}

#c-header h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
}

.c-left {
    width: 25%;
}

.c-left:after {
    position: fixed;
}

@media (max-width: 1000px) {
    .c-left {
        background-color: #fafafa;
        width: 100vw;
        border-top: 1px solid #ddd;
        border-right: 0;
        padding-bottom: 0;
        padding-top: 20px;
        padding-left: 5vw;
        padding-right: 5vw;
        margin-left: -5vw;
        margin-right: -5vw;
    }
}

.c-left li {
    list-style-type: none;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.white .txtlink {
    color: #ed552d;
    font-weight: bold;
    opacity: .8;
}

.white .txtlink:hover {
    opacity: 1;
}

#release li {
    margin-bottom: 20px;
}

#release table {
    text-align: center;
    margin: 0 auto 20px auto;
}

.newslist>*:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.newslist .newslinktext {
    padding-right: 30px;
    display: block;
    color: #333b41;
    font-weight:bold;
    text-transform:uppercase;
}

.newslist a:first-of-type:hover {
    color: #ed552d;
}

.newslist a:first-of-type span {
    display: block;
    color: #555;
    font-weight: 400;
}

.newsquare {
    color: #fff !important;
    border-radius: 5px;
    border: 3px solid #ed552d;
    background-color: #ed552d;
    padding:0.5rem;
    font-size: 1.6rem;
}

.newsquare:hover {
    background-color: transparent;
    color: #ed552d !important;
}

.newsprint {
    background-image: url('images/news_print_over.png');
}

.newsprint:hover {
    background-image: url('images/news_print.png');
}

.newstop {
    margin-bottom: 20px;
}

.newstoppdf {
    border-radius: 5px;
    border: 2px solid #ed552d;
    background-color: #ed552d;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
    display: inline-flex;
}

.newstoppdf:first-of-type {
    margin-right: 10px;
}

.newstoppdf:hover {
    background-color: unset;
    color: #ed552d;
}

.newsprint {
    background-image: url('images/news_print.png');
}

.newsprint:hover {
    background-image: url('images/news_print_over.png');
}

.newstopmarg {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #ed552d;
    background-color: #ed552d;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    padding-left: 35px;
    background-image: url('images/news_print.png');
    display: table;
}

.newstopmarg:hover {
    background-image: url('images/news_print_over.png');
    background-color: unset;
    color: #ed552d;
}

@media (max-width: 500px) {
    .newstop {
        display: block;
    }

    .newsquare {
        width: 100%;
        display: block;
    }

    .newsquare {
        margin-top: 10px;
    }
}

.yearlist a {
    display: inline-block;
    color: #222;
    border: 2px solid #222;
    padding: 7px 14px;
    font-weight: 600;
    opacity: .5;
    border-radius: 3px;
    text-align:center;
    width:80px;
}

.yearlist .active {
    color: #ed552d;
    border-color: #ed552d;
    opacity: 1;
    pointer-events: none;
}

.yearlist a:hover {
    opacity: 1;
}

.stock-chart {
    height: 400px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .stock-chart {
        height: 300px;
    }
}

.stock h3 {
    margin-bottom: 0;
}

.stockquote {
    border: 1px solid #333;
    margin-top: 20px;
}

@media only screen and (max-width: 700px) {
    .stockquote .flex {
        display: block;
    }
}

.stockquote .big {
    padding: 50px 30px;
    flex-shrink: 0;
    width: 50%;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
    text-align: right;
}

.stockquote .big:first-of-type {
    border-right: 1px solid #333;
    text-align: left;
}

@media only screen and (max-width: 700px) {
    .stockquote .big {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-width: 0 !important;
        border-bottom: 1px solid #333 !important;
    }
}

.stockquote .big span {
    color: #ed552d;
    font-size: 92px;
    font-weight: 500;
    display: block;
    line-height: 76px;
}

@media only screen and (max-width: 1200px) {
    .stockquote .big span {
        font-size: 72px;
    }
}

@media only screen and (max-width: 1100px) {
    .stockquote .big span {
        font-size: 58px;
    }
}

@media only screen and (max-width: 1000px) {
    .stockquote .big span {
        font-size: 72px;
    }
}

@media only screen and (max-width: 500px) {
    .stockquote .big span {
        font-size: 48px;
    }
}

.stockquote .small {
    padding: 20px 40px;
    flex-shrink: 0;
    width: 50%;
    color: #333;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.stockquote .small:first-of-type {
    border-right: 1px solid #333;
}

@media only screen and (max-width: 700px) {
    .stockquote .small {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-width: 0 !important;
        border-bottom: 1px solid #333 !important;
        border-radius: 0;
    }

    .stockquote .small:last-of-type {
        border-bottom: 0 !important;
        border-radius: 5px;
    }
}

.stockquote .small span {
    color: #333;
    font-weight: 500;
    text-align: right;
}

#subscribe {
    background-image: url('images/bg-sub.jpg');
    background-size: cover;
    background-position: center top;
}

#subscribe h2 {
    color: #fff;
}

.project .biglink {
    display: table;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #3a87ce;
    border: 2px solid #3a87ce;
    color: #fff;
    border-radius: 5px;
    background-image: url('images/right-arrow-small.png');
    background-position: center left -40px;
    background-repeat: no-repeat;
}

.project .biglink:hover {
    color: #3a87ce;
    background-color: transparent;
    padding-left: 35px;
    background-position: center left 15px;
}

.project h3 {
    margin-bottom: 20px;
}

.project h4 {
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.project h5 {
    color: #222;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.project .quote {
    background-color: #192f2c;
    border-radius: 5px;
    padding: 30px;
    background-image: url('images/quote_bg.jpg');
    background-position: center center;
    font-size: 18px;
    clear: both;
}

.project .quote p {
    color: #fff;
    margin-bottom: 10px;
}

.project .quote span {
    font-style: italic;
    color: #fff;
    text-align: right;
    display: block;
}

.project .quote span b {
    color: #ed552d;
}

.project ul {
    margin-bottom: 30px;
}

.project ul li {
    margin-left: 40px;
}

.project ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.project .vms {
    background-image: url('images/vms_bg.jpg');
}

.project .highlights li {
    color: #ed552d;
    font-weight: bold;
}

.project .projroad {
    background-color: #ed552d;
    background-image: url('images/dh_projroad.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 50px;
    margin: -50px;
    margin-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 800px) {
    .project .projroad {
        margin: -25px;
        margin-top: 0;
        padding: 25px;
    }
}

.project .projroad h4 {
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
}

.project .projroad h5,
.project .projroad h4 {
    color: #fff;
}

.project .projroad ul:last-of-type {
    margin-bottom: 0;
}

.project .projroad .proj-spacer {
    background-color: #fff;
}

.project .projhigh,
.project .highlights {
    background-image: url('images/bg_highlights.jpg');
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    padding: 30px;
    margin-top: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    margin-bottom: 60px;
}

@media (max-width: 1300px) {
    .project .imgflex {
        display: block;
    }

    .project .imgflex img {
        width: 100%;
    }
}


@media (max-width: 800px) { 
    .project .projhigh,
    .project .highlights {
        margin-top: 40px;
    }
}

.project .projhigh h4,
.project .highlights h4 {
    background-color: #333;
    color: #fff;
    font-size: 36px;
    padding: 0 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: -25px;
    margin-bottom: 30px;
    text-transform: none;
}

@media (max-width: 600px) {
    .project .projhigh h4,
    .project .highlights h4 {
        padding: 5px 15px;
        margin-left: -60px;
        font-size: 30px;
    }
}

.project .projhigh ul li,
.project .highlights ul li {
    color: #333;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.project .projhigh ul li:last-of-type,
.project .highlights ul li:last-of-type {
    margin-bottom: 0;
}

.project .projhigh ul,
.project .highlights ul {
    margin-bottom: 0;
}

.project .textlink {
    font-weight: bold;
    color: #ed552d;
}

.project .textlink:hover {
    text-decoration: underline;
}

.project img {
    max-width: 100%;
}

/* PROJECT CSS */

.proj-loc {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right 100px;
    line-height: 1.5em;
}

.proj-spacer {
    background-color: #ed552d;
    width: 50px;
    height: 3px;
    margin-bottom: 20px;
}

.orange .proj-spacer {
    background-color: #fff;
}

.proj-topo {
    background-image: url('projects/proj-topo.jpg');
    background-size: cover;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.half {
    width: 48%;
}

.quarter {
    width: 23%;
    position: relative;
}

#boliden .quarter {
    background-size: cover;
    background-position: center center;
}

.boliden-1 {
    background-image: url('images/ireland/boliden-1.jpg');
}

.boliden-2 {
    background-image: url('images/ireland/boliden-thumb-2.jpg');
}

.boliden-3 {
    background-image: url('images/ireland/boliden-thumb-3.jpg');
}

.cale-1 {
    background-image: url('images/ireland/cale-1.jpg');
}

.cale-2 {
    background-image: url('images/ireland/cale-2.jpg');
}

.boliden-box {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    transition: .3s all;
    cursor: pointer;
    border-radius: 5px;
}

.boliden-box:hover {
    opacity: 1;
}

.boliden-box p {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 47%;
    color: #fff;
    transition: .3s all;
}

.boliden-box:hover p {
    top: 45%;
}

.orange {
    background-color: #ff5400;
    color: #fff;
}

.quoter {
    background-image: url('images/quotes.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
}

.quoter p {
    font-size: 42px;
    font-weight: bold;
}

.quoter span {
    font-style: italic;
    text-align: right;
    display: block;
}

.ire-fraser {
    background-image: url('images/ireland/fraser-cover.jpg');
    background-repeat: no-repeat;
    background-position: center right 200px;
    padding: 100px 100px;
    padding-right: 700px;
    line-height: 1.5em;
}

.ire-geo {
    background-image: url('images/ireland/geo-map.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.ire-geo p {
    width: 600px;
}

.ire-geo-button {
    background-color: #ff5400;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    transition: all .3s;
    background-image: url('images/icon-image.png');
    background-position: left 15px center;
    background-repeat: no-repeat;
    padding-left: 60px;
    border-radius: 3px;
}

.cale-geo .ire-geo-button {
    margin-top: 0;
}

.cale-geo .ire-geo-button:not(:first-child) {
    margin-top: 10px;
}

.ire-geo-button:hover {
    background-color: #254441;
}

#management a {
    font-size: 18px;
}

#history-top {
    text-align: center;
}

.history-gold {
    background-image: url('images/ireland/gold-bars.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#galgal a img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
    opacity: .75;
}

#galgal a img:hover {
    opacity: 1;
}

.hi-top {
    margin-top: 30px;
}

.gal-min {
    border-top: 1px solid #ccc;
    background-size: cover;
    background-position: center center;
    background-image: url('images/header-bg.jpg');
    background-repeat: no-repeat;
}

.gal-1 {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-image: url('images/proj/galway/gal-reg.png');
    background-repeat: no-repeat;
}


.gal-claims {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-image: url('images/ireland/gal-claims.jpg');
    background-repeat: no-repeat;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid white;
    border-bottom: 20px solid transparent;
}

.hilit-left {
    background-color: #fff;
    padding: 15px;
    color: #111;
    font-size: 14px;
}

.hilit-left span {
    font-size: 12px;
    font-weight: bold;
}

.hilit-fix {
    margin-left: -20px;
    position: relative;
}

.hilit-note {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.content table {
    border-spacing: 0;
    text-align: center;
    margin: 10px 0 20px 0;
    max-width: 100%;
}

.content tbody {
    display: table;
    min-width: 100%;
}

.content .disclaimer {
    font-size: 14px;
}

.content table tr td {
    padding: 5px 15px;
}

.content table tr:first-child td {
    background-color: #ff6900;
    color: #fff;
    font-weight: bold;
}

.content table tr:nth-child(even) {
    background-color: #eee;
}

.schedules table {
    margin: 0 auto 0 auto;
}

@media (max-width: 1400px) {
    .schedules {
        display: block;
    }

    .schedules table {
        margin: 0;
    }

    .schedules div:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .half, .third {
        width: 100%;
    }
}



@media only screen and (max-width: 800px) {
    .content table {
        display: block;
        width: unset;
        min-width: unset;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .content tbody {
        min-width: 600px;
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

#small-top,
#sticky-top {
    font-size: 24px;
    display: none;
    background-color: #111;
    color: #fff;
    text-align: center;
}

#sticky-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-menu {
    transition: all 0.5s;
}

.top-menu {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.top-menu #menu li,
.top-menu #menu li a {
    color: #333b41 !important;
}

.top-menu #menu li:hover,
.top-menu #menu li a:hover {
    color: #ed552d !important;
}

.top-menu #menu li ul li:hover,
.top-menu #menu li ul li a:hover {
    color: #fff !important;
}

#small-top a,
#sticky-top a,
#small-top li,
#sticky-top li {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 5%;
    color: #ed552d;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dotted #666;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 1s;
    text-transform: uppercase;
}

#sticky-top a {
    font-weight: bold;
}

#small-top li,
#sticky-top li {
    color: #ccc;
}

#small-top a:hover,
#sticky-top a:hover {
    background-color: #267ecd;
    color: #fff;
    padding-left: 20px;
}

#small-top a:last-child,
#sticky-top a:last-child {
    border-bottom: none;
}

#release li {
    line-height: 1.6;
    font-size: 18px;
}

.footer {
    background-image: url('images/footer-bg.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 20px;
    box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.2);
}

.footer h2 {
    margin-bottom: 20px;
}

.check {
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    opacity: 0.5;
}

.check-text {
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .check-text {
        margin-right: 30px;
    }
}

/* ------------------------------------------------------------- */
/* ------------------------- SUBFOOTER ------------------------- */
/* ------------------------------------------------------------- */

#subfooter {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.foot-bord {
    padding: 5px 0;
}

@media (max-width:600px) {
    .foot-bord {
        flex-direction: column-reverse;
    }
}

.foot-bord div:first-child {
    font-size: 14px;
}

@media (max-width:600px) {
    .foot-bord div:first-child {
        font-size: 10px;
    }
}

.foot-bord a {
    color: #ed552d;
    font-weight: bold;
    opacity: .8;
}

.foot-bord a:hover {
    opacity: 1;
    text-decoration: underline;
}

.ecl {
    font-weight: bold;
    font-size: 14px;
}

.ecl img {
    height: 20px;
    margin: 5px;
}

.about-map {
    background-image: url('images/about-map.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    .about-map {
        width: 0;
    }

    .about-text {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .subfooter .flex {
        display: block;
    }
}

/* ------------------------------------------------------------- */
/* ------------------------- MEDIA PAGE ------------------------ */
/* ------------------------------------------------------------- */

.media-box a {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    opacity: .75;
    transition: opacity .2s;
    margin-bottom: 25px;
}

.media-box a:hover {
    opacity: 1;
}

.rowholder {
    width: 150px;
    height: 150px;
    opacity: 0;
    margin-bottom: 25px;
}

/*
##############################################
Investor Media
##############################################
*/

.media-pdf {
    background-image: url('images/media-pdf.png');
}

.media-yt {
    background-image: url('images/media-yt.png');
}

.media i {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.media a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    display: block;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    opacity: .75;
    transition: all .3s;
    background-size: 32px 32px;
    background-position: center left;
    background-repeat: no-repeat;
}

.media a:not(:last-of-type) {
    border-bottom: 1px dotted #ccc;
}

.media a span {
    display: block;
    font-weight: bold;
    color: #ed552d;
}

.media a:hover {
    opacity: 1;
    padding-left: 55px;
    background-position: center left 5px;
}

.media a:hover span {
    text-decoration: underline;
}

.media .section:not(:first-of-type) {
    margin-top: 20px;
}

.media .section:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

/* 
########################################################################################################################################
#######################################################################################################################################
############# BTU .CSS OLD ###########################################################################################################
#####################################################################################################################################
####################################################################################################################################
*/

.logobox {
    width: 160px;
    height: 130px;
    padding: 20px;
    border-bottom: 5px solid #ed552d;
    background-color: #fafafa;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.35);
}

.newlogo {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('images/btu-main-logo.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-bar {
    border-bottom: 2px solid rgba(255, 255, 255, 0.33);
}

.top-bar .boxbox {
    position: relative;
}

.top-bar .mailbox {
    position: relative;
}

.top-bar .mailing {
    padding:1rem 2rem;
    cursor: pointer;
    color: #221f1f;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #eee;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.top-bar .mailing span {
    font-size:2rem;
    margin-left:0.5rem;
}

.top-bar .mailing:hover {
    padding-top: 2rem;
    background-color: #221f1f;
    color: #fff;
}

.top-bar .mailing img {
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .top-bar .mailing {
        display: none;
    }
}

@media (max-width: 800px) {
    .top-bar .mailing {
        display: none;
    }
}

.top-bar .quote:first-of-type {
    padding-left: 160px;
    border-right: 2px solid rgba(255, 255, 255, 0.33);
}

@media (max-width: 900px) {
    .top-bar .commod {
        display: none;
    }

    .top-bar .quote:first-of-type {
        border-right: none;
    }
}

@media (max-width: 500px) {
    .top-bar .quote div:not(:first-of-type) {
        display: none;
    }
}

.top-bar .quote {
    font-size: 0.8rem;
    color: #999;
    font-weight: 500;
    padding-right: 40px;
}

.top-bar .quote span {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 16px;
    font-weight: bold;
}

.top-bar .quote div {
    margin: 10px 40px;
    margin-right: 0;
    padding: 3px;
    border: 1px solid transparent;
}

.top-bar .quote .gold span {
    color: #d4af37;
}

.top-bar .quote .copper span {
    color: #b87333;
}

.top-bar .quote .silver span {
    color: #ddd;
}

@media (max-width: 1500px) {
    .top-bar .vol {
        display: none;
    }
}

@media (max-width: 1300px) {
    .top-bar .silver {
        display: none;
    }
}

@media (max-width: 500px) {
    .top-bar .quote {
        opacity: 0;
        font-size: 14px;
    }
}

.top-bar .quote a {
    font-weight: bold;
    color: #ed552d;
}

.top-bar .quote a:hover {
    text-decoration: underline;
    color: #e7391e;
}

.top-logo {
    position: absolute;
    width: 100%;
    pointer-events: none;
}

@media (max-width: 800px) {
    .cont-social {
        padding-bottom: 40px;
    }
}

.big-map {
    background-image: url('images/newmain/big-map.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    .big-map {
        width: 0;
    }
}

.feat-main h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

@media (max-width:600px) {
    .feat-main h2 {
        font-size: 32px;
    }
}

.feat-main p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
}

@media (max-width: 1100px) {
    .feat-main p {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .feat-main p {
        font-size: 14px;
    }
}

.hipad {
    padding: 130px 0;
}

@media (max-width: 600px) {
    .hipad {
        padding: 70px 0;
    }
}

.smalpad {
    padding: 20px 0;
}

.feat-box {
    background-image: url('images/newmain/main-bg.jpg');
    background-size: cover;
    background-position: center top;
}

.feat-main {
    position: relative;
}

@media (max-width: 600px) {
    .feat-front {
        min-height: 100vh;
    }
}

.feat-main a {
    color: #fff;
    background-color: #ed552d;
    padding: 15px 20px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    background-image: url('images/newmain/side-arrow-right.png');
    background-position: center left -50px;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px 0 #111;
    transition: all .5s;
}

.feat-main a:hover {
    background-color: #f26a38;
    background-position: center left 10px;
    padding-left: 40px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    .feat-main a {
        font-size: 13px;
        font-weight: bold;
        padding: 15px 10px;
    }
}

#menu li a,
#menu li {
    color: #fff;
}

#menu li {
    margin-left: 80px;
    padding: 20px 0;
}

.soc-icon {
    align-self: center;
}

#menu li ul {
    top: 60px;
}

.title-pad {
    padding: 80px 0;
}

.title-pad h2 {
    font-weight: bold;
}

.side-sub {
    border-bottom-style: dotted !important;
    padding: 10px !important;
    padding-left: 0 !important;
    margin-left: 20px !important;
    font-size: 16px !important;
}

.side-sub-last {
    border-bottom-style: solid !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
}

.side-sub:hover {
    background-color: transparent !important;
    color: #ed552d !important;
}

.projdetails {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media (max-width: 600px) {
    .projdetails {
        display: block;
    }
}

.projdetails li {
    list-style-type: none;
    text-transform: uppercase;
    color: #999;
    margin-left: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
}

.projdetails li:last-child {
    margin-bottom: 0;
}

.projdetails span {
    color: #111;
    font-size: 24px;
    font-weight: 300;
}

.projdetails h3 {
    margin-bottom: 20px !important;
}

.projdetailsbox {
    width: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #ccc;
}

@media (max-width: 600px) {
    .projdetailsbox {
        width: 100%;
        height: 70vw;
    }
}

.projdetails div {
    margin-bottom: 0 !important;
}

@media (max-width: 1100px) {
    .feat-text {
        width: 100%;
    }

    .feat-text a {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .feat-text {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.img-float-right {
    max-width: 50%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px
}

.img-float-left {
    max-width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

@media (max-width: 600px) {

    .img-float-right,
    .img-float-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.feat-box {
    position: relative;
    overflow: hidden;
}

#heroVid {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

@supports (object-fit: cover) {
    #heroVid {
        display: block;
    }
}

@media (max-width: 1000px) {
    .no-flex {
        flex-direction: column-reverse;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
HeroS
@@@@@@@@@@@@@@@@@@@@@@@
*/
.herofill {
    min-height:100vh;
}

.herofill .under {
    height:100%;
    width:100%;
    position:absolute;
    z-index:2;
    overflow:hidden;
}

.herofill .under video {
    min-height:100%;
    min-width:100%;
}

.hero {
    background-image:url('images/2024-08/bg_home_under.jpg');
    background-size:cover;
    background-position:right bottom;
    position: relative;
    width: 100%;
    box-shadow: inset 0 -200px 200px -100px rgba(0, 0, 0, 0.8), inset 0 200px 200px -100px rgba(0, 0, 0, 0.8);
}

.hero .underbar {
    background-color:rgba(50, 65, 58, 0.9);
    width:100%;
    position:absolute;
    bottom:20vh;
    right:0;
    padding:2rem 0;
}

.hero .underbar .boxbox {
    position:relative;
    z-index:2;
}

.hero #underbar {
    width:0;
    opacity:0;
}

.hero .overbar {
    background-image:url('images/2024-08/bg_home_over.png');
    background-size:cover;
    height:100%;
    width:100%;
    position:absolute;
    background-position:right bottom;
}

.hero .bottomspacer {
    background-color:#c8d7d4;
}

.hero h2 {
    color: #ed552d;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    line-height: 28px;
}

.hero h1, .hero h1 * {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    position:relative;
    z-index:2;
    text-align:center;
}

.hero h1 strong {
    font-weight:bold;
}

.hero h1 strong {
    display:block;
}

.hero p {
    font-size: 24px;
    color: #fff;
}

.hero .maintext,
.hero .connect {
    position: relative;
    z-index: 6;
}

.hero .maintext {
    margin-left: 5vw;
}

.hero .connect {
    position: absolute;
    bottom: 0;
    width:100%;
}

.hero .connect .line {
    width: 50px;
    height: 1px;
    background-color: #eee;
    margin-left: 5px;
}

.hero .connect span {
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.hero .connect .marbo {
    padding-bottom: 2rem;
    align-self: flex-end;
}

.hero .connect .social {
    font-size: 2rem;
    color: #fff;
    margin-top: 5px;
    opacity: 1;
}

.hero .connect .social:not(:last-of-type) {
    margin-right: 5px;
}

.hero .connect .social:hover {
    color: #ed552d;
    opacity: 1;
}

.hero .latest {
    position: relative;
}

.hero .latest h3 {
    margin-left: 25px;
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero .latest a {
    background-color: #ddd;
    color: #ed552d;
    padding: 20px 25px;
    border-radius:0.5rem;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin-bottom:1rem;
}

.hero .latest a:hover {
    background-color: #221f1f;
    padding-bottom: 30px;
    margin-top: -10px;
}

.hero .latest a span {
    display: block;
    color: #221f1f;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: unset;
}

.hero .latest a:hover span {
    color: #fff;
}

.hero .latest .latvid {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.hero .latest .hidelink {
    pointer-events: none !important;
    opacity: 0 !important;
    margin-left: -20px;
    margin-right: 20px;
}

.hero .latest .latestbuttons {
    margin-bottom: 10px;
    font-size: 18px;
}

.hero .latest .latestbuttons div {
    color: #fff;
    opacity: .33;
    margin: 0 10px;
}

.hero .latest .latestbuttons span {
    opacity: .66;
    font-weight: bold;
    color:#fff;
}

.hero .tsx50home {
    width: 500px;
    margin-left: 120px;
    flex-shrink: 0;
}

@media (max-width: 1400px) {
    .hero .latest a span {
        font-size:1.2rem;
    }
}

@media (max-width: 1200px) {
    .hero .overbar {
        display:none
    }
}

@media (max-width: 1000px) {
    .hero .marbo {
        display: none;
    }

    .hero .latest {
        width: 100%;
    }

    .hero .latest a {
        max-width: 100%;
    }

    .hero .latest h3 {
        margin-bottom: 5px;
    }
}

@media (max-width: 900px) {
    .hero .tsx50home {
        width: 300px;
    }
}

@media (max-width:600px) {
    .hero .latest a span {
        font-size:1rem;
    }
}

/* #region Home */
.home {
    background-color:#fff;
}

.home p, .home ul li {
    font-size:1.5rem;
}

.home .mapwrap {
    transform:scale(1.1);
}

.home .mapwrap img {
    width:100%;
}

.home .echum .mapwrap img {
    border-radius:2rem;
}

.home .writeup {
    background-color:#c8d7d4;
}

.home .writeup .boxbox {
    background-image:url('images/2024-08/bg_home_about.jpg');
    background-position:top right;
    background-size:contain;
    background-repeat:no-repeat;
}

.home .writeup .maintext {
    width:50%;
}

.home .signup {
    background-image:url('images/2023/sub-bg.jpg');
    background-size:cover;
    background-position:center center;
    border-radius:0.5rem;
    transform:translateY(1rem);
    border:10px solid rgba(204, 204, 204, 0.5);
}

.home .signup form p {
    font-size:1rem;
}

.home .signup form input {
    width:100%;
    background-color:#fff;
    border:1px solid #999;
    padding:1rem;
    transition:all .5s;
    font-size:1rem;
    border-radius:0.5rem;
    font-weight:500;
}

.home .signup form .checkbox {
    border:2px solid #ccc;
    padding:0.5rem;
    background-color:#fff;
    margin-right:1rem;
    font-size:1rem;
    line-height:1rem;
    border-radius:0.5rem;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    transition:all .2s;
}

.home .signup form .checkbox:hover {
    color:#ccc;
}

.home .signup form .checked {
    background-color:#192f2c;
    border-color:#192f2c;
}

@media only screen and (max-width:1700px) {
    .home .writeup .maintext {
        padding:3rem;
    }
}

@media only screen and (max-width:1600px) {
    .home .halftext {
        width:40%;
        flex-shrink:0;
        padding:1rem;
        position:relative;
        z-index:2;
    }

    .home .mapwrap {
        width:unset;
        flex-grow:1;
    }

    .home .writeup .maintext {
        padding:1rem;
    }
}

@media only screen and (max-width:1500px) {
    .home .writeup .maintext {
        width:40%;
    }
}


@media only screen and (max-width:1400px) {
    .home p, .home ul li {
        font-size:1.2rem;
    }
}

@media only screen and (max-width:1100px) {
    .home .writeup .boxbox {
        background-position:top -15vw center;
        padding-bottom:0;
    }
    .home .writeup .maintext {
        width:100%;
        padding-top:45vw;
        padding-bottom:3rem;
    }
}

@media only screen and (max-width:1000px) {
    .home .halo, .home .hubcap {
        flex-direction:column-reverse;
    }

    .home .echum {
        display:block;
    }

    .home .halftext {
        width:100%;
    }

    .home .mapwrap {
        transform:unset;
    }
}

@media only screen and (max-width:900px) {
    .home .signup {
        display:block;
    }

    .home .signup .half {
        width:100%;
    }

    .home .signup form {
        padding-top:2rem;
    }
}

@media only screen and (max-width:800px) {
    .home p, .home ul li {
        font-size:1rem;
    }
}

@media only screen and (max-width:600px) {
    .home .writeup .boxbox {
        background-size:130% auto;
    }
    .home .signup {
        padding:1rem;   
    }
}

/* #endregion */

/*
@@@@@@@@@@@@@@@@@@@@@@@
LightS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.light h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ed552d;
    line-height: 24px;
}

.light h3 {
    color: #222;
    font-size: 72px;
    font-weight: 600;
    margin-left: -3px;
    line-height: 72px;
    margin-bottom: 20px;
}

.light p {
    color: #222;
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1000px) {
    .light .boxbox {
        flex-direction: column-reverse;
    }

    .light .half {
        width: 100%;
    }

    .light h3 {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 500px) {
    .light h3 {
        font-size: 42px;
        line-height: 42px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
DarkS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.dark h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ed552d;
    line-height: 24px;
}

.dark h3 {
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    margin-left: -3px;
    line-height: 72px;
    margin-bottom: 20px;
}

.dark p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
}

@media (max-width: 1000px) {
    .ahead .boxbox {
        flex-direction: column;
    }

    .dark .half {
        width: 100%;
    }

    .dark .location {
        height: 400px;
    }

    .dark h3 {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 500px) {
    .dark h3 {
        font-size: 42px;
        line-height: 42px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
AboutS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.about {
    background-image: url('images/bg-about.jpg');
    background-size: cover;
    background-position: center top;
    padding-bottom: 100px;
    box-shadow: inset 0 -20px 30px -20px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #ccc;
}

.about .location {
    background-image: url('images/btu_dh_cutout.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: -30px;
    margin-bottom: -30px;
    width: 60%;
    flex-shrink: 0;
}

.about .location:hover {
    opacity: .75;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .about .location {
        width: 100%;
        height: 500px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 700px) {
    .about .location {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .about .location {
        height: 300px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
HighlightS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.highlights .gallery {
    background-color: #222;
    border-radius: 5px;
    margin-top: -125px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}

.highlights .gallery div {
    width: 25%;
    height: 250px;
    opacity: 0.5;
    background-size: 350px auto;
    background-position: center center;
    transition: all .3s;
    cursor: pointer;
}

.highlights .gallery div:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.highlights .gallery div:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.highlights .gallery div:hover {
    opacity: 1;
    background-size: 380px auto;
}

.highlights .hlmargin {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0;
}

.highlights .topper {
    padding-top: 80px;
}

.hl-rock {
    background-image: url('images/hl-rock.png');
}

.hl-search {
    background-image: url('images/hl-search.png');
}

.hl-map {
    background-image: url('images/hl-map.png');
}

.hl-link {
    background-image: url('images/hl-link.png');
}

.hl-financed {
    background-image: url('images/hl-financed.png');
}

.hl-miner {
    background-image: url('images/hl-miner.png');
}

.gallery .hl-1 {
    background-image: url('images/hl-1-small.jpg');
}

.gallery .hl-2 {
    background-image: url('images/hl-2-small.jpg');
}

.gallery .hl-3 {
    background-image: url('images/hl-3-small.jpg');
}

.gallery .hl-4 {
    background-image: url('images/hl-4-small.jpg');
}

@media (max-width: 1000px) {
    .highlights .gallery div {
        width: 34%;
    }

    .highlights .gallery div:last-of-type {
        display: none;
    }

    .highlights .item {
        width: 100%;
    }

    .highlights .hlmargin {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .highlights .gallery div {
        width: 50%;
    }

    .highlights .gallery div:nth-child(3) {
        display: none;
    }
}

@media (max-width: 500px) {
    .highlights .gallery div {
        width: 100%;
        background-size: cover;
    }

    .highlights .gallery div:nth-child(2) {
        display: none;
    }

    .highlights .item {
        flex-direction: column;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
AheadS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.ahead .main-button {
    display: inline-block;
    margin-top: 30px;
}

.ahead {
    background-color: #263330;
    padding-top: 160px;
}

.ahead .subscribe {
    background-color: #eee;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .35);
    padding: 50px;
    border-radius: 5px;
    margin-left: 50px;
}

.ahead .subscribe span {
    color: #333;
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
}

.ahead .subscribe p {
    color: #333;
    margin-bottom: 25px;
}

.ahead .subscribe input {
    color: #222;
    padding: 15px;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
}

.ahead .subscribe .main-button {
    margin-top: 0;
}

.main-button {
    background-color: #ed552d;
    border: 0;
    border-radius: 5px;
    padding: 15px 100px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.main-button:hover {
    background-color: #f26a38;
}

@media (max-width: 1000px) {
    .ahead .subscribe {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .ahead .subscribe {
        padding: 20px;
    }

    .main-button {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
FooterS
@@@@@@@@@@@@@@@@@@@@@@@
*/

footer {
    background-image: url('images/bg-footer.jpg');
    background-size: cover;
    background-position: center top;
}

footer .info span {
    display: block;
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

footer h5 {
    font-weight: 500;
    font-size: 24px;
    color: #666;
}

footer .connect a {
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: .75;
    transition: all .3s;
    margin-top: 10px;
}

footer .connect a:hover {
    opacity: 1;
}

footer .connect a:not(:last-of-type) {
    margin-right: 5px;
}

footer .quicklinks a {
    color: #fff;
    display: block;
    margin-top: 20px;
}

footer .quicklinks a:hover {
    color: #f26a38;
    text-decoration: underline;
}

footer .presentation {
    background-color:black;
}

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

.subfooter span {
    font-size: .8rem;
    line-height: .8rem;
    color: #eee;
}

.subfooter a {
    font-size: .8rem;
    line-height: .8rem;
    color: #ccc;
}

.subfooter a:hover {
    color: #f26a38;
}

@media only screen and (max-width:1200px) {
    .footin .pad {
        padding:60px 30px;
    }
}

@media (max-width: 1000px) {
    footer .sitemap {
        display: none;
    }

    footer .info {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .subfooter {
        text-align: center;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
ContactS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.contact {
    position: relative;
}

.contact a {
    font-size: 18px;
    padding: 10px;
    color: #222;
    font-weight: bold;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.contact .phone {
    background-image: url('images/header_tel.png');
}

.contact .email {
    background-image: url('images/header_mail.png');
}

.contact a:last-of-type {
    margin-left: 30px;
    padding-right: 0;
}

@media (max-width: 1200px) {
    .contact a:last-of-type {
        margin-right: 80px;
    }
}

@media (max-width: 1000px) {
    .contact {
        display: none;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Sticky-SmallS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.logobox {
    transition: all .6s;
    pointer-events: all;
}

.sticky-small .logobox {
    height: 100px;
    width: 130px;
    padding: 15px;
}

.sticky-small #top-menu {
    background-color: #2c4340;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);

}

.sticky-small .mainmenu {
    margin-top: 0;
}

.sticky-small .mainmenu nav .toplink {
    color: #222;
}

.sticky-small .mainmenu nav .toplink:hover {
    color: #ed552d;
}

/* #region Content: Pagetop */
.pagetop {
    padding-top: 100px;
    background-color: #192f2c;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url('images/content_pagetop.jpg');
}

.pagetop h2 {
    padding-top:8rem;
    padding-bottom:2rem;
    color: #fff;
    font-weight: 500;
}

/* #endregion */

/*
@@@@@@@@@@@@@@@@@@@@@@@
SmallMenuS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.top-small {
    display: none;
    position: absolute;
    width: 100%;
}

@media (max-width: 1200px) {
    .top-small {
        display: flex;
    }
}

.minilink {
    padding: 10px;
    padding-top: 20px;
    background-color: #3a87ce;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 3vw;
}

.popped .menubox .toplink {
    padding-left: 60px;
}

.popped .menubox {
    background-color: rgba(44, 67, 64, 0.95) !important;
}

.smallmenu .container {
    position: relative;
    width: 40px;
    height: 31px;
}

.smallmenu .container div {
    position: absolute;
    height: 5px;
    width: 100%;
    top: 13;
    background-color: #fff;
    opacity: .5;
    transition: all .3s;
    cursor: pointer;
}

.smallactive {
    background-color: #47a0f3;
    padding-top: 30px;
}

.smallactive .container div {
    opacity: 0;
}

.smallmenu .container div:first-of-type {
    top: 0;
}

.smallactive .container div:first-of-type {
    opacity: 1;
    transform: rotate(45deg);
    top: 13;
}

.smallmenu .container div:last-of-type {
    top: unset;
    bottom: 0;
}

.smallactive .container div:last-of-type {
    opacity: 1;
    transform: rotate(-45deg);
    top: 13;
}

.animate {
    transition: all .3s;
}

.scroller {
    transition: all .3s;
}

.anim-long {
    transition: all 1s;
}

.hide {
    opacity: 0 !important;
}

.hideleft {
    margin-left: -50px !important;
    opacity: 0 !important;
}

.hideright {
    margin-right: -50px;
    opacity: 0;
}

.hidedown {
    margin-bottom: -50px !important;
    opacity: 0 !important;
}

.hideup {
    margin-top: -50px;
    opacity: 0;
}

#el2,
#el3,
#el4 {
    transition: all 1s;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Small Menu NAV
@@@@@@@@@@@@@@@@@@@@@@@
*/

.uppermenu {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(25, 47, 44, 0.95);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}

.uppermenu nav {
    flex-direction: column;
}

.uppermenu .toplink {
    font-size: 32px;
    color: #ddd;
}

.uppermenu .toplink {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
}

.uppermenu .sublink {
    display: none;
}

.uppermenu .sublink a {
    font-size: 24px;
    color: #aaa;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.upperactive {
    pointer-events: all;
    opacity: 1;
}

.upperactive .topactive {
    color: #ed552d;
}

.bottom-link {
    border: 1px solid #aaa;
    padding: 15px 80px;
    color: #aaa;
    font-weight: 500;
    margin-top: 35px;
    display: inline-block;
    border-radius: 4px;
    transition: all .3s;
    text-transform: uppercase;
}

.bottom-link:hover {
    border-color: #ed552d;
    background-color: #ed552d;
    color: #fff;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
ContactS
@@@@@@@@@@@@@@@@@@@@@@@
*/

.content .contactpage h3 {
    margin-bottom: 30px;
}

.content .contactpage .office a {
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    background-size: 22px auto;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0;
    padding-left: 30px;
}

.content .contactpage .tel {
    background-image: url('images/contact-tel.png');
}

.content .contactpage .email {
    background-image: url('images/contact-email.png');
}

.content .contactpage .fax {
    background-image: url('images/contact-fax.png');
}

.content .contactpage .office a:hover {
    color: #d89c1e;
    padding-left: 40px;
    background-position: center left 5px;
}

.content .contactpage .office a:first-of-type {
    margin-top: 30px;
}

.content .contactpage .office {
    padding:60px;
}

.content .map {
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.content .map iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.content .contactpage .form {
    margin-top: 80px;
}

.content .contactpage form input,
.content .contactpage form textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 18px;
    transition: 0.5s;
}

.content .contactpage form input {
    width: 50%;
}

.content .contactpage form input:first-of-type {
    margin-right: 30px;
}

.content .contactpage .formrow {
    margin-bottom: 30px;
}

.content .contactpage form textarea {
    width: 100%;
    min-height: 300px;
}

.content .contactpage .checkbox {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 2px solid #222;
    margin-right: 10px;
    opacity: .25;
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: all .3s;
}

.content .contactpage .checkbox:hover {
    opacity: .5;
}

.content .contactpage .checkbox .check {
    width: 0;
    height: 24px;
    position: absolute;
    background-image: url('images/check.png');
    background-repeat: no-repeat;
    background-position: center left;
    top: -3;
    opacity: 0;
    transition: all .3s;
}

.content .contactpage .checked .check {
    opacity: 1;
    width: 24px;
}

.content .contactpage span {
    font-weight: 500;
    display: block;
    color: #ed552d;
    opacity: 0;
    transition: all .3s;
    padding-left: 40px;
}

.content .contactpage .pop {
    opacity: 1;
    padding-left: 20px;
}

.content .contactpage .missing {
    background-color: #fde8e8;
    border-color: #fac7c7 !important;
}

.content .map {
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width:900px) {
    .content .contactpage .officeflex {
        display:block;
    }
    .content .contactpage .map {
        height:45vw;
    }
    .content .contactpage .office {
        padding:0;
        margin-bottom:30px;
    }
}

@media only screen and (max-width: 600px) {
    .content .contactpage .formrow {
        display: block;
    }

    .content .contactpage form input {
        width: 100%;
    }

    .content .contactpage form input:first-of-type {
        margin-bottom: 30px;
    }

    .content .contactpage .sys-send {
        flex-direction: column-reverse;
    }

    .content .contactpage .pop {
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0;
    }

    .content .contactpage .main-button {
        width: 100%;
    }
}

.slide {
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
}

.slide:hover {
    opacity: .75;
}

.hidden {
    display: none;
}

.presentation .link {
    font-size: 18px;
    color: #ed552d;
    font-weight: 500;
    padding: 10px 15px;
    padding-left: 55px;
    margin-top: 25px;
    border: 2px solid #ed552d;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center left 15px;
    display: block;
}

.presentation .link:hover {
    background-color: #ed552d;
    color: #fff;
    padding-left: 65px;
}

.presentation .link span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.presentation .link {
    margin-top: 0;
}

.presentation .pdf {
    background-image: url('images/sidebar-pdf.png');
}

.presentation .pdf:hover {
    background-image: url('images/sidebar-pdf-over.png');
    background-size: 32px auto;
    background-position: center left 11px;
}

/* PRINT PAGE ####################### */

.printop {
    margin-bottom: 100px;
}

.printpage {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 5vw;
}

.printlogo {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.printpage .item:not(:last-of-type) {
    margin-bottom: 50px;
}

.printpage h1 {
    font-size: 48px;
    color: #221f1f;
    font-weight: 500;
    padding: 30px 0;
}

.printpage h3 {
    font-size: 32px;
    color: #221f1f;
}

.printpage h4 {
    font-size: 24;
    margin-bottom: 20px;
    color: #ed552d;
}

.printpage p {
    margin-bottom: 20px;
    font-weight: normal;
    word-break: break-word;
}

.printpage p {
    font-size: 14px;
}

.printpage p a {
    color: #ed552d;
    font-weight: bold;
    opacity: .8;
    text-decoration: underline;
}

.printpage p a:hover {
    opacity: 1;
}

.printpage li {
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 14px;
}

.printpage table {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    border-spacing: 0;
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
}

.printpage table tbody {
    display: table;
    min-width: 100%;
}

.printpage table tr td {
    padding: 5px 15px;
}

.printpage table tr:first-child td {
    background-color: #ff6900;
    color: #fff;
}

.printpage table tr:nth-child(even) {
    background-color: #eee;
}

.printpage table tr:last-child td {
    font-weight: bold;
    border-top: 1px solid #111;
}

.printpage img {
    max-width: 100%;
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
}

.newsinactive {
    opacity: .2;
    pointer-events: none;
}

.bigfull {
    min-height: 100vh;
    width: 100%;
}

.bigfull h3,
.mapfull h3 {
    font-size: 48px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ed542d;
    display: table;
}

@media (max-width: 600px) {
    .bigfull h3 {
        font-size: 36px;
    }
}

.notouch {
    pointer-events: none;
}

.mapfull {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.introspace {
    height: 100vh;
    background-color: #fbf8f3;
    width: 100%;
}

.mapholder {
    background-color: #fbf8f3;
    min-height: 120vh;
    width: 100%;
    position: relative;
}

.intromapdown {
    background-image: url('images/intro/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 15vh;
    width: 100%;
    z-index: 5;
    font-weight: bold;
    color: #221f1f;
    padding-bottom: 40px;
    animation: bouncer 1s ease-in-out infinite;
}

@keyframes bouncer {
    0% {
        background-position: center bottom;
    }

    50% {
        background-position: center bottom 10px;
    }

    100% {
        background-position: center bottom;
    }
}

.intromap1 {
    background-image: url('images/intro/intromap_1.jpg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    margin-bottom: -100px;
}

.intromap2 {
    background-image: url('images/intro/intromap_2.jpg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    margin-bottom: -100px;
}

.intromap3 {
    background-image: url('images/intro/intromap_3.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0;
    padding-left: 5vw;
}

.intromap4 {
    background-image: url('images/intro/intromap_4.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0;
    padding-left: 5vw;
}

.intromapover {
    z-index: 4;
}

.intromapover .text {
    margin-left: 5vw;
    max-width: 700px;
    background-color: #fbf8f3;
    padding: 30px;
    border-radius: 10px;
}

.intromapover .text h2 {
    text-transform: uppercase;
    font-size: 42px;
}

.intromapover .text p {
    font-size: 24px;
    color: #221f1f;
}

.intromapover .maptop,
.intromapover .mapbot {
    height: 30vh;
    width: 100%;
    z-index: 4;
    position: absolute;
}

.intromapover .maptop {
    background-image: linear-gradient(rgba(251, 248, 243, 1), rgba(0, 0, 0, 0));
    top: 0;
}

.intromapover .mapbot {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(251, 248, 243, 1));
    bottom: 0;
}

@media (max-width: 1500px) {

    .intromapover h3,
    .bigfull h3,
    .mapfull h3 {
        font-size: 36px;
    }

    .intromapover .text {
        width: 500px;
    }

    .intromapover .text p {
        font-size: 18px;
    }

    .intromap1,
    .intromap2,
    .intromap3,
    .intromap4 {
        background-size: 100% auto;
        background-position: center right -5vw;
    }
}

@media (max-width: 1100px) {
    .intromapover .text p {
        font-size: 14px;
    }

    .intromapover .text {
        width: 400px;
    }
}

@media (max-width: 900px) {
    .mapholder {
        min-height: 120vw;
    }
}

.intromobile {
    display: none;
}

.intromobile {
    margin-left: 5vw;
    margin-right: 5vw;
    max-width: 700px;
    background-color: #fbf8f3;
    border-radius: 10px;
    margin-bottom: 100px;
}

.intromobile h3 {
    font-size: 48px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ed542d;
    display: table;
}

.intromobile p {
    font-size: 24px;
    color: #221f1f;
}

@media (max-width: 900px) {
    .intromapover .text {
        display: none;
    }

    .intromap1,
    .intromap2,
    .intromap3,
    .intromap4 {
        background-size: 160% auto;
    }

    .intromapdown {
        display: none;
    }

    .intromobile {
        display: block;
    }

    .intromobile p {
        font-size: 18px;
    }

    .intromobile h3 {
        font-size: 36px;
    }
}

.introhigh {
    background-color: #fbf8f3;
    padding-bottom: 5vw;
}

.introhigh .highbox {
    flex-wrap: wrap;
    padding: 0 5vw;
    margin-top: 60px;
}

.introhigh .highbox div {
    width: 42vw;
    flex-shrink: 0;
    font-size: 24px;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

.introhigh h3 {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1500px) {
    .introhigh .highbox div {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .introhigh .highbox div {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .introhigh h3 {
        display: inline-block;
        margin-left: 5vw;
    }

    .introhigh .highbox div {
        padding: 20px;
    }
}

body {
    background-color: #fbf8f3;
    max-width: 100vw;
    overflow-x: hidden;
}

.targettnt {
    position: relative;
}

.targettnt1 {
    background-image: url('images/intro/target_tnt1.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    opacity: 0;
    margin-bottom: -100px;
}

.targettnt2 {
    background-image: url('images/intro/target_tnt2.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    opacity: 0;
}

.targettnt3 {
    background-image: url('images/intro/target_tnt3.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    opacity: 0;
}

.tntover {
    z-index: 4;
}

.tntover .text {
    margin-right: 5vw;
    margin-left: auto;
    max-width: 700px;
    border-radius: 10px;
}

.tntover .text h2 {
    text-transform: uppercase;
    font-size: 42px;
}

.tntover .text p {
    font-size: 24px;
    color: #221f1f;
}

@media (max-width: 1500px) {

    .targettnt1,
    .targettnt2,
    .targettnt3 {
        background-size: 100% auto;
        background-position: center left -5vw;
    }

    .tntover .text {
        max-width: 550px;
    }

    .tntover .text p {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .tntover .text {
        padding-top: 400px;
    }
}

@media (max-width: 900px) {
    .tntover .text {
        width: 100%;
        padding-top: 0;
        max-width: 90vw;
    }

    .targettnt1,
    .targettnt2,
    .targettnt3 {
        background-size: 170% auto;
        background-position: top left;
        min-height: 80vw;
    }

    .targettnt1,
    .tntover {
        position: relative;
    }
}

.targetdc {
    position: relative;
}

.targetdc1 {
    background-image: url('images/intro/target_dc1.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    opacity: 0;
    margin-bottom: -100px;
}

.targetdc2 {
    background-image: url('images/intro/target_dc2.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    opacity: 0;
}

.targetdc3 {
    background-image: url('images/intro/target_dc3.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    opacity: 0;
}

.dcover {
    z-index: 4;
}

.dcover .text {
    margin-left: 5vw;
    max-width: 700px;
    border-radius: 10px;
}

.dcover .text h2 {
    text-transform: uppercase;
    font-size: 42px;
}

.dcover .text p {
    font-size: 24px;
    color: #221f1f;
}

.dcover .text button {
    border: 2px solid #ed552d;
    background-color: transparent;
    color: #ed552d;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 40px;
    padding-right: 30px;
    border-radius: 5px;
    display: table;
    margin-top: 20px;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.dcover .text button img {
    transition: all .3s;
    opacity: 0;
}

.dcover .text button:hover {
    cursor: pointer;
    background-color: #ed552d;
    color: #fff;
}

.dcover .text button:hover img {
    margin-left: 20px;
    opacity: 1;
}

@media (max-width: 1500px) {

    .targetdc1,
    .targetdc2,
    .targetdc3 {
        background-size: 100% auto;
        background-position: bottom right -5vw;
    }

    .dcover .text {
        max-width: 550px;
    }

    .dcover .text p {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .targetdc {
        max-height: 100vw;
        min-height: unset;
        height: 100vh;
    }

    .targetdc1,
    .targetdc2,
    .targetdc3 {
        background-size: 150% auto;
        background-position: center right -5vw;
    }

    .dcover .text {
        display: none;
    }

    .dcover .text p {
        font-size: 18px;
    }
}


.dixie-pop {
    border: 2px solid #ed552d;
    background-color: transparent;
    color: #ed552d !important;
    font-weight: bold;
    font-size: 18px !important;
    padding: 10px 20px;
    text-decoration: none !important;
    font-style: normal !important;
    display: table;
    margin: 10px auto 0 auto;
    border-radius: 5px;
}

.dixie-pop:hover {
    cursor: pointer;
    background-color: #ed552d;
    color: #fff !important;
    padding: 10px 40px;
}

.introtime {
    padding: 5vw 15vw;
}

.introtime h5 {
    color: #ed542d;
    font-weight: bold;
    font-size: 24px;
}

.introtime h4 {
    background-color: #221f1f;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
}

.introtime ul:not(:last-of-type) {
    margin-bottom: 50px;
}

.introtime ul li {
    font-size: 24px;
    line-height: 48px;
    list-style-type: none;
}

.introtime .left {
    text-align: right;
}

.introtime .left,
.introtime .right {
    width: 47%;
    padding-bottom: 200px;
}

.introtime .rightend {
    padding-bottom: 0;
}

.introtime .mid {
    position: relative;
    flex-grow: 1;
}

.introtime .line {
    position: absolute;
    width: 1px;
    left: 50%;
    height: 100%;
    background-color: #c5c2be;
}

.introtime .mid .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #221f1f;
    left: 50%;
    margin-left: -4px;
    top: 21px;
}

.introtime .mid .outerdot {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #221f1f;
    left: 50%;
    margin-left: -6px;
    top: 19px;
    opacity: .5;
}

.introtime .toptime,
.introtime .bottime {
    height: 100px;
    position: relative;
}

.introtime .toptime .fade {
    background-image: linear-gradient(rgba(251, 248, 243, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.introtime .bottime .fade {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(251, 248, 243, 1));
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.introtime .timebox {
    opacity: 0;
}

.introtime .mail {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    border-radius: 5px;
    padding: 40px;
    text-align: left;
}

.introtime .mail h5 {
    color: #221f1f;
    margin-bottom: 20px;
}

.introtime .mail p {
    font-size: 18px;
}

.introtime button {
    margin-top: 20px;
    background-color: #ed542d;
    border-radius: 5px;
    padding: 10px 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #ed542d;
    transition: all .3s;
}

.introtime button:hover {
    border-color: #ed542d;
    color: #ed542d;
    background-color: transparent;
}

@media (max-width: 1400px) {
    .introtime {
        padding: 5vw;
    }
}

@media (max-width: 1200px) {

    .introtime ul li,
    .introtime p {
        font-size: 18px;
        line-height: 36px;
    }
}

@media (max-width: 800px) {
    .introtime .timebox {
        flex-direction: column;
        border-radius: 5px;
        position: relative;
        z-index: 2;
        background-color: #fbf8f3;
    }

    .introtime .timerev {
        flex-direction: column-reverse;
    }

    .introtime .right,
    .introtime .left {
        width: 100%;
        padding-bottom: 0;
    }

    .introtime .mid {
        display: none;
    }

    .introtime ul {
        padding: 20px 30px;
        border: 1px solid #221f1f;
        background-color: #fbf8f3;
        border-radius: 5px;
        margin-top: -30px;
    }

    .introtime ul li {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
    }

    .introtime h4 {
        margin: 0 auto;
        display: table;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .introtime h5 {
        text-align: center;
        padding: 30px;
        padding-bottom: 50px;
    }

    #time5 h4 {
        display: none;
    }

    .introtime .timebreak {
        width: 1px;
        height: 150px;
        background-color: #221f1f;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .introtime .mail {
        padding: 20px;
        text-align: center;
        margin-bottom: -50px;
    }

    .introtime .mail h5 {
        padding: 0;
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9002;
    background-image: url('images/preloader/preloader_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.preloader .circle {
    width: 346px;
    height: 346px;
    position: absolute;
    left: 50%;
    margin-left: -173px;
    margin-top: -173px;
    top: 50%;
    background-image: url('images/preloader/preloader_circle.png');
    background-size: contain;
    background-position: center center;
    animation: rotato 100s infinite;
    background-repeat: no-repeat;
    transition: all .3s;
}

.preloader .logo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    background-image: url('images/preloader/preloader_logo.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.preloader .logoout {
    opacity: 0;
}

.preloader .circleout {
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    opacity: 0;
}

@keyframes rotato {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.agmtable tr {
    background-color: transparent !important;
}

.agmtable tr td {
    color: #000 !important;
    text-align: left !important;
    background-color: transparent !important;
    font-weight: bold !important;
    border: 0 !important;
    padding-left: 0 !important;
}

.agmtable tr td:last-of-type {
    padding-left: 30px !important;
    font-weight: normal !important;
}

#sidex .sidebar .active span {
    display: none;
}

#menu .toplink:hover {
    background-color: #ed552d;
}

#menu .mainmenu .lower a:hover {
    color: #ed552d;
}

#sidex .sidebar .sidelink:hover {
    color: #ed552d;
}

/* #region Custom: Management */
.management .item {
    border: 2px solid #d9d9d9;
    padding: 30px;
}

.management .item:nth-child(even) {
    background-color: #d9d9d9;
}

@media only screen and (max-width:600px) {
    .management .item {
        border:0;
        margin:0 -30px;
    }

    .management .item:first-of-type{
        margin-top:-30px;
    }

    .management .item:last-of-type {
        margin-bottom:-30px;
    }
}

/* #endregion */

.content .stock .schedule .schedbox {
    width: 49%;
}

.content .stock .schedule .schedbox h3 {
    text-align: center;
}

.content .stock .schedule table {
    width: 100%;
}

.content .stock .schedule table tr td {
    padding: 5px 10px;
    text-align:left;
}

.content .stock .schedule table tr:first-of-type td {
    background-color: #222;
    color: #fff;
    font-weight: bold;
}

.content .stock .schedule table tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, .05);
}

.content .stock .schedule table tr td:not(:first-of-type) {
    text-align: right;
}

.content .stock .schedule table tr .notfound {
    background-color: #fff !important;
    color: #222 !important;
    text-align: center;
    border: 2px solid #ccc;
}

.content .stock .structure .item {
    width: 24%;
    background-color: #d9d9d9;
    padding: 30px 15px;
    text-align: center;
    font-size: .8rem;
    line-height: .8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.content .stock .structure .item span {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
}

@media only screen and (max-width:1200px) {
    .content .stock .structure .strucflex {
        display:block;
    }

    .content .stock .structure .item {
        width:100%;
    }

    .content .stock .structure .item:not(last-of-type) {
        margin-bottom:30px;
    }
}

@media only screen and (max-width:1000px) {
    .content .stock .schedule {
        display:block;
    }

    .content .stock .schedule .schedbox {
        width:100%;
    }

    .content .stock .schedule .schedbox:first-of-type {
        margin-bottom:30px;
    }
}

/* #region Sub Pop Up */
.sub-pop {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-image: url('images/2023/sub-bg.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s;
}

.sub-pop h2 {
    display:block;
}

.sub-pop h2:before {
    display:none
}

@media (max-height: 700px) {
    .sub-pop {
        justify-content: flex-end;
        padding-bottom: 5vh;
    }
}

.pop-ex {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.pop-ex:hover {
    color: #222;
}

.pop-logo {
    background-image: url('images/2023/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 40px;
    left: 50px;
}

@media (max-width: 600px) {
    .pop-logo {
        width: 100px;
        height: 100px;
    }
}

.pop-body {
    width: 800px;
    transition: opacity 0.5s;
}

@media (max-width: 900px) {
    .pop-body {
        width: 80%;
        margin: 0 10%;
    }
}

.pop-body h2 {
    text-align: center;
    font-size: 48px;
    color: #444;
}

@media (max-width: 900px) {
    .pop-body h2 {
        font-size: 36px;
    }
}

.pop-spacer {
    width: 100px;
    height: 5px;
    margin: 30px auto 30px auto;
    background-color: #ed552d;
}

.pop-body p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

@media (max-width: 600px) {
    .pop-body p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-height: 600px) {
    .pop-body h2 {
        display: none;
    }
}

.pop-body form {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.pop-body form input {
    margin: 0;
    padding: 20px;
    border-radius: 3px;
}

.pop-body form input[type=email] {
    width: 75%;
    background-color: #fff;
    border: 1px solid #999;
    background-image: url('images/2023/sub-mail.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 60px;
    transition: all 0.5s;
}

.pop-body form input[type=submit] {
    width: 23%;
    font-weight: bold;
    background-color: #192f2c;
    color: #fff;
    border: 1px solid #192f2c;
    transition: all 0.2s;
    text-transform: uppercase;
}

.pop-body form input[type=submit]:hover {
    background-color: #4b8d84;
    border: 1px solid #4b8d84;
}


@media (max-width: 800px) {
    .pop-body form input {
        width: 100% !important;
    }

    .pop-body form input[type=submit] {
        margin-top: 20px;
    }

    .pop-body form {
        display: block;
    }
}

.pop-body a {
    font-style: italic;
    color: #192f2c;
    text-decoration: underline;
    cursor: pointer;
}

.pop-body a:hover {
    color: #4b8d84;
}

.pop-body p:last-child {
    font-size: 14px;
}

.sub-yes {
    background-color: #66CD00;
    background-image: url('images/2023/success.png');
}

.sub-no {
    background-color: #cd2323;
    background-image: url('images/2023/error.png');
}

.sub-sys {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    padding-top: 50px;
    z-index: 9999;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top 20px;
    display: none;
}

.apu1 {
    margin-top: 100vh;
}

.apu2 {
    opacity: 0;
}

.apu3 {
    padding-left: 20px !important;
    background-position: left -50px center !important;
}

/* #endregion */

/* #region Custom: Project */

.project .overview .spacersmall {
    padding-right:60px;
}

.project .transaction a {
    color:#3a87ce;
    font-weight:bold;
}

.project .transaction ul {
    margin-left: 0;
}

.project .transaction ul li {
    list-style-type: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 30px;
    font-weight: 500;
}

.project .transaction ul li:not(last-of-type) {
    margin-bottom: 30px;
}

.project .roadmap {
    margin-left:-60px;
    margin-right:-60px;
}

.project .roadmap h3 {
    padding:0 60px;
}

.project .roadmap .flexmap {
    display:flex;
    align-items:center;
}

.project .roadmap .item {
    background-color:#d9d9d9;
    width:30%;
}

.project .roadmap .item span {
    background-color:#ED552D;
    color:#fff;
    font-weight:bold;
    display:block;
    text-align:center;
}

.project .roadmap .line {
    flex-shrink:0;
    width:60px;
    background-color:#ccc;
    height:5px;
}

.project .roadmap ul {
    margin-left:0;
}

.project .roadmap ul li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 30px;
    font-weight: 500;
}

.project .roadmap ul li::before {
    content: "\25AA";  
    color: #ED552D; 
    font-weight: bold; 
    display: inline-block;
    width:35px;
    margin-left: -35px;
    font-size:1.6rem;
    line-height:1rem;
}

@media only screen and (max-width:1700px) {
    .project .overview {
        margin-top:unset;
    }
}

@media only screen and (max-width:1500px) {
    .project .transaction {
        display:block;
    }
    .project .transaction .block-half {
        width:100%;
        margin-bottom:30px;
    }
}

@media only screen and (max-width:1300px) {
    .project .roadmap {
        margin-left:unset;
        margin-right:unset;
    }
    .project .roadmap .line {
        height:60px;
        width:5px;
    }
    .project .roadmap .flexmap {
        flex-direction:column;
    }
    .project .roadmap .item {
        width:100%;
    }
    .project .roadmap h3 {
        padding:unset;
    }
    .project .roadmap .line:first-of-type {
        display:none;
    }
    .project .roadmap .line:last-of-type {
        display:none;
    }
}

@media only screen and (max-width:1000px) {
    .project .overview .spacersmall {
        padding-right:0;
    }
}

/* #endregion */

@media only screen and (max-width:800px) {
    .content .presentation {
        display:block;
    }

    .content .presentation .link {
        display:table;
    }
}

.popped .toplink, .popped .mainmenu .top {
    font-size:1.6rem !important;
    padding-left:30px !important;
}

#menu {
    margin-left:30px;
}

.content .project {
    padding:3rem 0;
}

.content .project .section .maintext {
    padding:3rem;
}

.content .project .section .boxbox {
    padding:3rem;
    border:2px solid #d9d9d9;
}

.content .project .secalt {
    background-color:#eee;
    padding-top:3rem;
    padding-bottom:3rem;
}

.content .project .secalt .boxbox {
    padding:3rem;
}

.content .project .imgbrd img {
    outline: 10px solid rgba(32, 195, 56, .5);
    outline-offset:-10px;
}

.content p, .content li {
    font-size:1.5rem;
}

@media only screen and (max-width:1400px) {
    .content p, .content li {
        font-size:1.2rem;
    }
}

@media only screen and (max-width:1400px) {
    .content .project .section .maintext {
        padding:1rem;
    }
}

@media only screen and (max-width:800px) {
    .content .project .section .boxbox {
        padding:1rem;
    }

    .content p, .content li {
        font-size:1rem;
    }
}

.content .project .echumvtem {
    background-image:url('images/2024-08/bg_vtem_echum.jpg');
    background-size:cover;
    background-attachment: fixed;
    background-position:center top;
}

#menu .mainmenu .lower span {
    background-color:#eee;
    display:block;
    font-size:0.8rem;
    line-height:0.8rem;
    padding:5px 15px;
    color:#222;
    text-align:left;
    cursor:default;
}