@font-face {
    font-family: 'lunchbox-bold';
    src: url('../fonts/lunchbox-bold.eot');
    src: url('../fonts/lunchbox-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lunchbox-bold.woff2') format('woff2'),
         url('../fonts/lunchbox-bold.woff') format('woff'),
         url('../fonts/lunchbox-bold.ttf') format('truetype'),
         url('../fonts/lunchbox-bold.svg#lunchboxbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'lunchbox-light';
    src: url('../fonts/lunchbox-light.eot');
    src: url('../fonts/lunchbox-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lunchbox-light.woff2') format('woff2'),
         url('../fonts/lunchbox-light.woff') format('woff'),
         url('../fonts/lunchbox-light.ttf') format('truetype'),
         url('../fonts/lunchbox-light.svg#lunchboxlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**********************************************************************


    HTML ELEMENTS


**********************************************************************/
body {
	font: 1.4em/1.2 'lunchbox-bold', arial, Georgia, serif;
	color: #ffffff;
	background: #171339 url('../images/2018/backgrounds/desktop/space.jpg') no-repeat center center;
}
*::-moz-selection {
    color: #ffffff;
    background:#171339;
}

/**********************************************************************


    BLOCK ELEMENTS


**********************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
    line-height: 1.5;
	color: #002652;
}
h1 {
    margin-bottom: 0.4em;
	font-size: 230%;
}
h2 {
    margin-bottom: 0.4em;
	font-size: 225%;
}
h3 {
	font-size: 175%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 125%;
}
p {
	margin: 0 0 1.5em;
}
ul {
	margin: 0 0 1.5em;
}
ul ul {
	margin: 0.3em 0 0;
}
ul li {
	margin: 0 0 1em 38px;
	padding: 0 0 0 17px;
	background: url('../images/icon-b.png') no-repeat 0 0.35em;
}
ol {
    counter-reset: li; /* Initiate a counter */
	margin: 0 0 1.5em;
	list-style: decimal;
}
ol ol {
	margin: 0.5em 0 0;
}
ol li {
	margin: 0 0 1.3em 4em;
}
ol > li {
  position: relative; /* Create a positioning context */
  margin: 0 0 1.3em 4em; /* Give each list item a left margin to make room for the numbers */
  /*min-height: 28px;*/
  list-style: none; /* Disable the normal item numbering */
}
.msie-7 ol > li {
  list-style: decimal;
}
ol > li:before {
  content: counter(li)')'; /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -0.1em;
  right: 100%;
  display: block;
  margin: 0 10px 0 0;
  font-size: 112%;
  font-weight: bold;
  color: #005b3f;
}
dl {
	margin: 0 0 1.5em;
}
dt {
	font-size: 117%;
	font-weight: bold;
}
dd {
	margin: 0 0 0.5em;
}
table {
	margin: 0 0 1.5em;
    font-size: 88%;
}
caption {
	padding: 1em 0 0.2em 0;
	font-size: 117%;
	font-weight: bold;
	color: #ffffff;
}
caption.forBlind {
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
tr.even {
    background: #ffffff;
}
tr.odd {
    background: #f3f3f3;
}
tr:hover {
    background: #ecf4cc;
}
th, td {
	border: 1px solid #b2b2b2;
	padding: 9px 15px;
}
th {
    font-weight: bold;
}
hr {
    height: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #b2b2b2;
}

/**********************************************************************


    INLINE ELEMENTS


**********************************************************************/
a, a:link, a:visited {
	text-decoration: underline;
	color: #002652;
	cursor: pointer;
}
/*
a:visited, a:focus, {
	text-decoration: underline;
	color: #606060;
}
*/
a:hover, a:active {
	text-decoration: none;
	color: #fccb0b !important;
}

small {
	font-size: 85%;
}
sup, sub {
	font-size: 85%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ins {
 	text-decoration: none;
}

/**********************************************************************


    FORM ELEMENTS


**********************************************************************/
form {
    position: relative;
	margin-bottom: 1em;
    border: none;
    padding: 0;
}
fieldset {
    padding: 1px 0 0; /* webkit */
}
legend {
	padding: 0 0 0.2em 0;
	font-size: 117%;
	font-weight: bold;
	color: #ffffff;
}
legend.forBlind {
	height: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
label, form .label {
	line-height: 1.5em;
}
input, select, textarea, button {
	vertical-align: middle;
}
input.text, select, textarea {
	color: #000000;
	background: #ffffff;
}
input.text, select, textarea {
	border: 2px solid #193379;
    font: 1em/1.2 'lunchbox-light', arial, Georgia, serif;
    color: #ff006a;
}

/*** ERROR ***/
.error input.text,
.error input select,
.error input textarea {
    border-color: #e10000;
}
.errorMsg {
    position: absolute;
    top: 6px;
    left: 75px;
    color: #e10000;
    text-align: left;
    font-size: 80%;
}

input.text {
    width: 240px;
	padding: 8px 12px;
}
select {
	padding: 10px 12px;
}
textarea {
    width: 362px;
    height: 180px;
	padding: 12px 0 12px 12px;
	overflow: auto;
}


/**********************************************************************


    BUTTONS


**********************************************************************/

button, .button {
	border: 0;
    padding: 0 20px;
    text-decoration: none !important;
    color: #fff !important;
    background: #312D59;
    height: 45px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 26px;
    display: flex;
    align-items: center;
	cursor: pointer;
}
button span, .button span {
    line-height: 45px;
    /*height: 1;*/
    display: inline-block;
}
button:hover, .button:hover {
    background: #fff;
    color: #312D59 !important;
}
.button--yellow {
    background: #E8C406;
    color: #181339 !important;
}
.button--border {
    border: 2px solid #312D59;
}


/**********************************************************************


    SIMPLY STYLED FORM


**********************************************************************/
form .duly {
    color: #005c40;
    font-weight: normal;
}
form .dulyInfo {
    font-size: 88%;
}
form .entries .duly {
    position: absolute;
    right: 10px;
    top: 4px;
}
form .entries {
    position: relative;
	margin: 0 0 5px;
}
form .entries label {
    display: inline-block;
    width: 265px;
    padding-left: 3px;
    vertical-align: top;
    text-align: left;
    font-size: 117%;
}
.msie-9 form .entries label {
    width: 199px;
}
form .statement {
    margin: 0 0 10px;
    font-size: 80%;
}
form .agreement label {
	width: 100%;
}
form .agreement input {
    vertical-align: text-bottom;
}
form .entries br {
    display: none;
}
form .captcha {
    margin: 0 0 20px;
}
form .captcha .duly {
    right: 100px;
}
.captchaCode {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.captchaCode br {
    display: none;
}
.captchaCode img {
    display: block;
}
.captcha .burster {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 11px 12px;
    font-size: 0;
    background: url('/images/icon-a.png') no-repeat 50% -1350px;
}
.captcha input.text {
    width: 88px;
	text-transform: uppercase;
    vertical-align: top;
}
form .submit {
    margin: 0;
    padding: 12px 0 0;
    display: flex;
    justify-content: center;
}

/**********************************************************************


    COMMON CLASSES


**********************************************************************/

/* === FLOAT CLEANER === */
.cleaned:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
    clear: both;
}

/* === NON FRIEND FRIENDLY === */
.hidden {
	display: none !important;
}

/* === BLIND FRIENDLY === */
.forBlind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/**********************************************************************


    BOX


**********************************************************************/
.box {
    margin: 0 0 30px;
    overflow: hidden;
}
.boxTitle {
    margin: 0 0 20px;
    line-height: 1.3;
    overflow: hidden;
    font-size: 155%;
    font-weight: bold;
    color: #005c40;
}

/**********************************************************************


    PRINTOUT


**********************************************************************/
.list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.list .item {
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
    background: 0;
}
.perex {
    margin: 0 0 1.5em;
    overflow: hidden;
    line-height: 1.5;
    font-size: 112%;
    font-weight: normal;
}


/**********************************************************************


    RESPONSIVE


**********************************************************************/
@media screen and (max-width: 959px) {
    button, .button {
        height: 35px;
        font-size: 22px;
    }

    #detail.planet-1 .player, #detail.planet-2 .player,#detail.planet-3 .player,
    #detail.planet-4 .player, #detail.planet-5 .player{
        top: 0 !important;
        left: 28%;
    }
    #detail .player #detail-sound-text{
        left: -0!important;
    }

    .back-to-map {
        left: 28%;
        right: unset!important;
    }

}

/**********************************************************************
        DISABLE LINKS
**********************************************************************/        
.isDisabled{
    pointer-events: none;
}

#page.detail #pigy-logo, #page.detail #loginPanel{ 
    display: none;
}

