<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========================================================================
****************************************************************************
                                                                           *
    Title: JTI                                                             *
    Author: Jamel Interactive                                              *
    File: main.less                                                        *
                                                                           *
****************************************************************************
============================================================================

    1. IMPORTS

    2. COMMON
        2.1 Containers / Miscellaneous
        2.2 Footer

    3. MODULES
        3.1 Top
        3.2 Timeline
        3.3 News
        3.4 Static text
        3.5 FAQ
        3.6 Materials
        3.7 360 player
        3.8 Login
        3.9 Contact

    4. RWD
        4.1 Breakpoints

****************************************************************************
==========================================================================*/
/* 1. IMPORTS
----------------------------------------------------------------------------
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: JTI                                                             *
    Author: Jamel Interactive                                              *
    File: mixins.less                                                      *
                                                                           *
****************************************************************************
============================================================================

    Mixins

****************************************************************************
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: JTI                                                             *
    Author: Jamel Interactive                                              *
    File: variables.less                                                   *
                                                                           *
****************************************************************************
============================================================================

    Variables

****************************************************************************
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: JTI                                                             *
    Author: Jamel Interactive                                              *
    File: fonts.less                                                       *
                                                                           *
****************************************************************************
============================================================================

    FONTS

    Sizes notation:

    100 - Thin
    200 - Extra Light
    300 - Light
    400 - Regular
    500 - Medium
    600 - Semi Bold
    700 - Bold
    800 - Extra-Bold
    900 - Ultra Bold

****************************************************************************
==========================================================================*/
@font-face {
  font-family: Roboto;
  src: url('/fonts/Roboto/light/300.woff2') format('woff2'), url('/fonts/Roboto/light/300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Condensed;
  src: url('/fonts/Roboto-Condensed/regular/400.woff2') format('woff2'), url('/fonts/Roboto-Condensed/regular/400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Condensed;
  src: url('/fonts/Roboto-Condensed/bold/700.woff2') format('woff2'), url('/fonts/Roboto-Condensed/bold/700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: DejaVuSerif;
  src: url('/fonts/DejaVuSerif/book/400.woff2') format('woff2'), url('/fonts/DejaVuSerif/book/400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DejaVuSerif-Condensed;
  src: url('/fonts/DejaVuSerif-Condensed/book/400.woff2') format('woff2'), url('/fonts/DejaVuSerif-Condensed/book/400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DejaVuSerif-Condensed;
  src: url('/fonts/DejaVuSerif-Condensed/bold/700.woff2') format('woff2'), url('/fonts/DejaVuSerif-Condensed/bold/700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/*==========================================================================
****************************************************************************
                                                                           *
    Title: JTI                                                             *
    Author: Jamel Interactive                                              *
    File: reset.less                                                       *
                                                                           *
****************************************************************************
============================================================================

    1. Reset
    2. Normalize

****************************************************************************
==========================================================================*/
/* 1. Reset
--------------------------------------------------------------------------*/
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup {
  vertical-align: super;
  font-size: 80%;
}
sub {
  vertical-align: sub;
  font-size: 80%;
}
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;
}
*,
*:after,
*:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  background: #fff;
}
/* 2. Normalize
------------------------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  line-height: 1.78571429;
  font-weight: 400;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
hr {
  display: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th,
td {
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: left;
}
address,
cite,
dfn {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
input,
textarea,
select {
  font: 400 14px Arial, Helvetica, sans-serif;
  color: #000;
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
  color: #17252d;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  -ms-interpolation-mode: bicubic;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
/* 2. COMMON
----------------------------------------------------------------------------
==========================================================================*/
/* 2.1 Containers / Miscellaneous
--------------------------------------------------------------------------*/
#container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.middle {
  max-width: 1200px;
  margin: 0 auto;
  zoom: 1;
  padding: 0 30px;
}
.middle:after {
  content: '';
  display: block;
  clear: both;
}
.noselect,
.noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-bg {
  background: #83ccc9;
}
.blue-bg #footer .copy {
  color: #fff;
}
.blue-bg #footer .middle:after {
  content: '';
  left: 30px;
  right: 30px;
  top: -1px;
  height: 1px;
  background: #69a3a1;
  position: absolute;
}
.blue-bg #footer .middle:before {
  background: #c1e6e4;
}
.blue-bg #footer ul a {
  color: #fff;
}
.jwplayer,
.jw-preview {
  background-color: rgba(0, 0, 0, 0) !important;
}
/* 2.2 Footer
--------------------------------------------------------------------------*/
#footer .middle {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
}
#footer .middle:before {
  content: '';
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: #ccc;
  position: absolute;
}
#footer img {
  float: left;
}
#footer .copy {
  float: left;
  font: 300 14px/20px Roboto, Arial, Helvetica, sans-serif;
  color: #8b9296;
  padding: 8px 0 0 20px;
}
#footer ul {
  float: right;
  padding-top: 6px;
}
#footer ul li {
  float: left;
  margin: 0 15px;
}
#footer ul a {
  font: 300 14px/20px Roboto, Arial, Helvetica, sans-serif;
}
#footer ul a:hover {
  text-decoration: underline;
}
/* 3. MODULES
----------------------------------------------------------------------------
==========================================================================*/
/* 3.1 Top
--------------------------------------------------------------------------*/
#top {
  height: 920px;
  background: url('/images/video-bg.jpg') center bottom no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}
