@charset "UTF-8";
/* Vars etc */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents 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 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects 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. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

/*
 * Removes 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; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Custom styles
   ========================================================================== */
p {
  font-family: 'Quattrocento Sans', Helvetica, Arial;
  font-size: 15px;
  line-height: 24px;
  color: #3b4b59; }

a {
  color: #e58156;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #bf4545;
  text-decoration: underline; }

img {
  border: none; }

ul {
  list-style: none; }

img.logo {
  width: 250px;
  height: 65px;
  background: url("../img/result.png") 0 0; }

img.pfeil {
  width: 10px;
  height: 10px;
  background: url("../img/result.png") 0 -75px; }

img.de {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -95px; }

img.nl {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -115px; }

img.en {
  width: 16px;
  height: 10px;
  background: url("../img/result.png") 0 -431px; }

img.sheknows {
  width: 130px;
  height: 20px;
  background: url("../img/result.png") 0 -135px; }

img.create {
  width: 36px;
  height: 36px;
  background: url("../img/result.png") 0 -165px; }

img.mytests {
  width: 36px;
  height: 36px;
  background: url("../img/result.png") 0 -211px; }

img.write {
  width: 36px;
  height: 36px;
  background: url("../img/result.png") 0 -257px; }

img.male {
  width: 15px;
  height: 15px;
  background: url("../img/result3.png") 0 -94px; }

img.female {
  width: 8px;
  height: 12px;
  background: url("../img/result3.png") 0 -72px; }

img.stargold {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 0; }

img.stargrey {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 -24px; }

img.starsplit {
  padding-top: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/result3.png") 0 -48px; }

img.sixx {
  /*width:82px;
  height:45px;
  background:url('../img/result.png') 0 -451px;*/ }

/* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
#crumbtrail {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #94A8B7; }

.metaRating {
  padding-top: 2px; }

.answer {
  display: block;
  position: relative;
  line-height: 28px !important;
  padding: 0px 0 8px 28px; }

#searchSuchbox {
  margin-top: 12px;
  float: left; }

input.button-klein {
  margin: 10px 0px 10px 0px;
  padding: 1px 6px 1px 18px;
  border: none;
  color: #FFFFFF;
  background-image: url(../images/_layout/button_search.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #d85117;
  cursor: pointer; }

* + html input#button-klein {
  padding: 0px 0px 0px 10px; }

* html input#button-klein {
  padding: 0px 0px 0px 10px; }

#certificateSealAlone {
  position: relative;
  width: 120px;
  left: 16px;
  top: -5px;
  text-align: left; }

/* ==========================================================================
   Footer
   ========================================================================== */
.clear {
  clear: both; }

.soft-pink {
  color: #e892b5; }

.soft-red {
  color: #dc8883; }

.soft-turquoise {
  color: #85cac1; }

.soft-brown {
  color: #b08a82; }

.soft-yellow {
  color: #ecc478; }

.soft-purple {
  color: #ab9ede; }

.soft-blue {
  color: #84a3de; }

.soft-grey {
  color: #7c807f; }

.soft-green {
  color: #a1bd90; }

/* Viewports */
html, body {
  font-family: "Quattrocento Sans", Helvetica, Arial;
  color: #3b4b59;
  margin: 0; }

body {
  min-width: 290px !important; }

h1, h2, h3, h4 {
  font-weight: lighter; }

/* ==========================================================================
   Masthead
   ========================================================================== */
#top {
  background-color: #f2de79;
  z-index: 10;
  -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
  box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75); }

.closeCreate {
  right: -30px; }

.header-item {
  display: inline-block; }
  .header-item .sixx {
    margin-right: 7px; }
  .header-item .search-bar {
    margin-right: 7px; }
  .header-item.login-register {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
    text-align: left;
    line-height: 21px;
    cursor: pointer; }
  .header-item.login-register-icon {
    cursor: pointer; }
  .header-item .logo {
    margin-bottom: 0; }
  .header-item#menu-button {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .header-item#menu-button:hover {
      background: #f7ecb1; }
  .header-item#close-search {
    cursor: pointer;
    color: white;
    vertical-align: middle;
    font-size: 28px;
    display: none;
    font-weight: bold; }
  .header-item .loupe-img {
    cursor: pointer; }

.menu-hover {
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .menu-hover:hover {
    background: #f7e89b; }

#mobile-sidenav-dim {
  display: none;
  z-index: 10001; }

.cursor-pointer {
  cursor: pointer; }

input::-webkit-input-placeholder {
  color: #e58156; }

input:-moz-placeholder {
  color: #e58156; }

input:-ms-input-placeholder {
  color: #e58156; }

#submit {
  background: transparent;
  border: none;
  display: none; }

.closeMenu img {
  display: block;
  position: relative;
  z-index: 10001;
  text-align: right;
  width: 20px !important;
  height: 20px;
  background: url("../img/result.png") 0 -401px; }

.mobile-right {
  display: inline-block;
  margin-top: 15px; }

/* ==========================================================================
   Page Content
   ========================================================================== */
#contentArea {
  position: relative;
  z-index: 2; }

.contentHeader {
  padding-bottom: 0;
  border-bottom: 1px solid #E4EDF4; }
  .contentHeader img {
    position: relative;
    float: left;
    top: -20px; }

#socialMedia {
  position: relative;
  display: inline-block; }

#mainContent h2 {
  margin-top: -7px;
  padding-bottom: 3px; }
#mainContent br {
  clear: both; }

.activeSorting {
  font-weight: bold; }

.entryImage {
  float: left;
  margin-top: 9px; }

.textTorsten {
  float: left;
  width: 590px;
  margin-left: 10px; }

.entryText a:visited {
  color: #8c604e; }
.entryText h3 {
  margin: 0 0 4px; }
  .entryText h3 a {
    font-family: 'Quattrocento Sans';
    font-weight: bold;
    text-decoration: none; }
    .entryText h3 a:hover {
      text-decoration: underline; }
.entryText p {
  margin: 8px 0 36px; }

.metadata {
  font-size: 12px;
  color: #6c88a1; }
  .metadata img {
    margin-right: 3px; }

.metaImages {
  position: relative;
  display: inline-block; }

.metaText {
  display: inline;
  font-size: 12px;
  line-height: 20px; }

.more {
  margin-top: 0;
  font-weight: bold; }

.more-btn-container {
  text-align: center;
  margin-bottom: 20px; }
  .more-btn-container .more {
    display: inline-block;
    margin-top: 5px; }

#paging {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-family: 'Oswald';
  color: #6c88a1;
  text-transform: uppercase; }
  #paging a:hover {
    text-decoration: none; }
  #paging img {
    height: 19px;
    padding-bottom: 8px;
    transition: opacity .15s; }
    #paging img:hover {
      opacity: .75; }

#lists {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#related h2 {
  font-size: 24px; }

.tabbedContainer h2 {
  margin-bottom: 8px; }

.tabWrapper {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .tabWrapper ol {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0; }
  .tabWrapper li {
    font-weight: bolder;
    line-height: 0; }

.tabsHeader {
  margin: 6px 0 10px;
  padding: 0 0 2px 0; }
  .tabsHeader li {
    display: inline-block;
    width: 33% !important;
    margin-right: -4px;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #f2de79; }
    .tabsHeader li a:hover {
      font-weight: bolder;
      text-decoration: none; }

.activeTab {
  color: #bf4545 !important;
  border-bottom: 3px solid #bf4545 !important; }
  .activeTab a {
    color: #bf4545 !important; }

#tabTests {
  height: 400px; }
  #tabTests a {
    line-height: 32px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden; }

#tabThemes {
  height: 400px; }
  #tabThemes a {
    line-height: 32px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden; }

#tabCategories {
  height: 400px; }
  #tabCategories a {
    line-height: 32px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden; }

.tabWrapperList {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px; }
  .tabWrapperList ol {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0; }
  .tabWrapperList li {
    font-weight: bolder;
    line-height: 0;
    font-family: 'Quattrocento Sans'; }

.tabsHeaderList {
  margin: 6px 0 10px;
  padding: 0 0 2px 0; }
  .tabsHeaderList li {
    display: inline-block;
    margin-right: -4px !important;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #f2de79; }
    .tabsHeaderList li a:hover {
      font-weight: bolder;
      text-decoration: none; }

#tabTop50Tests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

#tabTop50Categories a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

#tabBestTests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

#tabRandomTests a {
  line-height: 32px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

#channelSection {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  border-top: 1px solid #E4EDF4; }
  #channelSection p {
    text-align: justify; }
  #channelSection .channel-create {
    border-bottom: 1px solid #E4EDF4;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 25px; }
    #channelSection .channel-create h2 a {
      font-weight: normal;
      font-size: 24px;
      color: #3b4b59; }

.channelCol {
  border-right: 1px solid #E4EDF4;
  padding-right: 20px; }
  .channelCol p {
    margin-bottom: 0; }
  .channelCol a:hover {
    color: #e58156; }
  .channelCol h2 a {
    font-weight: 300; }

.tile-list {
  padding: 0;
  margin: 0;
  text-align: center; }
  .tile-list li {
    min-width: 80px;
    width: 13%;
    padding: 0 3px; }
    .tile-list li i {
      font-size: 47px; }
  .tile-list li {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px; }
    .tile-list li i {
      display: block;
      margin-bottom: 5px; }
    .tile-list li.single-in-row {
      display: block;
      width: 100%; }
    .tile-list li a {
      color: #3b4b59; }
      .tile-list li a:hover {
        text-decoration: none; }
    .tile-list li:hover i {
      opacity: .7; }
  .tile-list.hidden-by-default {
    display: none;
    opacity: 0; }

/* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
.metaImagesHead {
  position: relative;
  top: 20px; }
  .metaImagesHead img {
    margin-right: 4px; }

#metaTextHead {
  color: #6c88a1; }

#resources {
  margin: 0 0 40px 0;
  line-height: 30px;
  font-weight: bolder; }
  #resources h3 {
    margin: 0; }
  #resources ul {
    margin-top: 10px;
    padding-left: 0; }

.questions {
  margin: 0;
  padding-left: 0; }
  .questions li {
    clear: both;
    margin-bottom: 20px;
    border: 1px solid #e58156;
    border-radius: 18px 18px 0 0;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }
  .questions div.frage {
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    font-weight: bolder;
    min-height: 40px;
    margin: 0;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #e58156;
    border-radius: 18px 18px 0 0;
    background-color: #fff1b4; }
  .questions div.antworten {
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    font-weight: bolder;
    min-height: 160px;
    margin: 0;
    padding: 0; }
  .questions div.antwort1 {
    margin: 0;
    padding: 16px;
    background-color: #EEEEEE; }
  .questions div.antwort2 {
    margin: 0;
    padding: 16px; }
  .questions div {
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    font-weight: bolder;
    margin-left: 10px; }
  .questions fieldset {
    display: block;
    position: relative;
    min-height: 55px;
    color: #3b4b59; }
  .questions input {
    position: relative;
    z-index: 10;
    float: left;
    width: 24px;
    height: 24px; }

.questionImage {
  position: relative;
  float: left;
  padding: 0 !important; }

.number {
  float: left;
  text-align: center;
  color: #f2efbb;
  font-family: 'Oswald' !important; }

.question-box {
  word-wrap: break-word; }

.button {
  display: block;
  clear: both;
  padding: 12px 42px 11px;
  font-family: 'Quattrocento Sans';
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #e58156;
  border: 1px solid #e58156;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white; }
  .button:hover {
    background-color: #eca47a;
    border-color: #eca47a;
    color: #f2efbb;
    text-decoration: none; }
  .button:active {
    background-color: #EE9058;
    border-color: #ee9058;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 2px 6px rgba(0, 0, 0, 0.33); }

#searchInputSuchbox {
  position: relative;
  float: left;
  z-index: 20;
  background: #f2efbb;
  padding: 10px 8px 10px 8px;
  border: none;
  border-radius: 8px;
  font-family: "Quattrocento Sans";
  font-size: 16px;
  color: #3b4b59;
  outline: none;
  border-color: #bf4545;
  box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
  -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63); }
  #searchInputSuchbox:focus {
    border-color: #bf4545;
    box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
    -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
    -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63); }

input::-webkit-input-placeholder {
  color: #e58156; }

input:-moz-placeholder {
  color: #e58156; }

input:-ms-input-placeholder {
  color: #e58156; }

#button-next {
  position: relative;
  z-index: 10;
  height: 39px;
  font-family: 'Quattrocento Sans';
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #e58156;
  border: 1px solid #e58156;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px white; }

#timeLeft {
  text-align: center;
  font-family: 'Oswald';
  color: #f2de79;
  background-color: #bf4545; }
  #timeLeft time {
    color: white; }

#certificate {
  margin-top: 40px;
  border-radius: 18px;
  background: #FFFEE7;
  border: 1px solid #e58156;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }

#certificateText p {
  line-height: 30px; }
  #certificateText p:last-child {
    margin-bottom: 0; }
#certificateText a {
  font-weight: bolder; }

#certificateImages {
  position: relative; }

#certificateSeal {
  position: relative;
  left: 76px; }

#certificateImage {
  position: relative;
  width: 150px; }

.rating {
  margin: 24px 14px;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0); }

.rating:not(:checked) > label {
  float: right;
  margin-top: 6px;
  margin-right: 2px;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 120%;
  line-height: 1.2;
  color: #ffcc66; }

.rating:not(:checked) > label:before {
  content: '★'; }

.rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5); }

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5); }

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5); }

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px; }

/* ==========================================================================
   Categories page
   ========================================================================== */
.category {
  float: left; }
  .category h2 {
    font-size: 18px;
    margin: 0 0 6px 0 !important;
    border-bottom: 1px double #333; }
  .category h3 {
    margin-bottom: 0 0 6px 0 !important;
    border-bottom: 1px solid #333; }
  .category h4 {
    margin: 0 0 6px 0 !important;
    border-bottom: 1px dotted #333; }
  .category ul {
    margin-top: 0;
    padding-left: 0; }
  .category li {
    display: inline-block;
    font-family: 'Quattrocento Sans';
    font-weight: bolder;
    line-height: 30px;
    margin-right: 28px; }
  .category a {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden !important; }

.evenCategory {
  margin-right: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  padding-top: 10px;
  background-color: #3b4b59;
  clear: both; }

#footerNav h4 {
  font-size: 20px;
  color: white;
  padding-top: 0; }
#footerNav ul {
  padding-left: 0;
  margin-top: 0; }
#footerNav li {
  line-height: 30px; }
#footerNav a {
  color: #f2de79; }
#footerNav img {
  position: relative;
  top: -2px;
  padding-right: 6px; }

.footerCol {
  float: left; }

.footerColLast {
  float: left; }

#copyright {
  clear: both;
  margin-top: 10px;
  padding-bottom: 20px;
  color: white; }

/* ==========================================================================
   Other
   ========================================================================== */
.input-as-link {
  background: none;
  border: none;
  color: #e58156;
  font-size: 16px;
  font-family: "Quattrocento Sans", Helvetica, Arial;
  padding: 0; }
  .input-as-link:hover {
    text-decoration: underline; }

.link-as-button {
  font-weight: bolder;
  color: #f2efbb;
  border-radius: 8px;
  background: #e58156;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 2px #fff;
  border: 1px solid #e58156;
  padding: 10px 7px;
  display: inline-block; }
  .link-as-button:hover {
    background-color: #eca47a;
    border-color: #eca47a;
    color: #f2efbb;
    text-decoration: none; }

@media only screen and (max-width: 759px) {
  /* ==========================================================================
   Advertising
   ========================================================================== */
  #skyscrapper {
    display: none; }

  /* ==========================================================================
   Custom styles
   ========================================================================== */
  html, body {
    width: 100%;
    overflow-x: hidden; }

  h1, h2, h3, h4 {
    font-family: 'Oswald', Impact; }

  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top {
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    height: 65px; }
    #top .desktop-menu {
      margin: 0; }

  img.logo {
    width: 50px;
    height: 65px; }

  #headLogo img {
    padding-top: 2px;
    margin-bottom: 0;
    margin-left: 50px; }

  #headerNav {
    z-index: 10;
    display: block;
    padding: 0;
    padding-right: 5px; }

  #headerNav .desktop-menu {
    display: none; }

  #headerNav .desktop-menu {
    height: 48px;
    float: left;
    font-family: 'Oswald';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
    #headerNav .desktop-menu:last-child {
      margin-right: 0px; }
    #headerNav .desktop-menu a {
      display: block;
      color: #3b4b59;
      text-decoration: none; }
    #headerNav .desktop-menu div {
      background: #3b4b59;
      margin-top: 0px;
      display: none; }
    #headerNav .desktop-menu:hover div {
      z-index: 1000;
      width: 100% !important;
      margin-top: -10px;
      display: block;
      position: absolute;
      -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75); }

  #headerNav li div h2 {
    font-size: 18px;
    text-transform: none;
    color: white;
    margin-left: 10px; }
  #headerNav li ul {
    float: left;
    margin-left: 10px; }
    #headerNav li ul li a {
      width: 150px;
      margin-right: 10px;
      font-family: 'Quattrocento Sans';
      font-size: 13px;
      color: #f2efbb; }
      #headerNav li ul li a:hover {
        color: #e58156;
        text-decoration: underline; }
    #headerNav li ul li:hover {
      border: none !important; }
  #headerNav #mobile-menu {
    height: 100%;
    overflow-x: scroll;
    width: 70%;
    position: fixed;
    display: none;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 18px;
    z-index: 10002;
    color: #f2de79;
    background: #3b4b59;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b4b59 0%, #13262f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b4b59 0%, #13262f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b4b59 0%, #13262f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=0);
    /* IE6-9 */ }
    #headerNav #mobile-menu a {
      color: #f2de79;
      font-size: 18px; }
    #headerNav #mobile-menu li {
      display: block;
      float: none;
      border-bottom: 1px solid #626265;
      padding: 12px 8px 10px 4px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #headerNav #mobile-menu li:hover {
        background: #3d4e5c;
        padding-left: 10px; }
      #headerNav #mobile-menu li.sub-menu:hover {
        padding-left: 0; }
      #headerNav #mobile-menu li .mobile-menu-text {
        background: transparent;
        padding-left: 5px; }
    #headerNav #mobile-menu ul {
      padding-left: 30px;
      margin-bottom: 35px; }
    #headerNav #mobile-menu #close-mobile-menu-btn {
      text-align: right;
      font-size: 36px;
      cursor: pointer; }
    #headerNav #mobile-menu .dropdown-arrow {
      float: right; }
    #headerNav #mobile-menu .sub-menu {
      display: none;
      font-size: 15px;
      padding: 0;
      float: none;
      border: none; }
      #headerNav #mobile-menu .sub-menu:hover {
        background: transparent;
        padding-left: 5px; }
      #headerNav #mobile-menu .sub-menu ul {
        margin-top: 5px;
        float: none;
        padding-left: 10px; }

  .dropdown:after {
    display: none; }

  #categories {
    left: 0px; }

  #categories li {
    height: 34px !important; }

  .closeMenu {
    top: 17px;
    right: 0px; }

  .header-item {
    margin-right: 3px;
    margin-left: 3px; }

  #menu-button {
    margin-left: 5px;
    margin-top: 10px;
    background: #f2de79;
    border-radius: 26px;
    padding: 10px;
    position: fixed;
    z-index: 100; }

  #mobile-sidenav-dim {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  #welcome {
    text-align: center; }
    #welcome h1 {
      margin-bottom: 15px;
      display: inline-block;
      padding-right: 25px;
      padding-left: 25px; }
    #welcome p {
      line-height: 16px;
      font-size: 16px; }

  #katsNav {
    text-align: center; }
    #katsNav h2 {
      font-size: 20px !important; }
    #katsNav .show-desktop-tablet {
      display: none; }

  #contentArea {
    padding: 16px 16px 30px 16px;
    background-color: white;
    margin: 0 !important; }

  .contentHeader {
    clear: both; }
    .contentHeader h1 {
      margin: 0;
      display: inline;
      font-size: 20px; }
    .contentHeader p, .contentHeader h2 {
      margin: 10px 0 20px 0;
      font-size: 16px;
      line-height: 24px !important; }

  .indexHead p {
    margin-left: 0px; }

  .indexDirectory h1 {
    display: inline;
    font-size: 24px; }

  #logoBig {
    display: none; }

  #introLogo {
    position: relative;
    float: none !important; }

  #indexP {
    margin-top: 0; }

  .testTitle h1 {
    position: relative;
    display: inline;
    font-size: 20px; }

  #mainContent h2 {
    font-size: 18px; }

  .sort {
    margin: 0 0 30px;
    font-size: 14px !important; }

  .entryImage {
    width: 70px;
    height: 64px;
    background-size: 64px 64px; }
    .entryImage img {
      max-width: 64px; }

  .entryText {
    margin-top: 30px;
    margin-left: 88px; }
    .entryText h3 a {
      font-size: 18px; }
    .entryText p:last-child {
      margin: 5px 0 26px; }

  .metadata p {
    margin-bottom: 24px !important; }

  .metaImages {
    margin-top: 10px; }

  .more-btn-container .button {
    margin-bottom: 5px; }

  #paging {
    font-size: 20px !important; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  .index-h2 {
    text-align: center;
    margin-left: 0;
    font-size: 20px !important; }
    .index-h2 a {
      font-size: 20px !important; }

  .new-tests-h2 {
    margin-top: 15px !important; }

  #related {
    width: 100%; }
    #related h2 {
      margin: 0; }

  .tabbedContainer h2 {
    font-size: 20px !important; }

  .tabWrapperList {
    height: 370px; }

  .tabWrapperList li {
    margin-right: 3px;
    display: block; }

  .tabsHeaderList li {
    display: inline-block; }

  .col3 {
    width: 300px; }

  #tabTop50Tests {
    height: 426px; }

  #channelSection .channel-create img {
    display: none; }
  #channelSection .channel-create a {
    font-size: 17px;
    text-align: center;
    display: block; }
  #channelSection .channel-create p {
    display: block; }

  .channelCol {
    border-bottom: 1px solid #E4EDF4;
    padding-bottom: 20px; }
    .channelCol a {
      font-size: 17px;
      text-align: center;
      display: block; }
    .channelCol img {
      display: none; }

  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  #testImage {
    position: relative;
    top: -30px; }
    #testImage img {
      width: 60px; }

  #metadataHead {
    position: relative;
    margin: 4px 0 0 14px; }

  .metaImagesHead img {
    position: relative;
    top: -19px; }

  #metaTextHead {
    font-size: 13px;
    line-height: 18px; }

  .number {
    width: 46px;
    height: 26px;
    margin-right: 8px;
    padding: 12px 1px !important;
    background-size: 46px 46px !important;
    font-size: 14px !important; }

  .button {
    margin: 20px auto; }

  #searchInputSuchbox {
    width: 150px; }

  #timeLeft {
    left: -3px;
    width: 100%;
    height: 28px;
    padding-top: 6px;
    font-size: 15px; }

  #certificate {
    padding: 40px 20px 40px; }

  #certificateText h2 {
    font-size: 18px; }
  #certificateText p {
    font-size: 16px; }

  #certificateImages {
    width: 160px;
    height: 200px;
    margin: 0 auto; }

  #certificateSeal {
    top: -86px; }

  .rating {
    width: 190px; }

  .rating:not(:checked) > label {
    width: 30px; }

  /* ==========================================================================
   Categories page
   ========================================================================== */
  .category {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden !important; }
    .category h2 {
      overflow: hidden !important; }
    .category h3 {
      font-size: 18px;
      overflow: hidden !important; }
    .category h4 {
      font-size: 18px;
      overflow: hidden !important; }
    .category ul {
      overflow: hidden !important; }
    .category li {
      width: 100%;
      font-size: 15px;
      overflow: hidden !important; }

  .evenCategory {
    overflow: hidden !important; }

  /* ==========================================================================
   Footer
   ========================================================================== */
  #footerNav {
    width: auto;
    padding: 0 10px 0 10px; }

  .footerCol {
    width: 46%; }

  .footerColLast {
    margin-right: 14px; }

  .footerColleft {
    padding-right: 10px; }

  /* ==========================================================================
  Other
  ========================================================================== */
  .clearLeft {
    clear: left; }

  .show-desktop-tablet {
    display: none; }

  .mobile-right {
    white-space: nowrap; }

  #resources h3 {
    font-size: 21px !important; } }
