

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-regular.woff2') format('woff2'), url('../roboto-regular.html') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-medium.woff2') format('woff2'), url('../roboto-medium.html') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-bold.woff2') format('woff2'), url('../roboto-bold.html') format('woff')
}


/* GENERAL CONTENT */
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
b,
i,
ol,
ul,
li,
input,
fieldset,
form,
label,
legend,
embed,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    height: 100%;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #191753;
    background: #e4bb4a
}

body {
    flex-direction: column;
    height: 100%;
    position: relative
}

iframe {
    width: 100%;
    height: 100%;
    overflow: hidden
}

ol,
ul,
li {
    list-style: none
}

img {
    vertical-align: middle
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 100%;
    text-transform: none;
    background: none
}

textarea {
    box-sizing: border-box;
    outline: none
}

textarea,
input,
select {
    font-family: Roboto, Arial, sans-serif;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    font-size: 13px;
    color: #e4bb4a;
    background: #e4bb4a
}

textarea::placeholder,
input::placeholder {
    font-style: italic;
    color: #e4bb4a
}

a {
    color: #49b;
    text-decoration: none
}

a:hover,
a:active {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: none
}

input::placeholder {
    font-style: italic;
    color: #888
}

input:focus::placeholder {
    color: transparent
}

/* GENERAL STRUCTURE */
nav {
    margin: 6px 0 0 15px
}

header {
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #000;
    box-shadow: 0px 0px 8px 0px #333;
    background-color: #2b2b2b
}

main {
    position: relative;
    flex: 1;
    margin-top: 60px
}

footer {
    background-color: #191753;
    color: #e4bb4a
}

/* ADS */
.mobinc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0
}

#preroll {
    position: absolute;
    width: 100%;
    height: 100%
}

/* COLORS */
.color0 {
    background-color: #444
}

.by0 {
    background-color: #333
}

.color1 {
    background-color: #48a
}

.by1 {
    background-color: #3a7491
}

.color2 {
    background-color: #7a3
}

.by2 {
    background-color: #65912b
}

.color3 {
    background-color: #b33
}

.by3 {
    background-color: #9f2b2b
}

.color4 {
    background-color: #191753
}

.by4 {
    background-color: #bc652b
}

.color5 {
    background-color: #75a
}

.by5 {
    background-color: #654890
}

.color6 {
    background-color: #444
}

.by6 {
    background-color: #333
}

.border0 a {
    border: solid 1px #bbb;
    border-left: solid 4px #555
}

.border1 a {
    border: solid 1px #bbb;
    border-left: solid 4px #48a
}

.border2 a {
    border: solid 1px #bbb;
    border-left: solid 4px #7a3
}

.border3 a {
    border: solid 1px #bbb;
    border-left: solid 4px #b33
}

.border4 a {
    border: solid 1px #bbb;
    border-left: solid 4px #d73
}

.border5 a {
    border: solid 1px #bbb;
    border-left: solid 4px #75a
}

.border6 a {
    border: solid 1px #bbb;
    border-left: solid 4px #555
}

/* HEADER */
#logo {
    margin-left: 15px
}

#logo svg {
    width: 122;
    height: 31px
}

/* icons */
[class^="icon-"],
[class^="log-"],
[class^="thumb-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none
}

.icon-home:before {
    content: "\e900"
}

.icon-search:before {
    content: "Search"
}

.icon-user:before,
.log-user:before,
.icon-login:before {
    content: "\e902"
}

.icon-close:before {
    content: "Search"
}

.icon-fav:before,
.icon-unfav:before,
.log-fav:before {
    content: "\e906"
}

.icon-closed:before {
    content: "\e907"
}

.log-mail:before {
    content: "\e905"
}

.log-pass:before {
    content: "\e90d"
}

.log-out:before {
    content: "\e910"
}

.log-friends:before {
    content: "\e911"
}

.thumb-up:before {
    content: "\e90e"
}

.thumb-down:before {
    content: "\e90f"
}

[class^="icon-"] {
    position: absolute
}

.icon-home {
    right: 22px;
    top: 24px;
    font-size: 15px;
    color: #aaa
}

.icon-search {
    top: 21px;
    right: 50px;
    font-size: 19px;
    color: #e4bb4a
}

.icon-login {
    top: 21px;
    right: 15px;
    font-size: 19px;
    color: #ddd
}

.icon-close {
    top: 23px;
    right: 7px;
    font-size: 13px;
    color: #ddd
}

