<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    margin: 0;
    padding: 0;
}

.tab-list-1items p {
    padding-top: 70px !important;
}

#blind-shape-window-tool {
    width: 98%;
    height: 98%;
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25) inset;
    background: #e4e4e4 url("../sources/img/blind-shape-window/grey-stripes.png");
}

#spotlight-shape-window {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 100;
}

.window-tool-close-button:hover {
    background-position: 0 -38px;
}

.dynDiv_moveDiv {
    position: absolute;
    border: 1px dashed #aaa;
}

.dynDiv_resizeDiv_tl,
.dynDiv_resizeDiv_tr,
.dynDiv_resizeDiv_bl,
.dynDiv_resizeDiv_br {
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.dynDiv_resizeDiv_tl {
    top: -9px;
    left: -9px;
}

.dynDiv_resizeDiv_tr {
    top: -9px;
    right: -9px;
}

.dynDiv_resizeDiv_bl {
    bottom: -9px;
    left: -9px;
}

.dynDiv_resizeDiv_br {
    bottom: -9px;
    right: -9px;
}

.black-bg-item {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
}

#black-bg-0 {
    z-index: 89;
    width: 100%;
    top: 0;
}

#black-bg-1 {
    z-index: 88;
    left: 0;
}

#black-bg-2 {
    z-index: 87;
    right: 0;
}

#black-bg-3 {
    z-index: 86;
    width: 100%;
    bottom: 0;
}

.disable-link {
    pointer-events: none;
    cursor: default;
}

.disable-box,
.disable-box img {}

body,
html {
    height: 100%;
}

.center-item {
    margin: 0 auto;
    text-align: center;
}

@font-face {
    font-family: 'DejaVuSans_InfantUK';
    src: url('../sources/fonts/DejaVuSans_InfantUK_Bold.eot');
    src: url('../sources/fonts/DejaVuSans_InfantUK_Bold.eot?#iefix') format('embedded-opentype'),
         url('../sources/fonts/DejaVuSans_InfantUK_Bold.woff2') format('woff2'),
         url('../sources/fonts/DejaVuSans_InfantUK_Bold.woff') format('woff'),
         url('../sources/fonts/DejaVuSans_InfantUK_Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'DejaVuSans_InfantUK';
    src: url('../sources/fonts/DejaVuSans_InfantUK.eot');
    src: url('../sources/fonts/DejaVuSans_InfantUK.eot?#iefix') format('embedded-opentype'),
         url('../sources/fonts/DejaVuSans_InfantUK.woff2') format('woff2'),
         url('../sources/fonts/DejaVuSans_InfantUK.woff') format('woff'),
         url('../sources/fonts/DejaVuSans_InfantUK.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn &gt; .caret,
    .dropup &gt; .btn &gt; .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*:before,
*:after {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'DejaVuSans_InfantUK', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    font-kerning: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

a {
    color: #97bc56;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #6e8d38;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all all 0.2s ease-in-out ease-out;
    -moz-transition: all all 0.2s ease-in-out ease-out;
    -o-transition: all all 0.2s ease-in-out ease-out;
    transition: all all 0.2s ease-in-out ease-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

html {
    font-face: 'DejaVuSans_InfantUK', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #97bc56;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'DejaVuSans_InfantUK', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 500;
}

dd {
    margin-left: 0;
}

@media (min-width: 1015px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre.prettyprint {
    margin-bottom: 20px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 1015px) {
    .container {
        max-width: 1011px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1351px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
}

@media (min-width: 1585px) {
    .container {
        max-width: 1581px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    /*font-size: 18px;*/
    font-size: 16px;/*m: 24/07/2018*/
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -webkit-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-shadow {
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75), 0px 0px 10px rgba(0, 0, 0, 0.75) inset !important;*/
    box-shadow: 2px 2px 0 0 #000 !important; /*m: 24/07/2018*/

}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-primary {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) inset;
    border-radius: 11px;
    height: 37px;
    color: #ffffff;
    /*background-color: #c1210d;*/
    background-color: #7CBA38;/*m: 24/07/2018*/
    border-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    /*background-color: #9b1a0a;*/
    background-color: #679b2e; /*m: 24/07/2018*/ /*yo defini este color porque no exite en el css*/
    border-color: #e0e0e0;
}


.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #c1210d;
    border-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-link {
    color: #97bc56;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #6e8d38;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}

tr.visible-xs {
    display: none !important;
}

th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 1014px) {
    .visible-xs {
        display: block !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1585px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}

tr.visible-sm {
    display: none !important;
}

th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 1014px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .visible-sm {
        display: block !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1585px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}

tr.visible-md {
    display: none !important;
}

th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 1014px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .visible-md {
        display: block !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1585px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}

tr.visible-lg {
    display: none !important;
}

th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 1014px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1585px) {
    .visible-lg {
        display: block !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 1014px) {
    .hidden-xs {
        display: none !important;
    }
    tr.hidden-xs {
        display: none !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
    tr.hidden-xs.hidden-sm {
        display: none !important;
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }
    tr.hidden-xs.hidden-md {
        display: none !important;
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1585px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }
    tr.hidden-xs.hidden-lg {
        display: none !important;
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 1014px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
    tr.hidden-sm.hidden-xs {
        display: none !important;
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .hidden-sm {
        display: none !important;
    }
    tr.hidden-sm {
        display: none !important;
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }
    tr.hidden-sm.hidden-md {
        display: none !important;
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1585px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }
    tr.hidden-sm.hidden-lg {
        display: none !important;
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 1014px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }
    tr.hidden-md.hidden-xs {
        display: none !important;
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }
    tr.hidden-md.hidden-sm {
        display: none !important;
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .hidden-md {
        display: none !important;
    }
    tr.hidden-md {
        display: none !important;
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1585px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
    tr.hidden-md.hidden-lg {
        display: none !important;
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 1014px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }
    tr.hidden-lg.hidden-xs {
        display: none !important;
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 1015px) and (max-width: 1199px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }
    tr.hidden-lg.hidden-sm {
        display: none !important;
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1584px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }
    tr.hidden-lg.hidden-md {
        display: none !important;
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1585px) {
    .hidden-lg {
        display: none !important;
    }
    tr.hidden-lg {
        display: none !important;
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .hidden-print {
        display: none !important;
    }
    tr.hidden-print {
        display: none !important;
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

a:active {
    outline: none;
}

#maincontainer {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#bg-holder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}

#mainbg {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.p01bg {
    background: url("../sources/img/backgrounds/bg01.jpg") no-repeat center 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.iframe-animation {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
}

.green-bg {
    background-color: #dae9b7;
}

#p01-container {
    text-align: center;
    max-width: 900px;/*m: 24/07/2018*/
    margin: 0 auto;
    height: 100vh;/*m: 24/07/2018*/
}
/*m: 24/07/2018*/
/*
#p01-author {
    height: 36px;
    line-height: 60px;
    font-size: 18px;
}

#p01-author h3,
#p01-author h4 {
    text-shadow: 1px 1px 5px #fff;
}

#autor-text2 {
    margin-top: -4px;
}

#autor-text3 {
    font-size: 20px!important;
    margin-top: -2px;
}
*/

/*m: 24/07/2018*/
div#p01-author {
    position: absolute;
    bottom: 60px;
    background: #fff;
    display: block;
    height: auto;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
    line-height: 1;
    font-size: 16px;
    border-radius: 7px;
    z-index: 1;
        white-space: nowrap;
}

div#p01-author h3,
div#p01-author h4 {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    padding: 0;
    line-height: 1;
}

div#p01-author h3:after {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: #7cba38;
    position: absolute;
    right: -15px;
    top: 0;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 0 #000;
}
/*m: 24/07/2018*/

#splash-logo-animation {
    margin: 10px 0;
}

#p01-ipack-course {
    padding: 10px 0 0 8px;
    visibility: hidden;/*m: 24/07/2018*/
}



#p01-buttons-holder ul li {
    list-style: none;
}

#p01-oxford-logo {
    position: fixed;
    top: 25px;
    left: 25px;
}

.p01-btn {
    width: 180px;
    margin: 7px 0px 7px -40px;
}

.btn-acknow {
    background-color: #fff;
    color: #000000;
    display: inline-block;
    border-radius: 8px;
    padding: 4px 16px;
}

.btn-acknow:hover {
    box-shadow: 0 0 5px black;
}

.p01-course-subtitle {
    background-color: #c1210d;
    visibility: hidden;/*m: 24/07/2018*/
}


.p01-course-subtitle p {
    font-size: 24px;
    color: white;
    padding: 6px 10px;
}

.bt_acknowledgements {
    /*font-size: 15px;*/
    font-size: 14px;/*m: 24/07/2018*/
    height: 30px;
    margin-left: 2px;
    /*padding-top: 3px;*/
    padding-top: 4px;/*m: 24/07/2018*/
    /*width: 166px;*/
    width: 180px;/*m: 24/07/2018*/
}

.versionGm {
    position: fixed;
    left: 25px;
    background-color: #C1210D;
    width: 149px;
    color: #fff;
    visibility: hidden;/*m: 24/07/2018*/
}


.parallax-holder .layer0,
.parallax-holder .layer1,
.parallax-holder .layer2,
.parallax-holder .layer3,
.parallax-holder .layer4 {
    position: absolute;
    left: 0;
}

.parallax-holder .layer1 {
    top: 0;
    background: url("../sources/img/parallax/01.png") 0 0 repeat-x;
    width: 3200px;
    height: 271px;
}

.parallax-holder .layer2,
.parallax-holder .layer3,
.parallax-holder .layer4 {
    bottom: 0;
}

.parallax-holder .layer0 {
    width: 100%;
    height: 1200px;
    background: url("../sources/img/parallax/skybg.jpg") #84c6e9 0 0 repeat-x;
}

#mmAnimation-canvas {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#acknow-list {
    display: block;
    text-align: center;
}

#acknow-list li {
    list-style: none;
}

.p01-acknow-btn {
    /*width: 220px;*/
    width: 254px;/*m: 24/07/2018*/
    margin: 7px 0px 7px -40px;
}

.bt_acknowledgements {
    position: relative;
    top: -13px;
}


#util-modal.modal-widget {
    /*background-color: #fcd6d1;*/
    background-color: #e3f0c5;/*m: 24/07/2018*/
    /*border-color: #c1210d;*/
    border-color: #7cba38;/*m: 24/07/2018*/
}

@media (min-width: 400px) {
    #p01-rooftops-logo {
        margin-top: 40px;/*m: 24/07/2018*/
         /* margin-bottom: -80px;*/
        margin-bottom: -3px;/*m: 24/07/2018*/
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    #p01-oxford-logo div {
        background: url("../sources/img/oxford-logo-1024.png") no-repeat 0 0;
        width: 169px;
        height: 77px;
    }
}

@media (min-width: 1350px) {
    #maincontainer {
        width: 1200px;
    }
    #p01-rooftops-logo {
         /*margin-top: -40px;*/
        margin-top: 70px;/*m: 24/07/2018*/
        /* margin-bottom: -80px;*/
        margin-bottom: -3px;/*m: 24/07/2018*/
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    #p01-oxford-logo div {
        background: url("../sources/img/oxford-logo-1366.png") no-repeat 0 0;
        width: 225px;
        height: 102px;
    }
}

@media screen and (min-width: 1585px) {
    #maincontainer {
        width: 1300px;
    }
    #splash-logo-animation {
        margin: 60px 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    #p01-rooftops-logo {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    #p01-oxford-logo div {
        background: url("../sources/img/oxford-logo-1600.png") no-repeat 0 0;
        width: 266px;
        height: 121px;
    }
    #p01-acknow-btn-holder {
        text-align: right;
    }
    #p01-buttons-holder {
        position: relative;
        left: 100px;
    }
    .bt_acknowledgements {
        left: 50px;
    }
}

