@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'VT323', monospace;
	background: url("https://www.manageengine.com/products/admp/images/bg-pattern1.png") repeat;
	color: #fff;
	letter-spacing: 1px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.hide_field{display: none;}
p.reg_form_errors{display: none;color: #F00;position: absolute;}
section#formpage .sect-wrapper{padding:5% 0;}
section#formpage .sect-wrapper a{margin: inherit;
display: unset;
padding: inherit;
text-decoration: none;
color: #fff;
border: none;
font-size: inherit;
box-shadow: none;}
section#formpage .sect-wrapper p.form-headline{font-size: 24px;text-align: center;}
section#formpage form{margin: 0px auto;display: table;}
section#formpage .form-field input{width: 300px;border: none;padding: 10px 5px 10px 10px;font-size: 14px;color: #878787;opacity: 1; font-family:  'VT323', monospace;}
section#formpage .form-group select{border-radius: unset;width: 315px;border: none;padding: 0px 5px 0px 10px;font-size: 14px;display: inline-block;color: #878787;height: 35px;}
section#formpage .form-group{margin: 25px 0;}
p.privacy-policy{width: 300px;margin: 10px 0 20px 0;}
section#formpage form input[type="submit"]{margin: 0 auto;
display: table;
padding: 10px 40px;
text-decoration: none;
color: #000;
border: 1px solid #fff;
font-size: 20px;box-shadow: -1px -1px 0px 1px #f2b710, -2px -2px 0px 1px #f2b710, -3px -3px 0px 1px #f2b710, -4px -4px 0px 1px #f2b710, -5px -5px 0px 1px #f2b710, -6px -6px 0px 1px #f2b710, -7px -7px 0px 1px #f2b710;
font-family: 'VT323', monospace;}
#meGDPRMessage{width: 300px;}