.icon-closed {
    top: 6px;
    right: 12px;
    font-size: 24px;
    color: #ddd
}

.icon-user {
    top: 21px;
    right: 15px;
    font-size: 19px;
    color: #9b4
}

.icon-fav,
.icon-unfav {
    top: 8px;
    left: 12px;
    font-size: 19px
}

.icon-fav {
    color: rgba(255, 255, 255, 1)
}

.icon-unfav {
    color: rgba(255, 255, 255, 0.4)
}

.log-user,
.log-mail,
.log-pass {
    font-size: 15px;
    color: #aaa
}

.log-fav {
    font-size: 13px;
    color: #aaa
}

.log-out {
    font-size: 14px;
    color: #999
}

.log-friends {
    font-size: 15px;
    color: #aaa
}

.thumb-up,
.thumb-down {
    font-size: 22px;
    color: #fff
}

/* USER */
#user_menu {
    display: none;
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 0;
    margin: 5px;
    background-color: #f6f6f6;
    border: solid 1px #bbb;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

#user_menu li {
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc
}

#user_menu li:first-child {
    border-top: 0
}

#user_menu li:last-child {
    border-bottom: 0
}

#user_menu a,
#user_menu button {
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    line-height: 36px;
    padding: 0 14px 0 2px;
    text-align: left;
    color: #666;
    font-weight: 700
}

#user_menu div {
    margin-left: 6px
}

.userNote,
.uaNote {
    border-radius: 50%;
    width: 19px;
    line-height: 19px;
    font-weight: 700;
    font-size: 11px;
    text-align: center
}

.userNote {
    position: absolute;
    top: 34px;
    right: 6px;
    background-color: #333;
    color: #fff
}

.uaNote {
    background-color: #ccc;
    color: #555
}

/* SEARCH */
.search {
    display: none;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4)
}

.search form {
    background-color: #222
}

#search {
    width: calc(100vw - 65px);
    margin: 14px;
    padding: 8px 15px;
    background-color: #ddd;
    color: #222
}

#results {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 104px;
    left: 14px;
    right: 51px;
    bottom: 10px;
    border-radius: 8px;
    background-color: #ddd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.result img {
    float: left;
    margin: 0 8px 0 1px
}

.result a {
    display: block;
    padding: 6px;
    line-height: 16px;
    font-weight: 700;
    color: #666;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb
}

.noresult {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    color: #444
}

.moreresult a {
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    color: #444;
    background-color: #ccc
}

/* CAPTIONS */
.captions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0
}

.captions img {
    display: block;
    width: 100%;
    height: 100%
}

.caption,
.capsimilar {
    position: relative;
    overflow: hidden;
    margin: 5px;
    border-radius: 10px;
    background: #191753;
    border: solid 1px #c1c1c1;
    box-shadow: 0 0 5px #ccc
}

.caption a {
    display: block
}

.capinfos {
    padding: 5px 6px 8px 9px;
    line-height: 16px
}

.captitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #e4bb4a;
    font-weight: 700
}

.captag {
    font-size: 12px
}

.caprate {
    font-weight: 700
}

.link1,
.link1:hover {
    color: #49b
}

.link2,
.link2:hover {
    color: #7a3
}

.link3,
.link3:hover {
    color: #c55
}

.link4,
.link4:hover {
    color: #c70
}

.link5,
.link5:hover {
    color: #85b
}

.grayscale {
    filter: grayscale(1) contrast(0.8)
}

/* MEDIA SCREEN */
@media only screen and (min-width: 406px) {
    .caption {
        width: 190px
    }
}

@media only screen and (max-width: 405px) {
    .caption {
        width: 180px
    }
}

@media only screen and (max-width: 390px) {
    .caption {
        width: 170px
    }
}

@media only screen and (max-width: 365px) {
    .caption {
        width: 160px
    }
}

@media only screen and (max-width: 345px) {
    .caption {
        width: 150px
    }
}

@media only screen and (max-width: 323px) {
    .caption {
        width: 140px
    }
}

@media only screen and (max-width: 303px) {
    .caption {
        width: 190px
    }
}

/* GAME PAGE */
.gameinfo h1 {
    font-size: 19px
}

#game {
    display: none;
    position: fixed;
    z-index: 555;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    color: #eee;
    text-align: center;
    overflow: hidden
}

#embed {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#closegame {
    display: none;
    position: absolute;
    align-items: center;
    z-index: 999;
    left: 0;
    top: 24px;
    background-color: #222;
    padding: 6px 7px 6px 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .30)
}