#p02-container {}

#p02-starter {
    height: 97px;
    overflow: hidden !important;
    margin: 40px 0 30px;
    text-align: center;
}

#p02-starter a img {
    position: relative;
    height: 195px;
}

#p02-starter a img:hover {
    top: -101px;
}

.p02bg {}

#p02-btn0 {
    margin-top: 20px;
    height: 97px;
    overflow: hidden !important;
}

.p02-btn {
    height: 95px;
    text-align: center;
    overflow: hidden !important;
    margin-bottom: 10px;
}

.p02-btn a img {
    position: relative;
    height: 195px;
}

.p02-btn a img:hover {
    top: -101px;
}

@media screen and (min-width: 1585px) {
    #p02-starter {
        margin: 50px 0 40px;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .p02-btn {
        margin-bottom: 25px;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

#p03-container {
    text-align: center;
}

#p03-container div {
    /*padding: 5px 0;*/
    padding: 0;/*m: 24/07/2018*/
}

.p03bg {}

#p03-current-screen {
    height: 97px;
   overflow: hidden !important;
    margin: 40px 20px 20px;
    text-align: left;
}

.lozengue0,
.lozengue1,
.lozengue2,
.lozengue3,
.lozengue4,
.lozengue5,
.lozengue6,
.lozengue6,
.lozengue7,
.lozengue8,
.lozengue9,
.lozengue10,
.lozengue11 {
    height: 76px;
    margin: 20px 0;
    
}

.lozengue0 a,
.lozengue1 a,
.lozengue2 a,
.lozengue3 a,
.lozengue4 a,
.lozengue5 a,
.lozengue6 a,
.lozengue6 a,
.lozengue7 a,
.lozengue8 a,
.lozengue9 a,
.lozengue10 a,
.lozengue11 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
}

.lozengue0 a p,
.lozengue1 a p,
.lozengue2 a p,
.lozengue3 a p,
.lozengue4 a p,
.lozengue5 a p,
.lozengue6 a p,
.lozengue6 a p,
.lozengue7 a p,
.lozengue8 a p,
.lozengue9 a p,
.lozengue10 a p,
.lozengue11 a p {
    /*margin-top: 7.5px;*/
    margin: 0;/*m: 24/07/2018*/
    text-align: left;/*m: 24/07/2018*/
    text-indent: 88px;/*m: 24/07/2018*/
}

.lozengue0:hover,
.lozengue1:hover,
.lozengue2:hover,
.lozengue3:hover,
.lozengue4:hover,
.lozengue5:hover,
.lozengue6:hover,
.lozengue6:hover,
.lozengue7:hover,
.lozengue8:hover,
.lozengue9:hover,
.lozengue10:hover,
.lozengue11:hover {
    /*background-position: center -76px;*/
    background-position: left -76px;/*m: 24/07/2018*/
    height: 76px;
}

.lozengue0:hover a,
.lozengue1:hover a,
.lozengue2:hover a,
.lozengue3:hover a,
.lozengue4:hover a,
.lozengue5:hover a,
.lozengue6:hover a,
.lozengue6:hover a,
.lozengue7:hover a,
.lozengue8:hover a,
.lozengue9:hover a,
.lozengue10:hover a,
.lozengue11:hover a {
    text-decoration: none;
}