#top h3 {
  font: 400 52px/55px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 135px;
  letter-spacing: -1px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#top h4 {
  font: 400 36px/40px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 25px;
  letter-spacing: -1px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#top h5 {
  font: 700 28px/34px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 45px;
  letter-spacing: -1px;
  color: #17252d;
  text-transform: uppercase;
}
#top .player {
  position: relative;
  margin: 60px auto 0;
  max-width: 720px;
}
#top .player .play {
  width: 78px;
  height: 78px;
  background: url('/images/play.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -39px 0 0 -39px;
  cursor: pointer;
  z-index: 3;
}
#top #video-player {
  display: block;
  margin: 0 auto;
  background: #000;
}
#top .logo {
  width: 110px;
  height: 145px;
  position: absolute;
  right: 10px;
  top: 0;
  text-indent: -999999px;
  font-size: 0;
  background: url('/images/logo.png') no-repeat;
}
#top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .middle {
  position: relative;
}
#top .bottom-arrow {
  width: 40px;
  height: 20px;
  background: url('/images/bottom-arrow.png') no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
/* 3.2 Timeline
--------------------------------------------------------------------------*/
#timeline {
  background: #17252d;
  padding: 60px 0 20px;
}
#timeline .middle {
  position: relative;
  overflow: hidden;
}
#timeline .middle:before {
  content: '';
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: #455157;
  position: absolute;
}
#timeline .middle:after {
  content: '';
  left: 30px;
  right: 30px;
  top: -1px;
  height: 1px;
  background: #000;
  position: absolute;
}
#timeline .timeline-wrap {
  position: relative;
  padding-top: 150px;
  overflow: auto;
}
#timeline .timeline-inner {
  width: 1200px;
}
#timeline .el-1,
#timeline .el-2,
#timeline .el-3,
#timeline .el-4,
#timeline .el-5,
#timeline .el-6,
#timeline .el-7 {
  width: 430px;
  height: 130px;
  background: #fff;
  position: relative;
  float: left;
  z-index: 3;
}
#timeline .el-1:before,
#timeline .el-2:before,
#timeline .el-3:before,
#timeline .el-4:before,
#timeline .el-5:before,
#timeline .el-6:before,
#timeline .el-7:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 0 65px 20px;
  border-color: transparent transparent transparent #17252d;
}
#timeline .el-1:after,
#timeline .el-2:after,
#timeline .el-3:after,
#timeline .el-4:after,
#timeline .el-5:after,
#timeline .el-6:after,
#timeline .el-7:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 0 65px 20px;
  border-color: transparent transparent transparent #fff;
}
#timeline .el-1 p,
#timeline .el-2 p,
#timeline .el-3 p,
#timeline .el-4 p,
#timeline .el-5 p,
#timeline .el-6 p,
#timeline .el-7 p {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  font: 400 16px/20px Roboto-Condensed, Arial, Helvetica, sans-serif;
  color: #17252d;
}
#timeline .el-1 p span,
#timeline .el-2 p span,
#timeline .el-3 p span,
#timeline .el-4 p span,
#timeline .el-5 p span,
#timeline .el-6 p span,
#timeline .el-7 p span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 60px;
}
#timeline .el-2 {
  z-index: 2;
  margin-left: 10px;
  background: #64abcd;
  width: 550px;
}
#timeline .el-2:after {
  border-color: transparent transparent transparent #64abcd;
}
#timeline .el-2 p {
  color: #fff;
}
#timeline .el-2 p span {
  padding-right: 190px;
}
#timeline .el-2 img {
  position: absolute;
  right: 40px;
  bottom: 0;
}
#timeline .el-3 {
  z-index: 1;
  margin-left: 10px;
  background: #233038;
  width: 180px;
}
#timeline .el-3:after {
  border-color: transparent transparent transparent #233038;
}
#timeline .el-4 {
  background: #233038;
  z-index: 6;
  margin-top: 10px;
}
#timeline .el-4:before {
  display: none;
}
#timeline .el-4:after {
  border-color: transparent transparent transparent #233038;
}
#timeline .el-4 p {
  position: absolute;
  padding-left: 40px;
  font: 400 16px/20px Roboto-Condensed, Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 5px;
  width: 220px;
}
#timeline .el-4 p:before {
  content: '';
  width: 28px;
  height: 28px;
  border: solid 1px #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: url('/images/paragraph-ico.png') no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#timeline .el-4 p strong {
  display: block;
  padding-bottom: 8px;
}
#timeline .el-4 p.p-1 {
  left: 120px;
  top: 50px;
}
#timeline .el-4 p.p-2 {
  left: 50px;
  top: 160px;
}
#timeline .el-5 {
  z-index: 5;
  background: #83ccc9;
  width: 740px;
  margin-top: 10px;
  margin-left: 10px;
}
#timeline .el-5:after {
  border-color: transparent transparent transparent #83ccc9;
}
#timeline .el-5 p {
  color: #fff;
}
#timeline .el-5 p span {
  padding-right: 150px;
}
#timeline .el-6 {
  z-index: 2;
  background: #233038;
  width: 430px;
  clear: both;
  padding-top: 10px;
}
#timeline .el-6:before {
  display: none;
}
#timeline .el-6:after {
  top: 10px;
  border-color: transparent transparent transparent #233038;
}
#timeline .el-7 {
  z-index: 1;
  margin-left: 10px;
  margin-top: 10px;
  width: 740px;
}
#timeline .el-7 p span {
  padding-right: 280px;
}
#timeline .el-7 img {
  position: absolute;
  right: 180px;
  bottom: 10px;
  height: 110px;
}
#timeline .date {
  font: 700 28px/1 Roboto-Condensed, Arial, Helvetica, sans-serif;
  width: 150px;
  height: 150px;
  color: #fff;
  position: absolute;
  left: 945px;
  top: 0;
  text-align: center;
  z-index: 4;
}
#timeline .date p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: 3px;
  font: 400 16px/1.2 Roboto-Condensed, Arial, Helvetica, sans-serif;
}
#timeline .date.date-1 {
  left: 385px;
  z-index: 6;
}
#timeline .date.date-1 span {
  margin-top: -24px;
}
#timeline .date span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
#timeline .date:before {
  content: '';
  width: 1px;
  border-left: dashed 1px #fff;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 110px;
}
#timeline .captions {
  clear: both;
  padding: 30px 0;
  overflow: hidden;
}
#timeline .captions p {
  position: relative;
  padding-right: 40px;
  font: 400 16px/20px Roboto-Condensed, Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 5px;
  float: right;
  text-align: right;
  margin-right: 60px;
}
#timeline .captions p:before {
  content: '';
  width: 28px;
  height: 28px;
  border: solid 1px #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: 0;
}
#timeline .captions p strong {
  display: block;
  padding-bottom: 8px;
}
#timeline .captions p.c-2:before {
  background: url('/images/mint-ico.png') no-repeat;
}
#timeline .captions p.c-1 {
  margin-right: 50px;
}
#timeline .info {
  color: #8b9296;
  font: 11px/1.2 Roboto-Condensed, Arial, Helvetica, sans-serif;
}
/* 3.3 News
--------------------------------------------------------------------------*/
#news {
  background: url('/images/news-bg.png') center top no-repeat;
}
#news h2 {
  font: 400 24px/30px DejaVuSerif, 'Thimes New Roman', Georgia, serif;
  color: #fff;
  padding: 55px 0;
  text-align: center;
}
#news .middle {
  position: relative;
}
#news .middle:before {
  content: '';
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: #455157;
  position: absolute;
}
#news .middle:after {
  content: '';
  left: 30px;
  right: 30px;
  top: -1px;
  height: 1px;
  background: #000;
  position: absolute;
}
#news .news {
  width: 33.33333333%;
  float: left;
  padding-bottom: 33.33333333%;
  background: #fff;
  position: relative;
}
#news .news .wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}
#news .news h3 {
  font: 400 32px/36px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  color: #17252d;
  padding-bottom: 20px;
  letter-spacing: -1px;
  max-width: 280px;
}
#news .news h4 {
  font: 400 18px/22px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  color: #17252d;
  padding-bottom: 20px;
  letter-spacing: -1px;
  max-width: 280px;
}
#news .news p {
  font: 300 14px/20px Roboto, Arial, Helvetica, sans-serif;
  color: #17252d;
  padding-bottom: 20px;
  max-width: 280px;
}
#news .news &gt; img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#news .news .downloads {
  padding-top: 10px;
}
#news .news .downloads li {
  padding-bottom: 20px;
}
#news .news .downloads a {
  display: block;
  padding-left: 40px;
  position: relative;
}
#news .news .downloads img {
  position: absolute;
  left: 0;
  top: 0;
}
#news .news .downloads strong {
  display: block;
  font: 400 14px/1.3 Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#news .news .downloads span {
  display: block;
  font: 400 11px/1 Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #c1e6e4;
}
#news .news.color-1 {
  background: #455157;
}
#news .news.color-1 h3 {
  color: #a4ddc3;
}
#news .news.color-1 h4,
#news .news.color-1 p {
  color: #fff;
}
#news .news.color-2 {
  background: #a4ddc3;
}
#news .news.color-2 h3,
#news .news.color-2 h4,
#news .news.color-2 p {
  color: #fff;
}
#news .news.color-3 {
  background: #83ccc9;
}
#news .news.color-3 h3,
#news .news.color-3 h4,
#news .news.color-3 p {
  color: #fff;
}
#news .info {
  font: 400 28px/35px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  color: #fff;
  background-color: #67C2BD;
  letter-spacing: -1px;
  text-align: center;
  padding: 53px 30px;
  clear: both;
}
.news-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  display: none;
  padding: 0 30px 30px;
}
.news-overlay ~ .wrap {
  cursor: pointer;
}
.news-overlay .right-align-img {
  float: right;
  width: 100%;
  max-width: 719px;
  margin: 0 -40px 40px 0;
}
.news-overlay.bg-white .content {
  background: #fff;
}
.news-overlay.bg-white .head {
  color: #000;
}
.news-overlay.bg-white .static-text {
  color: #000;
}
.news-overlay.bg-white .close {
  background-image: url('/images/close-black.png');
}
.news-overlay.bg-green .content {
  background: #a4ddc3;
}
.news-overlay.bg-green .head {
  color: #fff;
}
.news-overlay.bg-green .static-text ul li:before {
  background: #fff;
}
.news-overlay.bg-blue .content {
  background: #83ccc9;
}
.news-overlay.bg-blue .head {
  color: #fff;
}
.news-overlay.bg-blue .static-text ul li:before {
  background: #fff;
}
.news-overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.news-overlay .content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #455157;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  zoom: 1;
}
.news-overlay .content:after {
  content: '';
  display: block;
  clear: both;
}
.news-overlay .head {
  font: 400 36px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  color: #a4ddc3;
  padding: 0 50px 40px 0;
}
.news-overlay .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 40px;
  background: url('/images/close.png') no-repeat;
  z-index: 2;
}
/* 3.4 Static text
--------------------------------------------------------------------------*/
.static-text {
  font: 300 15px/178.6% Roboto, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  word-wrap: break-word;
}
.static-text a {
  color: #fff;
  text-decoration: underline;
}
.static-text a:hover {
  text-decoration: none;
}
.static-text b,
.static-text strong {
  font-weight: 700;
}
.static-text ul li {
  position: relative;
  padding-left: 1.5em;
}
.static-text ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #83ccc9;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.static-text img {
  max-width: 100%;
  height: auto;
}
.static-text ol {
  margin-left: 1.5em;
}
.static-text ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.static-text ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: -1.5em;
  width: 1.5em;
  top: 0;
  text-align: left;
  color: #83ccc9;
}
.static-text ol li:nth-of-type(n + 10) {
  padding-left: 6px;
}
.static-text ol li:nth-of-type(n + 100) {
  padding-left: 12px;
}
.static-text ol li:nth-of-type(n + 1000) {
  padding-left: 18px;
}
.static-text ol li:nth-of-type(n + 10000) {
  padding-left: 24px;
}
.static-text ol li:nth-of-type(n + 100000) {
  padding-left: 30px;
}
.static-text h1 {
  font: 400 36px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
}
.static-text h2 {
  font: 400 32px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
}
.static-text h3 {
  font: 400 26px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
}
.static-text h4 {
  font: 400 22px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
}
.static-text h5 {
  font: 400 16px/110% DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
}
.static-text table {
  width: 100%;
  overflow: hidden;
}
.static-text table th {
  font: 300 14px/120% Roboto, Arial, Helvetica, sans-serif;
  padding: 13px 20px;
  background: #eef1f8;
  border: solid 1px #eef1f8;
  color: #455157;
}
.static-text table th:last-child {
  text-align: right;
}
.static-text table td {
  border: solid 1px #eef1f8;
  padding: 13px 20px;
}
.static-text table td:last-child {
  text-align: right;
}
.static-text .table-wrapper {
  position: relative;
}
.static-text .table-wrapper:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eef1f8;
}
.static-text .table-wrapper:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #eef1f8;
}
.static-text .table-wrapper-inner {
  overflow-x: auto;
}
/* 3.5 FAQ
--------------------------------------------------------------------------*/
.faq {
  padding-bottom: 40px;
}
.faq:last-child {
  padding-bottom: 0;
}
.faq .q {
  font: 400 18px/22px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  color: #a4ddc3;
  padding-bottom: 20px;
}
.faq .static-text {
  padding: 0 0 20px 30px;
  max-width: 960px;
}
/* 3.6 Materials
--------------------------------------------------------------------------*/
.materials {
  overflow: hidden;
  width: 1000px;
  margin: 60px auto 0;
}
.materials li {
  float: left;
  width: 180px;
  padding: 0 10px 30px;
}
.materials img {
  display: block;
}
.materials span {
  display: block;
  font: 300 14px/178.6% Roboto, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding-top: 5px;
}
/* 3.7 360 player
--------------------------------------------------------------------------*/
.threesixty-player-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.threesixty-player-wrap .thumbs {
  display: table-cell;
  width: 90px;
  vertical-align: top;
  padding: 20px 20px 0 0;
}
.threesixty-player-wrap .thumbs img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.threesixty-player-wrap .thumbs li {
  display: block;
  border: solid 2px #ccc;
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
}
.threesixty-player-wrap .thumbs li:hover,
.threesixty-player-wrap .thumbs li.current {
  border-color: #233038;
}
.threesixty-player {
  display: table-cell;
  vertical-align: top;
}
.threesixty-player .wrap {
  padding-bottom: 55%;
  position: relative;
}
.threesixty-player .threesixty {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: w-resize;
}
.threesixty-player .threesixty .threesixty-frame {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.threesixty-player .threesixty .threesixty-frame.current {
  opacity: 1;
}
.threesixty-player .threesixty img,
.threesixty-player .threesixty canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.threesixty-player .threesixty .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.threesixty-player .threesixty.preloading {
  cursor: wait;
  pointer-events: none;
}
.threesixty-player .threesixty.preloading .threesixty-frame {
  opacity: 0 !important;
}
.threesixty-player .threesixty.preloading .loading {
  display: block;
}
.threesixty-player .dragarea {
  position: relative;
  overflow: hidden;
  padding: 0 20px 20px;
  margin: 0 -20px -20px;
}
.threesixty-player .tracker {
  height: 1px;
  background: #d1d3d5;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.threesixty-player .tracker .drag {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('/images/tracker.png') no-repeat;
  left: 0;
  top: -20px;
  margin-left: -20px;
  cursor: w-resize;
}
.threesixty-player .tracker .drag:after {
  content: '';
  width: 3000px;
  height: 3000px;
  bottom: 0;
  left: 50%;
  margin-left: -1500px;
  position: absolute;
}
/* 3.8 Login
--------------------------------------------------------------------------*/
#login {
  color: #fff;
  text-align: center;
  padding: 168px 0;
}
#login .logo {
  width: 86px;
  height: 65px;
  background: url('/images/logo.png') -24px -80px no-repeat;
  margin: 0 auto;
  text-indent: -999999px;
  font-size: 0;
}
#login .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#login a:hover {
  text-decoration: underline;
}
#login h2 {
  font: 400 24px/28px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 60px;
  letter-spacing: -1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#login h3 {
  font: 300 16px/20px Roboto, Arial, Helvetica, sans-serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 10px;
}
#login input[type="text"] {
  width: 220px;
  height: 50px;
  font: 300 16px/20px Roboto, Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 15px;
}
#login p {
  font: 300 14px/20px Roboto, Arial, Helvetica, sans-serif;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 35px;
}
#login p.info {
  font-size: 11px;
  line-height: 18px;
  max-width: 330px;
}
#login input[type="submit"] {
  width: 220px;
  height: 50px;
  font: 300 14px/20px DejaVuSerif-Condensed, 'Thimes New Roman', Georgia, serif;
  background: #17252d;
  text-align: center;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 35px auto 0;
}
/* 3.9 Contact
--------------------------------------------------------------------------*/
#contact {
  text-align: center;
  padding: 168px 0;
}
#contact .static-text {
  text-align: center;
}
/* 4. RWD
----------------------------------------------------------------------------
==========================================================================*/
/* 4.1 Breakpoints
--------------------------------------------------------------------------*/
@media only screen and (max-width: 1160px) {
  .materials {
    width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  #news .news {
    width: 50%;
    padding-bottom: 50%;
  }
  .middle {
    max-width: 780px;
  }
  #top {
    height: auto;
    padding-bottom: 80px;
  }
  #top h3 {
    font-size: 36px;
    line-height: 40px;
    padding-top: 50px;
  }
  #top h4 {
    font-size: 26px;
    line-height: 30px;
  }
  #top h5 {
    font-size: 20px;
    line-height: 24px;
  }
  #top .logo {
    position: static;
    margin: -50px auto 0;
    background-position: -13px 0;
  }
  #top #video-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #footer ul li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  .materials {
    width: 600px;
  }
  .threesixty-player-wrap .thumbs {
    width: 50px;
  }
  .threesixty-player-wrap .thumbs img {
    height: 35px;
  }
}
@media only screen and (max-width: 860px) {
  #footer ul {
    clear: both;
    float: left;
    margin: 10px 0 0 58px;
  }
}
@media only screen and (max-width: 760px) {
  .materials {
    width: 400px;
  }
}
@media only screen and (max-width: 720px) {
  #news .news {
    width: 100%;
    padding-bottom: 100%;
  }
  #news .info,
  #news h2 {
    padding: 30px;
  }
  .middle {
    max-width: 400px;
  }
  #footer img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  #footer .middle {
    padding: 30px;
  }
  #footer .copy {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  #footer ul {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  #footer ul li {
    display: inline-block;
    float: none;
  }
  #top h3 {
    font-size: 26px;
    line-height: 30px;
  }
  #top h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
  }
  #top h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .materials {
    width: 200px;
  }
  .threesixty-player-wrap {
    margin: 0 -10px;
    width: auto;
    display: block;
  }
  .threesixty-player-wrap .thumbs {
    width: 100%;
    display: table;
    border-spacing: 10px;
    border-collapse: separate;
    padding: 20px 0 0;
  }
  .threesixty-player-wrap .thumbs li {
    display: table-cell;
    padding: 20px 10px;
  }
  .threesixty-player-wrap .thumbs img {
    height: 50px;
  }
  .threesixty-player-wrap .threesixty-player {
    display: block;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  #news .middle {
    padding: 0;
  }
  .news-overlay {
    padding: 0;
  }
  .news-overlay .content {
    padding: 30px;
  }
  .news-overlay .head {
    padding-right: 30px;
  }
  .faq .static-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .threesixty-player-wrap .thumbs li {
    padding: 10px;
  }
}
@media only screen and (max-height: 980px) {
  #login {
    padding: 125px 0;
  }
}
@media only screen and (max-height: 900px) {
  #login {
    padding: 100px 0;
  }
}
@media only screen and (max-height: 850px) {
  #login {
    padding: 75px 0;
  }
}
@media only screen and (max-height: 800px) {
  #login {
    padding: 50px 0;
  }
}
</pre></body></html>