#closegame #iconarrow {
    width: 9px;
    height: 15px;
    margin-right: 3px;
    transform: scaleX(-1);
    fill: #7a3
}

#closegame #iconsk {
    height: 25px;
    margin-bottom: 3px
}

#gameplay {
    position: relative;
    min-height: 200px;
    background: #666
}

#gameplay img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.5;
    margin: 0
}

#gameplay button {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 180px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-49%, -50%);
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3)
}

#gameplay span {
    color: #e4bb4a;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3)
}

#gameplay svg {
    width: 26px;
    height: 25px;
    margin: 0 18px
}

#noplay {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 15px 10px;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8)
}

#simgame {
    overflow: hidden;
    background: #ddd
}

#simgame h2 {
    font-size: 19px;
    text-indent: 15px
}

#simgame .captions {
    margin: 3px 0 10px 0
}

.thumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 36px;
    line-height: 36px;
    color: #fff
}

.likes {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 15px;
    font-weight: 700;
    opacity: 0.6
}

.thumb span {
    margin-right: 8px
}

.gamescore {
    padding: 0 15px 0 20px;
    font-size: 21px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.2)
}

#dislike_check,
#like_check {
    opacity: 1
}

.gameinfo {
    position: relative;
    background: #ce3925;
    border-bottom: solid 1px #bbb;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08)
}

.gamein {
    padding: 10px 16px 0 16px
}

.gamefull {
    overflow: hidden;
    margin-top: 3px;
    height: 60px
}

.gamedesc {
    text-align: justify;
    margin-bottom: 14px
}

.gamedesc strong {
    display: block;
    color: #666
}

.gamemore {
    display: block
}

.gamehit {
    color: #c55;
    font-weight: 700
}

.gameauth {
    color: #111
}

#readmore,
#readless {
    display: block;
    cursor: pointer;
    height: 26px;
    opacity: 0.4;
}

#readless {
    display: none;
    transform: rotate(180deg)
}

.gametags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 2px 5px 5px;
    background: #f6f6f6;
    border-bottom: solid 1px #bbb
}

.gametags a {
    flex: 1;
    padding: 4px 8px;
    margin: 3px;
    text-align: center;
    white-space: nowrap;
    color: #777;
    font-weight: 500;
    background-color: #fbfbfb;
    border-radius: 3px
}

/* CATEGORY PAGE */
.cathead h1,
.userhead h1 {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 700;
    text-indent: 15px;
    color: #fff;
    background-image: url("../images/cathead.png");
    background-position: -15px center;
    background-repeat: no-repeat
}

.cathead {
    background-color: #f6f6f6;
    box-shadow: 0px 0 5px 5px rgba(0, 0, 0, 0.05)
}

.catdesc {
    background: #f6f6f6;
    border-bottom: solid 1px #bbb;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.05)
}

.desc {
    overflow: hidden;
    text-align: justify;
    height: 60px;
    color: #777;
    padding: 10px 15px 0 15px
}

.authdesc {
    overflow: hidden;
    text-align: justify;
    color: #777;
    padding: 10px 15px 15px 15px
}

.sortby {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    white-space: nowrap;
    right: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1)
}

.sort {
    display: block;
    color: #eee;
    line-height: 26px;
    padding: 0 25px 0 10px;
    background: url("../images/sortby.png") right center no-repeat
}

.nosort {
    padding: 6px 20px 6px 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none
}

.suite {
    display: none
}

.footdesc {
    text-align: justify;
    line-height: 22px;
    background-color: #ce3925;
    border-top: solid 1px #bbb;
    padding: 10px 15px 20px 15px;
    box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.03)
}

.footdesc a {
    font-weight: 700
}

.footdesc h2,
.footdesc h1 {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    padding: 12px 0 6px 0
}

.footdesc p {
    margin-bottom: 8px
}

.footdesc ol li,
.gamedesc ol li {
    list-style-type: decimal;
    margin-left: 20px
}

.footdesc ul li,
.gamedesc ul li {
    list-style-type: disc;
    margin-left: 20px
}

/* MISC PAGE */
#misc {
    margin-bottom: 20px
}

.miscontent {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    font-size: 14px;
    line-height: 18px
}

.miscontent h2 {
    font-size: 17px;
    text-decoration: underline
}

.miscontent a {
    text-decoration: underline;
    font-weight: 700
}

.list {
    text-decoration: underline
}