.unit-menu-6l {
    margin-left: 154px;
}

.unit-menu-6r {
    margin-right: 154px;
}

.lozengue0 {
    /*background: url("../sources/img/lesson-lozengue00.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue00.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue0 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #E5007E;/*m: 24/07/2018*/
}
.lozengue0 a:hover {
    color: #B00033;/*m: 24/07/2018*/
}

.lozengue1 {
    /*background: url("../sources/img/lesson-lozengue01.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue01.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue1 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #E83A50;/*m: 24/07/2018*/
}
.lozengue1 a:hover {
    color: #B00033;/*m: 24/07/2018*/
}

.lozengue2 {
    /*background: url("../sources/img/lesson-lozengue02.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue02.png") no-repeat left 0;/*m: 24/07/2018*/
}
.lozengue2 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #F18C28;/*m: 24/07/2018*/
}
.lozengue2 a:hover {
    color: #B76600;/*m: 24/07/2018*/
}
.lozengue-blue-bg {
    background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;
}

.lozengue3 {
    /*background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue03.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue3 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #7CBA38;/*m: 24/07/2018*/
}
.lozengue3 a:hover {
    color: #4E7C00;/*m: 24/07/2018*/
}
.lozengue4 {
    /*background: url("../sources/img/lesson-lozengue04.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue04.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue4 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #00A9BA;/*m: 24/07/2018*/
}
.lozengue4 a:hover {
    color: #007999;/*m: 24/07/2018*/
}
.lozengue5 {
    /*background: url("../sources/img/lesson-lozengue05.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue05.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue5 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #2458A5;/*m: 24/07/2018*/
}
.lozengue5 a:hover {
    color: #002675;/*m: 24/07/2018*/
}
.lozengue6 {
    /*background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue03.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue6 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #922F88;/*m: 24/07/2018*/
}
.lozengue5 a:hover {
    color: #552F66;/*m: 24/07/2018*/
}
.lozengue7 {
    /*background: url("../sources/img/lesson-lozengue07.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue07.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue7 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #7776b3;
}

.lozengue8 {
    /*background: url("../sources/img/lesson-lozengue08.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue08.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue8 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #3facd7;
}

.lozengue9 {
    /*background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue03.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue9 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #0474ba;
}

.lozengue10 {
    /*background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue03.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue10 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #0474ba;
}

.lozengue11 {
    /*background: url("../sources/img/lesson-lozengue03.png") no-repeat center 0;*/
    background: url("../sources/img/lesson-lozengue03.png") no-repeat left 0;/*m: 24/07/2018*/
}

.lozengue11 a {
    /*line-height: 47px;*//*m: 24/07/2018*/
    color: #0474ba;
}

.unit-lozengue {
    /*font-size: 28px;*/
    font-size: 20px;/*m: 24/07/2018*/
    line-height: 81px;/*m: 24/07/2018*/
}

.unit-color-0 {
    /*color: #f39300 !important;*/
    color: ##E5007E !important;/*m: 24/07/2018*/
}

.unit-color-1 {
    /*color: #75a823 !important;*/
    color: ##E83A50 !important;/*m: 24/07/2018*/
}

.unit-color-2 {
    /*color: #9f4133 !important;*/
    color: #F18C28 !important;/*m: 24/07/2018*/
}

.unit-color-3 {
    /*color: #0474ba !important;*/
    color: #7CBA38 !important;/*m: 24/07/2018*/
}

.unit-color-4 {
    /*color: #50a9a6 !important;*/
    color: #00A9BA !important;/*m: 24/07/2018*/
}

.unit-color-5 {
    /*color: #eabd22 !important;*/
    color: #2458A5 !important;/*m: 24/07/2018*/
}

.unit-color-6 {
    /*color: #0474ba !important;*/
    color: #922F88 !important;/*m: 24/07/2018*/
}

.unit-color-7 {
    color: #7776b3 !important;
}

.unit-color-8 {
    color: #3facd7 !important;
}

.unit-color-9 {
    color: #0474ba !important;
}

.unit-color-10 {
    color: #0474ba !important;
}

.unit-color-11 {
    color: #0474ba !important;
}

.unit-color-D {
    color: #0474ba !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    a[href$="p02_11_02"] p.unit-lozengue {
        font-size: 25px;
    }
}

@media screen and (min-width: 1585px) {
    #p03-current-screen {
        margin: 50px 20px 40px;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    .p03-lozengue-item {
        margin-bottom: 25px;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: #000;
}

#p04-header-info {
    margin: 0 0 0;
}

#p04-container {
    text-align: center;
}

#menu-tab-container {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

.p04bg {
    background: url("../sources/img/backgrounds/bg03.jpg") no-repeat right 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#p04-current-screen,
#p04-current-lesson {
    width: 50%;
    float: left;
}

#p04-current-screen {
    text-align: left;
    padding: 0;
    height: 106px;
    overflow: hidden;
}

#p04-current-screen a {
    position: relative;
    z-index: 1;
}

#p04-current-lesson {
    text-align: right;
    padding: 0;
}

#p04-current-lesson div {
    display: inline-block;
    width: 230px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background-position: 80px 0;/*m: 24/07/2018*/
    background-repeat: no-repeat;/*m: 24/07/2018*/
}

/*m: 24/07/2018*/
#p04-current-lesson div.lozengue0 {
    background-image: url(../sources/img/current-lesson-lozengue00.png);
}
#p04-current-lesson div.lozengue1 {
    background-image: url(../sources/img/current-lesson-lozengue01.png);
}
#p04-current-lesson div.lozengue2 {
    background-image: url(../sources/img/current-lesson-lozengue02.png);
}
#p04-current-lesson div.lozengue3 {
    background-image: url(../sources/img/current-lesson-lozengue03.png);
}
#p04-current-lesson div.lozengue4 {
    background-image: url(../sources/img/current-lesson-lozengue04.png);
}
#p04-current-lesson div.lozengue5 {
    background-image: url(../sources/img/current-lesson-lozengue05.png);
}
#p04-current-lesson div.lozengue6 {
    background-image: url(../sources/img/current-lesson-lozengue06.png);
}
#p04-current-lesson div.lozengue7 {
    background-image: url(../sources/img/current-lesson-lozengue07.png);
}
#p04-current-lesson div.lozengue8 {
    background-image: url(../sources/img/current-lesson-lozengue08.png);
}
#p04-current-lesson div.lozengue9 {
    background-image: url(../sources/img/current-lesson-lozengue09.png);
}
#p04-current-lesson div.lozengue10 {
    background-image: url(../sources/img/current-lesson-lozengue010.png);
}


#p04-current-lesson div p {
    line-height: 2;
    margin: 7px;
}
/*m: 24/07/2018*/


#p04-current-lesson a {
    line-height: 55px;
}

#p04-tab-container {
    margin: 25px auto 0;
    height: 466px;
    min-width: 300px;
    overflow: hidden;
}

#p04-lessontab {
    height: 100%;
    position: relative;
}

.fleft {
    float: left;
}

.media-link-holder {
    float: left;
}

.media-link-holder:hover a {
    text-decoration: none;
}

.p04-media-box1,
.p04-media-box2,
.p04-media-box3 {
    background: #EA4F3C;
    /*border: 3px solid #fff;*//*m: 24/07/2018*/
    /*border-radius: 12px;*//*m: 24/07/2018*/
   /*box-shadow: 0 0 10px black, 0 0 10px black inset;*//*m: 24/07/2018*/
    width: 270px;
    height: 280px;
    text-align: center;
}