@media only screen and (max-width: 1023px) {
  .squareAd {
    display: none; }

  .squareAdmobi {
    margin-bottom: 30px; }

  img.logo {
    background: url("../img/result.png") 0 0; }

  #headLogo.headLogo {
    display: none; }

  .closeMenu {
    display: block;
    position: relative;
    float: right;
    z-index: 1001;
    text-align: right;
    width: 20px !important;
    height: 20px;
    background: url("../img/result.png") 0 -401px; }

  #logoBig, #introLogo {
    top: 0; }

  #socialMedia {
    margin-bottom: 20px; }

  .socialBtn {
    display: inline-block;
    margin-right: 20px; }

  #mainContent {
    padding-bottom: 20px; }

  .tabWrapperList {
    width: 100%; }

  .tabsHeaderList li {
    width: 25% !important; }

  #tabTop50Categories {
    height: 700px; }

  #tabBestTests {
    height: 700px; }

  #tabRandomTests {
    height: 700px; }

  #channelSection h1 {
    margin-top: 0; }

  .channelColLast {
    margin-right: 0; }

 /* ==========================================================================
Test/Quiz Page
========================================================================== */
  #resources h3 {
    font-size: 30px; }

  #resources.resources-search {
    text-align: justify;
    border-top: 1px solid #E4EDF4;
    padding-top: 20px; }
    #resources.resources-search ul li {
      display: inline;
      margin-right: 20px; }

  .number {
    background: url(../img/numberBg.png) no-repeat left top; }

  #button-next {
    width: 80px; }

  #certificateText {
    float: left; }

 /* ==========================================================================
Other
========================================================================== */
  .mobile-right {
    float: right; }

  .show-desktop {
    display: none !important; } }
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #banner {
    width: 980px;
    margin: 0 auto 20px; }

  #skyscrapper {
    min-width: 160px;
    z-index: 10000;
    margin-left: 1000px;
    margin-top: 20px; }

  /* ==========================================================================
   Custom styles
   ========================================================================== */
  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top .desktop-menu {
    margin: 0 0 0 15px; }

  #headerNav {
    margin-left: 20px;
    margin-right: 20px; }

  #headLogo img {
    margin-bottom: 36px; }

  .centerMenu {
    margin-top: 22px; }

  #headerNav li {
    font-size: 14px;
    margin-right: 24px; }
    #headerNav li ul li:hover div {
      width: 360px; }
    #headerNav li ul:last-child {
      margin-right: 0px; }

  .closeMenu {
    top: 10px;
    right: -20px; }

  #mobile-menu {
    display: none !important; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  #welcome #welcome-text {
    margin-left: 146px;
    margin-right: 30px; }

  #katsNav {
    margin-top: 25px; }

  #contentArea {
    padding: 30px 19px 30px 19px; }

  .contentHeader {
    margin-bottom: 20px !important;
    clear: both; }

  #logoBig {
    width: 120px; }

  .contentHeader p, .contentHeader h2 {
    margin-top: 10px;
    margin: 10px 0 20px 0px;
    font-size: 16px;
    line-height: 26px; }
  .contentHeader img {
    position: relative;
    float: left;
    top: -20px; }

  .testTitle p {
    margin-top: 14px !important; }

  .latestEntry {
    padding-top: 20px; }

  .entryText {
    margin-left: 100px; }

  .metadata {
    width: 93%; }
    .metadata p {
      margin-bottom: 23px !important; }

  .catalog-img-meta .metaImages {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; }

  .tile-list li {
    min-width: 13%;
    word-wrap: break-word; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  .new-tests-h2 {
    text-align: center;
    margin-top: 20px !important; }

  #related {
    width: 100%; }

  .tabWrapperList {
    height: 700px; }

  .tabWrapperList li {
    width: 32%;
    margin-right: 3px;
    display: inline-block; }

  #tabTop50Tests {
    height: 700px; }

  .col2 {
    width: 28%; }

  .col3 {
    width: 44.5%; }

  .channel-create img {
    margin-left: 30px; }
  .channel-create p {
    margin-right: 250px; }

  .channelCol img {
    width: 180px; }

  .channel-long-text {
    width: 30%;
    padding-right: 10px; }

  .channelColLast {
    border-right: none; }

  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  #testImage {
    width: 136px;
    height: 136px;
    margin: 20px 20px 22px 0px; }
    #testImage img {
      width: 136px; }

  #metaTextHead {
    line-height: 19px; }

  .button {
    margin: 0 auto 0; }

  #certificate {
    padding: 40px 30px 0; }

  #certificateText {
    width: 73%; }

  /* ==========================================================================
   Categories page
   ========================================================================== */
  .category li {
    width: 46%; }

  /* ==========================================================================
   Footer
   ========================================================================== */
  .footerCol {
    width: 24.5%;
    margin-right: 5px; } }