.failed {
    padding: 25px 15px 15px 15px;
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.failed svg {
    max-width: 345px;
    margin: 0 20px 10px 20px
}

.lp_confirm {
    margin-bottom: 20px
}

.nocontent {
    padding: 50px 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

/* COMMENTS */
#comgame h2 {
    font-size: 19px;
    text-indent: 10px
}

#comgame {
    background: #f1f1f1;
    padding-top: 10px;
    border-top: solid 1px #aaa;
    overflow: hidden;
    box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.08)
}

#comments {
    position: relative
}

.comadd {
    position: relative;
    overflow: hidden;
    margin-right: 8px
}

#addcom {
    resize: vertical;
    width: 100%;
    height: 73px;
    margin-top: 7px;
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #ddd;
    border: 1px solid #c2c2c2;
    color: #777;
    background: #fafafa
}

#comoptions {
    clear: both;
    overflow: hidden
}

#comoptions span {
    text-indent: 8px
}

#comoptions button,
.comment_content button {
    float: right;
    margin: 0 8px 6px 8px;
    height: 26px;
    padding: 0 20px;
    color: #eee;
    box-shadow: 1px 2px 2px #bbb;
    border-radius: 4px;
    border: solid 1px #1f1f1f;
    background: #333
}

.cominfos {
    display: block;
    white-space: nowrap;
    line-height: 26px;
    font-size: 12px
}

#comment_list {
    position: relative;
    background: #ddd
}

#comment_list li {
    overflow: hidden;
    line-height: 18px
}

#comment_list .page {
    justify-content: left;
    background: #d8d8d8;
    border-bottom: solid 1px #bbb;
    border-top: solid 1px #bbb
}

.nocomment {
    padding: 30px 0;
    background: #d8d8d8;
    border-top: solid 1px #bbb
}

.comment_avatar {
    float: left;
    padding: 13px 20px 10px 13px;
    background: url("../images/tooltip.html") 5px 5px no-repeat
}

.comment_avatar img {
    border: solid 1px #333
}

.comment_content {
    position: relative;
    overflow: hidden;
    padding: 8px 10px 2px;
    border: 1px solid #bbb;
    color: #666;
    background: #eee;
    margin: 7px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc
}

.comment_content textarea {
    resize: none;
    overflow: auto;
    width: 100%;
    height: 100px;
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #ddd;
    border: 1px solid #c2c2c2;
    color: #777;
    background: #fafafa
}

.comment_content img {
    margin-bottom: 2px
}

.comment_username a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 11px
}

.comment_username a:hover {
    color: #59b
}

.comment_text {
    overflow: hidden;
    min-height: 40px
}

.comments_info {
    color: #aaa;
    font-size: 11px;
    text-align: right
}

.report_comment,
.edit_comment {
    color: #49b;
    text-decoration: none
}

.report_comment:hover,
.edit_comment:hover {
    cursor: pointer;
    color: #09b;
    text-decoration: underline
}

.report_comment svg {
    width: 18px;
    fill: #aaa;
    vertical-align: middle;
    padding-bottom: 4px
}

/* FOOTER */
#morelink {
    display: flex;
    justify-content: space-around;
    position: relative;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111
}

#morelink a,
#morelink span,
#morelink button {
    color: #e4bb4a
}

#morelink svg {
    height: 21px
}

.contact,
.cgu,
.privacy {
    width: 100%;
    line-height: 39px;
    text-align: center;
    border-left: solid 1px #393939;
    border-right: solid 1px #111
}

.flag {
    width: 50%
}

#flag {
    display: none;
    position: absolute;
    bottom: 36px;
    right: 0;
    margin: 5px;
    background-color: #222;
    border: solid 1px #000;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#flag li:first-child {
    border-bottom: solid 1px #555
}

#flag li a,
#flag li button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    text-indent: 5px
}

#flag li button {
    opacity: 0.6
}

#flag li svg {
    height: 11px
}

#copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    white-space: nowrap;
    border-top: solid 1px #393939
}

#copyright svg {
    width: 40px;
    height: 30px;
    margin: -3px 10px 0 0
}

/* NAVIGATION */
#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99;
    -webkit-user-select: none;
    user-select: none
}

#menuToggle input {
    display: flex;
    width: 20px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 9
}

#menuToggle span {
    display: flex;
    position: relative;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background: #f6f6f6;
    border-radius: 3px;
    z-index: 5;
    transform-origin: 2px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease
}

#menuToggle span:first-child {
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 0);
    background: #999
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2)
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 0)
}

