html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browseult */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BABABA;
}

.mainContent {
    height: 75vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.myimg {
    max-height: 100%;
}

.imgRes {
    max-width: 100%;
}


/* Slider footer */

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.botpanelContent {
    background-color: #969696;
    /* height: 50vh; */
    overflow-x: auto;
    white-space: nowrap;
}

.botpanel2Content {
    background-color: #ff0000;
    /* height: 50vh; */
    overflow-x: auto;
    white-space: nowrap;
}

.slider-overlay {
    background: black;
    display: block;
    opacity: .5;
    width: 100vw;
    position: absolute;
    height: 100vh;
    z-index: 2000;
}

.slider-overlay2 {
    background: black;
    display: block;
    opacity: .5;
    width: 100vw;
    position: absolute;
    height: 100vh;
    z-index: 2002;
}

.slider {
    position: absolute;
    width: 100vw;
    z-index: 2001;
    bottom: 0;
    overflow: hidden;
    transition: all .25s;
    transition-timing-function: ease-out;
}

.triggerHolder {
    display: flex;
    justify-content: center;
}

.dark {
    background-color: #727272;
}

.light {
    background-color: #969696;
}


/* Slider drawer */

.logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

.drawer__open {
    position: absolute;
    top: 0px;
    right: 10px;
}

.sidepanel {
    position: absolute;
    top: 0px;
    right: 0px;
}

.drawer.isactive {
    display: block;
}

.drawerTrigger {
    margin-left: 50%;
}

.drawer__header {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    background-color: #BABABA;
    align-items: center;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #BABABA;
    flex-grow: 1;
    padding: 1.5rem;
}


/* Font colours etc */

a:link,
a:visited {
    color: #5C5C5C;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover,
a:active {
    color: #fff;
}

.titleDate {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #5C5C5C;
}

.dow {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #dddddd;
}

.dowTH {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #dddddd;
}

.titleInfo {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 20px;
}

.titleTitle {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #5C5C5C;
    line-height: 20px;
}

.calendar {
    font-family: 'Fira Mono', monospace;
    font-family: 'B612 Mono', monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #5C5C5C;
    line-height: 20px;
}

.calpad {
    padding-right: 50px;
}

.year {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #523f3f;
    line-height: 20px;
}

.month {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 20px;
    padding-right: 50px;
}

.cal {
    padding: 2px;
    border: 1px solid #b1b1b1;
    ;
}

.oneD {
    color: #7d7d7d;
}

.twoD {
    color: #e6e6e6;
}

.row {
    display: flex;
}

.col-left,
.col-right {
    display: flex;
    align-items: center;
    min-height: 2px;
    text-align: right;
}

.material-icons {
    font-size: 20px !important;
}

.col-middle {
    flex: 2;
    padding-right: 16px;
    width: 50px;
}

.otd {
    /* padding: 10px;
    width: 120px;
    margin: 10px;
    background: #5d5d5d24; */
    display: inline-block;
    padding: 20px;
}

.iotdp {
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    text-align: center; */
}

.iotdd {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #cecece;
    line-height: 20px;
    text-align: left;
}

.spaceDate {
    justify-content: space-between;
}

.thumbotd {
    height: 300px;
    max-width: 100%;
}

.results {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 400px;
}

.rthumb {
    width: calc(25% - 40px);
    margin: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.rthumgimg {
    width: 100%;
    padding-bottom: 10px;
}

#mainimage {
    opacity: 0;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

.isloaded {
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -ms-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    opacity: 1!important;
}

.leftways {
    position: absolute;
    width: 50%;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vh;
    color: rgba(255, 255, 255, .0);
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rightways {
    position: absolute;
    width: 50%;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vh;
    color: rgba(255, 255, 255, .0);
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.infoPanel {
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vh;
    color: rgba(255, 255, 255, .0);
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.infoTitle{
    font-size: 3vh;
    color: rgba(255, 255, 255, 0);
}

.infoViews{
    font-size: 1.5vh;
}

.infoCamera{
    font-size: 2.5vh;
    color: rgba(200, 255, 255, 0);
}

.infoDetails{
    font-size: 2vh;
    color: rgba(240, 240, 240, 0);
}

.leftways:hover {
    background-color: rgba(0, 0, 0, .3);
}

.rightways:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#imgContainer {
    position: relative;
}

@media screen and (orientation: landscape) {
    .mainContent {
        text-align: center;
        position: relative;
    }
    .iconsize {
        font-size: 1.5vh !important;
    }
    .imgres {
        max-height: 75vh;
        max-width: 100%;
    }
    .titleDD {
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3vw;
        line-height: 3vw;
        color: #5C5C5C;
    }
    .triggerFooter {
        width: 150px;
        height: 50px;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 20px;
        background-color: #969696;
    }
    .triggerFooter2 {
        width: 150px;
        height: 50px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 20px;
        background-color: #727272;
    }
    .slider.close {
        height: 50px;
    }
    .oldinfo {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #383838;
        line-height: 20px;
        text-align: center;
    }
    .oldinfo2 {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        color: #cccccc;
        line-height: 20px;
        text-align: center;
    }
    .drawer {
        display: block;
        position: absolute;
        width: 50vw;
        height: 100vh;
        right: 0vw;
        overflow: hidden;
        color: #FFF;
        transition: all .25s;
        transition-timing-function: ease-out;
        z-index: 2002;
    }
    .drawer.close {
        width: 0;
        right: -50vw;
    }
    .drawer__open {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .stInput {
        border: 1px #9d9e9f solid;
        background: #b0b0b0;
        width: 25%;
        height: 40px;
        padding: 10px;
        margin: 5px;
        border-radius: 6px;
    }
    .kwInput,
    .kwButton {
        border: 1px #9d9e9f solid;
        background: #b0b0b0;
        width: 94%;
        padding: 0px 10px 0px 10px;
        height: 38px;
        margin: 5px;
        border-radius: 6px;
    }
    .formHolder {
        width: 100%;
        display: flex;
    }
    .kwleft{
        width: 75%;
    }
    .kwright {
        width: 25%;
    }
}

@media screen and (orientation: portrait) {
    .mainContent {
        position: relative;
    }
    .imgres {
        max-width: 90vw;
    }
    .iconsize {
        font-size: 3vh !important;
    }
    .titleDD {
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 7vw;
        line-height: 7vw;
        color: #5C5C5C;
    }
    .triggerFooter {
        width: 50%;
        height: 100px;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2vh;
        color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 2vh;
        background-color: #969696;
    }
    .triggerFooter2 {
        width: 50%;
        height: 100px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2vh;
        color: #ffffff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 2vh;
        background-color: #727272;
    }
    .slider.close {
        height: 100px;
    }
    .oldinfo {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5vh;
        color: #383838;
        line-height: 1.5vh;
        text-align: center;
    }
    .oldinfo2 {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5vh;
        color: #cccccc;
        line-height: 1.5vh;
        text-align: center;
    }
    .drawer {
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        right: 0vw;
        overflow: hidden;
        color: #FFF;
        transition: all .25s;
        transition-timing-function: ease-out;
        z-index: 2002;
    }
    .drawer.close {
        width: 0;
        right: -100vw;
    }
    .drawer__open {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .formHolder {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .stInput {
        border: 1px #9d9e9f solid;
        background: #b0b0b0;
        height: 40px;
        padding: 10px;
        margin: 5px;
        border-radius: 6px;
    }
    .kwInput,
    .kwButton {
        border: 1px #9d9e9f solid;
        background: #b0b0b0;
        width: 94%;
        padding: 0px 10px 0px 10px;
        height: 38px;
        margin: 5px;
        border-radius: 6px;
    }
    .kwleft,
    .kwright {
        width: 100%;
    }
}