@media only screen and (min-width: 760px) {
  /* ==========================================================================
  Chrome Frame prompt
  ========================================================================== */
  .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

  /* ==========================================================================
   Advertising
   ========================================================================== */
  #advertising {
    position: relative;
    z-index: 300;
    width: 980px;
    margin: 20px auto 20px;
    text-align: center; }

  #mobileBanner {
    display: none; }

  #banner {
    min-height: 90px;
    z-index: 10000;
    text-align: center; }

  .squareAd {
    margin-bottom: 30px; }

  /* ==========================================================================
   Custom styles
   ========================================================================== */
  html, body {
    padding: 0; }

  h1, h2, h3, h4 {
    font-family: 'Oswald', Helvetica, Arial; }

  #top {
    height: 66px; }
    #top li {
      display: inline-block; }

  #headerNav {
    z-index: 10;
    display: block; }

  .centerMenu {
    height: 35px; }

  .centerMenu img {
    margin-left: 4px !important; }

  .createMenu .dropdown li {
    margin-bottom: 25px; }

  #headerNav ul {
    padding-left: 0; }
  #headerNav li {
    float: left;
    font-family: 'Oswald';
    font-weight: bold;
    text-transform: uppercase; }
    #headerNav li:hover {
      border: none; }
      #headerNav li:hover div {
        z-index: 1000;
        margin-top: 12px;
        display: block;
        position: absolute;
        padding: 10px 40px 20px 40px;
        -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.75); }
    #headerNav li a {
      display: block;
      color: #3b4b59;
      text-decoration: none; }
    #headerNav li div {
      background: #3b4b59;
      margin-top: 0;
      display: none; }
      #headerNav li div h2 {
        font-size: 24px;
        text-transform: none;
        color: white; }
    #headerNav li ul {
      float: left;
      width: 180px;
      margin-left: 0; }
      #headerNav li ul li a {
        width: 180px;
        font-family: 'Quattrocento Sans';
        font-size: 15px;
        color: #f2efbb; }
        #headerNav li ul li a:hover {
          color: #e58156;
          text-decoration: underline; }

  .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 15px;
    width: 0;
    height: 0;
    border-color: transparent transparent #3b4b59 transparent;
    border-style: solid;
    border-width: 10px; }

  #categories li {
    height: 32px !important; }

  #create {
    width: 230px !important;
    padding-bottom: 6px !important; }
    #create li a {
      display: inline-block;
      width: 230px !important; }
    #create img {
      margin: 0 10px 0 0px !important; }

  #menu-button {
    display: none; }

  /* ==========================================================================
  Page Content
  ========================================================================== */
  #welcome {
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #E4EDF4;
    padding-bottom: 25px; }
    #welcome #indexP {
      margin-top: 11px; }

  #katsNav {
    margin-bottom: 15px; }
    #katsNav h2 {
      font-size: 24px;
      text-align: center; }

  #background {
    position: relative;
    z-index: 2;
    background: white; }

  #contentArea {
    min-height: 650px; }

  .contentHeader #welcome img {
    float: left; }
  .contentHeader #welcome h1 {
    display: inline-block;
    text-align: left; }
    .contentHeader #welcome h1 .h1-span {
      font-size: 24px; }

  #introLogo {
    position: relative;
    float: none !important; }

  .sort {
    margin: 0 0 40px;
    font-size: 18px !important; }

  #mainContent h2 {
    font-size: 24px !important; }

  .entryImage {
    width: 82px;
    height: 82px; }
    .entryImage img {
      max-width: 82px; }

  .entryText h3 a {
    font-size: 20px; }
  .entryText p:last-child {
    margin: 8px 0 26px; }

  .metaImages {
    top: -3px; }

  .more {
    display: inline-block; }

  #paging {
    font-size: 24px; }

  .tile-list li {
    width: 13%; }

  /* ==========================================================================
  Page Content
  ========================================================================== */
  .index-h2 {
    font-size: 1.5em !important; }

  .tabbedContainer h2 {
    font-size: 24px !important; }

  #channelSection p {
    color: #3b4b59; }

  .channel-create img {
    float: right; }
  .channel-create a {
    font-size: 20px; }

  .channelCol {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 28% !important; }
    .channelCol a {
      font-size: 18px; }
    .channelCol h2 a {
      font-size: 21px; }
    .channelCol img {
      margin-top: 10px; }

  /* ==========================================================================
  Test/Quiz Page
  ========================================================================== */
  #testImage {
    float: left; }

  #metaTextHead {
    font-size: 14px; }

  #metadataHead {
    margin: 4px 0 -4px; }

  .number {
    width: 60px;
    height: 44px;
    margin-right: 10px;
    padding: 16px 1px 0px !important;
    font-size: 18px; }

  #searchInputSuchbox {
    width: 340px; }

  #timeLeft {
    position: fixed;
    z-index: 20000;
    right: 0;
    width: 340px;
    height: 54px;
    padding-top: 18px;
    font-size: 24px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    -moz-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.6); }

  #certificateText {
    margin-left: 30px; }
    #certificateText p {
      font-size: 18px; }

  #certificateImages {
    float: left; }

  #certificateSeal {
    top: -56px; }

  #certificateImage {
    text-align: left; }

  .rating {
    width: 260px; }

  .rating:not(:checked) > label {
    width: 42px; }

  /* ==========================================================================
   Categories page
   ========================================================================== */
  .category {
    margin-bottom: 20px; }
    .category h3 {
      font-size: 16px; }
    .category h4 {
      font-size: 15px; }

  /* ==========================================================================
   Footer
   ========================================================================== */
  #footerNav {
    margin: 0 auto;
    padding: 0 20px 0 20px; }

  .footerColLast {
    margin-right: 0 !important; }

  /* ==========================================================================
  Other
  ========================================================================== */
  .show-mobile {
    display: none !important; } }
