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
}

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;
}

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0F0E0D;
    background: url(images/bg.png);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

.clearfix::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.nobr {
    white-space: nowrap;
}

*::selection {
    background: #01449F;
    color: #fff;
}

b,
strong {
    font-weight: 600;
}

a,
a:visited {
    color: #FFD53C;
}

a:hover {
    color: #ff9318;
}

.center {
    text-align: center !important;
}

#page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(255, 255, 255, .05);
}

#header {
    width: 100%;
    position: relative;
    z-index: 999;
    text-align: center;
    overflow: hidden;
}

#ratio {
    width: 100%;
    display: block;
}

video,
#overlay {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
}

#overlay {
    width: 101%;
}

#overlay2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
}



#gk_logo_icon {
    position: absolute;
    height: 100px;
    margin: auto;
    top: 30px;
    left: 0;
    right: 0;
}

#gk_title {
    position: absolute;
    height: 100px;
    margin: auto;
    bottom: 100px;
    left: 0;
    right: 0;
}

h2,
h3 {

    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFD53C;
}

hr {
    height: .5px;
    background: #333;
    margin: 10px auto;
    border: 0;
    width: 30%;
}

#content {
    background: url(images/footer.jpg) bottom center no-repeat;
    background-size: contain;
    position: relative;
    padding-top: 20px;
}

#overlay3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
}

#pricetable {
    text-align: center;
    margin: 100px auto;
}

table {
    margin: 0 auto;
    position: relative;
}

table tr td:nth-child(1) {
    text-align: left;
}

table tr td:nth-child(2) {
    text-align: right;
    font-size: 150%;
    font-weight: bold;
    padding: 0 5px 0 30px;
}

table tr td:nth-child(3) {
    text-align: left;
}

tr:not(:first-child):after {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #333;
}



td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#contact {
    text-align: center;
    margin: 100px auto;
    line-height: 40px;
}

.icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transform: translateY(5px);
}

.loc {
    background-image: url(images/loc.svg);
}

.home {
    background-image: url(images/home.svg);
}

.reg {
    background-image: url(images/reg.svg);
}

.tel {
    background-image: url(images/tel.svg);
}

.email {
    background-image: url(images/email.svg);
}

p {
    margin-bottom: 15px;
}

#footer {
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
}

#footer img {
    width: 50px;
}

#copyright {
    color: gray;
    font-size: 12px;
}

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

    body {
        font-size: 16px;
        line-height: 23px;
    }

    #gk_logo_icon {
        height: 40px;
    }

    #gk_title {
        height: 40px;
        bottom: 40px;
    }

    #content {
        padding-top: 0;
    }

    h2 {
        font-size: 24px;
    }

    #pricetable {
        margin: 20px auto;
    }

    video {
        display: none;
    }

    #overlay {
        opacity: .5;
    }
}