.p04-media-box1 img,
.p04-media-box2 img,
.p04-media-box3 img {
    padding: 10px;
}

.p04-media-box1 p,
.p04-media-box2 p,
.p04-media-box3 p {
   /* font-size: 26px;*/
    font-size: 22px;/*m: 24/07/2018*/
    line-height: 28px;
    color: #ffffff;
}

.p04-media-box1 {
    width: 290px;
    height: 300px;
    margin: 88px 195px 0;
    padding-top: 21px;
}

.p04-media-box2 {
    width: 270px;
    height: 280px;
    margin: 97px 0 0 44px;
}

.media-link &gt; div.p04-media-box2 {
    margin-right: 8px;
}

.p04-media-box3 {
    width: 184px;
    height: 210px;
    margin: 132px 0 0 36px;
}

.p04-media-box3 img {
    width: 177px;
    height: 133px;
}

.p04-media-box3 p {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
}

.no-pm {
    margin: 0;
    padding: 0;
}

.h100 {
    height: 100%;
}

.book-thumb-container {
    display: table-cell;
    vertical-align: middle;
    height: 428px;
    width: 680px;
    text-align: center;
}

.book-thumb {
    box-shadow: 0 0 10px black;
}

.hover-holder {
    position: absolute;
    background: url("../sources/img/page_click.png") center center no-repeat;
    width: 693px;
    height: 400px;
}

#p04-media-container {
    position: absolute;
    width: 100%;
}

.close-button-holder {
    text-align: right;
    position: relative;
    right: -23px;
    top: 17px;
    display: inline-block;
    z-index: 2;
}

#item-holder {
    text-align: center;
    width: 100%;
}

#item-holder .media-holder {
    display: none;
    position: relative;
}

.book-page {
    display: inline-block;
    width: auto;
}

.video-container &gt; div,
.audio-container &gt; div {
    text-align: center;
    padding-top: 145px;
}

#game-iframe {
    width: 940px;
    height: 550px;
    border: none;
    margin: 0 auto;
}

.video-container .close-button-holder {
    width: 640px;
}

.audio-container {
    margin-top: 200px;
}

.audio-container .close-button-holder {
    width: 400px;
}

.close-button {}

.close-button img {
    width: 39px;
    height: 38px;
    background: url("../sources/img/close-btn.png") no-repeat;
}

.close-button:hover img {
    background-position: 0 -38px;
}

#tab-list {
    padding-left: 0px;
}

#tab-list ul li {
    font-weight: 700;
    font-size: 13px;
    display: table;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    cursor: pointer;
    width: 273px;
}

#tab-list ul li p {
    display: table-cell;
    vertical-align: middle;
    padding-top: 12px;
    /*font-size: 34px;*/
    font-size: 30px;/*m: 24/07/2018*/
    background: url("/sources/img/xpix.png") 0 0 repeat;
    line-height: 1.2;/*m: 24/07/2018*/
    
}

.tab-list-active p {}

.tab-list-2items {
    height: 231px !important;
}

.tab-list-3items {
    height: 154px !important;
}

.tab-list-4items {
    height: 114px !important;
}

#tab-canvas {
    position: absolute;
    z-index: -1;
}

#tab-group {
    padding-top: 16px;
    width: 980px;
}

.tab-content {
    display: none;
    width: 678px;
    height: 465px;
    margin-left: 33px;
}

#lm-animation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -5;
    width: 100%;
}

#stage-canvas {
    margin: 0 auto;
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1585px) {
    #p04-header-info {
        margin: 30px 0 20px;
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    #menu-tab-container {
        margin-top: 10px;
        top: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    #stage-canvas {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    #lm-animation {
        padding-right: 140px;
    }
}

#p05-container {
    text-align: center;
}

#p05-header-info {
    padding: 10px 0 20px 0;
}

#p05-current-screen,
#p05-current-unit {
    float: left;
    width: 50%;
}

#p05-current-screen {
    text-align: left;
    padding: 25px 0 0 40px;
}

#p05-current-unit {
    text-align: right;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.align-l {
    text-align: left;
}

.align-c {
    text-align: center;
}

.align-r {
    text-align: right;
}

.unit-resource-btn84 {
    height: 84px;
    overflow: hidden;
    margin: 5px 0;
}

.unit-resource-btn84 a img {
    position: relative;
    height: 168px;
}

.unit-resource-btn84 a img:hover {
    top: -82px;
}

.unit-resource-btn115 {
    height: 115px;
    overflow: hidden;
    margin: 5px 0;
}

.unit-resource-btn115 a img {
    position: relative;
    height: 229px;
}

.unit-resource-btn115 a img:hover {
    top: -114px;
}

.p05-media-box-p {
    display: inline;
}

#screen-current-unit {
    height: 95px;
    text-align: left;
    overflow: hidden !important;
    margin-bottom: 10px;
    margin-left: -30px;
}

#screen-current-unit a img {
    position: relative;
    height: 195px;
}

#screen-current-unit a img:hover {
    top: -101px;
}

#screen-current-lesson {
    height: 95px;
    text-align: center;
    margin-top: 44px;
    overflow: hidden !important;
}

#screen-current-lesson div {
    /*width: 227px;*/
    height: 76px;
    float: right;
    /*width: 291px;*/
    background: transparent;/*m: 24/07/2018*/
    width: auto;/*m: 24/07/2018*/
}

#screen-current-lesson div a {
    text-align: center;
}

#screen-current-lesson div a p {
    /*position: relative;
    margin-bottom: -43px;
    top: 24px;
    */
    z-index: 2;
    /*m: 24/07/2018*/
    background: white;
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
    text-indent: 0;
    width: auto;
    display: block;
    margin: 7px;
}

#screen-current-lesson div a img {
    position: relative;
    height: 195px;     
    display: none;/*m: 24/07/2018*/
}

#screen-current-lesson div a img:hover {
    top: -97px;
}

.top-margin-correction {
    margin-top: 20px !important;
}

@media screen and (min-width: 1585px) {
    #stage-canvas {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    #lm-animation {
        padding-right: 140px;
    }
    #p05-header-info,
    #p05-buttons,
    #p05-resource-boxes {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    #p05-buttons {
        margin-top: 60px !important;
    }
    #p05-resource-boxes {
        margin-top: 40px !important;
    }
}

.extra-activities #p04-current-screen {
    padding-top: 32px !important;
    height: 85px;
}

.p06bg {
    background: url("../sources/img//backgrounds/bg04.jpg") no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#current-screen {
    padding: 15px 0 0 15px;
}

#current-screen a {
    display: inline-block;
    background: url("../sources/img/06-resources-title-bg.png");
    width: 186px;
    /*height: 48px;*/
    height: 46px;/*m: 24/07/2018*/
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 21px;
    line-height: 43px;
}

#resources-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 914px;
    height: 752px;
    background: url("../sources/img/06-signal-bg.png") no-repeat center 15px;
    text-align: center;
}

#resources-menu .left-column ul {
    padding: 0px;
}

#resources-menu li {
    list-style: none;
    padding: 26px 0 0 0;
}

#resources-menu #resources-menu-holder {
    width: 900px;
    margin: 0 auto;
}

#resources-menu .left-column,
#resources-menu .right-column {
    padding: 134px 0 0 0;
    display: inline-block;
}

#resources-menu .left-column h2,
#resources-menu .right-column h2 {
    color: #000000;
}

#resources-menu .left-column a:hover,
#resources-menu .right-column a:hover {
    text-decoration: none;
}