@media only screen and (min-width: 1024px) {
  ::-moz-selection {
    background: #bf4545;
    color: white;
    text-shadow: none; }

  ::selection {
    background: #bf4545;
    color: white;
    text-shadow: none; }

  #banner {
    margin: 0 auto 0; }

  .squareAdmobi {
    display: none; }

  /* ==========================================================================
   Custom styles
   ========================================================================== */
  body {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f3df79));
    background: -webkit-linear-gradient(top, white 0%, #f3df79 100%);
    background: -o-linear-gradient(top, white 0%, #f3df79 100%);
    background: -ms-linear-gradient(top, white 0%, #f3df79 100%);
    background: linear-gradient(to bottom, white 0%, #f3df79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3df79', GradientType=0); }

  /* ==========================================================================
   Masthead
   ========================================================================== */
  #top {
    width: 100%;
    border-bottom: 1px solid #b6b6b6; }
    #top ul {
      margin: 0;
      vertical-align: middle;
      margin-bottom: 5px; }

  #headerNav {
    text-align: center;
    margin: 0 auto; }
    #headerNav img {
      margin-left: 0; }

  #headLogo img {
    margin-bottom: 10px;
    margin-right: 25px; }

  #headLogo.headLogo-small {
    display: none; }

  .centerMenu {
    text-align: left; }

  .desktop-menu {
    margin-top: 13px !important; }

  #headerNav li {
    font-size: 15px;
    margin-right: 27px; }
    #headerNav li:last-child {
      margin-right: 0; }
    #headerNav li:hover div {
      width: 540px; }
  #headerNav #mobile-menu {
    display: none !important; }

  .closeMenu {
    display: none; }

  .mobile-right {
    margin-left: 60px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 5px; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  #welcome {
    padding-top: 15px; }
    #welcome #welcome-text {
      margin-left: 157px; }

  #background {
    background: -moz-linear-gradient(top, white 0%, #f3df79 100%);
    -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75); }

  #mainWrapper {
    width: 980px;
    margin: 0 auto; }

  #contentArea {
    width: 940px;
    padding: 30px 27px 30px 27px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #efefef;
    -moz-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    -webkit-box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75); }

  .contentHeader {
    margin-bottom: 30px !important; }
    .contentHeader h1 {
      margin: 0;
      display: inline; }
    .contentHeader p, .contentHeader h2 {
      font-size: 18px;
      line-height: 30px; }

  #introLogo {
    height: 28px; }

  #socialMedia {
    float: right;
    width: 121px;
    border-left: 1px solid #E4EDF4; }

  .socialBtn {
    margin: 14px 0 0 20px; }

  #socialMedia2 {
    position: relative;
    float: right;
    display: inline-block;
    width: 300px; }

  .socialBtn2 {
    margin: 0 0 5px 20px; }

  #mainContent {
    width: 600px;
    float: left;
    clear: left;
    padding-right: 19px;
    border-right: 1px solid #E4EDF4; }

  .catalog-img-meta .metaImages {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px; }

  .entryText {
    float: left;
    width: 508px;
    margin-left: 10px;
    margin-top: 8px; }

  .metadata p {
    margin-bottom: 40px !important; }

  .tile-list li i {
    line-height: 54px; }
  .tile-list li:hover i {
    font-size: 54px; }
  .tile-list li i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  /* ==========================================================================
   Page Content
   ========================================================================== */
  #lists {
    width: 940px; }

  #related {
    float: left;
    width: 300px;
    padding: 0 0 0 20px; }
    #related h2 {
      margin: 0; }

  .tabWrapperList {
    width: 960px;
    height: 530px; }
    .tabWrapperList li {
      width: 220px;
      margin-right: 15px;
      display: inline-block; }

  .tabsHeaderList li {
    width: 235px !important; }

  #tabTop50Tests {
    height: 516px; }

  #tabTop50Categories {
    height: 516px; }

  #tabBestTests {
    height: 516px; }

  #tabRandomTests {
    height: 530px; }

  #channelSection {
    width: 940px; }

  #channelSection h1 {
    margin-top: 10px; }

  .col2 {
    width: 390px; }

  .col3 {
    width: 280px; }

  .channel-create img {
    margin-left: 90px; }

  .channel-long-text {
    width: 31%;
    padding-right: 10px; }

  .channelColLast {
    border-right: none;
    margin-right: 0; }

  /* ==========================================================================
   Test/Quiz Page
   ========================================================================== */
  #testImage {
    width: 151px;
    height: 151px;
    margin: 10px 10px 12px 0px; }
    #testImage img {
      width: 151px; }

  .number {
    background: url("../img/result3.png") no-repeat left top;
    background-position: -0px -119px; }

  .button {
    margin: 20px auto 0; }

  #certificate {
    padding: 40px 30px 40px; }

  #certificateText {
    max-width: 558px; }

  #certificateImage {
    padding-right: 30px; }

  /* ==========================================================================
   Categories page
   ========================================================================== */
  .category {
    width: 600px; }
    .category li {
      width: 269px; }

  /* ==========================================================================
   Footer
   ========================================================================== */
  #footerNav {
    width: 940px; }

  .footerCol {
    width: 220px;
    margin-right: 20px; }

  .show-mobile-tablet {
    display: none; } }
