@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
html, body {
    height: 100%;
}
html {
    font-size: 68%;
}
body {
    height: 100%;
}

/* Content */
#container {
    height: auto;
    min-height: 100%;
    overflow: hidden;
    background: #1c1c1c url("../img/bgotr.jpg") no-repeat center top;
    background-size: 900px;
}
#lyt {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    background: #fff url("../img/texture.jpg") left top;
    padding: 170px 0 30px;
    box-shadow: 0 0 10px #000;
}
h1.ymn {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 40px 0 0;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    text-align: center;
}
h1.ymn b,
h1.ymn span {
    display: block;
    color: #fff;
    margin: 0;
}
h1.ymn b {
    font-weight: 700;
    font-size: 2.4em;
    color: #EF720E;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px 0;
}
h1.ymn span {
    font-size: 1.1em;
    padding: 5px 15px 0;
    letter-spacing: 2px;
}
.lgo {
    overflow: hidden;
    text-align: center;
    margin: 0;
    position: absolute;
    top: -80px;
    width: 100%;
}
.lgo img {
    overflow: hidden;
    width: 13%;
    min-width: 80px;
}
.cts {
    width: 80%;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 6px solid #000;
    padding: 20px;
}
.cts p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    margin: 0;
    display: block;
    letter-spacing: 1px;
}
.cts p b {
    font-weight: 600;
}
.inct {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.inct p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    margin: 0;
    display: block;
    letter-spacing: 1px;
}
.inct p b {
    font-weight: 600;
}
ol.dwn {
    display: block;
    width: 94%;
    max-width: 800px;
    margin: 0 auto 50px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
}
ol.dwn li {
    margin: 5px 0;
}
ol.dwn li a {
    margin: 0;
    color: #000;
    position: relative;
    padding: 10px;
}
ol.dwn li a:hover {
    text-decoration: none;
}
.ctdt {
    width: 70%;
    margin: 0 auto;
}
.ctdt p {
    width: 92%;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    margin: 0 auto;
    display: block;
}
p.hrdh {
    width: 92%;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    margin: 0 auto;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    color: #444;
}
p.hrdh b {
    font-weight: 700;
    color: #000;
}
p.hrdh span {
    font-weight: 600;
    color: #000;
}
ul#kgky {
    list-style: none;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
    width: 96%;
    max-width: 600px;
}
ul#kgky li {
    display: block;
    margin: 20px 0 50px;
}
ul#kgky li h2 {
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    font-size: 2em;
    display: block;
    margin: 0;
    padding: 5px 0;
}
ul#kgky li h3 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    display: block;
    margin: 0;
    line-height: 1.3;
    color: #444;
}
ul#kgky li h3 b {
    font-weight: 600;
    color: #000;
}
ul#kgky li h4 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    display: block;
    margin: 0;
    padding: 5px 0;
    color: #EF1515;
}
ul#kgky li h5 {
    display: block;
    margin: 10px 0;
    padding: 0;
}
ul#kgky li h5 a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 4px 12px;
    background: #EF1515;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 4px solid #EF1515;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul#kgky li h5 a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul#kgky li h5 a:hover {
    background: transparent;
    color: #EF1515;
}
ul#kgky li h5 a:hover:before {
    opacity: 0;
}

/* Menu */
header {
    display: block;
    z-index: 99999;
    width: 92%;
    margin: 2.5em auto 120px;
    overflow: hidden;
}
header img {
    width: 8%;
    min-width: 100px;
    margin: 0 10px;
    display: none;
}
header nav {
    display: block;
    overflow: hidden;
    padding: 30px 0 10px;
    text-align: center;
}
header nav a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    margin: 2px 0;
}
header nav a span {
    display: block;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}
header nav a:before {
    font-family: 'Open Sans', sans-serif;
    content: attr(data-text);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0,120%,0);
    transform: translate3d(0,120%,0);
    -webkit-transition: -webkit-transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    z-index: 9999;
}
header nav a:hover span {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translate3d(0,-120%,0);
    transform: translate3d(0,-120%,0);
}
header nav a:hover:before {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
header nav a.mnavslt {
    font-weight: 700;
}

/* Form */
form#formps, form#formps2 {
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0;
    width: 92%;
}
form#formps2 {
    max-width: 460px;
}
form#formps .jtj {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
    float: left;
}
form#formps .jtf {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    clear: both;
}
form#formps ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
form#formps ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}
input[type=radio] {
    margin: 0 10px;
}
h1.req {
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    font-size: 3em;
    margin: 0 0 40px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #3C5346;
    display: block;
}
p.req {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 0;
    padding: 15px 0 7px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
}
p.req span {
    color: #CF1920;
}
p#req {
    text-transform: inherit;
    margin: 20px 0 0;
    border-bottom: 1px solid #000;
    display: table;
}
input[type=text], input[type=number], input[type=tel],
input[type=password],
#cmb,
#tra {
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    background: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    border: none;
    color: #000;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    line-height: 34px;
}
#cmb {
    width: auto;
    margin: 0 10px 0 0;
}
#tra {
    height: auto;
    line-height: inherit;
    padding: 10px;
    width: 70%;
}
input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    background: #EF720E;
    color: #fff;
    display: table;
    padding: 0 20px;
    margin: 30px 0 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    letter-spacing: 1px;
}
input[type=submit]:hover {
    background: #1C1C1C;
    color: #fff;
}
#cppc {
    width: 200px;
    height: auto;
    line-height: inherit;
    background: transparent;
    font-size: 30px;
    font-size: 3rem;
    font-family: Verdana, sans-serif;
    cursor: default;
    margin: 20px 0 10px;
}
#cppc2 {
    max-width: 250px;
}
h1.indx {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7em;
    margin: 0;
    padding: 20px 0 30px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
h1.indx i {
    font-size: 3.2em;
    display: block;
    margin-bottom: 20px;
}

footer {
    display: block;
    padding: 0 0 50px;
}
footer nav {
    display: block;
    text-align: center;
    padding: 50px 0 30px;
}
footer nav a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 0;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
footer nav i {
    font-size: 22px;
    font-size: 2.2rem;
}
footer nav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer nav a:hover:before {
    opacity: 1;
}
footer h1 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin: 0;
    text-align: center;
}
footer img {
    height: 15px;
}
.warningmsg11b {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}