#resources-menu .left-column a h2,
#resources-menu .right-column a h2 {
    /*font-size: 24px;*/
    font-size: 22px;/*m: 24/07/2018*/
    line-height: 1.25;/*m: 24/07/2018*/
    
}

#resources-menu .left-column a h2:hover,
#resources-menu .right-column a h2:hover {
    color: #97bc56;
}

#resources-menu .left-column {
    width: 450px;
    text-align: right;
    margin-left: -13px;
    float: left;
}

#resources-menu .right-column {
    padding-left: 25px;
    width: 450px;
    text-align: left;
    float: left;
}

.resource-box.rb-color.rb-size-sm a .rb-decoration.rb-dec-ball1-sm p {
    display: none;
    text-indent: -9999px;
}

#menu-left-base,
#menu-right-base {
    position: fixed;
    bottom: 16px;
    height: 36px;
    /*m: 24/07/2018*/
    /*background: #97bc56;
    box-shadow: 0 0 10px #000000, 0 0 10px rgba(0, 0, 0, 0.25) inset;*/
    background: #7cba38;
    box-shadow: 2px 2px 0 0 #000;
}

#menu-right-base {
    border-radius: 18px 0px 0px 18px;
    right: 0px;
    width: 90px;
    text-align: right;
    z-index: 19;
}

#menu-left-base {
    border-radius: 0 18px 18px 0;
    left: 0px;
    padding-right: 10px;
    text-align: left;
    z-index: 20;
}

.w2-items {
    width: 156px !important;
}

.menu-button {
    display: inline-block;
    margin-top: -16px;
    padding-right: 4px;
}

.menu-button a img {
    background-repeat: no-repeat;
}

.drawing-tool-disabled {
    background-color: #D1D1D1 !important;
}

#resources-btn {
    padding-left: 12px;
}

#resources-btn:hover img {
    background-position: 0 -67px;
}

#resources-btn:hover h4 {
    color: #97bc56;
}

#resources-btn h4 {
    position: absolute;
    left: 92px;
    top: -2px;
    color: #ffffff;
    text-decoration: none;
}

#resources-btn img {
    background: url("../sources/img/resources-btn.png") no-repeat;
    width: 210px;
    height: 67px;
}

#resources-btn h4 {
    z-index: 3;
}

#my-resources-btn img {
    background: url("../sources/img/icon2_btn.png") no-repeat;
    width: 64px;
    height: 67px;
}

#my-resources-btn:hover img {
    background-position: 0 -67px;
}

#info-btn img {
    background: url("../sources/img/info_btn.png") no-repeat;
    width: 65px;
    height: 67px;
}

#info-btn:hover img {
    background-position: 0 -67px;
}

#home-btn img {
    background: url("../sources/img/home-btn.png") no-repeat;
    width: 65px;
    height: 67px;
}

#home-btn:hover img {
    background-position: 0 -67px;
}

#go-back-btn img {
    background: url("../sources/img/back-btn.png") no-repeat;
    width: 65px;
    height: 67px;
}

#go-back-btn:hover img {
    background-position: 0 -67px;
}

#resources-min-btn img {
    background: url("../sources/img/resources-btn-min.png") no-repeat;
    width: 65px;
    height: 67px;
}

#resources-min-btn:hover img {
    background-position: 0 -67px;
}

#teaching-notes-btn img {
    background: url("../sources/img/docs-btn.png") no-repeat;
    width: 65px;
    height: 67px;
}

#teaching-notes-btn:hover img {
    background-position: 0 -67px;
}

#paint-tools-btn img {
    background: url("../sources/img/paint-tools-btn.png") no-repeat;
    width: 65px;
    height: 67px;
}

#paint-tools-btn:hover img {
    background-position: 0 -67px;
}

#drawing-tools-holder {
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 99;
}

#drawing-tools-holder #drawing-tools-close-holder,
#drawing-tools-holder #drawing-tools-menu {
    width: 319px;
}

#drawing-tools-holder #drawing-tools-close-holder {
    text-align: right;
    position: relative;
    top: 18px;
    right: -25px;
}

#drawing-tools-holder #drawing-tools-menu {
    height: 100px;
    border-radius: 60px 0 0 60px;
    border: 3px solid #97bc56;
    background: #ffffff;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);*/
    box-shadow: 2px 2px 0 0 #000;/*m: 24/07/2018*/
    padding: 5px 5px 0 0;
}

#drawing-tools-holder #drawing-tools-menu ul {
    /*margin-left: 5px;
    width: 213px;
    display: inline-block;
    float: left;
    */
    /*m: 24/07/2018*/
    margin-left: -28px;
    width: 254px;
    display: inline-block;
    float: left;
}

#drawing-tools-holder #drawing-tools-menu .drawing-button {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    border: 2px solid #ffffff;
    background-color: #97bc56;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 0 0 12px rgba(0, 0, 0, 0.4) inset;*//*m: 24/07/2018*/
    
}

#drawing-tools-holder #drawing-tools-menu .drawing-button a {
    display: block;
    width: 100%;
    height: 100%;
}

#drawing-tools-holder #drawing-tools-menu .drawing-button a img {
    width: 100%;
    height: 100%;
    background-image: url("../sources/img/sprite-dt-tools.png");
    background-repeat: no-repeat;
}

#drawing-tools-holder #drawing-tools-menu .drawing-button:hover {
    background-color: #7BA33B;
}

#drawing-tools-holder #drawing-tools-menu #db-pointer {
    margin: 21px 2px 0 0;/*m: 24/07/2018*/
}
#drawing-tools-holder #drawing-tools-menu #db-pointer img {
    background-position: 2px 1px;
}

#drawing-tools-holder #drawing-tools-menu #db-pencil img {
    background-position: -44px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-marker img {
    background-position: -93px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-eraser img {
    background-position: -140px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-expand img {
    background-position: -186px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-erase-all img {
    background-position: -231px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-spotlight img {
    background-position: -277px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-blind img {
    background-position: -324px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-links img {
    background-position: -368px 0;
}

#drawing-tools-holder #drawing-tools-menu #db-timmer {
    width: 82px;
    height: 84px;
}

#drawing-tools-holder #drawing-tools-menu #db-timmer img {
    background-image: url("../sources/img/dt-clock.png");
    background-position: 7px 9px;
}

#p05-resource-boxes {
    display: table;
    width: 950px;
    margin: 0 auto;
    height: 450px;
}

.valign-holder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rb-holder-sm {
    text-align: center;
    padding: 40px 0;
}

.rb-holder-lg {
    text-align: center;
    padding: 120px 0;
}

.rb-holder-lg {
    text-align: center;
    padding: 40px 0;
}

.resource-box {
    border: 3px solid #fff;
    border-radius: 12px;
    /*box-shadow: 0 0 10px #000000, 0 0 5px rgba(0, 0, 0, 0.5) inset;*/
    box-shadow: 2px 2px 0 0 #000;/*m: 24/07/2018*/
    text-align: center;
    padding: 10px 0 0 0;
    display: inline-block;
}

.rb-size-sm {
    width: 168px;
    height: 180px;
}

.rb-size-lg {
    width: 248px;
    height: 256px;
}

.rb-color {
    background: #75a823;
}

.rb-holder-sm .rb-color:hover {
    background: #deefc4;
}

.rb-holder-sm .rb-color:hover a .rb-text-holder p {
    color: #6e8d38;
}

.rb-holder-sm.disable-box .rb-color {
    background: #c2c2c2;
}

.rb-holder-sm.disable-box .rb-color:hover {
    background: #c2c2c2;
}

.rb-holder-sm.disable-box .rb-color:hover a .rb-text-holder p {
    color: #ffffff;
}

.rb-holder-lg .rb-color:hover {
    background: #deefc4;
}

.rb-holder-lg .rb-color:hover a .rb-text-holder p {
    color: #6e8d38;
}

.rb-holder-lg.disable-box .rb-color:hover {
    background: #75A823;
}

.rb-holder-lg.disable-box .rb-color:hover a .rb-text-holder p {
    color: #ffffff;
}

.rb-dec-loz1-sm,
.rb-dec-loz2-sm,
.rb-dec-loz3-sm,
.rb-dec-loz4-sm,
.rb-dec-loz5-sm,
.rb-dec-loz6-sm,
.rb-dec-loz7-sm,
.rb-dec-loz8-sm,
.rb-dec-loz9-sm {
    width: 121px;
    height: 47px;
    text-align: center;
    margin: 0 auto;
    background-repeat: none;
    background-position: 0 top;
    position: relative;
    top: -36px;
    line-height: 46px;
    font-size: 16px;
    margin-bottom: -47px;
}

.rb-dec-loz1-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-01.png");
}

.rb-dec-loz2-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-02.png");
}

.rb-dec-loz3-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-03.png");
}