@media only screen and (max-width: 365px) {
  #searchInput {
    width: 114px; }

  #headLogo img {
    margin-left: 45px; }

  .tabsHeaderList li {
    width: 50% !important; } }
@media only screen and (max-width: 359px) {
  #paging img {
    height: 14px;
    padding-bottom: 5px; } }
/* Components */
#headerNav #search-result {
  font-size: 14px;
  box-shadow: 0 1px 6px rgba(185, 176, 136, 0.75);
  border-bottom: 2px solid #ecd9cf;
  z-index: 10000;
  background: #f7eec2;
  text-align: left;
  display: none;
  position: absolute; }
  #headerNav #search-result .livesearch-no-results {
    height: auto; }
  #headerNav #search-result .material-icons {
    height: 27px;
    margin-top: 6px;
    padding-top: 0;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
    background: #fff6c7;
    border-radius: 3px;
    border: 1px solid #e8e0b5;
    box-shadow: 1px 1px 5px #ded28c; }
    #headerNav #search-result .material-icons a {
      width: auto;
      font-family: 'Material Icons';
      padding-top: 2px; }
    #headerNav #search-result .material-icons:hover {
      background: #fffdf3; }
      #headerNav #search-result .material-icons:hover a {
        color: #d28858; }
  #headerNav #search-result .search-quiz-ul a {
    width: 96%; }
  #headerNav #search-result ul li {
    display: block;
    float: none;
    padding: 0 5px;
    border-bottom: 1px solid #d5bca9;
    margin-right: 20px;
    width: 100%; }
    #headerNav #search-result ul li:hover {
      background: #faf2ca; }
  #headerNav #search-result ul li, #headerNav #search-result ul li a {
    font-family: "Quattrocento Sans", Helvetica, Arial;
    text-transform: none;
    color: #3b4b59;
    font-weight: 100;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #headerNav #search-result ul a {
    width: 80%; }
  #headerNav #search-result ul a,
  #headerNav #search-result .livesearch-no-results {
    display: inline-block; }
  #headerNav #search-result .livesearch-no-results {
    height: auto;
    white-space: normal; }
    #headerNav #search-result .livesearch-no-results a {
      color: #e58156; }
  #headerNav #search-result .livesearch-link {
    color: #e58156;
    white-space: normal; }
    #headerNav #search-result .livesearch-link:hover {
      text-decoration: underline; }
  #headerNav #search-result .livesearch-mehr-anzeigen span:hover {
    text-decoration: underline; }
  #headerNav #search-result .livesearch-bottom {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 13px; }
    #headerNav #search-result .livesearch-bottom a {
      color: #3b4b59; }
      #headerNav #search-result .livesearch-bottom a:hover {
        text-decoration: none; }
    #headerNav #search-result .livesearch-bottom .material-icons {
      float: none;
      background: none;
      border: none;
      box-shadow: none;
      margin-top: 0;
      display: block; }
    #headerNav #search-result .livesearch-bottom:hover {
      background: #efe6ba; }
    #headerNav #search-result .livesearch-bottom.livesearch-bottom-full-width {
      width: 100%; }