#menuToggle input:checked ~ ul {
    transform: none
}

#menu {
    position: absolute;
    overflow: hidden;
    height: 100vh;
    box-shadow: 0 0 10px #000;
    margin: -24px 0 0 -34px;
    background-color: #191753;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.80, 0.2, 0.05, 1.0)
}

#menu li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition-delay: 2s;
    margin-left: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc
}

.navover a {
    flex: 1;
    padding: 15px 100px 15px 15px;
    white-space: nowrap;
    font-size: 1.05em;
    font-weight: 700;
    color: #e4bb4a
}

.navhome {
    height: 60px;
    border-bottom: solid 1px #d5d5d5
}

.navhome a {
    position: absolute;
}

.navclose {
    width: 45px;
    height: 60px;
    background: #e5e5e5;
    border-right: solid 1px #ccc
}

.navover {
    white-space: nowrap
}

.navover .border0 {
    border-left: solid 8px #444
}

.navover .border1 {
    border-left: solid 8px #48a
}

.navover .border2 {
    border-left: solid 8px #7a3
}

.navover .border3 {
    border-left: solid 8px #c55
}

.navover .border4 {
    border-left: solid 8px #c70
}

.navover .border5 {
    border-left: solid 8px #85b
}

/* FORMULAIRE */
.formput {
    width: 100%;
    padding: 5px 10px;
    line-height: 25px;
    border: 1px solid #bbb
}

.miniput {
    width: 245px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbb
}

.form_textarea {
    resize: vertical;
    width: 100%;
    height: 200px;
    border: 1px solid #bbb;
    padding: 8px
}

.errorlog {
    padding: 8px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: #c33
}

/* PAGINATION */
.page {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0
}

.page a,
.active {
    padding: 5px 12px;
    margin: 5px 3px;
    border-radius: 6px
}

.off {
    color: #555;
    border: 1px solid #bbb;
    background: #f1f1f1
}

.on,
.on:hover,
.off:hover {
    color: #eee;
    font-weight: 700;
    border: 1px solid #333;
    background: #333
}

.hellip {
    color: #888;
    font-weight: 700;
    border: 1px solid #bbb;
    background: #f1f1f1;
    opacity: 0.6
}

.arrow {
    font-weight: 700;
    font-size: 14px
}

/* POPUP */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #000;
    opacity: .5
}

#popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    overflow-y: scroll;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto auto;
    border-radius: 10px;
    color: #333;
    box-shadow: 0px 0px 8px 0px #333
}

#popup .friend_avatar {
    float: left
}

#popup-header {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #eee;
    line-height: 40px;
    text-indent: 15px;
    background: #222
}

#popup-header a {
    color: #9c5
}

#popup-header strong {
    color: #e55
}

#popup-content {
    flex: 1;
    background-color: #eee;
    padding: 10px 15px
}

.confirm {
    flex: 1;
    background-color: #eee;
    padding: 50px 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center
}

.confirm a {
    font-weight: 700
}

.error {
    font-weight: 700;
    color: #c55
}

.clean {
    color: #9b5
}

.submit {
    height: 35px;
    width: 245px;
    border: 1px solid #aaa;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 15px;
    color: #38a;
    box-shadow: 0 0 3px #ccc;
    border-radius: 5px;
    background: #f6f6f6
}

.submit:active {
    box-shadow: 0 0 5px #bbb inset;
    background: #e5e5e5
}

.lognav {
    display: flex;
    justify-content: space-around
}

.logmenu {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    background-color: #eee
}

.lognav .none {
    background: #ddd;
    color: #444;
    box-shadow: inset 0 0 10px #aaa
}

.logform {
    width: 245px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center
}

.logform a {
    text-decoration: underline
}

.placeholder {
    position: relative;
    margin-bottom: 20px
}

.placeholder input {
    width: 100%;
    line-height: 35px;
    padding-left: 38px;
    border: 1px solid #bbb
}

.placeholder span {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 22px;
    height: 16px
}

#register {
    padding-top: 90px;
    font-size: 14px;
    line-height: 20px;
    background: url("../images/arrow.html") 35px top no-repeat
}

#register strong {
    font-size: 20px;
    color: #7a4
}

/* NOTIFICATIONS */
#note {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #222;
    color: #fff
}

#com {
    position: absolute;
    display: none;
    top: 1px;
    left: 0;
    width: 100%;
    padding: 10px 6px;
    text-align: center;
    background-color: #c33;
    color: #fff
}