.rb-dec-loz4-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-04.png");
}

.rb-dec-loz5-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-05.png");
}

.rb-dec-loz6-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-06.png");
}

.rb-dec-loz7-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-07.png");
}

.rb-dec-loz8-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-08.png");
}

.rb-dec-loz9-sm {
    background-image: url("../sources/img/05-resources/box/loz-sm-09.png");
}

.rb-dec-loz1-lg,
.rb-dec-loz2-lg,
.rb-dec-loz3-lg,
.rb-dec-loz4-lg,
.rb-dec-loz5-lg,
.rb-dec-loz6-lg,
.rb-dec-loz7-lg,
.rb-dec-loz8-lg,
.rb-dec-loz9-lg {
    width: 161px;
    height: 56px;
    text-align: center;
    margin: 0 auto;
    background-repeat: none;
    background-position: 0 top;
    position: relative;
    top: -40px;
    margin-bottom: -56px;
    line-height: 54px;
    font-size: 20px;
}

.rb-dec-loz1-lg {
   /* background-image: url("../sources/img/05-resources/box/loz-lg-01.png");*/
    background-image: url("../sources/img/05-resources/box/loz-lg-03.png");/*m: 24/07/2018*/
}

.rb-dec-loz2-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-02.png");
}

.rb-dec-loz3-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-03.png");
}

.rb-dec-loz4-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-04.png");
}

.rb-dec-loz5-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-05.png");
}

.rb-dec-loz6-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-06.png");
}

.rb-dec-loz7-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-07.png");
}

.rb-dec-loz8-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-08.png");
}

.rb-dec-loz9-lg {
    background-image: url("../sources/img/05-resources/box/loz-lg-09.png");
}

.rb-dec-ball0-sm,
.rb-dec-ball1-sm,
.rb-dec-ball2-sm,
.rb-dec-ball3-sm,
.rb-dec-ball4-sm,
.rb-dec-ball5-sm,
.rb-dec-ball6-sm,
.rb-dec-ball7-sm,
.rb-dec-ball8-sm,
.rb-dec-ball9-sm {
    position: relative;
    top: -47px;
    left: -26px;
    background-repeat: none;
    background-position: 0 top;
    width: 73px;
    height: 77px;
    margin-bottom: -77px;
    z-index: 1;
}

a.disable-link .rb-dec-ball0-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-00.png");
}

a.disable-link .rb-dec-ball1-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-01.png");
}

a.disable-link .rb-dec-ball2-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-02.png");
}

a.disable-link .rb-dec-ball3-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-03.png");
}

a.disable-link .rb-dec-ball4-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-04.png");
}

a.disable-link .rb-dec-ball5-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-05.png");
}

a.disable-link .rb-dec-ball6-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-06.png");
}

a.disable-link .rb-dec-ball7-sm {
    background-image: url("../sources/img/05-resources/box/inactivo/ball-sm-07.png");
}

.rb-dec-ball0-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-00.png");
}

.rb-dec-ball1-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-01.png");
}

.rb-dec-ball2-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-02.png");
}

.rb-dec-ball3-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-03.png");
}

.rb-dec-ball4-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-04.png");
}

.rb-dec-ball5-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-05.png");
}

.rb-dec-ball6-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-06.png");
}

.rb-dec-ball7-sm {
    background-image: url("../sources/img/05-resources/box/ball-sm-07.png");
}

.rb-dec-ball0-lg,
.rb-dec-ball1-lg,
.rb-dec-ball2-lg,
.rb-dec-ball3-lg,
.rb-dec-ball4-lg,
.rb-dec-ball5-lg,
.rb-dec-ball6-lg {
    position: relative;
    margin-bottom: -95px;
    top: -51px;
    left: -28px;
    background-repeat: none;
    background-position: 0 top;
    width: 82px;
    height: 95px;
}

.rb-dec-ball0-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-00.png");
}

.rb-dec-ball1-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-01.png");
}

.rb-dec-ball2-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-02.png");
}

.rb-dec-ball3-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-03.png");
}

.rb-dec-ball4-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-04.png");
}

.rb-dec-ball5-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-05.png");
}

.rb-dec-ball6-lg {
    background-image: url("../sources/img/05-resources/box/ball-lg-06.png");
}

.rb-img {
    text-align: center;
}

.rb-img-sm img {
    width: 144px;
    height: 109px;
}

.rb-img-mid img {
    width: 186px;
    height: 141px;
}

.rb-img-lg img {
    width: 227px;
    height: 173px;
}

.rb-text-holder {
    display: table;
    text-align: center;
}

.rb-text-sm {
    height: 53px;
    width: 162px;
}

.rb-text-sm p {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
}

.rb-text-lg {
    height: 64px;
    width: 242px;
}

.rb-text-lg p {

    display: table-cell;
    vertical-align: middle;
    /*font-size: 26px;*/
    font-size: 20px;/*m: 24/07/2018*/
    color: #ffffff;
    line-height: 1.2;/*m: 24/07/2018*/
}

.grid-9 {
    width: 190px !important;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

.grid-10-top {
    display: inline-block;
    margin: 0 10px;
}

.grid-10-bottom {
    display: inline-block;
    margin: 0 10px;
}

@charset "utf-8";
.box_color_drawing {
    background: #ffffff;
    border: 3px solid #97BC56;
    width: 275px;
    height: 107px;
    position: absolute;
    z-index: 100;
    border-radius: 60px 0 0 60px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    top: -7px;
    left: 28px;
    height: 40px;
}

.box_color_drawing .box-close {
    margin: 5px 0 0 245px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #E8EFF9;
    text-align: center;
    border: 1px solid white;
    font-family: Arial;
    list-style: 2em;
    cursor: pointer;
}

.box_color_drawing .box-close:hover {
    background: #6392BE;
    color: white;
}

.box_color_drawing .color {
    margin: 5px 5px 0px 10px;
    width: 253px;
    height: 28px;
    border: 0px none;
    background: #ffffff;
    float: right;
}

.box_color_drawing .color-sel {
    margin: 3px 0 0 5px;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid black;
    cursor: pointer;
}

.box_color_drawing .color-sel:hover {
    border: 1px solid #A2BFDD;
}

.box_color_drawing .color-grad {
    width: 220px;
    margin: -22px 0 0 30px;
    height: 22px;
    position: relative;
}

.box_color_drawing .color-grad #grad {
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.jqtree-tree {
    margin-left: 12px;
}

ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 12px;
    margin-right: 0;
}