#searchInput {
  border: none;
  border-radius: 8px;
  font-family: "Quattrocento Sans";
  font-size: 16px;
  color: #3b4b59;
  outline: none;
  background: #f7eec2; }
  #searchInput:focus {
    border-color: #bf4545;
    box-shadow: 0 0 5px rgba(191, 68, 68, 0.63);
    -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.63);
    -moz-box-shadow: 0 0 5px rgba(191, 68, 68, 0.63); }

@media only screen and (min-width: 1024px) {
  #headerNav #search-result {
    border-radius: 10px;
    width: 650px;
    margin-left: -250px;
    margin-top: 5px;
    padding: 15px 7px 7px; }
    #headerNav #search-result h2 {
      padding: 0 5px; }
    #headerNav #search-result .search-result-col {
      width: 40%;
      display: inline-block;
      vertical-align: top;
      padding: 0 21px; }
      #headerNav #search-result .search-result-col a:hover {
        text-decoration: underline; }
    #headerNav #search-result .search-result-col-last {
      margin-left: 30px; }
      #headerNav #search-result .search-result-col-last li {
        height: 42px; }
      #headerNav #search-result .search-result-col-last .livesearch-no-results {
        height: auto; }
    #headerNav #search-result .material-icons {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #headerNav #search-result .material-icons a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #headerNav #search-result .material-icons:hover a {
        text-decoration: none; }
    #headerNav #search-result ul li {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #headerNav #search-result ul li, #headerNav #search-result ul li a {
      height: 42px; }
    #headerNav #search-result ul a {
      height: 32px; }
    #headerNav #search-result ul a,
    #headerNav #search-result .livesearch-no-results {
      padding-top: 10px; }
    #headerNav #search-result .livesearch-no-results {
      padding-bottom: 10px; }
      #headerNav #search-result .livesearch-no-results a {
        height: auto; }
    #headerNav #search-result .livesearch-warning {
      padding-bottom: 5px;
      text-align: center; }
      #headerNav #search-result .livesearch-warning span {
        display: inline-block;
        padding: 13px 3px; }
    #headerNav #search-result .livesearch-link {
      margin-bottom: 5px;
      width: 100%;
      height: 100%; }
      #headerNav #search-result .livesearch-link:hover {
        padding-left: 0; }
    #headerNav #search-result .livesearch-bottom {
      padding-bottom: 5px;
      margin: 0 2px;
      width: 49.3%;
      background: #f1e7b7; }

  #searchInput {
    z-index: 11;
    width: 225px;
    padding: 10px 8px 10px 8px; } }
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  #headerNav #search-result {
    border-radius: 10px;
    padding: 15px 10px 0 20px;
    box-sizing: border-box;
    width: 280px;
    margin-top: 5px;
    right: 0; }
    #headerNav #search-result h2 {
      margin-bottom: 7px;
      padding-left: 5px; }
    #headerNav #search-result .search-result-col-last {
      margin-top: 15px; }
    #headerNav #search-result .material-icons {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #headerNav #search-result .material-icons a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #headerNav #search-result .material-icons:hover a {
        text-decoration: none; }
    #headerNav #search-result ul {
      margin-right: 15px;
      margin-top: 0;
      margin-bottom: 0; }
      #headerNav #search-result ul li {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #headerNav #search-result ul a {
      height: 30px;
      padding-top: 11px; }
    #headerNav #search-result .livesearch-no-results {
      padding-top: 11px; }
    #headerNav #search-result .livesearch-warning {
      line-height: 21px;
      padding-bottom: 10px;
      white-space: normal; }
    #headerNav #search-result .livesearch-link {
      margin-bottom: 5px;
      padding-bottom: 2px; }
    #headerNav #search-result .livesearch-bottom {
      width: 50%;
      margin-bottom: 4px;
      margin-top: 6px; }

  #searchInput {
    position: relative;
    z-index: 20;
    width: 210px;
    padding: 10px 8px 10px 8px; } }