.head-wrapper{
	width: 1200px;
    height: auto;
    display: block;
    margin: 5% auto;
}
.head-wrapper a.logo{
	width: 200px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.head-wrapper a.logo img{
	width: 100%;
}

.head-wrapper ul{
	width: auto;
    display: inline-block;
    float: right;
}
.head-wrapper ul li
{
	display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.head-wrapper ul li p
{
	font-size: 18px; font-weight: 100;
}
section.hidden
{
	display: none;
}
#accept-reject .sect-wrapper ul li:first-child{text-align: center; text-decoration: underline;position: relative;}
{
}
.days-counter-wrapper p, .in6months p
{
	text-align: center;
    padding: 10% 0;
    font-size: 32px;
    text-transform: uppercase;
}
#accept-reject .sect-wrapper ul li:first-child:hover p.reject{opacity: 1;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.in6months p.reject
{
position: absolute;
width: 260px;
padding: 10px;
background: #FFDA3C;
color: #000;
left:-50%;
top: 60px;
font-size: 16px;
letter-spacing: 1px;
opacity: 0;
}	
.hrd-content{width: 700px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 100px 0;}
.hrd-content img{width:180px;}
.hrd-content .bubble-content{position: absolute;
    background: #EFA711;
    border-radius: .4em;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    text-align: justify;
    line-height: 26px;
    left: 30%;
    font-size: 18px;top:30px;} 
.hrd-content .bubble-content:after {     content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color: #EFA711;
    border-bottom: 0;
    border-left: 0;
    margin-left: -25px;
    margin-bottom: -40px; }
.bubble-content p
{
	color: #000;
}
/*.bubble-content p:nth-child(1){overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap;
  letter-spacing: .15em;
  animation: typing 4s steps(40, end); 
}
.bubble-content p:nth-child(2){overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap; 
   
  letter-spacing: .15em;animation: typing 8s steps(40, end);  }
.bubble-content p:nth-child(3){overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap;
  letter-spacing: .15em; animation: typing 12s steps(40, end);  }
.bubble-content p:nth-child(4){overflow: hidden; 
  border-right: .15em solid orange;
  white-space: nowrap;
  letter-spacing: .15em; animation: typing 16s steps(40, end);  }*/
.sect-wrapper{
	    width: 1200px;
    height: auto;
    display: block;
    margin: 2% auto;
	background:url("https://www.manageengine.com/products/admp/images/sect-bg.svg") repeat;
}
.sect-wrapper h1
{
	text-align: center;
    font-size: 4em;
	color:#FFDA3C;
	font-weight: 700;
    padding: 5% 0% 10% 0%;
	background: url(https://www.manageengine.com/products/admp/images/home-bg-icon.svg) no-repeat 50% 0%;
	text-transform: uppercase;
}
.sect-wrapper h1 img{width:350px}
.sect-wrapper a
{
	    margin: 0 auto;
    display: table;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 22px;
    box-shadow: -1px -1px 0px 1px #f2b710, -2px -2px 0px 1px #f2b710, -3px -3px 0px 1px #f2b710, -4px -4px 0px 1px #f2b710, -5px -5px 0px 1px #f2b710, -6px -6px 0px 1px #f2b710, -7px -7px 0px 1px #f2b710;
}
.sect-wrapper ul{
	    width: auto;
    margin: 30px auto;
    display: table;
}
.sect-wrapper ul li{
	    width: 175px;
    display: inline-block;
    vertical-align: top;
	position: relative;
}
.sect-wrapper ul li img{
	    margin: 0px 20px 0 0;
    width: 20px;
}
.sect-wrapper ul li span{
	    font-size: 22px;
}
.sect-wrapper ul li.game-instr p{position: absolute;width: 500px;padding: 10px;background: #FFDA3C;color: #000;left: 0;top: 45px;font-size: 16px;letter-spacing: 1px;opacity: 0;}

.sect-wrapper ul li.game-instr:hover p{
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


.rating {
  unicode-bidi: bidi-override;
  margin: 30px auto;
    display: table;
}
.rating > span {
     display: inline-block;
    position: relative;
    width: 1.1em;
    color: #F2B710;
    margin: 0 0 0 5px;
    font-size: 18px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
	color:#F2B710;
}
footer
{
	    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0;
}
footer p{    
	text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;}

span#backToTop{display: none !important;}

.inner-sect-container{width:70%; margin: 0 auto; display: block;}
section.slide aside{    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10%;}
section.slide aside img
{
	width:180px;
}
section.slide article{
	    width: 500px;
    display: inline-block;
    vertical-align: top;
}
section.slide article ul
{
	margin:0;
}
section.slide article ul li
{
	display: inline-block;
    width: 330px;
    margin: 0 0 10px 0;
}
section.slide article a{margin:30px auto;}
section.slide article ul li span{
	display: inline-block;
    width: 120px;
    text-align: right;
    margin: 10px 0 0 0px;
	vertical-align: top;
}
section.slide article ul li p
{
	    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    text-align: left;
    width: 150px;
    margin: 0 0 0 5px;
    font-size: 18px;
    float: right;
}
section.slide4 .inner-sect-container{width: 1000px;}

section.slide4 .inner-sect-container aside{margin: 0 5% 0 5%;}
section.slide4 .inner-sect-container aside img{width: 200px; margin: 0 auto;}
section.slide4 .inner-sect-container article{width:450px;}
section.slide4 .inner-sect-container article ul li{width: 100%;}
section.slide4 .inner-sect-container article ul li p{width: 290px;padding: 5px 10px;}
section.slide4 .inner-sect-container article ul li ol{width: 310px;float: right;}
section.slide4 .inner-sect-container article ul li ol li{display: inline-block;vertical-align: top;width: auto;margin: 0 5px 5px 0;padding: 5px;border: 1px solid #fff;font-size: 14px;opacity: 0.2;}
section.slide4 .inner-sect-container article ul li ol li.active{background: #fff;color: #000;opacity: 1;}
.disclaimerbox
{
	    width: 220px;
    display: inline-block;
    border: 1px solid #fff;
}
.disclaimerboxhead
{
	    border-bottom: 1px solid #fff;
    height: auto;
    background: red;
    background: -webkit-linear-gradient(left, right, red , orange, yellow, aqua, blue);
    background: -o-linear-gradient(right, red , orange, yellow, aqua, blue);
    background: -moz-linear-gradient(right, red , orange, yellow, aqua, blue);
    background: linear-gradient(to right, red , orange, yellow, aqua, blue);	position: relative;
}
.disclaimerboxhead ul{   
	margin: 0;
    padding: 10px 35px 10px 5px;
    display: inline-block;
	background:#000;

}
.disclaimerboxhead span{
	 width: 0;
height: 0;
border-top: 40px solid #000;
border-right: 40px solid transparent;
position: absolute;
top: 0;
left: 82px;
}
.disclaimerboxhead ul::before
{
	width: 0;
	height: 0;
	border-bottom: 100px solid #000;
	border-left: 100px solid transparent;
	position: absolute;
}
.disclaimerboxhead ul li:first-child{
	width: 10px;
height: 10px;
border-radius: 5px;
background: #fd4646;
margin: 5px 0px 5px 10px;}

.disclaimerboxhead ul li:last-child
{
	width: 10px;
height: 10px;
border-radius: 5px;
background: #7ED321;
margin: 5px 0px 5px 5px;
}
.disclaimerboxcont
{
	    padding: 16px;
}
.disclaimerboxcont p
{
	    line-height: 22px;
    letter-spacing: 1px;
}
/* Preloader CSS Animation */
.loading
{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  width: 100%;
}
.loading-progress
{
  height: 20px;
  width: 0%;
  background: linear-gradient(90deg, red 0%, yellow 15%, lime 30%, cyan 50%, blue 65%, magenta 80%, red 100%);
  background-size: 200%;
  animation: moveGradient 5s linear infinite;
}
.loading-progress.halfactive
{
	width:50%;
	-webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}
.loading-progress.active
{
	width:100%;
	-webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

section#firstpage .inner-sect-container
{
	padding: 5% 0;
}
section#firstpage article ul li
{
	margin:0 0 20px 0;
}
section.retair-sect .sect-wrapper p.finaltext{font-size: 22px;line-height: 28px;}
section.retair-sect .inner-sect-container aside{margin: 0 2% 0 0;width: 300px;}
section.retair-sect .inner-sect-container aside img{margin: 50px 0 0 0px;
width: 280px;}
.retair-sect form input{width: 300px;
border: none;
padding: 10px 5px 10px 10px;
font-size: 14px;
color: #878787;
opacity: 1;}
.retair-sect form .form-group{position: relative;
margin: 20px 0;}

.retair-sect form .form-group select{border-radius: unset;
width: 315px;
border: none;
padding: 0px 5px 0px 10px;
font-size: 14px;
display: inline-block;
color: #878787;
height: 35px;}

.retair-sect form p.privacy-policy a{margin: inherit;
display: unset;
padding: inherit;
text-decoration: none;
color: #fff;
border: none;
font-size: inherit;
box-shadow: none;}
.retair-sect form .form-group input[type="submit"]
{
	width: 150px;
	margin: 0 0 0 10px;
display: table;
padding: 10px 40px;
text-decoration: none;
color: #000;
border: 1px solid #fff;
font-size: 20px;
font-family: 'VT323', monospace;
box-shadow: -1px -1px 0px 1px #f2b710, -2px -2px 0px 1px #f2b710, -3px -3px 0px 1px #f2b710, -4px -4px 0px 1px #f2b710, -5px -5px 0px 1px #f2b710, -6px -6px 0px 1px #f2b710, -7px -7px 0px 1px #f2b710;
}
div.endgame-describe{width: 100%;
padding: 20px 0px;
background: #f2b710;
position: absolute;
bottom: 0px;
left: 0;}
div.endgame-describe .sect-wrapper{margin: 0 auto;}
div.endgame-describe .sect-wrapper p{width: 500px;
font-size: 24px;}
#in15years-mkg .sect-wrapper ul li, #in15years-sales .sect-wrapper ul li{width: 355px;}
#in15years-mkg .sect-wrapper a, #in15years-sales .sect-wrapper a{padding: 10px 20px;}


.star.inactive
{
	opacity: 0.4;
}
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left:   .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 12px;
}
  .star:before, .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;
    transform: rotate(-35deg);
  }
 .star:after {  
    transform: rotate(35deg);
  }
}

.cursor:after {
    content:"_";
    opacity: 0;
    -webkit-animation: cursor 100ms infinite;
            animation: cursor 100ms infinite;
}

@-webkit-keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cursor {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes moveGradient
{
	0%
	{
		background-position: 0% 0%;
	}
	100%
	{
		background-position: -200% 0%;
	}
}	
@keyframes type{ 
  from { width: 0; } 
} 
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@media only screen and (max-width: 1280px)
{
	section#formpage .sect-wrapper
	{
		padding:0;
	}
	.head-wrapper
	{
		margin: 3% auto;
	}
	section.retair-sect .sect-wrapper p.finaltext
	{
		font-size: 16px;line-height: 20px;
	}
}
@media only screen and (max-width: 1024px)
{
	.head-wrapper, .sect-wrapper{width:90%;}
	.inner-sect-container{width:100%;}
	.disclaimerbox{display: none;}
}
@media only screen and (max-width: 768px)
{
	.hrd-content .bubble-content:after{display: none;}
	.share-sect{display: none;}
	.sect-wrapper{margin:5% auto;}
	section.slide aside{display: none;}
	section.slide4 .inner-sect-container aside{display: none;}
	aside, .hrd-content img{display: none;}
	.hrd-content .bubble-content{left: 0;
margin: 0 auto 30px auto;
display: table; position: relative; width:70%;}
	.hrd-content article a{margin: 30px 50px 0 0px;float: right;}
	section.slide article, section.slide4 .inner-sect-container article{width:80%; display: table; margin: 0 auto;}
	section.slide4 .inner-sect-container article ul li{width:440px;}
	section.slide4 .inner-sect-container{width:100%;}
}
@media only screen and (max-width: 600px)
{
	.hrd-content{
		width:100%;
	}
	.head-wrapper ul
	{
		display: none;
	}
	.sect-wrapper h1 img
	{
		width:50%;
	}
	.sect-wrapper h1
	{
		background: none;
	}
	.head-wrapper a.logo
	{
		margin:0 auto;
		display: table;
	}
	.sect-wrapper ul li.game-instr p
	{
		width:100%;
	}
	div.endgame-describe .sect-wrapper p
	{
		width:100%;
	}
}
@media only screen and (max-width: 500px)
{
	
	.hrd-content{
		padding:20px 0;
	}
	section.slide article ul li span{text-align: left;margin: 0 0 5px 5px;}
	.sect-wrapper ul li.game-instr{display: none;}
}
@media only screen and (max-width: 420px)
{
	.sect-wrapper ul li{width:155px;}
	.sect-wrapper ul li.me-button{display: none;}
section.slide article ul li span{text-align: left;margin: 0 0 5px 5px;}
	section.slide4 .inner-sect-container article ul li{width: 320px;}
	.sect-wrapper a{padding: 10px 10px;}
}