ul.jqtree-tree li.jqtree-closed &gt; ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
    display: block;
    position: absolute;
    left: -1.5em;
    top: 30%;
    *top: 0;
    font-size: 12px;
    line-height: 12px;
    font-family: arial;
    border-bottom: none;
    color: #85bc4d;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #85bc4d;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
}

ul.jqtree-tree .jqtree-title {
    color: #1C4257;
    vertical-align: middle;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-folder .jqtree-title {
    margin-left: 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    background-image: url(jqtree-circle.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: 2px;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

ul.jqtree-tree .jqtree-element {
    width: 100%;
    *width: auto;
    position: relative;
}

ul.jqtree-tree li.jqtree-selected &gt; .jqtree-element,
ul.jqtree-tree li.jqtree-selected &gt; .jqtree-element:hover {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving &gt; .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff;
}

.modal-widget {
    position: absolute;
    border: 3px solid #92c019;
    background: #e3f0c5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    z-index: 30;
}

.modal-audio-player {
    padding: 12px 5px 5px;
    height: 82px;
}

.modal-timer-widget {
    padding: 0;
    background: #ffffff !important;
}

.modal-iframe {
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    top: 0;
    left: 0;
    margin-top: 20px;
}

.modal-text {
    width: 700px;
    height: 450px;
    padding: 25px 17px;
}

.modal-video-player {
    padding: 5px;
}

.modal-widget.exercise iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.modal-btn-close {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../sources/img/btnClose.png);
    z-index: 10;
}

.modal-btn-close:hover {
    background-position: -38px 0px;
}

#drawing-tools-app #drawing-app-canvas-holder {
    z-index: 98;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#drawing-tools-app #drawing-app-canvas-holder #drawing-app-canvas {
    cursor: pointer;
}

#drawing-tools #drawing-app-canvas:active {
    cursor: crosshair;
}

#volume_slidejs_bar-slider.slider {
    float: left;
    width: 70px;
    cursor: pointer;
    min-height: 0px!important;
    margin-top: 20px!important;
    margin-right: 0px!important;
    margin-left: 6px!important;
}

#volume_slidejs_bar-slider.slider &gt; .dragger {
    position: absolute;
    top: 0px;
    right: -4px;
    background: url(player-controls.png) no-repeat -99px -130px;
    width: 20px;
    height: 20px;
}

#volume_slidejs_bar-slider.slider &gt; .track {
    height: 13px;
    cursor: pointer;
    background: #95be6d;
    border: 1px solid #304d16;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, .4);
}

#volume_slidejs_bar-slider.slider &gt; .highlight-track {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #31430d;
    height: 11px;
    border: 1px solid #93c74b;
    top: 0px!important;
    position: absolute!important;
    margin-top: -5px!important;
    margin-left: 1px!important;
}

#progress_slidejs_bar-slider.slider {
    margin-top: 25px!important;
    margin-right: 9px!important;
    margin-left: 16px!important;
}

#progress_slidejs_bar-slider.slider &gt; .highlight-track {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #31430d;
    height: 11px;
    border: 1px solid #93c74b;
    top: 10px!important;
    margin-left: 1px!important;
}

#progress_slidejs_bar-slider.slider &gt; .dragger {
    position: absolute;
    top: 0px;
    right: -4px;
    background: url(player-controls.png) no-repeat -99px -130px;
    width: 20px;
    height: 20px;
}

#progress_slidejs_bar-slider.slider &gt; .track {
    height: 13px;
    cursor: pointer;
    background: #95be6d;
    border: 1px solid #304d16;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, .4);
}

#timer-container {
    width: 376px;
    height: 242px;
}

#timer-modes {
    padding: 15px 38px;
}

label.timer-selected-mode {
    margin-left: 30px;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #a4b09a;
}

input[type=radio] {
    display: none;
}

#timer-modes label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #afbf85;
    background-color: #ffffff;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 8px;
}

input[type=radio]:checked + label:before {
    background: url("../sources/img/timer-widget/radio-dot.png") no-repeat center;
    box-shadow: none;
    border: 1px solid #546841;
}

input[type="radio"]:checked + label {
    color: #85be4c !important;
}

#timer-display-bg {
    background: url(../sources/img/timer-widget/timer-display-bg.png) no-repeat;
    width: 350px;
    height: 122px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.show-timer-controls {
    background-position: 0 -122px !important;
}

#timer-display-text {
    float: left;
    width: 298px;
    font-size: 90px;
    margin-top: 5px;
}

#timer-minutes-controls,
#timer-seconds-controls {
    float: left;
    width: 26px;
    height: 122px;
}

.timmer-arrow-up {
    background: url(../sources/img/timer-widget/timer-button-arrow-up.png) 5px 26px no-repeat;
    display: block;
    width: 100%;
    height: 50%;
}

.timmer-arrow-down {
    background: url(../sources/img/timer-widget/timer-button-arrow-down.png) 5px 26px no-repeat;
    display: block;
    width: 100%;
    height: 50%;
}

#timer-start-button-holder {
    text-align: center;
    padding: 15px 0;
}

#timer-start-button {
    display: inline-block;
    width: 102px;
}

.clear-fix {
    clear: both;
}

.document-viewer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.paper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin: 0px auto;
    left: 0px;
}

.paper iframe {
    width: 800px;
    height: 600px;
    border: 0;
}

.paper .container {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    padding: 0;
    margin: 0;
}

.paper .image {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px black;
}

img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.bts {
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    margin-left: 23px;
    margin-top: 15px;
    z-index: 10;
}

.bts .bt {
    color: #5d6063;
    border: 1px solid #d5d9df;
    float: left;
    width: 60px;
    background: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 3px;
}

.bts .bt:hover {
    border: 1px solid #4b7cc6;
}

.bts .bt .label {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    float: left;
    text-align: center;
}

.mark {
    position: absolute;
    cursor: crosshair;
    background: url(../sources/img/btypes1.png);
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: -11px;
    margin-left: -11px;
    background-size: 62px;
    background-repeat: no-repeat;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.mark.audio {
    background-position: 0px 0px;
}

.mark.audio:hover {
    background-position: 0px -34px;
}

.mark.exercise {
    background-position: -35px 0px;
}

.mark.exercise:hover {
    background-position: -35px -34px;
}

.mark.zoom1 {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-size: 111px 112px;
}

.mark.zoom1.audio {
    background-position: 0px 0px;
}

.mark.zoom1.audio:hover {
    background-position: 0px -60px;
}

.mark.zoom1.exercise {
    background-position: -60px 0px;
}

.mark.zoom1.exercise:hover {
    background-position: -60px -60px;
}

.mark.zoom2 {
    width: 102px;
    height: 102px;
    margin-top: -51px;
    margin-left: -51px;
    background-size: 226px 227px;
}

.mark.zoom2.audio {
    background-position: 0px 0px;
}

.mark.zoom2.audio:hover {
    background-position: 0px -125px;
}

.mark.zoom2.exercise {
    background-position: -124px 0px;
}

.mark.zoom2.exercise:hover {
    background-position: -124px -124px;
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #92c019;
    background: #e3f0c5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
}

.window.audio-player {
    width: 449px;
    height: 112px;
    padding-top: 25px;
    padding-left: 4px;
    margin-left: -210px;
    margin-top: -25px;
}

.window.exercise {
    width: 700px;
    height: 100px;
    padding-top: 25px;
    padding-left: 17px;
    margin-left: -350px;
    margin-top: -250px;
}

.window.exercise iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.window .btn-close {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../sources/img/btnClose.png);
    z-index: 10;
}