@media only screen and (max-width: 759px) {
  #headerNav #search-result {
    box-sizing: border-box;
    min-width: 300px;
    left: 0;
    width: 100%;
    padding: 8px 20px 0 20px;
    margin-top: 11px; }
    #headerNav #search-result h2 {
      margin-bottom: 10px;
      padding-left: 5px;
      font-size: 16px; }
    #headerNav #search-result .search-result-col-last {
      margin-top: 15px; }
    #headerNav #search-result .material-icons {
      float: right; }
      #headerNav #search-result .material-icons a {
        text-decoration: none; }
    #headerNav #search-result .search-quiz-ul a {
      height: 33px; }
    #headerNav #search-result ul {
      margin-top: 0;
      margin-right: 10px;
      margin-bottom: 5px;
      padding-left: 0; }
    #headerNav #search-result ul a {
      height: 32px;
      padding-top: 8px; }
    #headerNav #search-result .livesearch-no-results {
      padding-top: 8px; }
    #headerNav #search-result .livesearch-warning {
      line-height: 21px;
      display: inline-block;
      padding-bottom: 15px;
      padding-top: 10px;
      white-space: normal; }
    #headerNav #search-result .livesearch-link {
      margin-bottom: 8px;
      height: 100% !important;
      width: 50%;
      display: inline-block; }
    #headerNav #search-result .livesearch-bottom {
      width: 50%;
      margin-bottom: 5px; }

  #searchInput {
    display: none;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 190px;
    height: 35px;
    padding: 0 8px 0 8px; } }
.msg {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1;
  display: inline-flex;
  margin-right: 8px;
  padding: 5px 8px;
  margin-bottom: 3px; }

.btn, button {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1 !important;
  background-color: transparent;
  margin-top: 10px;
  margin-right: 8px;
  padding: 7px 8px;
  cursor: pointer;
  align-items: center;
  border-radius: 3px; }
  .btn:hover, button:hover {
    background-color: #f7f7f7 !important; }
  .btn input, .btn span, button input, button span {
    box-shadow: none;
    padding: 1px 6px;
    font-weight: bold !important; }

button {
  font-size: 14px;
  font-family: "Quattrocento Sans", Helvetica, Arial; }

.fade-in {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.commentsystem {
  font-size: small;
  padding: 0;
  margin-top: 0;
  width: 100%;
  clear: both;
  line-height: normal; }
  .commentsystem .comments_area_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .commentsystem .comments_area_title .title {
      padding-right: 8px;
      display: inline-block; }
      .commentsystem .comments_area_title .title h2 {
        margin: 0 !important;
        font-size: 24px; }
  .commentsystem .commentslist {
    margin-top: 24px; }
    .commentsystem .commentslist .comment {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 14px;
      border: 1px solid #f5ece1;
      border-radius: 3px;
      padding-bottom: 5px; }
      .commentsystem .commentslist .comment .delete-btn {
        margin-left: 10px; }
      .commentsystem .commentslist .comment .meta {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9eedf+0,f9e7d0+100 */
        background: #f9eedf;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f9eedf 0%, #fbead3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f9eedf 0%, #fbead3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f9eedf 0%, #fbead3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9eedf', endColorstr='#f9e7d0', GradientType=0);
        /* IE6-9 */
        border-radius: 3px;
        padding-left: 11px;
        padding-top: 3px;
        padding-bottom: 8px;
        box-shadow: -0.5px 2.5px 7px rgba(234, 222, 205, 0.65);
        color: black;
        border: black; }
        .commentsystem .commentslist .comment .meta .author_name {
          color: #6d4c2d;
          font-weight: bold;
          font-size: 13px; }
        .commentsystem .commentslist .comment .meta .comment_details {
          float: right;
          margin-right: 10px;
          margin-left: 10px;
          display: inline-block;
          color: #252525; }
      .commentsystem .commentslist .comment .comment_text {
        background: transparent;
        border: black;
        margin-top: 8px;
        margin-left: 5px;
        padding: 2px 5px;
        overflow-wrap: break-word; }
      .commentsystem .commentslist .comment .author-number {
        font-size: 11px;
        font-weight: 300; }
  .commentsystem .error, .commentsystem .success {
    box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
    border: 1px solid #d1d1d1;
    display: inline-flex;
    margin-right: 8px;
    padding: 5px 8px;
    margin-bottom: 3px;
    border-radius: 2px; }
  .commentsystem .error {
    background: #fde5dc;
    box-shadow: 0 0 1px 1px rgba(236, 191, 181, 0.35);
    border-color: #e0beb5; }
  .commentsystem .success {
    background: #eefded;
    box-shadow: 0 0 1px 1px rgba(210, 236, 213, 0.35);
    border-color: #c8e0c8; }
  .commentsystem .commentslist {
    clear: both; }
  .commentsystem .comment {
    margin-bottom: 10px; }
    .commentsystem .comment .meta {
      font-size: 11px;
      color: #77bbff;
      background-color: #ddeeff;
      border: 1px solid #ffe4c8;
      padding: 4px;
      padding-left: 0;
      padding-right: 5px;
      height: 14px !important; }
      .commentsystem .comment .meta .author_name {
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1px; }
  .commentsystem label {
    font-size: 12px; }
  .commentsystem .editing_comment_form_text_area {
    margin-top: 10px; }
  .commentsystem .pagination {
    margin-top: 25px;
    float: none;
    text-align: center;
    font-size: 24px;
    font-family: 'Oswald'; }
    .commentsystem .pagination a, .commentsystem .pagination span {
      padding: 0px 5px;
      text-decoration: none; }
    .commentsystem .pagination a:hover {
      text-decoration: none; }
    .commentsystem .pagination .bullet {
      padding: 0;
      display: inline-block; }
    .commentsystem .pagination img {
      padding-bottom: 6px;
      height: 19px;
      transition: opacity .15s; }
      .commentsystem .pagination img:hover {
        opacity: .75; }
    .commentsystem .pagination .active_link, .commentsystem .pagination .bullet {
      color: #6c88a1; }
  .commentsystem .comment_text textarea {
    width: 98%;
    height: 100px; }

#commentform_verificationimage {
  width: 100px;
  height: 20px; }

.nosee {
  display: none; }

.comment-form {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 6px; }
  .comment-form ::-webkit-input-placeholder {
    /* Chrome */
    color: #d8a013; }
  .comment-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #d8a013; }
  .comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d8a013;
    opacity: 1; }
  .comment-form :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #d8a013;
    opacity: 1; }
  .comment-form input, .comment-form textarea {
    font-family: "Quattrocento Sans", Helvetica, Arial;
    font-size: 14px;
    box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.05);
    border: 1px solid #e8e8e8;
    padding: 7px;
    outline: none;
    color: #191437; }
    .comment-form input:focus, .comment-form textarea:focus {
      border: 1px solid #e7c68b;
      box-shadow: 0 0 2px 2px rgba(207, 163, 72, 0.3); }
  .comment-form textarea {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100% !important;
    display: block;
    max-width: 600px !important; }

.editing_form {
  margin-left: 20px;
  max-width: 580px; }

/* submit form */
#tnt_comments_submit_form #commentform_yourname {
  margin-bottom: 5px; }
#tnt_comments_submit_form textarea {
  transition: height .4s;
  height: 45px;
  resize: none; }
#tnt_comments_submit_form #comment-options .show-textformat-btn, #tnt_comments_submit_form #comment-options .comment_form_submit_label {
  align-items: center;
  border-radius: 3px;
  border-color: #a7640b; }
  #tnt_comments_submit_form #comment-options .show-textformat-btn input, #tnt_comments_submit_form #comment-options .show-textformat-btn span, #tnt_comments_submit_form #comment-options .comment_form_submit_label input, #tnt_comments_submit_form #comment-options .comment_form_submit_label span {
    box-shadow: none;
    padding: 1px 6px;
    font-weight: bold !important; }
#tnt_comments_submit_form #comment-options .comment_form_submit_label {
  display: inline-flex;
  align-items: center;
  margin-right: 12px; }
  #tnt_comments_submit_form #comment-options .comment_form_submit_label input {
    font: inherit;
    font-size: 14px;
    color: #3b4b59; }
  #tnt_comments_submit_form #comment-options .comment_form_submit_label .material-icons {
    padding: 0; }
  #tnt_comments_submit_form #comment-options .comment_form_submit_label .material-icons.md-18 {
    font-size: 18px;
    padding-top: 3px; }
  #tnt_comments_submit_form #comment-options .comment_form_submit_label .comment_form_submit {
    margin-top: 0;
    background: transparent;
    border: none; }
#tnt_comments_submit_form #comment-options .show-textformat-btn {
  font-size: 14px;
  padding-top: 8px; }
  #tnt_comments_submit_form #comment-options .show-textformat-btn .material-icons.md-18 {
    padding-top: 3px; }

/* if no permission to write comment stuff */
.no-comment-msg {
  box-shadow: 0 0 2px 2px rgba(59, 75, 89, 0.03);
  border: 1px solid #d1d1d1;
  display: inline-flex;
  margin-right: 8px;
  padding: 5px 8px;
  margin-bottom: 3px;
  line-height: 18px; }
  .no-comment-msg i {
    color: #acacac;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .no-comment-msg span {
    display: inline-block;
    padding-left: 10px;
    padding-top: 3px; }

/* temp */
.commentsystem {
  max-width: 600px;
  margin-bottom: 15px; }

#tnt_comments_submit_form {
  display: block !important; }

/* icons */
.material-icons {
  padding-top: 5px;
  display: inline-block; }
  .material-icons.yellow {
    color: #e58156; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.image-verification {
  padding: 8px 0 5px; }
  .image-verification img {
    margin-bottom: 4px; }
  .image-verification input {
    width: 350px; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  min-height: 50px;
  word-wrap: break-word;
  font-size: 14px;
  width: 100%;
  padding: 7px; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

@media only screen and (max-width: 759px) {
  .pagination {
    font-size: 20px !important; }

  textarea, input[type="text"], .hiddendiv {
    font-size: 16px !important; }

  .hiddendiv {
    padding-left: 17px;
    padding-right: 17px; }

  .commentsystem .commentslist .comment {
    font-size: 15px !important; }

  #tnt_comments_submit_form #comment-options .show-textformat-btn {
    font-size: 15px; }

  .commentsystem {
    font-size: 14px; } }
@media only screen and (max-width: 1000px) {
  .modal-content {
    width: 80%; } }
#textformat {
  display: none;
  margin-top: 15px;
  opacity: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-name: fadeIn;
  animation-duration: 0.3s; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.textformat-line .textformat-btn {
  transition: all .1s ease;
  padding: 4px 6px;
  margin: 3px 2px 5px 0;
  display: inline-block;
  color: white;
  cursor: pointer;
  /* colors */
  /* other */ }
  .textformat-line .textformat-btn:hover {
    padding-right: 9px;
    padding-left: 9px; }
  .textformat-line .textformat-btn.blue {
    background: #0072bb;
    font-size: 12px; }
    .textformat-line .textformat-btn.blue:hover {
      background: #0091ee; }
  .textformat-line .textformat-btn.red {
    background: #e27572;
    font-size: 12px; }
    .textformat-line .textformat-btn.red:hover {
      background: #eb9e9c; }
  .textformat-line .textformat-btn.green {
    background: #44a355;
    font-size: 12px; }
    .textformat-line .textformat-btn.green:hover {
      background: #5ebc6f; }
  .textformat-line .textformat-btn.maroon {
    background: #914646;
    font-size: 12px; }
    .textformat-line .textformat-btn.maroon:hover {
      background: #b05a5a; }
  .textformat-line .textformat-btn.olive {
    background: #678969;
    font-size: 12px; }
    .textformat-line .textformat-btn.olive:hover {
      background: #82a184; }
  .textformat-line .textformat-btn.teal {
    background: #017e7e;
    font-size: 12px; }
    .textformat-line .textformat-btn.teal:hover {
      background: #01b1b1; }
  .textformat-line .textformat-btn.navy {
    background: #293780;
    font-size: 12px; }
    .textformat-line .textformat-btn.navy:hover {
      background: #3548a7; }
  .textformat-line .textformat-btn.purple {
    background: #7f4c91;
    font-size: 12px; }
    .textformat-line .textformat-btn.purple:hover {
      background: #9a63ad; }
  .textformat-line .textformat-btn.gray {
    background: #585858;
    font-size: 12px; }
    .textformat-line .textformat-btn.gray:hover {
      background: #727272; }
  .textformat-line .textformat-btn.fuchsia {
    background: #b96a9c;
    font-size: 12px; }
    .textformat-line .textformat-btn.fuchsia:hover {
      background: #c98db3; }
  .textformat-line .textformat-btn.bold {
    background: #898989;
    font-size: 12px;
    font-weight: 900; }
    .textformat-line .textformat-btn.bold:hover {
      background: #a3a3a3; }
  .textformat-line .textformat-btn.cur {
    background: #898989;
    font-size: 12px;
    font-style: italic; }
    .textformat-line .textformat-btn.cur:hover {
      background: #a3a3a3; }
  .textformat-line .textformat-btn.unli {
    background: #898989;
    font-size: 12px;
    text-decoration: underline; }
    .textformat-line .textformat-btn.unli:hover {
      background: #a3a3a3; }
  .textformat-line .textformat-btn.big {
    background: #898989;
    font-size: 12px; }
    .textformat-line .textformat-btn.big:hover {
      background: #a3a3a3; }
  .textformat-line .textformat-btn.small {
    background: #898989;
    font-size: 12px; }
    .textformat-line .textformat-btn.small:hover {
      background: #a3a3a3; }

/* Country specific code */
@media only screen and (min-width: 1024px) {
  .fixedskyscrap {
    position: fixed;
    top: 20; }

  #skyscrapper {
    min-width: 160px;
    position: fixed;
    z-index: 10000;
    margin-left: 1000px;
    margin-top: 20px; }

  #skyscrapperleft {
    min-width: 160px;
    position: fixed;
    z-index: 10000;
    margin-left: -310px;
    margin-top: 20px; }

  #welcome #welcome-text #indexP {
    font-size: 17px; }
  #welcome #welcome-text h1 {
    font-size: 30px; }

  #logoBig, #introLogo {
    top: 0; }

  #introLogo {
    padding-left: 8px;
    padding-bottom: 5px; }

  #lists {
    border-top: none;
    top: 0; }

  .channel-create p {
    margin-right: 300px; }

  #timeLeft {
    bottom: 115px; }

  #certificateText {
    float: left; } }
@media only screen and (min-width: 760px) and (max-width: 1023px) {
  .fixedskyscrap {
    position: fixed;
    top: 20; }

  #skyscrapper {
    position: fixed; }

  #introLogo {
    height: 20px;
    margin-bottom: 4px; }

  #lists {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    top: 0; }

  #timeLeft {
    bottom: 115px; } }
@media only screen and (max-width: 759px) {
  #advertising {
    position: relative;
    z-index: 300;
    width: 365px;
    margin: 20px auto 20px;
    text-align: center; }

  #mobileBanner {
    display: none; }

  #banner {
    min-height: 20px;
    z-index: 10000;
    width: 365px;
    margin: 0 auto 20px;
    text-align: center; }

  #welcome #welcome-text {
    margin-top: 15px; }

  .contentHeader {
    margin-bottom: 25px !important; }

  #introLogo {
    height: 16px;
    margin-bottom: 4px; } }

/*# sourceMappingURL=design7-en.css.map */