.window .btn-close:hover {
    background-position: -38px 0px;
}

.jp-video {
    position: relative;
    background: #000;
}

.jp-video-360p {
    width: 800px;
    margin: 0 auto;
}

.jp-audio-420p {
    width: 420px;
    height: 0;
    margin: 0 auto;
}

.jp-video-full {
    width: 100%;
    height: 100%;
    position: static !important;
    position: relative;
}

.jp-jplayer {
    background-color: #000000;
}

.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}

.jp-video-full .jp-gui {
    position: fixed !important;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.jp-video-full .jp-interface {
    position: absolute !important;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.jp-video-full .srt {
    position: fixed;
    bottom: 62px;
}

.jp-interface {
    position: relative;
    width: 100%;
    height: 62px;
    background: #e2efc4;
}

div.jp-controls-holder {
    display: table;
    clear: both;
    width: 100%;
    margin: -7px auto 0px;
    height: 62px;
    position: relative;
    overflow: hidden;
}

.jp-left-controls,
.jp-center-controls,
.jp-right-controls {}

.jp-left-controls {
    display: table-cell;
    text-align: center;
    width: 100px;
    vertical-align: middle;
}

.jp-center-controls {
    height: 100%;
    width: auto;
    position: relative;
}

.jp-right-controls {
    display: table-cell;
    position: relative;
    width: 222px;
    vertical-align: middle;
}

a.jp-play,
a.jp-pause {
    margin: 0 -4px 0;
    background: url(player-controls.png) no-repeat;
    width: 58px;
    height: 58px;
    float: left;
    text-indent: -9999px;
    outline: none;
}

a.jp-play {
    background-position: 0 0;
}

a.jp-play:hover {
    background-position: -58px 0;
}

a.jp-pause {
    background-position: 0 -58px;
    display: none;
}

a.jp-pause:hover {
    background-position: -58px -58px;
}

a.jp-stop {
    background: url(player-controls.png) no-repeat -4px -264px;
    width: 43px;
    height: 43px;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 6px;
    margin-right: 0px;
    margin-top: 11px;
    cursor: pointer;
}

a.jp-stop:hover {
    background: url(player-controls.png) no-repeat -52px -264px;
}

.jp-progress {
    background: #95be6d;
    border: 1px solid #304d16;
    border-radius: 5px;
    box-shadow: inset 4px 0px 2px rgba(0, 0, 0, .4);
    width: 93%;
    height: 13px;
    margin: 27px auto 0;
}

.jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
}

.jp-seeking-bg {
    background: #575555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jp-play-bar {
    background: #31430d;
    border: 1px solid #93c74b;
    width: 0px;
    height: 11px;
    position: relative;
    overflow: visible!important;
    border-radius: 5px;
}

.jp-play-bar span {
    position: absolute;
    top: -4px;
    right: -12px;
    background: url(player-controls.png) no-repeat -99px -130px;
    width: 19px;
    height: 19px;
    display: block;
}

.jp-time-holder {
    position: absolute;
    right: 7px;
    top: -28px;
}

.jp-current-time,
.jp-duration {
    font-size: 11px;
    font-family: Arial;
    color: #444444;
    margin-top: 12px;
    float: left;
}

.jp-current-time {
    float: left;
    display: inline;
}

.jp-duration {
    float: left;
    display: inline;
    text-align: right;
}

.jp-video .jp-current-time {
    margin-left: 10px;
}

.jp-video .jp-duration {
    margin-right: 10px;
}

.time-sep {
    float: left;
    margin: 13px 3px 0 3px;
    font-size: 11px;
    font-family: Arial;
    color: #444444;
}

.jp-video a.jp-mute,
.jp-video a.jp-unmute {
    text-indent: -9999px;
    float: left;
    height: 35px;
    outline: none;
}

a.jp-mute {
    float: left;
    background: url(player-controls.png) no-repeat -5px -169px;
    margin-top: 1px;
    width: 35px;
}

a.jp-unmute {
    background: url(player-controls.png) no-repeat -52px -169px;
    margin-top: 1px;
    display: none;
    width: 35px;
}

.jp-volume-bar {
    float: left;
    margin-top: 13px;
    margin-right: 10px;
    width: 70px;
    height: 13px;
    cursor: pointer;
    background: #95be6d;
    border: 1px solid #304d16;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, .4);
}

.jp-volume-bar-value {
    background: #31430d;
    width: 0px;
    height: 11px;
    border: 1px solid #93c74b;
    position: relative;
    border-radius: 5px;
}

.jp-volume-bar-value span {
    position: absolute;
    top: -4px;
    right: -4px;
    background: url(player-controls.png) no-repeat -99px -130px;
    width: 19px;
    height: 19px;
}

.jp-full-screen {
    background: url(player-controls.png) 0px -215px no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 47px;
    height: 46px;
    text-indent: -9999px;
    outline: none;
}

.jp-restore-screen {
    background: url(player-controls.png) -48px -215px no-repeat;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 47px;
    height: 44px;
    text-indent: -9999px;
    margin-left: -15px;
    outline: none;
}

.jp-subtitles {
    background: url(player-controls.png) 0px -116px no-repeat;
    position: absolute;
    right: 60px;
    top: 8px;
    width: 47px;
    height: 46px;
    text-indent: -9999px;
    margin-left: -15px;
    outline: none;
}

.jp-subtitles-active {
    background: url(player-controls.png) -48px -116px no-repeat;
}

.srt {
    position: absolute;
    bottom: 88px;
    text-align: center;
    margin-left: -11px;
    width: 100%;
    z-index: 1001;
}

.jp-video .srt {
    background: #000000;
    bottom: 62px;
    color: #FFFFFF;
    min-height: 39px;
    left: 11px;
    font-size: 24px;
}

.modal-links-widget,
.modal-delete-widget,
.modal-open-widget {
    padding: 0;
    background: #fff!important;
}

.modal-links-widget label,
.modal-delete-widget p,
.modal-open-widget p {
    color: #000;
}

.modal-links-widget a p,
.modal-delete-widget a p,
.modal-open-widget a p {
    color: #FFF!important;
}

.marker-btn img {
    background: url(../sources/img/marker.png) no-repeat -11px;
    width: 28px;
    height: 67px;
}

.marker-delete img {
    background: url(../sources/img/marker.png) -39px -17px no-repeat;
    width: 11px;
    height: 12px;
    margin-top: 20px;
    margin-left: -2px;
}

.marker-move img {
    background: url(../sources/img/marker.png) no-repeat;
    width: 11px;
    height: 12px;
    margin-top: -11px;
    margin-left: -2px;
    cursor: pointer;
}

#link-url {
    margin-left: 24px;
}

#links-container {
    width: 376px;
}

#links-container label {
    color: #3B3B3B;
}

.marker-button {
    position: absolute;
    top: 107px;
    left: 65px;
    max-width: 47px;
}

#link-save-button-holder,
#link-open-button-holder,
#link-delete-button-holder {
    text-align: center;
    padding: 15px 0;
}

#link-open-button-holder a,
#link-delete-button-holder a {
    margin-right: 13px;
}

.pLink {
    color: #555555 !important;
    word-break: break-word;
}

#links-inputs {
    padding: 15px 38px;
}


/*------------*/

/*m: 24/07/2018*/
/*manu*/
</pre></body></html>