/**
 * General styling and reset of elements
 * Alot taken from the great normalize.css project: https://github.com/necolas/normalize.css
 *
 */

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

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

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { font-size: 62.5%; }
@-ms-viewport{ width: device-width; }

body {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f0f0f0;
}

body.comic-sans {
    font-family: 'Comic Sans', 'Comic Sans MS', 'Chalkboard', 'ChalkboardSE-Regular', 'Marker Felt', 'Purisa', 'URW Chancery L', cursive, sans-serif; 
}

/* wysiwyg override */
body.neo-content {
    background-color: #fff;
    background-image: none !important;
}

#spring-tp,
#unispring-tp {
    position: absolute;
    top: -9999px;
}

button, input {
    line-height: 1;
    font: inherit;
    -webkit-border-radius:0; 
    border-radius:0; 
}

button, input[type=button] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible; 
    -webkit-user-select: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic; 
}

a {
    color: #333;
}

a:focus {
    outline: thin dotted;
}

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

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

:-moz-placeholder {
    color: #aaa;
}

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

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

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

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: .4rem .6rem;
    border: 1px solid rgba(0,0,0,0.1);
    height: 3rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    box-shadow: inset 0px .2rem .4rem 0px rgba(0,0,0,0.05);
    transition: border linear 0.2s, box-shadow linear 0.2s;;
    border-radius: .3rem;
    color: #555;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #999;
    box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.3);
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
}

textarea {
    font-family: "Helvetica Bold", Arial, Verdana, sans-serif;
    overflow: auto;
    vertical-align: top; 
    height: auto;
}

input[type="range"], input[type="slider"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  height: 1rem;
  margin: 0;
  border: 0px none;
  border: 1px solid rgba(0,0,0,0.1);
  padding: .2rem .1rem;
  border-radius: .4rem;
  background: rgba(0,0,0,0.3);
  background: #fff;
  box-shadow: inset 0px .2rem .4rem 0px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-track {
  border: 0 none;
  background: transparent;
}
input[type="range"]::-ms-track {
  border: 0 none;
  color: transparent; /* don't drawn vertical reference line */
  background: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent;
}
input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 4rem;
  height: 3rem;
  border: none;
  border-radius: .4rem;
  background: #444;
  box-shadow: 0 -0.4rem rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 4rem;
  height: 3rem;
  border: none;
  border-radius: .4rem;
  background: #444;
  box-shadow: 0 -0.4rem rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
}
input[type="range"]::-ms-thumb {
  width: 4rem;
  height: 3rem;
  border-radius: .4rem;
  border: 0;
  background: #444;
  box-shadow: 0 -0.4rem rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
}


/* thumb */

:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}

h1 { font-size: 4rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.25rem; }

/* Buttons */

.button {
    display: inline-block;
    padding: .4rem 1.2rem .8rem 1.2rem;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background: #333;
    background: #444;
    border-radius: .4rem;
    box-shadow: 0 -0.4rem rgba(0, 0, 0, 0.1) inset;
    border: 0px;
    text-shadow: none;
}

.button[disabled],
.button.disabled {
    cursor: default;
    opacity: 0.5;
}

.no-touch .button:hover,
.button:focus,
.button[disabled],
.button.pressed {
    color: #ffffff;
    outline: 0px;
}

a.button:not(.button-plain):not(.button-yellow):not(.button-white):visited {
    color: #ffffff !important;
}

.button:active,
.button.active,
.button.pressed {
    outline: 0;
    box-shadow: 0 .4rem rgba(0, 0, 0, 0.1) inset;
    padding: .8rem 1.2rem .4rem 1.2rem;
}

.button.button-plain {
    background: #f5f5f5;
}

.button.button-white {
    background: #fff;
}

.button.button-black {
    background: #000;
    box-shadow: 0 -0.4rem rgba(255, 255, 255, 0.2) inset;
}

.button.button-green {
    background: #72C054;
}

.button.button-red {
    background: #CF4848;
}

.button.button-yellow {
    background: #ffd748;
}

.button.button-light-blue {
    background: #43a4d1;
}

.button.button-facebook {
    background: #3b5998;
}

.button.button-facebook .icon-facebook {
    font-size: 1.2rem;
    margin-right: .3rem;
}

.button.button-black:active,
.button.button-black.active,
.button.button-black.pressed {
    box-shadow: 0 .4rem rgba(255, 255, 255, 0.2) inset;
}

.button.button-white,
.button.button-plain,
.button.button-yellow {
    color: #444 !important;
}

.button > * {
    display: inline-block !important;
    vertical-align: middle !important;
}

.button.button-small {
    border-radius: .2rem;
    font-size: 1.2rem;
    padding: .2rem 1rem .4rem 1rem;
    box-shadow: 0 -0.2rem rgba(0, 0, 0, 0.1) inset;
}
.button.button-small:active,
.button.button-small.active,
.button.button-small.pressed {
    padding: .4rem 1rem .2rem 1rem;
    box-shadow: 0 .2rem rgba(0, 0, 0, 0.1) inset;
}
.button.button-large {
    font-size: 2rem;
    padding: 1rem 1.5rem 1.4rem 1.5rem;
}
.button.button-large:active,
.button.button-large.active,
.button.button-large.pressed {
    padding: 1.4rem 1.5rem 1rem 1.5rem;
}

/* Buttons groups */
.button-group .button {
    float: left;
    border-radius: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.button-group .button:first-child,
.button-group .button.first {
    border-radius: .4rem 0 0 .4rem;
}
.button-group .button:last-child,
.button-group .button.last {
    border-radius: 0 .4rem .4rem 0;
    border-right-width: 0px;
}
.button-group .button:first-child:last-child,
.button-group .button.first.last {
    border-left-width: 1px;
    border-radius: .4rem;
}
.button-group .button.button-small:first-child,
.button-group .button.button-small.first {
    border-radius: .2rem 0 0 .2rem;
}
.button-group .button.button-small:last-child,
.button-group .button.button-small.last {
    border-radius: 0 .2rem .2rem 0;
}
.button-group .button.button-small:first-child:last-child,
.button-group .button.button-small.first.last {
    border-radius: .2rem;
}

/* Input group (usually a group containing an input and a button) */
.input-group > * {
    float: left;
    border-radius: 0;
    border-right: 0px;
    vertical-align: bottom;
}
.input-group.flex > * {
    align-self: flex-end;
}
.input-group .button {
    height: 3rem;
}
.input-group.flex input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
.input-group > *:first-child, .input-group > *:first-child > * {
    border-radius: .3rem 0 0 .3rem;
}
.input-group > *:last-child, .input-group > *:last-child > * {
    border-radius: 0 .3rem .3rem 0;
}
.input-group > *:last-child {
    border-right: 1px solid rgba(0,0,0,0.1);
}
.input-group > *:last-child:first-child {
     border-radius: .3rem;
}

.input-group > .button input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* .bare-link turns a button into a link */
.bare-link {
    color: #333;
    font-weight: 400;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

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

mark {
    background-color: transparent;
    color: inherit;
}

#main > .top-header,
.section-header {
    font-weight: normal;
    font-family: "Crete Round";
    font-size: 4.2em;
    line-height: 1.2em;
    margin-bottom: 12px;
}

#main > .top-header {
    font-weight: normal;
    letter-spacing: 1px;
    margin: -28px 0 21px;
    background-color: #333;
    color: white;
    text-align: right;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 0 5px 5px;
}

.has-header-image #main > .top-header {
    width: 1000px;
    margin: 0px 0px 0px -22px;
}

#main > .top-header.normal-font {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
}

#main > .top-header.align-left {
    text-align: left;
}

#main > .top-header a {
    text-align: left;
    text-decoration: none;
    display: block;
    color: white;
}

#main > .top-header > * {
    vertical-align: middle;
}

#main > .top-header a.button {
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    padding: 0px 12px;
    font-size: 13px;
}

.no-touch #main > .top-header a:hover {
    text-decoration: underline;
}

#main > .top-header a * {
    display: inline-block;
}

#main > .top-header a img {
    margin-left: 5px;
}

/** 
 * Helper classes
 *
 */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.align-top { vertical-align: top; }
.align-bottom { vertical-align: bottom; }
.align-middle { vertical-align: middle; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-content-top > *, .act > * { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }
.align-content-bottom > *, .acb > * { display: inline-block; vertical-align: bottom; *display: inline; *zoom: 1; }
.align-content-middle > *, .acm > * { display: inline-block; vertical-align: middle; *display: inline; *zoom: 1; }
.align-content-middle > [class*="icon-"], .acm > [class*="icon-"] { vertical-align: middle !important; }

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

.inline { display: inline; }
.inline-block { display: inline-block; *display: inline; *zoom: 1; }
.hide { display: none !important; }
.none { display: none; }
.block { display: block; }
.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; }
.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flex-wrap { -webkit-flex-flow: row wrap; flex-wrap: wrap; }
.flex-column { -webkit-flex-direction: column; flex-direction: column; }
.flex.align-center { align-items: center; }
.flex.align-center > * { margin-left: auto; margin-right: auto; }
.flex.align-content-middle > *, .flex.acm > * { margin-top: auto; margin-bottom: auto; }
.flex-grow-children > * { flex-grow: 1; }

.flex.clearfix:before, .flex.clearfix:after { display: none; }

.f-right { float: right; }
.f-left { float: left; }

.half-width { width: 50%; }
.full-width { width: 100%; }

.no-border { border: 0px none !important; }
.no-margin { margin: 0px !important; }
.no-padding { padding: 0px !important; }
.no-float { float: none !important; }
.no-clear { clear: none !important; }
.no-list-style, .nls { list-style-type: none; }
.no-border-radius { border-radius: 0px !important; }
.disc { list-style-type: disc;}

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }

.stick { position: fixed; }

.pointer { cursor: pointer; }

.white, .white:hover, .white:visited { color: #fff !important; }
.black { color: #000; }
.main-color, .mc, .no-touch .mcoh:hover, .site-color, .sc, .no-touch .scoh:hover { color: #333; }
.tek-success, .tek-plus, .tek-green { color: #72C054; }
.tek-error, .tek-minus, .tek-red { color: #AC2A2A; }

.main-background-color, .site-background-color, .mbc, .sbc { background-color: #333; }

.small-font { font-size: 0.8rem; }
.normal-font { font-size: 1.2rem; }
.medium-font { font-size: 1.6rem; }
.large-font { font-size: 2rem; }
.xlarge-font { font-size: 3rem; }

.break-word { word-wrap: break-word; }
.nowrap { white-space: nowrap; }
.ellipsis { text-overflow: ellipsis; }

.italic { font-style: italic; }
.ultra-thin { font-weight: 100; }
.thin { font-weight: 200; }
.light { font-weight: 300; }
.normal { font-weight: 400; }
.semi-bold, .weight-600 { font-weight: 600; }
.bold { font-weight: 700; }
.line-through { text-decoration: line-through; }
.underline { text-decoration: underline;}
.uppercase { text-transform: uppercase; }
.no-text-decoration, .ntd, .underline-on-hover, .uoh { text-decoration: none; }
.no-touch .underline-on-hover:hover, .no-touch .uoh:hover { text-decoration: underline; }

.helvetica, .arial { font-family: Helvetica, Arial, sans-serif; }
.oswald { font-family: "Oswald", Helvetica, Arial, sans-serif; }
.crete-round { font-family: "Crete Round", Times, sans-serif; }
.open-sans { font-family: "Open Sans", Helvetica, Arial, sans-serif; }
.century-gothic { font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif; }

.border-radius-medium { border-radius: 4px; }
.circle { border-radius: 50%; }

.overflow-hidden { overflow: hidden; }
.overflow-scroll { overflow:scroll; }
.overflow-auto { overflow: auto; }

.no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grayscale {
    filter: gray;
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Margins and containers */
.child-margin-medium>*:first-child {
    margin-top: 0;
}
.child-margin-medium>*:last-child {
    margin-bottom: 0;
}
.child-margin-medium>* {
    margin-top: 7px;
    margin-bottom: 7px;
}
.container-padding-medium {
    padding: 7px;
}
.container-margin-medium {
    margin: 7px;
}

.next-page {
    -webkit-backface-visibility: hidden;
    width: 200px;
    height: 169px;
    float: right;
    color: #fff;
    position: relative;
    padding: 5px;
}

.arrow-right:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-left: 26px solid #333;
    position: absolute;
    top: 0;
    right: -26px;
}

.arrow-left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-right: 26px solid #C23B1B;
    position: absolute;
    top: 0;
    left: -26px;
}

.no-touch .next-page:hover {
    color: #fff;
    opacity: .9;
}

.next-page span {
    float: right;
    clear: right; 
    text-transform: uppercase;
    font-family: Oswald;
}

.next-page .title {
    font-size: 3.5rem;
    line-height: 1em;
}

.next-page .num {
    font-size: 13rem;
    line-height: 1em;
}

.arrow-links {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    pointer-events: none;
    width: 80px;
    list-style-type: none;
}

.arrow-links li {
    display: block;
    margin-bottom: 10px !important;
}

.arrow-links a {
    color: #fff !important;
    pointer-events: auto;
}

.no-touch .arrow-links a:hover {
    opacity: 0.4;
}

.tek-tag {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff !important;
    background: rgba(20, 23, 23, 0.9);
    text-decoration: none !important;
    font-family: Oswald, Helvetica, Times, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .3rem 1.1rem;
    display: inline-block;
}


/* FONT AWESOME: http://fortawesome.github.com/Font-Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../3rdparty/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../3rdparty/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0#iefix') format('embedded-opentype'),
    url('../3rdparty/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
    url('../3rdparty/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
  line-height: .6em;
}
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */

.icon-map-marker:before { content: "\f041"; }
.icon-bars:before { content: "\f0c9";}
.icon-bar-chart:before, .icon-tester:before { content: "\f080"; }
.icon-print:before { content: "\f02f"; }
.icon-priceguide:before { content: "\f02a"; }
.icon-external:before { content: "\f02d"; }
.icon-article:before { content: "\f054"; }
.icon-forum:before { content: "\f075"; }
.icon-test:before { content: "\f005"; }
.icon-guide:before { content: "\f05a"; }
.icon-globe:before {content: "\f0ac";}
.icon-recommendation:before {content: "\f046";}
.icon-reorder:before {content: "\f0c9";}
.icon-random:before {content: "\f074";}
.icon-thumbs-up:before {content: "\f087";}
.icon-thumbs-down:before {content: "\f088";}
.icon-star:before {content: "\f005";}
.icon-userreview:before {content: "\f005";}
.icon-facebook-sign:before {content: "\f082";}
.icon-facebook:before {content: "\f09a";}
.icon-twitter:before {content: "\f099";}
.icon-twitter-sign:before {content: "\f081";}
.icon-google-plus:before {content: "\f0d5";}
.icon-linkedin:before {content: "\f0e1";}
.icon-linkedin-square:before {content: "\f08c";}
.icon-check:before {content: "\f00c";}
.icon-check-square:before {content: "\f046";}
.icon-check-empty:before {content: "\f096";}
.icon-remove:before {content: "\f00d";}
.icon-remove-sign:before {content: "\f057";}
.icon-ban:before {content: "\f05e";}
.icon-asterisk:before {content: "\f069";}
.icon-plus:before {content: "\f067";}
.icon-plus-circle:before {content: "\f055";}
.icon-plus-sign-alt:before {content: "\f0fe";}
.icon-minus:before {content: "\f068";}
.icon-minus-circle:before {content: "\f056";}
.icon-play:before {content: "\f04b";}
.icon-play-circle:before {content: "\f01d";}
.icon-lock:before {content: "\f023";}
.icon-unlock:before {content: "\f09c";}
.icon-desktop:before {content: "\f108";}
.icon-tags:before {content: "\f02c";}
.icon-tag:before {content: "\f02b";}
.icon-spinner:before {content: "\f110";}
.icon-question:before {content: "\f128";}
.icon-question-sign:before {content: "\f059";}
.icon-smile:before {content: "\f118";}
.icon-microphone:before {content: "\f130";}
.icon-film:before {content: "\f008";}
.icon-camera:before {content: "\f030";}
.icon-video-camera:before {content: "\f03d";}
.icon-comment:before {content: "\f075";}
.icon-expand:before {content: "\f065";}
.icon-arrow-right:before {content: "\f061";}
.icon-arrow-left:before {content: "\f060";}
.icon-arrow-up:before {content: "\f062";}
.icon-arrow-down:before {content: "\f063";}
.icon-arrows:before {content: "\f047";}
.icon-arrows-v:before {content: "\f07d";}
.icon-arrows-alt:before {content: "\f0b2";}
.icon-warning-sign:before {content: "\f071";}
.icon-gamepad:before {content: "\f11b";}
.icon-table:before {content: "\f0ce";}
.icon-picture:before {content: "\f03e";}
.icon-info:before {content: "\f129";}
.icon-trophy:before {content: "\f091";}
.icon-group:before {content: "\f0c0";}
.icon-edit:before {content: "\f044";}
.icon-pencil:before {content: "\f040";}
.icon-wrench:before {content: "\f0ad";}
.icon-comments-alt:before {content: "\f0e6";}
.icon-envelope:before {content: "\f0e0";}
.icon-envelope-alt:before {content: "\f003";}
.icon-home:before {content: "\f015";}
.icon-heart:before {content: "\f004";}
.icon-ok:before {content: "\f00c";}
.icon-user:before {content: "\f007";}
.icon-file-text:before {content: "\f15c";}
.icon-file-text-alt:before {content: "\f0f6";}
.icon-align-left:before {content: "\f036";}
.icon-align-justify:before {content: "\f039";}
.icon-sitemap:before {content: "\f0e8";}
.icon-certificate:before {content: "\f0a3";}
.icon-gear:before {content: "\f013";}
.icon-warning:before {content: "\f071";}
.icon-upload:before {content: "\f093";}
.icon-download:before {content: "\f019";}
.icon-sort:before {content: "\f0dc";}
.icon-list-ol:before {content: "\f0cb";}
.icon-shopping-cart:before { content: "\f07a";}
.icon-share:before { content: "\f1e0";}
.icon-code:before { content: "\f121";}
.icon-star-o:before {content: "\f006";}
.icon-circle:before {content: "\f111";}
.icon-sort-asc:before {content: "\f0dd";}
.icon-trash:before {content: "\f014";}
.icon-exclamation-circle:before {content: "\f06a";}
.icon-th-large:before {content: "\f009";}
.icon-tek-logo:before {content: "\f011";}
.icon-square:before {content: "\f0c8";}
.icon-clock:before {content: "\f017";}
.icon-caret-right:before {content: "\f0da";}
.icon-caret-left:before {content: "\f0d9";}
.icon-caret-down:before {content: "\f0d7"}
.icon-caret-up:before {content: "\f0d8";}
.icon-search:before {content: "\f002";}
.icon-search-plus:before {content: "\f00e";}
.icon-search-minus:before {content: "\f010";}
.icon-level-down:before {content: "\f149";}
.icon-level-up:before {content: "\f148";}
.icon-money:before {content: "\f0d6";}
.icon-dollar:before {content: "\f155";}
.icon-steam:before {content: "\f1b6";}
.icon-steam-square:before {content: "\f1b7";}
.icon-twitch:before {content: "\f1e8";}
.icon-youtube:before {content: "\f167";}
.icon-youtube-play:before {content: "\f16a";}
.icon-toggle-left:before {content: "\f191";}
.icon-toggle-right:before {content: "\f152";}
.icon-ellipsis-v:before {content: "\f142";}
.icon-calendar:before {content: "\f133";}
.icon-save:before {content: "\f0c7";}
.icon-refresh:before {content: "\f021";}
.icon-signal:before {content: "\f012";}
.icon-mobile:before {content: "\f10b";}
.icon-sliders:before {content: "\f1de";}
.icon-tek:before {content: "\f011";}
.icon-newspaper-o:before {content: "\f1ea";}
.icon-plus-square:before {content: "\f0fe";}
.icon-bar-chart:before {content: "\f080";}
.icon-plus-square-o:before {content: "\f196";}
.icon-minus-square-o:before {content: "\f147";}
.icon-shield:before, .icon-tjenester:before { content: "\f132";}
.icon-link:before, .icon-nettsteder:before { content: "\f0c1";}
.icon-line-chart:before {content: "\f201";}
.icon-filter:before {content: "\f0b0";}

[data-tek-tooltip] {
    position: relative;
}

[data-tek-tooltip]:hover:after {
    content: attr(data-tek-tooltip);
    font-family: Arial, sans-serif;
    position: absolute;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    font-size: 14px;
    padding: 0 6px;
    white-space: nowrap;
    left: 100%;
    top: 0px;
    bottom: 0px;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1;
}

/**
 * Main containers
 *
 */

/* WRAPPER */
#wrapper {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 22px 22px 0;
    width: 1000px;
    margin: auto;
}

.container {
    width: 1220px;
    margin: auto;
    position: relative;
}


/* HEADER */
#header {
    border-bottom: 11px solid #333;
    margin-bottom: 22px;
    padding-bottom: .8rem;
    min-height: 95px;
    position: relative;
}

#header .fb-like {
    opacity: 0;
    z-index: 4;
    height: 3rem;
    line-height: 3rem;
    margin-right: 2.2rem;    
}

#header .fb-like[fb-xfbml-state="rendered"] {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#header .fb-like > * {
    vertical-align: middle !important;
}

#wrapper .tek-nav .forsiden {
    display: none !important;
}

.tek-nav-toggle {
    display: none;
}

.top-nav {
    background: #000;
    color: #fff;
    height: 34px;
    line-height: 34px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.top-nav .centered {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.top-nav .network-links {
    font-size: 1.4rem;
}

.top-nav .network-links li {
    opacity: 1;
    margin: 0 15px 0 0;
}

.top-nav .network-links a:not(.sc):not(:hover) {
    color: #fff;
}

.tek-nav {
    background-color: #333;
    height: 33px;
    margin: 0 -22px 11px;
}

.tek-nav-toggle {
    display: none;
}

.tek-nav ul {
    float: left;
    cursor: default;
    padding: 5px 17px;
    text-transform: uppercase;
    font-family: "Oswald", Arial;
    font-size: 1.2rem; 
    list-style: none;
}

.tek-nav li {
    float: left;
    z-index: 3;
    position: relative;
    border-right: 1px solid #777;
    padding: .3em .5em .3em .5em;
}

.main-nav a {
    text-decoration: none;
}

.tek-nav a {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .6;
    text-decoration: none;
}

.tek-nav li > a:hover,
.tek-nav .selected > a {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#header .tek-nav[role=navigation] li.forside {
    display: none !important;
}

.tek-nav[role=navigation] {
    background: none;
    margin: 0;
    bottom: 2px;
    right: 0;
    position: absolute;
}

.tek-nav[role=navigation] ul {
    padding: 0;
}

.tek-nav[role=navigation] li {
    display: inline-block;
    float: left;
    position: relative;
    border-right: 1px solid #ccc;
    padding: .2em .4em .1em .4em;
    font-size: 2.2rem;
    line-height: 2.5rem;
}

.tek-nav[role=navigation] li > a {
    color: #333;
    letter-spacing: -.07em;
    word-spacing: 0.2em;
}

.tek-nav[role=navigation] .a-aa:after {
    position: absolute;
    bottom: -1px;
    left: 33%;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #333;
}

.tek-nav[role=navigation] .a-aa a {
    font-size: .75em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -3px;
    position: relative;
}

.product-nav {
    margin: 0 0 0 -22px;
    width: 1000px;
    height: 35px;
    position: relative;
    background: #333;
}

.product-nav.fixed {
    position: fixed;
    top: 0px;
    z-index: 10;
}

.product-nav ul {
    margin: 0px auto;
    height: 35px;
    padding: 8px 12px;
}

.product-nav li {
    float: left;
    border-right: 1px solid #999;
    line-height: 1em;
    font-family: Oswald;
}

.product-nav li:last-child {
    border-right: 0px;
}

.product-nav li a {
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 10px;
    display: block;
}

.product-nav li.selected a,
.product-nav li a:hover {
    color: #fff;
}

.product-nav li a > * {
    display: inline-block;
    vertical-align: middle;
}

.product-nav .platform {
    position: absolute;
    right: 22px;
    top: 6px;
    border: 1px solid #fff;
}

/* Header search form */

.top-search-form {
    margin-left: 2.2rem;
}

.top-search-form input {
    height: 33px;
    border: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-size: 1.2rem;
    padding: 5px 10px;
    background: rgb(227, 227, 227);
    color: rgb(129, 131, 131);
}

.top-search-form input:hover,
.top-search-form input:focus {
    box-shadow: none;
    background: rgb(242, 242, 242);
}

.top-search-form .button {
    border: 0px;
    border-radius: 0px;
    padding: 0 11px;
    height: 33px;
    text-shadow: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 500;
    box-shadow: none;
}

.no-touch .top-search-form .button:hover {
    background: rgb(57, 74, 72);
}



/* Main logo */

#header .main-site-logo {
    position: absolute;
    left: 0px;
    bottom: .8rem;
}

.logo-wrap .santa-hat {
    background-image: url(../images/main/santaHat.png);
    width: 50px;
    height: 67px;
    position: absolute;
    top: -16px;
    left: -22px;
    content: "";
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: transform .3s;
}

.has-header-image #header {
    padding: 0 22px 4px;
    width: 1000px;
    margin-left: -22px;
    margin-bottom: 0px;
}

.has-header-image #header .main-site-logo {
    left: 22px;
}

.has-header-image .tek-nav[role=navigation] {
    right: 22px;
}

/* Sitemap */
.site-map {
    display: none;
    color: #fff;
    position: absolute;
    top: 157px;
    left: 0;
    background: #333;
    background: -webkit-linear-gradient(#505050, #1F1F1F);
    background: -moz-linear-gradient(#505050, #1F1F1F);
    background: -ms-linear-gradient(#505050, #1F1F1F);
    background: -o-linear-gradient(#505050, #1F1F1F);
    background: linear-gradient(#505050, #1F1F1F);
    z-index: 4;
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-transform: translateZ(0);
}

.site-map .col {
    width: 16.66666666666667%;
    padding: 6px;
    float: left;
}

.site-map .col h3 {
    border-bottom: 1px solid #5B636B;
    padding: 4px 0;
    margin-bottom: 10px;
}

.site-map .col ul {
    list-style: none;
}

.site-map .col li {
    margin-bottom: 4px;
}

.site-map a {
    color: #fff;
}

.site-map .col a:hover {
    text-decoration: none;
}

.site-map .site-map-close {
    top: 5px;
    right: 5px;
    position: absolute;
}


/* FOOTER */
footer[role=contentinfo] {
    margin-top: 33px;
    padding: 22px 0 66px;
    border-top: 3px solid #ddd;
    font-size: .9em;
    color: #666;
} 

footer[role=contentinfo] section {
    text-align: left;
    margin-bottom: 12px;
}

footer[role=contentinfo] ul {
    display: inline;
    margin-left: 4px;
}

footer[role=contentinfo] li {
    display: inline;
    margin-right: 6px;
}

footer[role=contentinfo] h4 {
    display: inline;
    font-size: 1.2rem;
}

footer[role=contentinfo] p {
    margin-bottom: 3px;
}

footer[role=contentinfo] a {
    text-decoration: none;
    color: #666;
}

footer[role=contentinfo] a:hover {
    text-decoration: underline;
}

footer[role=contentinfo] .social-links {
}

footer[role=contentinfo] .social-links a {
    font-size: 2.2rem;
}

.no-touch footer[role=contentinfo] .social-links a:hover {
    text-decoration: none;
    opacity: 0.8;
}

footer[role=contentinfo] .social-links a.facebook {
    color: #3b5998;
}

footer[role=contentinfo] .social-links a.twitter {
    color: #2c77ba;
}

footer[role=contentinfo] .social-links a.steam {
    color: #171a21;
}

footer[role=contentinfo] .social-links a.twitch {
    color: #6441a5;
}

footer[role=contentinfo] .social-links a.youtube {
    color: #c92527;
}

footer[role=contentinfo] .social-links a.google-plus {
    color: #dd4b38;
}

footer[role=contentinfo] .site-authors {
    background: #f5f5f5;
    padding: 22px;
    margin: 0 0 22px;
}

footer[role=contentinfo] .site-authors h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

footer[role=contentinfo] .site-authors h4 a {
    float: right;
    margin-left: 10px;
}

footer[role=contentinfo] .site-authors > * {
    display: block;
    margin: 0 0 4px;
}

footer[role=contentinfo] .site-authors li.author-group {
    display: block;
    padding: 5px 0;
    font-weight: 700;
}

footer[role=contentinfo] .site-authors li.author-name {
    display: inline-block;
    width: 22%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

footer[role=contentinfo] .site-authors li > * {
    display: inline-block;
    vertical-align: middle;
}

footer[role=contentinfo] .author-image {
    padding: 1px;
    border: 1px solid #ddd;
}

footer[role=contentinfo] .site-authors li:hover .author-image {
    border-color: #666;
}

footer[role=contentinfo] .author-image img {
    display: block;
}

footer[role=contentinfo] .site-info {
    font-size: 11px;
    line-height: 1.6em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

footer[role=contentinfo] .site-info > div {
    margin-right: 22px;
}

/* ADS */

#wallpaper {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    height: 1200px;
    left: 0px;
    position: absolute;
    top: 34px;
    width: 100%;
}

.ad-placeholder {
    position: relative;
    display: inline-block;
}

.ad-col-right {
    position: absolute;
    right: -10px;
}

.ad-col-left {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    direction: rtl;
}

.ad-col-left > .absolute {
    right: 0px;
}

.ad-sticky {
    top: 0px;
    z-index: 19;
    float: right;
    position: absolute;    
}

.wallpaper .ad-sticky {
    top: 800px;
}

.ad-sticky.stick {
    position: fixed;
    top: 20px !important;
    right: auto; 
}

.ad-sticky .ad-placeholder {
    min-width: 50px;
}

.ad-placeholder:after,
article.preamble.sponset-bilag:after,
.tek-jobs:after {
    content: "Annonse";
    position: absolute;
    top: -14px;
    left: 0;
    color: #ccc;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.col-full-width .tek-jobs:after {
    left: 10px;
}

.ad-promoted-job {
    line-height: 0;
}

.ad-placeholder.ad-label-vertical:after {
    bottom: -260px;
    right: 250px;
    left: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
}

body > a,
.ad-1x1 {
    position: absolute;
    top: -1000px;
}

.ad-placeholder img[src*='blank.gif'],
.ad-placeholder img[alt="AdTech Ad"] {
    width: 1px !important;
    height: 1px !important;
} 

.asdfg {
    position: absolute !important;
    top: -100000px !important;
    left: -100000px !important;
    opacity: 0;
}

.tek-nav ul.ad-text {
    list-style-type: none;
    overflow: auto;
    padding: 0px;
    font-family: "Helvetica", "Arial", sans-serif;
    text-transform: none;
    text-align: right;
    float: right;
    padding-right: 22px;
    line-height: 33px;
    vertical-align: middle;
}

.tek-nav ul.ad-text li {
    font-size: 11px;
    display: inline-block;
    padding: 0 0 0 15px;
    color: #888;
    border: none;
}

.tek-nav ul.ad-text li a {
    opacity: 0.8;
}

.tek-nav ul.ad-text li a.shop-name {
    opacity: 1;
    font-weight: bold;
}

.col-border-top > .ad-placeholder {
    float: left;
}

.col-border-top.no-separator > .ad-placeholder {
    padding-left: 0;
}

.col-border-top > .ad-placeholder > div:after {
    left: 15px;
}

.col-border-top.no-separator > .ad-placeholder > div:after {
    left: 0;
}

.col-border-top > .ad-468x820 {
    margin-left: 10px !important;
}

.with-touch-ad {
    display: none;
}

.ad-300x250 {
    margin-right: 14px;
}

.ad-180x500 > div {
    overflow: hidden;
}

.ad-top-ad, .ad-1000x300, .ad-1000x120 {
    text-align: center;
    display: block;
}

.ad-1000x300:after, .ad-1000x120:after {
    left: 10px;
}

.ad-1000x300 > iframe, .ad-1000x300 > div,
.ad-1000x120 > iframe, .ad-1000x120 > div {
    position: relative;
    display: block;
    margin: 0 auto;
}

.section-article .ad-1000x300 {
    margin: 3rem 0;
}

body > a img {
    display: block;
    margin: 0;
    height: 0px;
}

.ad-top-ad {
    max-width: 1000px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto 0;
    line-height: 1px;
    z-index: 1;
    display: block;
    text-align: center;
    vertical-align: bottom;
    position: relative;
}

.ad-top-ad > * {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    vertical-align: bottom;
    margin: 0 auto;
}

.ad-top-ad > iframe:first-of-type, 
.ad-top-ad > img:first-of-type, .ad-top-ad > object:first-of-type,
.ad-top-ad > embed:first-of-type, .ad-top-ad > a:first-of-type img {
    display: block;
    margin: 0 auto !important;
}

.wallpaper .ad-top-ad.ad-placeholder.ad-label-vertical:after {
    display: none;
}

/* Discount promo */

.discount-promo-message {
    background: #28323c;
    color: #fff;
    padding: 2.2rem;
    margin: 0 -22px;
    font-size: 1.4rem;
    border: 1px solid #e3e3e3;
}

/* Pagination */

.pagination {
    font-size: 1.2rem;
    padding: .3rem 0;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 2.2rem;
}

.pagination li {
    list-style: none;
    font-weight: bold;
    float: left;
    padding: .6rem .4rem;
    margin: 0 1rem 0 0;
}

.pagination a {
    font-weight: normal;
}

.pagination .selected {
    background-color: #333;
}

.pagination .selected,
.pagination .selected a {
    text-decoration: none;
    color: #fff;
}


/* Sponsored product */
.sponsored-product {
    float: left;
    width: 300px;
    height: 300px;
    background: #e6e6e6;
    margin: 0 0 0 14px;
    padding: 30px;
    text-align: center;
    border-radius: 150px;
}

.sponsored-product h3 {
    font-family: "Crete Round", Times, sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 15px 0;
}

.sponsored-product h4 {
    font-size: 15px;
    margin: 15px 10px;
}

.sponsored-product p {
    font-size: .8em;
    margin: 0 25px;
}

/* COLUMNS */
.col-full-width {
    width: auto;
    margin: 0 -22px 22px;
    clear: both;
}

.col-main-width {
    margin-bottom: 22px;
    clear: both;
}

.col-half-width {
    width: 50%;
}

.col-half-width > .col-border-top,
.col-half-width > .col-border-top:last-child {
    margin-right: 12px;
}

.col-main-width .col-main-width:last-child {
    margin-bottom: 0px;
}

.col-one-third {
    float: left;
    width: 33.33333333333333%;
}

.col-two-thirds {
    float: left;
    width: 66.66666666666667%;
}

.col-two-thirds > .col-border-top {
    margin-right: 9px;
}

.col-third-width {
    float: left;
    width: 33.3%;
}

.col-border-top {
    border-top: 1px solid #ddd;
    padding-top: 22px;
}

.col-border-top > * {
    position: relative;
}

.col-border-top > *:before {
    content: "";
    pointer-events: none;
    height: 45px;
    border-left: 1px solid #ddd;
    top: -22px;
    right: -5%;
    position: absolute;
}

.col-border-top > .preamble-large:before,
.col-border-top > .col-two-thirds:before {
    right: -2.3%;
}

.col-two-thirds.col-border-top > .no-border:before {
    right: -14px;
}

.col-border-top.col-article-comments > .article-comments:before {
    display: block !important;
    right: -14px;
    pointer-events: none;
}

.col-border-top.col-article-comments #comments,
.col-border-top.col-article-comments #related {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}

.col-border-top.no-separator > *:before, 
.col-border-top > .last-child:before {
    display: none !important;
}

.col-border-top > :last-child:before {
    display: none !important;
}

.col-border-top > :first-child {
    margin-left: 0;
}

.col-border-top > :last-child {
    margin-right: 0;
}

/* Aside columns */

.aside-one-third {
    float: left;
    width: 315px;
    padding: 0 0 0 14px;
    border-left: 1px solid #ddd;
    position: relative;
}

.aside-one-third.aside-left-side {
    padding: 0 14px 0 0;
    border-left: 0px;
    border-right: 1px solid #ddd;
}

.aside-one-third > * {
    position: relative;
    margin-top: 30px;
    margin-bottom: 33px;
    float: left;
    clear: both;
}

.aside-one-third > *:before {
    content: "";
    width: 45px;
    border-top: 1px solid #ddd;
    position: absolute;
    top: -30px;
    left: -14px;
}

.aside-one-third.aside-left-side > *:before {
    left: auto;
    right: -14px;
}

.aside-one-third header {
    margin-bottom: 37px;
}

.aside-one-third header h3 {
    font: normal 32px/1em "Crete Round", Times, sans-serif;
    margin-bottom: 10px;
}


/* LOGIN */

.login {
    position: relative;
}

.login .user-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    z-index: 20;
    font-size: 1.2rem;
    box-shadow: 0 .6rem .4rem -.4rem rgba(0,0,0,0.3);
}

.login .user-menu a {
    display: block;
    padding: .5rem 1.1rem;
    color: #333;
    text-decoration: none;
}

.login .user-menu a:hover {
    background: #eee;
}

/* Login dropdown */

.login-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 1.1rem;
    width: 250px;
    z-index: 100;
    right: 0px;
    top: 100%;
    display: none;
    box-shadow: 0px 1.5rem 1rem -1rem rgba(0,0,0,0.3);
    line-height: 2em;
}

.login-dropdown label {
    display: block;
}

.login-dropdown input[type="email"],
.login-dropdown input[type="password"] {
    width: 100%;
}

.login-dropdown .forgot-password-link {
    color: #fff;
    margin-left: 5px;
}

.login-dropdown .hi {
    line-height: 0;
    border-top: 1px solid #666;
    padding-top: 10px;
    margin-top: 15px;
    text-align: center;
}

.login-dropdown .button {
    opacity: 1;
}

/* FEEDS */

.feed > header {
    color: #000;
    padding: .6rem 1.1rem;
    background: rgb(217, 217, 217);
    color: #fff;
    background: none rgb(54, 56, 56);
}

.feed header h2,
.feed header h3,
.feed header h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1em;
    margin: 0px;
}

.feed .feed-desc {
    padding-left: 10px;
}

.feed.full-width {
    margin: 3rem 0;
}

.feed.full-width .feed-content p {
    font-size: 1.2rem;
}

.feed.full-width .feed-content.has-scrollbar ol,
.feed.full-width .feed-content.has-scrollbar ul {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    list-style-type: none;
    white-space: nowrap;
}

.no-touch .feed.full-width .feed-content.has-scrollbar ol,
.no-touch .feed.full-width .feed-content.has-scrollbar ul {
    overflow-x: auto;
}

.feed.full-width .feed-content ul li {
    display: inline-block;
    width: 200px;
    height: 200px; 
    border-right: 1px solid #ddd;
    position: relative;
    white-space: normal;
    vertical-align: top;
}

.feed.full-width.tek-article-feed .feed-content .content {
    padding: 0 .4rem;
}

.feed.full-width .feed-content ul li:last-child {
    border: none;
}

.feed.full-width .feed-content ul.product-list li {
    height: 300px;
}

.feed.full-width .feed-content ul.product-list li figure {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: #fff;
    margin: 2rem auto 0;
    opacity: 0.9;
}

.feed.full-width .feed-content ul.product-list li:hover figure {
    opacity: 1;
}

.feed.full-width .feed-content ul.product-list li .text {
    padding: 1rem 1rem 1rem;
}

.feed.full-width .feed-content ul.product-list li .text h5 {
    margin: 0 0 2rem;
}

.dark-feed {
    background: rgb(214, 214, 214);
}

.dark-feed > header {
    padding: 0px;
    border-bottom: 5px solid rgb(24, 37, 38);
    border-bottom: 5px solid rgba(15, 81, 89, 1);
}

.dark-feed > header h2,
.dark-feed > header h3,
.dark-feed nav li a {
    font-size: 1.6rem;
    padding: 5px 10px;
    color: #fff;
}

.dark-feed > header h2,
.dark-feed > header h3,
.dark-feed > header .selected,
.dark-feed > header .selected a {
    color: #fff;
    background: rgb(24, 37, 38);
    background: rgba(15, 81, 89, 1);
}

.feed.full-width .feed-content nav > .scroll {
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50px;
    font-size: 5rem;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    display: none;
    transition: background .3s;
}

.no-touch .feed.full-width .feed-content.has-scrollbar nav > .scroll {
    bottom: 12px;
}

.touch .feed.full-width .feed-content nav > .scroll,
.no-touch .feed.full-width .feed-content:hover nav > .scroll {
    display: block;
}

.no-touch .feed.full-width .feed-content nav > .scroll:hover {
    background: rgba(0,0,0,0.3);
}

.feed.full-width .feed-content nav > .scroll.scroll-left {
    background-image: linear-gradient(to right, rgba(0,0,0,0.3), transparent) !important;
}

.feed.full-width .feed-content nav > .scroll.scroll-right {
    background-image: linear-gradient(to right, transparent, rgba(0,0,0,0.3)) !important;
    left: auto;
    right: 0px;
}

.feed.full-width .feed-content nav > .scroll:before {
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    text-align: center;
}

.dark-feed.full-width .feed-content ul li {
    width: 200px;
    padding: 0px;
    border-right: 1px solid #c8c8c8;
    margin: 0 0px 0 0;
    vertical-align: top;
}

/* Video feed */

.video-feed .feed-content {
    padding: 0 1.1rem;
    background: #f7f7f7;
}

.video-feed .feed-content .main-stream {
    width: 60%;
    border-right: 1px solid #e3e3e3;
    padding: 1.1rem 1.1rem 2rem 0;
}

.video-feed .feed-content .esport-streams {
    width: 40%;
    padding: 1.1rem 0 2rem 1.1rem;
}

.video-feed .feed-content header {
    margin: 0 0 1.1rem;
}

.video-feed .feed-content figure {
    width: 35%;
    padding-right: 1.1rem;
}

.video-feed .feed-content figure img {
    width: 100%;
}

.video-feed .feed-content figure .icon-play {
    left: 0px;
    right: 0px;
    top: 40%;
    width: 100%;
}

.video-feed .feed-content ul ul {
    width: 65%;
    max-height: 150px;
    overflow: auto;
}

.video-feed .feed-content .esport-streams div {
    margin: 0 0 1rem;
}

/* Custom scrollbar */

.tek-scrollbar.tek-scrollbar-horizontal::-webkit-scrollbar {
    height: 12px;
}

.tek-scrollbar.tek-scrollbar-vertical::-webkit-scrollbar {
    width: 12px;
}

.tek-scrollbar::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.tek-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, .7);
    max-width: 10px;
}

.tek-scrollbar:hover ul::-webkit-scrollbar-thumb {
    background-color: #333;
}

/* Latest forum posts */

.feed-latest-forum-posts {
    background: #f7f7f7;
}

.feed-latest-forum-posts ul li {
    padding: .4rem 1rem;    
}

.feed-latest-forum-posts ul li:nth-child(even) {
    background: #fff;
}

/* Site comments */
.site-comments {
    width: 300px;
}

.site-comments header h2 {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    background-color: #333;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5px;
    line-height: 1.1;
    text-transform: uppercase;
}

.site-comments a.more {
    float: right;
    color: #ccc;
    margin: -27px 0 0;
    text-transform: lowercase;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    right: 5px;
}

.site-comments li {
    border-bottom: 1px dashed #ddd;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.site-comments li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.site-comments img {
    float: left;
    margin: 0 10px 0 0;
}

.site-comments .text {
    float: left;
    width: 196px;
}

.site-comments ul a {
    color: #333;
    text-decoration: none;
    word-wrap: break-word;
}

.site-comments li h3 {
    font-weight: normal;
    font-size: 13px;
}
.site-comments li:first-child h3 {
    font-size: 26px;
    line-height: 24px;
    font-weight: bold;
}

.site-comments ul .name a {
    display: block;
    text-decoration: underline;
    margin-bottom: 6px;
    color: #777;
}

/* Popular products */

.service-feed .feed-popular-products ul li p.price {
    font-size: 2rem;
}

.service-feed .feed-popular-products ul li .product-number {
    top: .5rem;
    left: 2.5rem;
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
}

/* Daily offers */
.offer-prices {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.offer-prices .line-through {
    font-weight: 400;
    color: rgb(179, 184, 183);
}

.daily-offers p {
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
}

.daily-offers figure img {
    max-width: 100%;
}


.tek-article-feed.feed.full-width .feed-content li {
    text-align: left;
}

.tek-article-feed img {
    max-width: 100%;
}

.tek-article-feed .chess-logo {
    top: -5px;
    right: 22px;
}

.tek-article-feed h3 {
    font-size: 1.4rem;
    margin: 0 0 8px 0;
}

.tek-article-feed p {
    line-height: 16px;
}

/* RECOMMENDED */
.tek-recommended li {
    padding-top: 10px;
    line-height: 20px;
    color: #666;
}

.tek-recommended [class^="dice-"] {
    position: absolute;
    right: 10px;
    top: 100px;
}

.tek-recommended .product-score-tag {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tek-recommended h3 {
    font-size: 1.4rem;
}


/* FRONT PAGE PREAMBLES */
.preamble {
    float: left;
    position: relative;
    margin-bottom: .7em;
}

.preamble:first-child {
    margin-left: 0;
    padding-left: 0;
}

.last-child {
    margin-right: 0 !important;
}

.preamble:last-child {
    margin-right: 0; 
    padding-right: 0; 
}

.preamble.preamble-dark {
/*
    background: rgb(237, 250, 251);
    background: #333;
*/
}

.preamble.preamble-dark,
.preamble.preamble-dark a,
.preamble.preamble-dark h2 a,
.preamble.preamble-dark p a {
    color: #fff;
}

.preamble.preamble-dark:after {
    position: absolute;
    content: "";
    display: block;
    display: none;
    border-left: 4px solid #21b4c7;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.preamble.preamble-dark .text {
    padding: 0 10px 10px 14px;
}

.preamble h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-top: 1.1rem;
    padding-right: 3.1rem;
}

.preamble h2 a {
    color: #333;
    text-decoration: none;
}

.no-touch .preamble h2 a:hover {
    text-decoration: underline;
}

.preamble a .link-text::after {
    content: "\00a0\00bb";
    display: inline;
}

.preamble .related-links {
    font-size: 1.3rem;
    list-style-type: none;
    padding-left: 0px;
}

.preamble .related-links.column-split {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.preamble .related-links li {
    margin-bottom: 4px;
}

.preamble .related-links li > * {
    vertical-align: middle;
    width: auto;
}

.preamble h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: normal;
    color: #fff;
    z-index: 1;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 2.2rem;
}

.preamble.double-headline h3 {
    -webkit-backface-visibility: hidden;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: rgba(0,0,0,.5);
}

.no-touch .preamble.double-headline:hover h3 {
    background-color: #000;
}

.preamble h3 a {
    display: block;
    height: 100%;
    color: #fff;
}

.preamble h3 .tek-tag {
    height: 103%;
    padding: .2rem 1.1rem;
}

.preamble h3 .headline {
    padding: .3rem;
}

.preamble h3 .headline:first-child {
    padding: .3rem 1.1rem;
}

.preamble p {
    font-size: 1.3rem;
    line-height: 1.5em;
    margin: .7em 0;
}

.preamble.text-on-image .image-container h3 {
    display: none;
}

.preamble.text-on-image .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 1.1rem;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    pointer-events: none;
    -moz-pointer-events: none;
    text-shadow: 0 0 2px #000;
}

.preamble.text-on-image .text a,
.preamble.text-on-image .text h2 a {
    color: #fff;
}

.preamble.text-on-image .text h2 {
    font-weight: 400;
    font-size: 1.4rem;
    vertical-align: bottom;
}

.preamble.text-on-image .text p {
    display: none;
}

.preamble.text-on-image .text .comment-count {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    position: absolute;
    right: 1.1rem;
    bottom: 1.5rem;
}

.preamble.text-on-image .text .comment-count:after {
    border-color: #fff transparent;
}

.preamble-large {
    width: 628px;
    margin: 0 14px;
}

.preamble-large h2 {
    line-height: 1.1em;
    font-size: 4.6rem;
}

.preamble-large p {
    font-size: 1.4rem;
}

.preamble-half {
    width: 468px;
    margin: 0 11px;
}

.preamble-half::before {
    display: none !important;
}

.preamble-half h2 {
    font-size: 2.5rem;
}

.preamble-one-fourth {
    width: 222px;
    margin: 0 11px 0;
}

.preamble-one-fourth h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
}

.preamble-one-third {
    width: 300px;
    margin: 0 14px 0;
}

.preamble-one-third h2 {
    font-weight: 600;
    font-size: 2rem;
}

.preamble .preamble-extras {
    position: absolute;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}

.preamble.double-headline .preamble-extras {
    bottom: 32px;
}

.preamble .tek-article-badge {
    float: left;
    display: inline-block;
    color: #fff;
    padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}

.preamble .tek-article-badge:first-child {
    border-radius: 2px 0px 0px 2px;
}

.preamble .tek-article-badge:last-child {
    border-radius: 0px 2px 2px 0px;
}

.preamble .tek-article-badge:first-child:last-child {
    border-radius: 2px;
}

.preamble .remote-site-name {
    margin-right: 5px;
}
.preamble .remote-site-name[data-site="tek.no"] {
    color: #21b4c7;
}
.preamble .remote-site-name[data-site="gamer.no"] {
    color: #f70;
}
.preamble .remote-site-name[data-site="teknofil.no"] {
    color: #dd3722;
}
.preamble .remote-site-name[data-site="hardware.no"] {
    color: #336699;
}
.preamble .remote-site-name[data-site="amobil.no"] {
    color: #E64B17;
}
.preamble .remote-site-name[data-site="akam.no"] {
    color: #7a921a;
}
.preamble .remote-site-name[data-site="prisguide.no"] {
    color: #6597ca;
}
.preamble .remote-site-name[data-site="diskusjon.no"] {
    color: #225985;
}

.preamble.feed-comic-tease {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #303030;
}

.preamble.preamble-dark.feed-comic-tease h2 a {
    color: #333333;
}

.top-right-preamble {
    float: right;
    width: 300px;
}

.top-right-preamble .preamble:first-child:before {
    content: "";
    height: 45px;
    border-left: 1px solid #ddd;
    top: -21px;
    left: -14px;
    position: absolute;
}

.top-right-preamble > .preamble:last-child {
    margin-left: 0px;
}

.preamble .ekstra-link {
    display: inline-block;
    margin-top: 22px;
}

.preamble .comment-count {
    position: relative;
    float: right;
    margin-top: 1.6rem;
    margin-left: 2px;
}

.preamble.preamble-dark .comment-count:not(.focus) {
    color: #222;
}

/* Comment count */

.comment-count {
    text-align: center;
    color: #fff;
    line-height: 2.6rem;
    vertical-align: middle;
    font-size: 1rem;
    text-decoration: none;
    height: 2.6rem;
    width: 2.6rem;
    background: rgb(220, 224, 224);
    border-radius: 50%;
    position: relative;
}

.no-touch .comment-count:hover {
    background: #666;
    color: #fff;
}

.no-touch .comment-count:hover:after {
    border-color: #666 transparent;
}

.comment-count.focus {
    background: #222;
}

.comment-count:after {
    content: "";
    display: block;
    position: absolute;
    right: .5rem;
    bottom: -0.7rem;
    border-style: solid;
    border-width: 1rem 1rem 0 0;
    border-color: rgb(220, 224, 224) transparent;
}

.comment-count.focus:after {
    border-color: #222 transparent;
}


/**
 * ARTICLE
 *
 */
.section-article .col-half-width {
    margin-bottom: 33px;
    padding-right: 18px;
}

.section-article .col-half-width:last-child {
    padding-right: 0px;
}

.section-article .col-main-width {
    margin-bottom: 33px;
}

.article {
    position: relative;
    float: left;
    padding-left: 60px;
    margin-bottom: 5rem;
}

.article .main-media {
    margin: 0 0 40px -60px;
    position: relative;
}

.mfp-title {
    font-size: 16px;
}

.article.full-width .main-media {
    margin-left: -82px;
    width: 1000px;
}

.article.full-width .media.image figcaption {
    padding: 0 0 0 82px;
}

.product-bar {
    height: 35px;
}

.article.full-width .product-nav {
    margin-left: 0px;
}

.article.full-width .product-nav h1,
.article.full-width .product-nav h3 {
    position: absolute;
    bottom: 108%;
    left: 82px;
    z-index: 100;
    color: #fff;
    font-size: 40px;
    font-family: Oswald;
    font-weight: 400;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5), -1px -1px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 0px 0px 10px black;
}

.article.full-width .product-nav.fixed h1,
.article.full-width .product-nav.fixed h3 {
    height: 35px;
    padding: 8px 0 8px 12px;
    position: static;
    display: inline-block;
    font-size: 17px;
    vertical-align: top;
    line-height: 1em;
}

.article.full-width .product-nav.fixed ul {
    padding: 8px 12px;
    display: inline-block;
}

.article.full-width .product-nav ul {
    padding-left: 72px;
}

.article.full-width .product-nav .site-logo {
    display: none;
    vertical-align: top;
    margin: 7px 12px 7px 22px;
}

.article.full-width .product-nav .site-logo:hover {
    opacity: 0.8;
}

.article.full-width .product-nav.fixed .site-logo {
    display: inline-block;
}

.article > header {
    margin: 0 0 44px;
}

.article > header.single-headline h1,
.article > header.double-headline h2 {
    font-weight: 300;
    font-size: 4.8rem;
}

.article > header.single-headline h1.crete-round,
.article > header.double-headline h2.crete-round {
    font-weight: 400;
    font-size: 6rem;    
    line-height: 1em;
}

.article > header.double-headline figure .relative > h1,
.article .tag-container {
    background-color: #333;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    font-size: 2.4rem;
    font-weight: normal;
    height: 3.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article > header.double-headline h1 span:first-child:last-child {
    padding: 0 1.1rem;
}

.article header.double-headline h1 .tek-tag,
.article .tag-container .tek-tag {
    padding: 0 1.1rem;
    font-size: 2.2rem;
    height: 100%;
}

.article .icon-time {
    float: left;
    margin: -2px 4px 0 0;
    font-size: 1.1em;
}

.article.lacks-main-media .single-headline h1, 
.article.lacks-main-media .double-headline h2 {
    margin-top: 65px;
}

.article header > p {
    margin: 4rem 0 2.2rem;
    font-weight: 700;
    font-size: 2.4rem;
}

.article.full-width header > p {
    font-size: 3rem;
    margin-bottom: 3.3rem;
}

.article .next-page {
    height: 50px;
    width: 60px;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    padding: 3px;
    margin: 0 1.6rem 2.2rem 0;
}

.article .next-page:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left-width: 16px;
    right: -16px;
}

.article .authors {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
    color: #7c807e;
}

.article .authors li.author-with-image {
    margin-right: .5rem;
}

.article .authors a.article-author-image {
    padding: 2px;
    border: 1px solid #ddd;
    margin-right: .3rem;
}

.no-touch .article .authors a.article-author-image:hover {
    border-color: #333;
}

.article .authors li.byline-extra a {
    color: #333;
    text-decoration: none;
}

.no-touch .article .authors li.byline-extra a:hover {
    text-decoration: underline;
}

.article .authors time {
    padding-left: .8rem;
    text-transform: none;
    font-weight: normal;
}

.article .authors .diskusjon-count {
    float: right;
}

.article .authors .diskusjon-count .icon-comments-alt {
    display: none;
}

.article .authors li.published {
    font-weight: normal;
    text-transform: none;
}

.neo-content .comment-contact {
    background: #eee;
    padding: 8px;
}
.neo-content .comment-contact p {
    font-size: 13px;
    margin: 0;
}

.neo-content {
    position: relative;
    float: left;
    width: 563px;    
}

.neo-content.full-width {
    width: 100%;
    max-width: 896px;
}

.neo-content p,
.neo-content ol,
.neo-content ul {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 1.6rem;
}

.neo-content.full-width p,
.neo-content.full-width ol,
.neo-content.full-width ul {
    font-size: 1.5rem;
    line-height: 2.5rem;
    max-width: 670px;
    margin-bottom: 1.5rem;
}

.neo-content ol li,
.neo-content ul li {
    margin-left: 2.4rem;
    padding: .2rem 0;
}

.neo-content span.strike {
    text-decoration: line-through;
}

.neo-content strong {
    font-weight: 700 !important;
}

.neo-content .audio {
    margin-bottom: 2.2rem;
}

.neo-content code {
    display: inline-block;
    padding: .3rem .5rem;
    white-space: pre;
}

.neo-content iframe {
    border: 0px none;
    max-width: 100%;
}

.neo-content h3 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
    margin-top: 3.3rem;
}

.neo-content.full-width h3 { 
    font-size: 2.8rem;
    font-weight: 600;
}

.neo-content h4 {
    font-size: 1.6em;
    margin-top: 2.2rem;
    margin-bottom: 1.6rem;
}

.neo-content.full-width h4 {
    font-size: 1.9rem;
    font-weight: 600;
}

.neo-content h5 {
    font-size: 1.4rem;
}

.neo-content.full-width h5 {
    font-size: 1.6rem;
}

.neo-content.full-width .ad-300x250 {
    float: right;
    margin-left: 22px; 
    margin-right: 0px;
    margin-bottom: 22px;
}

.neo-content figure > a {
    line-height: 1px;
    display: block;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.neo-content .articleImageCenter {
    text-align: center;
    margin: 33px 0;
}

.neo-content .articleImageRight {
    float: right;
    clear: right;
    margin: 0 0 2.2rem 2.2rem;
}

.neo-content .articleImageLeft {
    float: left;
    clear: left;
    margin: 0 2.2rem 2.2rem 0;
}

.neo-content.full-width .articleImageRight {
    max-width: none;
    margin-right: -22px;
}

.neo-content.full-width li .articleImageRight {
    margin-right: -248px;
}

.neo-content.full-width .articleImageRight.width-280,
.neo-content.full-width .articleImageRight.width-300 {
    margin-right: 0px;
}

.neo-content.full-width .articleImageLeft {
    margin-left: -82px;
}

.neo-content.full-width .articleImageLeft.width-120,
.neo-content.full-width .articleImageLeft.width-280,
.neo-content.full-width .articleImageLeft.width-300 {
    margin-left: 0px;
}

.neo-content figure.articleImageRight.width-280 { max-width: 280px; }
.neo-content figure.articleImageRight.width-300 { max-width: 300px; }
.neo-content figure.articleImageRight.width-488 { max-width: 488px; }
.neo-content figure.articleImageRight.width-540 { max-width: 540px; }
.neo-content figure.articleImageRight.width-563 { max-width: 563px; }

.neo-content.full-width .width-1000 {
    max-width: none;
}

.neo-content.full-width .articleImageLeft figcaption,
.neo-content.full-width .video-player-wrap.video-player-left .text {
    padding-left: 82px;
}

.neo-content.full-width .articleImageLeft.width-120 figcaption,
.neo-content.full-width .articleImageLeft.width-280 figcaption,
.neo-content.full-width .articleImageLeft.width-300 figcaption {
    padding-left: 0px;
}

.neo-content.full-width .articleImageCenter {
    margin-left: -82px;
    width: 1000px;
}

.neo-content .background {
    position: absolute;
    z-index: -1;
}

.neo-content.full-width .articleImageCenter figcaption,
.neo-content.full-width .articleImageRight.width-1000 figcaption,
.neo-content.full-width .video-player-wrap.video-player-center .text {
    padding: 0px 82px;
}

.neo-content.full-width .articleImageCenter.width-562 figcaption,
.neo-content.full-width .articleImageCenter.width-563 figcaption {
    width: 562px;
    margin: auto;
    padding: 0px;
}

.neo-content .articleImagePhotographer:before {
    content: " (";
}
.neo-content .articleImagePhotographer:after {
    content: ")";
}
.neo-content .articleImagePhotographer {
}

.neo-content .video.left,
.neo-content .video.f-left {
    float: left;
    clear: left;
    margin: 0 2em 2em 0;
}

.neo-content .video.right,
.neo-content .video.f-right {
    float: right;
    clear: right;
    margin: 0 0 2em 2em;
}

.neo-content .full-width-content {
    clear: both;
    padding: 22px;
    background: #E9EFFA;
    margin: 0 0 2em;
}

.neo-content.full-width .full-width-content {
    width: 1000px;
    padding: 22px 22px 22px 82px;
    margin-left: -82px;
}

.article .media.image img {
    display: block;
}

.article .media.image figcaption,
.neo-content figcaption,
.neo-content .video .text {
    color: #7c807e;
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-top: 1.1rem;
    text-align: left;
}

.article .media.image figcaption .image-photographer,
.neo-content figure .articleImagePhotographer {
    color: rgb(207, 207, 207);
    display: inline-block;
    margin-left: .5rem;
}

.neo-content figcaption:empty {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.neo-content .fact-box,
.neo-content .factBox {
    float: right;
    clear: right;
    width: 280px;
    padding: 1rem;
    margin: 0 0 1.5rem 1.5rem;
    background-color: #f0f0f0;
}

.neo-content .fact-box,
.neo-content .factBox,
.neo-content .fact-box p,
.neo-content .factBox p,
.neo-content .fact-box li,
.neo-content .factBox li {
    font-size: 1.3rem;
}


.neo-content.full-width .factBox,
.neo-content.full-width .fact-box {
    width: 300px;
}

.neo-content .factBox.center {
    border-radius: 5px;
    float: none;
    width: auto;
    clear: both;
    margin: 0 0 15px;
}

.neo-content .fact-box img, 
.neo-content .factBox img {
    vertical-align: middle;
}

.neo-content .factBox .articleImageRight {
    margin-right: 0;
}

.neo-content .factBox h3,
.neo-content .fact-box h3 {
    margin-top: 0;
    margin-bottom: .8rem;
    font-size: 1.5rem;
}

.neo-content .factBox h4,
.neo-content .fact-box h4 {
    margin-top: 0;
    margin-bottom: .8rem;
    font-size: 1.3rem;
}

.article .spoiler .header {
    padding: 4px 6px;
    background: #ccc url(../images/main/arrowDown.png) no-repeat right 50%;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

.article .spoiler .header.up {
    background-image: url(../images/main/arrowUp.png);
}

.article .spoiler {
    margin-bottom: 16px;
}

.article .spoilerContent {
    display: none;
}

.neo-content blockquote.left {
    width: 232px;
    float: left;
    margin-left: 0;
}

.neo-content blockquote.right {
    width: 232px;
    float: right;
    clear: right;
    margin-right: 0;
}

.neo-content blockquote {
    margin: 10px;
    padding: 10px;
    border-top: 4px solid silver;
    font-size: 1.1em;
    line-height: 1.3em;
}

.neo-content blockquote p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.06em;
    color: #333;
}

.neo-content.full-width blockquote {
    margin: 10px 0;
    padding: 10px 0;
    border: 0px;
}

.neo-content.full-width blockquote.right,
.neo-content.full-width blockquote.left {
    width: 300px;
    border-top: 6px solid #333;
}

.neo-content.full-width blockquote.left {
    margin: 0 22px 0 0;
}

.neo-content.full-width blockquote.right {
    margin: 0 226px 0 22px;
}

.neo-content.full-width blockquote p {
    font-size: 32px;
    line-height: 44px;
    font-family: "Crete Round";
    position: relative;
}

.neo-content.full-width blockquote p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 2em;
    left: -70px;
    top: -8px;
    position: absolute;
}

.neo-content.full-width blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 1.6em;
    margin-left: 10px;
    display: none;
}

.neo-content.full-width blockquote.right p:after,
.neo-content.full-width blockquote.right p:before,
.neo-content.full-width blockquote.left p:after,
.neo-content.full-width blockquote.left p:before {
    display: none;
}

.neo-content blockquote p.cite {
    /*color: #555 !important; */
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    font-style: normal;
    margin: 0px;
}

.neo-content blockquote p.cite:after,
.neo-content blockquote p.cite:before {
    display: none;
}

.neo-content .twitter-tweet-wrap.f-right {
    width: 300px;
    margin: 0 0 22px 22px;
}

.neo-content.full-width .twitter-tweet-wrap.f-right {
    margin-right: 226px;
}

.neo-content > *:first-child {
    margin-top: 0px;
}

.article.normal-width aside {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 300px;
    position: relative;
    float: left;
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid #ddd;
}

.article.normal-width aside > * {
    position: relative;
    margin: 33px 0;
}

.article.normal-width aside:before {
    content: "";
    width: 45px;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}

.article.normal-width aside > *:before {
    content: "";
    width: 45px;
    border-top: 1px solid #ddd;
    position: absolute;
    top: -33px;
    left: -14px;
}

.article-feed > header h3,
.article-feed > h3,
.article .header {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 10px;
}

.article .related.product ul {
    padding: 5px 0;
    margin: 0;
}
.article .related.product {
    background: #eee;
    padding: 5px;
    margin: 0 0 7px 0;
}

.article-feed ul {
    list-style: none;
}

.article-feed ul > li {
    margin-bottom: 33px;
}

.article-feed .story h3 {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0;
}

.article-feed .story h3 a {
    color: #333;
    font-size: 1.3em;
    line-height: 1.3em;
    text-decoration: none;
}

.article-feed h4 {
    clear: both; 
    margin: 10px 0;
}

.article-feed h4 a {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #333;
    text-decoration: none;
}

.article-feed p {
    margin-bottom: 4px;
    line-height: 1.6em;
}

.article-feed .col-half-width {
    margin-bottom: 22px;
}

.article-feed .image-container {
    position: relative;
}

.related-content {
    padding-bottom: 33px;
}

.related-content ul > li {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.related-content .image {
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
    width: 70px;
}

.related-content li a {
    font-weight: bold;
    font-size: 1.1em;
}

.related-content [class^="dice-"] {
    margin: 7px 0 0 10px;
}

.article.normal-width aside .ad-300x250 {
    margin-top: 40px;
}

.article .ad-300x250:before {
    display: none;
}

.article .ad-adsense {
    margin: 0 0 25px 0;
    padding: 5px 0;
    text-align: center;
    background: #eee;
    width: 100%;
}

.article .ad-adsense iframe {
    margin: auto;
}

.article .adsense-fix {
    margin-top: 121px;
}

/* Image compare slider */

.neo-content .tek-image-slider-wrap {
    margin-bottom: 2.2rem;
    margin-right: 2.2rem;
}
.neo-content .tek-image-slider-wrap.f-right {
    margin-bottom: 2.2rem;
    margin-left: 2.2rem;
    clear: right;
}
.neo-content .tek-image-slider-wrap.f-right,
.neo-content .tek-image-slider-wrap.f-left {
    max-width: 563px;
}
.neo-content.full-width .tek-image-slider-wrap.f-right {
    margin-right: -22px;
}
.neo-content.full-width .tek-image-slider-wrap.no-float,
.neo-content.full-width .tek-image-slider-wrap.f-left {
    margin-left: -82px;
}
.neo-content .tek-image-slider {
    position: relative;
    width: 100%;
    height: 300px;
    clear: both;
    overflow: hidden;
    cursor: ew-resize;
}
.neo-content > .tek-image-slider {
    margin: 0 0 33px;
}
.neo-content > .tek-image-slider[data-class="f-right"] {
    margin: 0 0 22px 22px;
    clear: right;
    float: right;
    width: 563px;
}
.neo-content > .tek-image-slider[data-class="f-left"] {
    margin: 0 22px 22px 0;
    clear: left;
    float: left;
    width: 563px;
}
.neo-content.full-width > .tek-image-slider[data-class="no-float"] {
    width: 1000px;
}
.neo-content .tek-image-slider.tek-image-slider-horizontal {
    cursor: ns-resize;
}
.neo-content .tek-image-slider .slider-image {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 0;
    overflow: hidden;    
}
.neo-content .tek-image-slider .slider-image:first-child {
    width: 50%;
    z-index: 1;
}
.neo-content .tek-image-slider.tek-image-slider-horizontal .slider-image:first-child {
    width: auto;
    height: 50%;
}
.neo-content .tek-image-slider .slider-bar {
    width: 5px;
    background: #000;
    left: 50%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}
.neo-content .tek-image-slider.tek-image-slider-horizontal .slider-bar {
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: auto;
    height: 5px;
    width: auto;
}
.neo-content .tek-image-slider .slider-bar.untouched:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -20px;
    border-right: 15px solid #000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}
.neo-content .tek-image-slider .slider-bar.untouched:after {
    content: "";
    position: absolute;
    top: 45%;
    right: -20px;
    border-left: 15px solid #000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}
.neo-content .tek-image-slider.tek-image-slider-horizontal .slider-bar.untouched:before {
    top: -20px;
    left: 47.5%;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000;
    border-left: 15px solid transparent;
    border-top: 0px none;
}
.neo-content .tek-image-slider.tek-image-slider-horizontal .slider-bar.untouched:after {
    top: auto;
    bottom: -20px;
    right: auto;
    left: 47.5%;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    border-left: 15px solid transparent;
    border-bottom: 0px none;
}
.neo-content .tek-image-slider-selects {
    margin: 0 0 10px;
}

.neo-content.full-width .tek-image-slider-wrap.no-float .tek-image-slider-selects {
    width: 1000px;
}
.neo-content .tek-image-slider-wrap .text {
    text-align: left;
    margin-top: 11px;
    font-size: 12px;
    line-height: 19px;
    padding: 8px 0;
    color: #777;
    border-top: 1px dotted #bbb;
}
.neo-content.full-width .tek-image-slider-wrap.no-float .text {
    width: 1000px;
    padding: 8px 82px;
}

/* Julekalender */

.julekalender-footer {
    box-shadow: 0 1px 22px rgba(0, 0, 0, 0.29);
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.julekalender-footer > p {
    font-size: 17px !important;
    padding-top: 20px;
}

.julekalender-footer-logos {
    padding-bottom: 10px;
}

.julekalender-footer-logos > div {
    display: inline-block;
    height: 60px;
    margin: 15px;
    position: relative;
    width: 240px;
}

.julekalender-footer-logos .logo {
    width: 230px;
}

.julekalender-footer-logos .hat {
    position: absolute;
    right: -11px;
    top: -8px;
    width: 65px;
}


/* Related articles */

.related-articles li.article-type-59 {
    background: #eee;
}

.sponsored .related-articles li.article-type-59 {
    background: #fff;
}

.related-articles h4 {
    margin: 0;
}

.related-articles h4 a {
    font-size: 13px;
    line-height: 17px;
}
.related-articles p {
    font-size: 11px;
}
.related-articles li h4 {
    clear: none;
}
.related-articles ul > li:last-child {
    border-bottom: none;
}
.related-articles ul > li {
    border-bottom: 1px dotted silver;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.related-articles li .image {
    float: left;
}

.related-articles a:hover {
    text-decoration: underline;
}

.related-articles a {
    text-decoration: none;
}

/* Full width related articles */

.article-bottom {
    margin-top: 2.2rem;
}

.article-bottom .related-articles li {
    float: left;
    width: 222px;
    margin: 0 22px 0 0;
    position: relative;
    border: 0px;
    padding: 0px;
}

.article-bottom .col-article-comments .related-articles li {
    width: 218px;
}

.article-bottom .related-articles li .image-container {
    position: relative;
}

.article-bottom .related-articles li .image {
    float: none;
}

.article-bottom .related-articles li.article-type-59:before {
    -moz-user-select: none;
    color: #ccc;
    content: "Annonse";
    font-size: 0.7em;
    left: 0;
    letter-spacing: 0.2em;
    position: absolute;
    text-transform: uppercase;
    top: -14px;
}
.related-articles li .story {
    margin-left: 130px;
}
.article-bottom .related-articles .article-type-59 .story {
    margin: 5px;
}
.related-articles li.article-type-59 .story {
    margin: 5px 5px 5px 135px;
}
.article-bottom .related-articles .story {
    margin: 0px;
}

.article-bottom .related-articles li:first-child {
    margin-left: 0px;
}

.article-bottom .related-articles li:after {
    content: "";
    border-right: 1px solid #ddd;
    height: 45px;
    top: -22px;
    right: -11px;
    position: absolute;
    display: block;
}

.article-bottom .col-half-width .related-articles li:nth-child(2):after,
.article-bottom .related-articles li:nth-child(4):after {
    display: none;
}

.article-bottom .col-related-articles #related {
    padding-left: 0px;
}

.article-bottom .col-half-width .related-articles li:nth-child(2),
.article-bottom .related-articles li:nth-child(4) {
    margin-right: 0px;
}

.article-bottom .related-articles li h4 {
    margin-top: 1em;
}

.article-bottom .related-articles li h4 a {
    line-height: 1.3em;
    font-size: 1.25em;
}

.article-bottom .related-articles li p {
    margin: .7em 0 5px;
    line-height: 1.6em;
    font-size: 12px;
}

.article-bottom .related-articles li .moreLink {
    text-decoration: underline;
}


/* ARTICLE JOB FEED */

.article .latest-jobs {
    line-height: 18px;
    padding-bottom: 33px;
}

.article .latest-jobs li {
    border-bottom: 1px dotted silver;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.article .latest-jobs li:last-child {
    border-bottom: none;
}

.article .latest-jobs li h4 {
    clear: none;
    margin: 0 0 10px;
}

.article .latest-jobs li h4 a {
    font-size: 1.2em;
}

.article .latest-jobs a:hover {
    text-decoration: underline;
}

.article .job-image {
    float: right;
    margin: 0 0 10px 10px;
}

.article-tags {
    clear: both;
    margin: 2.2rem 0;
}

.article-tags a {
    font-size: 1.4rem;
    margin-left: 10px;
}

/* COMPATIBILITY/LEGACY STYLING */

.neo-content table div {
    margin: auto;
}

.neo-content table {
    line-height: 19px;
    border-spacing: 2px;
    margin: 33px 0;
    font-size: 14px;
    border: 0px none;
    width: 100%;
}

@media screen and (max-width: 750px){
    .neo-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.neo-content table tr:first-child td * {
    text-align: center;
}

.neo-content table th,
.neo-content table td {
    padding: 3px 6px;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
    background-color: #f0f0f0;
}

.neo-content table td:first-child,
.neo-content table th:first-child {
    border-left: none; 
}

.neo-content table tr:first-child td {
    background-color: #fff;
    border-bottom: 2px solid #bbb;
}

.neo-content table td .articleImageCenter {
    margin: 5px 0;
}

.neo-content table.noBorder td {
    border: none !important;
    background: transparent !important;
}

.neo-content table.no-styles,
.neo-content table.no-styles tr,
.neo-content table.no-styles td,
.neo-content table.no-styles tr:first-child td *,
.neo-content table.no-styles th {
    background: transparent !important;
    border: 0px none !important;
    text-align: left !important;
}

.neo-content table.no-styles h4 a {
    text-decoration: none;
}

.neo-content table.aligned-columns td {
    width: 14%;
}

.neo-content table.aligned-columns td:first-child {
    width: 30%;
}

.article img[src*='pluss.png'],
.article img[src*='pluss.gif'] {
    display: inline-block;
    background: url(../images/icons/plus-icon.png) no-repeat;
    padding: 8px;
    width: 0px;
    height: 0px;
}

.article img[src*='minus.png'],
.article img[src*='minus.gif'] {
    display: inline-block;
    background: url(../images/icons/minus-icon.png) no-repeat;
    padding: 8px;
    width: 0px;
    height: 0px;
}

/* Career newsletter */
.career-newsletter {
    background-color: #eee;
    border-radius: 5px;
    padding: 6px;
}

.career-newsletter h3 {
    margin: 0 0 10px;
}

.career-newsletter em {
    font-size: .9em;
    color: #888;
}

.career-newsletter input {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-right: 6px;
    vertical-align: middle;
    width: 250px;
}

/* ARTICLE NETMEETING */

#articleNetmeeting {
    float: none;
}

#articleNetmeeting .intro {
    margin-bottom: 10px;
}

#articleNetmeeting.feed ol {
    margin: 0;
}

#articleNetmeeting.feed li h3 {
    margin-top: 20px;
    color: #333;
}

#articleNetmeeting .loading {
    margin-right: -200px;
    left: 50%;
    background: url("../images/main/spinner.gif") no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #fff;
    top: 50%;
}

#articleNetmeeting .info p {
    margin: 0;
}
#articleNetmeeting .info {
    background: #ddd;
    font-size: 14px;
    padding: 9px;
    margin-bottom: 10px;
}

#articleNetmeeting .message {
    width: 120px;
    padding: 6px 4px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
}

#articleNetmeeting .message.success {
    background-color: #6E8B3D;
    border: 1px solid #BDB76B;
}

#articleNetmeeting .message.error {
    background-color: #CD3333;
    border: 1px solid #8B2323;
}

#articleNetmeeting .image {
    width: auto;
    height: auto;
    float: right;
    padding: 1px;
    border: 1px solid silver;
    margin-top: 23px;
}

#articleNetmeeting .intro h1 {
    margin-bottom: 16px;
}
#articleNetmeeting .intro p {
    margin-bottom: 6px;
}

#articleNetmeeting .question.selected {
    border-left: 5px solid #f55;
    padding-left: 5px;
}
#articleNetmeeting .question {
    margin-top: 10px;
}

#articleNetmeeting li {
    list-style-type: none;
    margin-left: 0;
}
#articleNetmeeting .question li {
    margin-bottom: 8px;
}

#articleNetmeeting textarea,
#articleNetmeeting input[type="text"] {
    width: 100%;
}

#articleNetmeeting textarea {
    height: 200px;
}

#articleNetmeeting label {
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.adminView #nmQuestionsList {
    width: 400px;
    float: right;
    height: 600px;
}

#nmQuestionsList {
    width: 100%;
    padding-right: 10px;
}

#nmQuestionsList ul {
    list-style: none;
    margin-top: 10px;
}

#nmQuestionsList ul li {
    cursor: pointer;
    margin-bottom: 10px;
}

#nmQuestionsList ul li:hover {
    opacity: .8;
}

#nmQuestionsList ul li h3 {
    background-color: #eee;
    padding: 5px;
}

#nmQuestionsList ul li.answered h3 {
    background: #aea;
}

#nmAnswerQuestion label {
    display: block;
}

#nmAnswerQuestion textarea {
    width: 100%;
    height: 300px;
    display: block;
}

#nmQuestionsList ol li {
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

#answerForm {
    width: 500px;
    font-size: 14px;
    line-height: 1.4em;
}
#articleNetmeeting .question div,
#theQuestion div {
    margin-top: 3px;
    margin-bottom: 3px;
}

#articleNetmeeting .author {
    margin-bottom: 4px;
    margin-left: 7px;
    font-weight: bold;
}

#nmQuestionsList blockquote {
    margin: 6px 0;
}

#nmQuestionsList blockquote span {
    font-weight: bold;
}

#nmQuestionsList .answer {
    margin-bottom: 6px;
}

#nmQuestionsList .answer span {
    font-weight: bold;
}

#nmQuestionsList .answer p {
    word-break: break-word;
    color: #00009c;
}

#nmQuestionsJumpList {
    float: right;
    clear: right;
    width: 200px;
    margin-left: 11px;
    padding-left: 11px;
    padding-bottom: 20px;
    border-left: 1px solid #ddd;
    position: relative;
}

#nmQuestionsJumpList:before {
    content: "";
    border-top: 1px solid #ddd;
    width: 45px;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
}

#nmQuestionsJumpList h3 {
    font-size: 16px;
    line-height: 1em;
    margin: 20px 0 14px;
}

/* ARTICLE COMMENT */

.article .article-author-box {
    background: #f0f0f0;
    float: right;
    width: 300px;
    margin: 0 0 2.2rem 2.2rem;
}

.article .article-author-box .article-author-text {
    padding: 1.1rem;
}

.article .article-author-box .article-author-text h4 {
    margin: 1rem 0;
}

.article .article-author-box .article-author-text p {
    font-size: 1.3rem;
    margin: 0;
}

/* Soundcloud player */

.neo-content .soundcloud-player {
    width: 100%;
    margin: 0 0 2em;
}

.neo-content .soundcloud-player.f-right {
    margin-left: 2em;
    width: 300px;
    clear: right;
}

.neo-content.full-width .soundcloud-player.f-right {
    width: 540px;
    margin-right: -22px;
}


/* Article video */ 

.neo-content .video-player-wrap {
    margin-bottom: 22px;
}

.neo-content .video-player-wrap .video-container {
    margin: 0px;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
    padding-top: 0px;
    overflow: hidden;
    z-index: 1;
}

.neo-content .video-player-wrap .video-container object,
.neo-content .video-player-wrap .video-container embed,
.neo-content .video-player-wrap .video-container iframe,
.neo-content .video-player-wrap .video-container > div,
.neo-content .video-player-wrap .video-container .mce-object { 
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.neo-content iframe[src*='player.ooyala.com'] {
    height: 430px;
}

.neo-content.full-width #divPageContainer,
.neo-content.full-width .video-player-wrap.video-player-center {
    margin-left: -82px;
    margin-right: -22px;
}

.neo-content .video-player-wrap.video-player-right,
.neo-content .video-player-wrap.video-player-left {
    width: 300px;
}

.neo-content.full-width .video-player-wrap.video-player-right,
.neo-content.full-width .video-player-wrap.video-player-left {
    width: 540px;
}

.neo-content .video-player-wrap.video-player-right {
    float: right;
    margin-left: 22px;
    clear: right;
}

.neo-content.full-width .video-player-wrap.video-player-right {
    margin-right: -22px;
}

.neo-content .video-player-wrap.video-player-left {
    float: left;
    margin-right: 22px;
    clear: left;
}

.neo-content.full-width .video-player-wrap.video-player-left {
    margin-left: -82px;
}


/* QBRICK SUPER-STRICT CSS ::DO NOT TOUCH:: */

#divPageContainer #divPlayerContainer iframe, 
#divPageContainer #divPlayerContainer object,
#divPageContainer #divPlayerContainer embed {
    height: 100%;
    left: 0em;
    position: absolute;
    top: 0em;
    width: 100%;
}

#divPageContainer #divPlayerContainer > div:first-of-type > div:first-of-type {
    height: 100%;
    width: 100%;
    position: static;
}

#divPageContainer #divPlayerContainer > div:first-of-type > div:first-of-type > div:first-of-type {
    height: 100%;
    width: 100%;
}


/* ARTICLE COMPETITION */

.neo-content .article-competition {
    padding-bottom: 19px;
}

.neo-content .article-competition ol,
.neo-content .article-competition .contactInformation {
    padding-left: 0;
    list-style-type: none;
}

.neo-content .article-competition ol ol {
    padding-bottom: 0;
}

.neo-content .article-competition .contactInformation label {
    display: inline-block;
    width: 140px;
    vertical-align: top;
}
.neo-content .article-competition textarea {
    font-size: 10px;
    width: 300px;
    min-height: 60px;
}
.neo-content .article-competition input[type=text],
.neo-content .article-competition input[type=tel],
.neo-content .article-competition input[type=email] {
    width: 300px;
}

.neo-content .article-competition .question > li:first-child {
    font-weight: bold;
    font-size: 1.2em;
}

.neo-content .article-competition ol li, 
.neo-content .article-competition ul li {
    margin-left: 0;
}

.neo-content .article-competition .question li ol li {
    margin: 2px 0px 2px 20px;
}

.neo-content .compo-error {
    color: red;
}

.neo-content .compo-success {
    color: green;
}

/* ARTICLE POLL */

.tek-article-poll.submitting:before {
    display: block;
    content: "";
    background: #fff;
    opacity: 0.6;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.tek-article-poll .vote-count {
    font-size: 12px;
    color: #999;
}

.tek-article-poll .poll-alt-result {
    height: 7px;
    width: 50%;
    border: 1px solid #ddd;
}

.tek-article-poll .poll-result-bar {
    height: 100%;
    background: #333;
}

/* SIDEBAR PRODUCT INFO */

aside .product-info {
    padding-bottom: 33px;
    line-height: 26px;
}

aside .product-info > ul > li {
    margin-bottom: 33px;
}

aside .product-info .collapsed-product header {
    margin-bottom: 10px;
}

.article.normal-width aside .product-info h3 {
    font-weight: 700;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

.article.normal-width aside .product-info h3 > * {
    vertical-align: middle;
    display: inline-block;
}

.article.normal-width aside .product-info h3 .platform-name {
    font-weight: 400;
}

aside .product-info h3 a {
    color: #333;
    text-decoration: none;
}

aside .product-info h3 a:hover {
    text-decoration: underline;
}

aside .product-info h3 .platform {
    font-size: 0.4em;
}

.article.normal-width aside .product-info header {
    margin-bottom: 10px;
}

.article.normal-width aside .product-info .product-image {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article.normal-width aside .product-info .product-image img {
    display: block;
}

.article.normal-width aside .product-info .product-details {
    float: left;
    width: 190px;
}

aside .product-info h4 {
    clear: both;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

aside .product-info ul ul {
    margin-bottom: 15px;
}

aside .product-info li {
    list-style-type: none;
    border-bottom: 1px dotted #999;
}

aside .product-info li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

aside .product-info span {
    vertical-align: middle;
    display: inline-block;
}

aside .product-info .button {
    margin-bottom: 15px;
}

aside .product-info li:last-child .button {
    margin-bottom: 0px;
}

aside .product-info .price {
    width: 20%;
    text-align: right;
}

aside .product-info .price a {
    color: #333;
    text-decoration: none;
}

aside .product-info .buy-button {
    width: 28%;
    text-align: right;
}

.article.normal-width aside .product-info .product-prices {
    line-height: 1.3em;
}

.article.normal-width aside .product-info .product-prices li {
    padding: 3px 0;
}

.article.normal-width aside .product-info .product-prices li .shop-name {
    width: 47%;
    font-weight: 700;
}

.article.normal-width aside .product-info .product-prices li .stock {
    width: 5%;
}

.article.normal-width aside .product-info .product-prices li .shop-name a,
.article.normal-width aside .product-info .product-prices li .buy-button a {
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.article.normal-width aside .product-info .product-prices li a:hover {
    text-decoration: underline;
}

.article.normal-width aside .product-info .product-prices li .buy-button a {
    font-weight: 700;
}

.article.normal-width aside .product-info .product-prices li.show-all-prices {
    padding-top: 6px;
}

aside .product-info .product-gallery-images {
    margin-bottom: 15px;
}

aside .product-info .product-gallery-images .gallery-image {
    display: block;
    float: left;
    width: 96px;
    margin: 0 6px 6px 0;
}

aside .product-info .product-gallery-images .gallery-image:nth-of-type(3n) {
    margin-right: 0px;
}

aside .product-info .product-gallery-images .gallery-image img {
    display: block;
    margin: 0px;
}

aside .product-info .product-compare {
    margin-top: 0;
    margin-bottom: 33px;
}

aside .product-info .product-compare select {
    width: 210px;
    margin-bottom: 11px;
}

aside .product-info .product-compare .compare-image {
    float: right;
    min-width: 80px;
    min-height: 70px;
    line-height: 0px;
}

aside .product-info .product-compare .button {
    height: auto;
}

/* Product rating */

.article-product-information {
    margin-left: -82px;
    margin-right: -22px;
    background: linear-gradient(131deg, rgb(255, 255, 255) 0%, hsl(0, 0%, 95%) 100%) rgb(255, 255, 255);
    border: 1px solid #e3e3e3;
    padding: 2.2rem 0;
}

.product-rating-box {
    border-bottom: 0px;    
}

.product-rating-box.simple-rating {
    width: 100%;
    float: left;
    margin: 3rem 0;
}

.product-rating-box.outdated {
    filter: gray;
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
}

.product-rating-box.detailed-rating .rating-headline {
    padding: 0 1.1rem;
}

.product-rating-box.simple-rating .rating-headline {
    background: #f7f7f7;
    padding: 1rem;
    margin: 0 0 2rem;
}

.product-rating-box .rating-conclusion {   
    font-size: 2.5rem;
}

.product-rating-box.detailed-rating .rating-conclusion {
    margin: 2rem 1.1rem;
}

.product-rating-box.simple-rating .rating-conclusion {
    display: inline;
    margin: 2rem 0;    
}

.product-rating-box.simple-rating .score-wrap {
    margin-right: 2rem;
}

.product-rating-box .rating-column {
    min-width: 20%;
    padding: 0 1.1rem;
}

.article-product-information header h4 {
    padding: 0 0 0.2rem;
    margin: 0 0 1rem;
    border-bottom: 1px dashed rgb(227, 227, 227);
    font-size: 1.6rem;
}

.product-rating-box .sub-ratings li {
    margin: 0 0 .3rem;
}

.product-rating-box .sub-ratings li .sub-rating-value {
    background: rgb(232, 232, 232);
    padding: .2rem;
}

.product-rating-box .score-link {
    margin: 1rem 0;
    font-size: 1.1rem;
}

.product-rating-box .score-link a {
    color: #888;
}


/* Product info */

.product-select {
    margin: 0 -22px;
    background: linear-gradient(131deg, rgb(255, 255, 255) 0%, hsl(0, 0%, 95%) 100%) rgb(255, 255, 255);
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 1.1rem;
}

.product-box-bottom {
    margin-bottom: 3rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.product-box-bottom header h2 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
}

.product-box-bottom header h2 span.platform-title {
    color: #888;
    margin-left: 1.1rem;
}

.product-box-bottom header h2 .other-platforms {
    position: absolute;
    bottom: -3px;
    right: 0px;
    font-size: 12px;
    margin: 0px;
}

.product-box-bottom header h2 .other-platforms .platform {
    float: left;
}

.product-box-bottom header h2 .other-platforms a.platform {
    margin-left: 5px;
    color: #fff;
}

.product-box-bottom header h2 .other-platforms a.selected-platform {
    color: #333;
}

.product-box-bottom header h2 .other-platforms .no-platform {
    background: #f0f0f0;
}

.product-box-bottom .product-box-content .product-data {
    width: 50%;
}

.product-box-bottom .product-box-content .product-prices {
    width: 50%;
}

.product-box-bottom .product-box-content .product-image {
    float: left;
    width: 250px;
}

.product-box-bottom .product-box-content .product-image .no-image,
aside .product-info .product-image .no-image {
    display: block;
    background: #ddd;
    height: 280px;
}

aside .product-info .product-image .no-image {
    height: 120px;
}

.product-box-bottom .product-box-content .product-details {
    margin-left: 264px;
    padding-right: 1.1rem;
}

.product-box-bottom .product-box-content ul {
    margin-bottom: 1.5rem;
}

.product-box-bottom .product-box-content .product-details li {
    margin: 0 0 .5rem;
}

.product-box-bottom .product-box-content .user-score-badge {
    margin: 0 1.1rem 0 0;
    min-width: 85px;
}

.product-box-bottom .product-box-content .product-prices {
    padding-left: 1.1rem;
}

.product-box-bottom .product-box-content .product-prices li {
    padding: .5rem;
    border-bottom: 1px dashed rgb(227, 227, 227);
}

.product-box-bottom .product-box-content .product-prices li:last-child {
    border-bottom: 0px;
}

.product-box-bottom .product-box-content .product-prices .shop {
    width: 50%;
    padding-top: .8rem;
}

.product-box-bottom .product-box-content .product-prices .stock {
    width: 15%;
    padding-top: .8rem;
}

.product-box-bottom .product-box-content .product-prices h4 .stock {
    margin-left: 155px;
    font-weight: 400;
    font-size: 1.2rem;
    color: #aaa;
}

.product-box-bottom .product-box-content .product-prices h4 .price-alert {
    float: right;
    font-weight: 400;
    font-size: 1.2rem;
}

.product-box-bottom .product-box-content .product-prices p.align-right a {
    margin-left: 1.1rem;
}

.product-prices .stock .icon-ok {
    color: #66c800;
}

.product-prices .stock .icon-remove,
.product-prices .stock .icon-question {
    color: #aaa;
}

.product-box-bottom .product-box-content .product-prices .price {
    width: 15%;
    text-align: right;
    padding-top: .8rem;
}

.product-box-bottom .product-box-content .product-prices .buy {
    width: 20%;
    text-align: right;
}

.product-box-bottom .bottom-links {
    margin-top: 1.1rem;
}

.product-box-bottom .bottom-links a {
    margin-right: 1.1rem;
}

/* PRISGUIDE STARS */

.pg-stars {
    background: url("http://www.prisguide.no/images/main/rate-sprite.png") -4px -323px no-repeat transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 125px;
}

.pg-stars a, .pg-stars span, .pg-stars div {
    background: url("http://www.prisguide.no/images/main/rate-sprite.png") -5px -93px no-repeat transparent;
    height: 22px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 0px;
}

.pg-stars-small {
    width: 73px;
    height: 12px;
    background-position: -5px -492px;
}

.pg-stars-small a, .pg-stars-small span, .pg-stars-small div {
    height: 12px;
    background: url("http://www.prisguide.no/images/main/rate-sprite.png") no-repeat -5px -355px;
}

.pg-stars-1 {
    width: 11%;
}

.pg-stars-2 {
    width: 18%;
}

.pg-stars-3 {
    width: 31%;
}

.pg-stars-4 {
    width: 38%;
}

.pg-stars-5 {
    width: 51%;
}

.pg-stars-6 {
    width: 58%;
}

.pg-stars-7 {
    width: 71%;
}

.pg-stars-8 {
    width: 80%;
}

.pg-stars-9 {
    width: 90%;
}

.pg-stars-10 {
    width: 100%;
}



/**
 * COMMENTS
 *
 */

#discussion p.citation {
    color: #333;
    margin: 0 1.5rem;
    font-size: 1.2rem;
    border-left: 1px solid #ddd;
    padding: .2rem 1.2rem;
}

#discussion p.citation .snapback {
    display: none;
}

#discussion .ipsBlockquote {
    border-left: 1px solid #ddd;
    margin: 0 1.5rem 1.1rem;
    color: #888;
    padding: .6rem 1.2rem;
}

cite {
    display: block;
    font-weight: bold;
}

#discussion {
    max-width: 550px;
    font-size: 1.3rem;
}

#userAction {
    clear: both;
    margin-bottom: 10px;
}

#userAction form p {
    margin: 0;
}

#userAction form p span {
    margin-top: .8rem;
    color: #999;
    float: right;
}

#userAction input[type="submit"] {
    margin-right: 1rem;
    margin-top: 1rem;
}

#userAction .button.tek-register {
    margin-top: 1rem;
}

ol.posts #userAction {
    margin-top: 1rem;
}

#userAction label {
    display: block;
    font-weight: bold;
}

#userAction input[type=text],
#userAction input[type=password] {
    margin-bottom: .4rem;
}

#morePosts.button {
    margin-left: 0;
    margin-right: 0;
    display: block;
    font-weight: 700;
}

#discussion h3 {
    display: none;
}

#discussion ol, 
#discussion ul {
    list-style: none;
}

#discussion .spoilertop {
    background: #E4EAF2 url(http://static.tek.no/diskusjon.no/gfx/css_img_spoiler.gif) no-repeat right;
    border: 1px dotted #000;
    color: #000;
    width: 90%;
    font-weight: bold;
    font-size: 10px;
    margin: 8px auto 0 auto;
    padding: 4px;
    cursor: pointer;
}

#discussion .spoilermain {
    background: #FAFCFE;
    border: 1px dotted #000;
    border-top: 0;
    color: #465584;
    width: 90%;
    padding: 4px;
    margin: 0 auto 8px auto;
}

#discussion textarea {
    resize: none;
    width: 366px;
    height: 80px;
}

#discussion textarea.focus {
    height: 140px;
}

#discussion textarea:focus {
    outline: none;
}

#discussion textarea.loading {
    background-color: #ddd;
}

#discussion .posts li.noComments {
    font-size: 1.5rem;
    color: #666;
}

#discussion .actions {
    float: right;
    margin-top: 2.2rem;
    font-size: 1.1rem;
}

#discussion .actions li {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: .5;
    float: left;
    padding: .2rem .5rem;
    margin-right: .5rem;
    margin-bottom: 0;
}

.no-touch #discussion .actions li:hover {
    opacity: 1;
}

#discussion .actions li.reputation {
    position: relative;
    margin-right: 0;
    cursor: pointer;
}

#discussion .likeAction {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

#discussion .actions a {
    color: #000;
    text-decoration: none;
}

div.posted {
    border-radius: .4rem;
    background-color: #f9f8f3;
    border: 1px solid #b2ab72;
    padding: .4rem;
}

#member {
    text-align: right;
    float: right;
    width: 80px;
    margin-left: 14px;
}

#member .avatar img {
    max-width: 80px;
}

ol.posts #member .avatar {
    float: none;
    width: auto;
}

#member a {
    display: none;
}

#discussion ol.posts {
    padding-top: 1.1rem;
}

#discussion ol iframe {
    max-width: 100%;
}

#discussion ol {
    clear: right;
    padding: 0;
    margin: 0;
}

#discussion ol.posts > li {
    clear: left;
    margin-bottom: 2.2rem;
    padding: .4rem .1rem 0 .1rem;
}

#discussion .author {
    border-top: 1px dotted #bbb;
    overflow: hidden;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

#discussion .posts .avatar {
    width: 54px;
    min-height: 25px;
    float: left;
    position: relative;
    margin-right: 10px;
    background: #fff;
    padding: 1px;
    border: 1px solid #ddd;
    text-align: center;
}

#discussion .posts .avatar img {
    display: block;
    max-width: 100% !important;
}

#discussion .tekstra-badge {
    display: none;
}

#discussion .author span {
    margin-top: 1.1rem;
    float: left;
    color: #888;
}

#discussion .loading {
    text-indent: -99999px;
    height: 32px;
    width: 32px;
    display: block;
    margin: 2rem auto;
    background: url(../images/main/spinner.gif?1) no-repeat 50% 50%;
}

#discussion .options p {
    float: right;
    margin-top: 1rem;
}

#discussion div.content {
    overflow: hidden;
}

#discussion div.content .bbc_emoticon {
    vertical-align: -0.6rem;
}

#discussion .content img {
    max-width: 100%;
}

#discussion strong.sort,
#discussion .changeSort {
    display: inline-block;
    margin: 1rem .6rem .5rem 0;
}

#discussion .changeSort.selected {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: default;
}


/* SOCIAL SHARE */
.fb-like-box {
    max-width: 300px;
    overflow: hidden;
}

.tek-social-share {
    margin: 0 0 30px;
}

.tek-social-share ul li {
    margin: 0 10px 0 0;
}

.tek-social-share a {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    line-height: 1em;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    text-transform: uppercase;
    position: relative;
}

.tek-social-share a:hover {
    color: #fff;
}

.tek-social-share .facebook-share a {
    background-color: #3b5998;
}

.tek-social-share .twitter-share a {
    background-color: #2c77ba;
}

.tek-social-share .google-share a {
    background-color: #dd4b39;
}

.tek-social-share a:after {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    background: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: -ms-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    -webkit-transform: opacity 0.2s;
    -moz-transform: opacity 0.2s;
    -ms-transform: opacity 0.2s;
    -o-transform: opacity 0.2s;
    transform: opacity 0.2s;
}

.tek-social-share a:hover:after {
    opacity: 0;
}

.tek-social-share a span {
    font-size: 12px;
}

.social-share ul > li {
    list-style: none !important;
    margin: 4px 0 10px !important;
    padding: 0 !important;
    display: inline-block;
}

.social-share .mobile-share {
    display: none;
}

.social-share.bottom ul > li {
    line-height: 20px;
    position: relative;
    vertical-align: bottom;
    bottom: 0px;
}

.social-share.bottom ul > li > div,
.social-share.bottom .fb_iframe_widget span {
    position: relative;
    bottom: 0;
    vertical-align: bottom !important;
}

.social-share.vertical {
    position: absolute;
    float: left;
    margin-left: -70px;
}

.social-share.vertical ul > li {
    display: block;
}

.social-share.bottom iframe[src*="twitter"] {
    top: 6px;
    position: relative;
}

.social-share.vertical iframe[src*="twitter"] {
    position: relative;
    left: -3px;
}

.social-share .diskusjon-count {
    text-align: center;
    display: block;
    text-decoration: none;
}

.social-share .diskusjon-count span {
    display: block;
}

.social-share .diskusjon-count .count {
    color: #333;
    background: white;
    border: 1px solid #ccc;
    font-size: 1.2em;
    border-radius: 3px;
    width: 50px;
    padding: 10px;
    position: relative;
    margin-bottom: 7px;
}

.social-share .diskusjon-count .count:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 17px;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: white transparent;
    display: block;
    width: 0;
}

.social-share .diskusjon-count .count:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 17px;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #ccc transparent;
    display: block;
    width: 0;
}

.social-share .diskusjon-count .text {
    color: #fff;
    width: 50px;
    height: 20px;
    font-size: .7em;
    background: #212121 url(../images/main/diskusjonLogo.png) no-repeat scroll 50% 50%;
    background-image: url(../images/main/diskusjonLogo.png), -webkit-linear-gradient(#4e4e4e, #212121);
    background-image: url(../images/main/diskusjonLogo.png), -moz-linear-gradient(#4e4e4e, #212121);
    background-image: url(../images/main/diskusjonLogo.png), -ms-linear-gradient(#4e4e4e, #212121);
    background-image: url(../images/main/diskusjonLogo.png), -o-linear-gradient(#4e4e4e, #212121);
    border-radius: 3px;
}

.social-share .diskusjon-count .text:active {
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5);
}

/* Custom social-share */

.custom-social-share {
    clear: both;
}

.custom-social-share p {
    color: #666;
    margin: 0 0 .5rem;
}

.custom-social-share li {
    margin: 0 .5rem 0 0 !important;
    background: #333;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1em;
    position: relative;
    border-radius: .3rem;
    text-transform: uppercase;
}

.custom-social-share li:active {
    box-shadow: inset 0 .5rem .5rem -0.5rem rgba(0,0,0,0.5);
}
.custom-social-share li:active a:after {
    display: none;
}

.custom-social-share li a {
    padding: .8rem;
    color: #fff;
}

.no-touch .custom-social-share li:hover a:after { 
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.1);
}

.custom-social-share li a > * {
    text-align: center;
    width: auto;
    min-width: 2rem;
}

.custom-social-share li a .share-count {
    padding-left: .5rem;
}

.custom-social-share li.facebook-share {
    background: #3b5998;
}

.custom-social-share li.google-share {
    background: #dd4b39;
}

.custom-social-share li.twitter-share {
    background: #2c77ba;
}

/* AUTHOR PAGE */

.author-page .search-filters {
    border-top: 0px;
}

.author-page .search-filters h1 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.2em;
}

.author-page .author-description {
    line-height: 1.6em;
    color: #666;
    margin: 0 0 15px;
}

.author-page .author-description p {
    margin: 0 0 15px;
}

.author-page .author-description p:last-child {
    margin: 0;
}

.author-page .author-image {
    margin: 0 0 15px;
}

.author-page .search-container {
    padding-left: 22px;
    clear: right;
}

.author-page .search-results thead th {
    color: #fff;
}

.author-page .author-blog > h3 {
    margin: 0 0 22px;
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 4px;
}

.author-page .preamble {
    border-top: 1px solid #ddd;
    padding: 22px 0 0;
}

.author-page .preamble:first-of-type {
    border-top: 0px;
    padding-top: 0px;
}

.author-page .preamble h2 {
    font-size: 26px;
    margin: 10px 0 15px;
}

/* Feed container */

.feed-container {
    float: left;
    width: 300px;
    margin-left: 14px;
}

.feed-container ul {
    border: 1px solid #ddd;
    padding: 10px;
}

.feed-container li {
    list-style-type: none;
    line-height: 1.4em;
    font-size: 12px;
    margin: 0 0 1em;
    color: #666;
}

.feed-container li:last-child {
    margin: 0px;
}

.feed-container li h5 {
    font-size: 12px;
}

.feed-container a {
    font-weight: 700;
    text-decoration: none;
}

.feed-container a:hover {
    text-decoration: underline;
}


/**
 * Small feed box
 *
 */

.small-feed {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 14px;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.small-feed .feed-container {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 15px 10px;
    margin: 0px;
}

.small-feed .feed-container:last-child {
    border-right: none;
}

.small-feed .feed > header {
    background: transparent;
    color: #333;
    padding: 0px;
}

.small-feed .feed-container h4 {
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
}

.small-feed .feed-container ul {
    padding: 0px;
    border: 0px none;
}

.small-feed .feed-container li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #666;
}

.small-feed .feed-container h5 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
}

.small-feed .feed-container span,
.small-feed .feed-container .post-content {
    display: block;
    font-size: 11px;
    margin: 0 0 5px;
}

.small-feed .feed-container li:last-child,
.small-feed .feed-container span:last-child {
    margin: 0;
}

.small-feed .feed-container .author span {
    display: inline-block;
}

.small-feed .feed-container a {
    font-weight: 700;
    text-decoration: underline;
}



/**
 * Livefeed
 *
 */

.tek-livefeed {
    -webkit-backface-visibility: hidden;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: white;
    width: 300px;
    height: 600px;
    float: right;
    font-size: 11px;
}

.tek-livefeed-468 .tek-livefeed {
    width: 468px;
}

.tek-livefeed:before {
    content: "";
    height: 45px;
    border-left: 1px solid #ddd;
    top: -21px;
    left: -14px;
    position: absolute;
}

.col-border-top .tek-livefeed:before {
    display: none;
}

.tek-livefeed.tek-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
}

.tek-livefeed ol {
    overflow: hidden;
    height: inherit;
    height: 100%;
    list-style: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.tek-livefeed ol > * {
    -webkit-transform: translateZ(0px);
}

.tek-livefeed li {
    cursor: pointer;
    padding: 8px 6px 8px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.tek-livefeed li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.tek-livefeed li:hover {
    opacity: .7 !important;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-backface-visibility: hidden;
}

.tek-livefeed .tek-live-item, 
.tek-livefeed .tek-lazy {
    -webkit-transform: translateZ(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-backface-visibility: hidden;
}

.tek-livefeed .tek-lazy.tek-loaded, 
.tek-livefeed .tek-live-item.tek-live-animate {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tek-container {
    overflow: hidden;
}

.tek-livefeed li h4 {
    font-size: 13px;
    margin: 0 0 5px;
}

.tek-live-details {
    -webkit-transform: translate(0,0) translateZ(0);
    -webkit-backface-visibility: hidden;
    box-shadow: -2px 4px 10px rgba(0, 0, 0, .5);
    padding: 10px;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    width: 300px;
    min-height: 150px;
}

.tek-live-details img {
    float: right;
    margin-right: 10px;
}

.tek-live-details h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}

.tek-live-details .count {
    font-size: .8em;
    font-weight: normal;
    white-space: nowrap;
}

.tek-live-details h4 a {
    text-decoration: none;
    color: #333;
}

.tek-live-details h4 a:hover {
    text-decoration: underline;
}

.tek-live-details .authors {
    margin: 10px 0 5px 0;
}

.tek-live-details .authors li {
    font-size: 11px;
    display: inline;
    text-transform: uppercase;
    margin-right: 5px;
}

.tek-live-details p {
    line-height: 20px;
    margin-bottom: 5px;
}

.tek-live-details:before {
    content: '';
    height: 0px;
    width: 0px;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 20px;
    z-index: 100002;
}

.tek-live-details:after {
    content: '';
    height: 0px;
    width: 0px;
    display: block;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 19px;
    z-index: 100001;
}
.tek-live-details.left-side:before {
    border-left: 10px solid #fff;
    right: -10px;
}
.tek-live-details.left-side:after {
    border-left: 11px solid #ccc;
    right: -11px;
}
.tek-live-details.right-side:before {
    border-right: 10px solid #fff;
    left: -10px;
}
.tek-live-details.right-side:after {
    border-right: 11px solid #ccc;
    left: -11px;
}

/* Specific css for forum items */
.tek-live-details-forum img {
    max-width: 60px;
    float: left;
}

/* Specific css for user review items */
.tek-live-details-user-reviews img,
.tek-live-details-user-streams img,
.tek-live-details-gallery-images img {
    float: none;
    display: block;
    margin: 0 0 10px;
    max-width: 100%;
}

.tek-live-details-user-streams > a {
    position: relative;
    display: block;
}

.tek-live-details-user-streams > a .icon-play-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 188px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    font-size: 60px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.tek-live-details-user-streams > a:hover .icon-play-circle {
    opacity: 1;
}

/* Specific css for article items */
.tek-live-details-article img {
    margin: 10px 0 0 10px;
    max-width: 40%;
}

.tek-live-details-article h4 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.tek-livefeed li i {
    float: left;
    font-size: 24px;
    color: #ccc;
    margin: 3px 10px 0 0;
}

.tek-livefeed .tek-image {
    float: left;
    width: 50px;
    height: 30px;
    overflow: hidden;
    margin: 3px 10px 0 0;
    position: relative;
}

.tek-livefeed li img {
    width: 50px;
}

.tek-livefeed .tek-description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tek-livefeed .tek-live-published {
    margin: 3px 0 0;
    color: #999;
}

.tek-live-tag {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 21px;
    height: 16px;
    border-radius: 2px;
}

.tek-live-tag-diskusjon {
    background: rgba(0,0,0,0.2) url("../images/main/tekLiveTagForum.png") no-repeat scroll 80% 50%; 
}

.tek-live-fade {
    height: 30px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.tek-live-fade-top {
    background: -o-linear-gradient(#fff, transparent);
    background: -moz-linear-gradient(#fff, rgba(255,255,255,0));
    background: -ms-linear-gradient(#fff, rgba(255,255,255,0));
    background: -webkit-linear-gradient(#fff, rgba(255,255,255,0));
    background: linear-gradient(#fff, rgba(255,255,255,0));
    display: none;
    top: 30px;
    left: 0px;
}

.tek-live-fade-bottom {
    background: -o-linear-gradient(transparent, #fff);
    background: -moz-linear-gradient(rgba(255,255,255,0), #fff);
    background: -ms-linear-gradient(rgba(255,255,255,0), #fff);
    background: -webkit-linear-gradient(rgba(255,255,255,0), #fff);
    background: linear-gradient(rgba(255,255,255,0), #fff);
    bottom: 0px;
    left: 0px;
}


/* SEARCH TABLE */

.search-container {
    float: right;
    width: 75%;
}

.query-explanation {
    font-size: 11px;
}

.search-results {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

.search-results .even {
    background-color: #f0f0f0;
}

.search-results th,
.search-results td {
    padding: 3px 16px 3px 0;
    text-align: left;
    font-size: 8pt;
    color: #aaa;
}

.search-results thead th {
    background-color: #333;
    text-transform: uppercase;
    font-weight: bold;
    height: 23px;
}

.search-results thead th a {
    text-decoration: none;
    color: #999;
    float: left;
    padding-right: 10px;
}

.search-results thead th a:after {
    content: "▲";
    font-size: .9em;
    margin-left: 2px;
    vertical-align: 1px;
}

.search-results thead th a:hover,
.search-results thead th a.selected {
    color: white;
}

.search-results thead th.desc a:after {
    content: "▼";
}

.search-results thead th.image a:after {
    display: none;
}

.search-results tbody .headline a {
    text-decoration: none;
    color: #444;
    font-size: 12pt;
    letter-spacing: -1px;
}

.search-results tbody .headline a:hover {
    text-decoration: underline;
}

.search-results td.image {
    width: 75px;
    height: 50px;
    text-align: center;
}

.search-results div.imageContainer {
    overflow: hidden;
    border: 1px solid #ccc;
    background: white;
    width: 75px;
    margin: 0;
}

.search-results .subscription {
    background: #ABD200;
    color: white;
    padding: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.search-results h4 {
    font-size: 10pt;
    display: inline;
}

.search-results .productReview span {
    float: left;
    width: 63px;
    height: 14px;
}

.search-results .productReview-0 {
    background: url(../images/icons/rating/productReview-0.gif) no-repeat;
}
.search-results .productReview-1 {
    background: url(../images/icons/rating/productReview-1.gif) no-repeat;
}
.search-results .productReview-2 {
    background: url(../images/icons/rating/productReview-2.gif) no-repeat;
}
.search-results .productReview-3 {
    background: url(../images/icons/rating/productReview-3.gif) no-repeat;
}
.search-results .productReview-4 {
    background: url(../images/icons/rating/productReview-4.gif) no-repeat;
}
.search-results .productReview-5 {
    background: url(../images/icons/rating/productReview-5.gif) no-repeat;
}
.search-results .productReview-6 {
    background: url(../images/icons/rating/productReview-6.gif) no-repeat;
}
.search-results .productReview-7 {
    background: url(../images/icons/rating/productReview-7.gif) no-repeat;
}
.search-results .productReview-8 {
    background: url(../images/icons/rating/productReview-8.gif) no-repeat;
}
.search-results .productReview-9 {
    background: url(../images/icons/rating/productReview-9.gif) no-repeat;
}
.search-results .productReview-10 {
    background: url(../images/icons/rating/productReview-10.gif) no-repeat;
}

.search-results td.headline {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-filters h3 {
    font-size: 1.2em;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.search-filters ul {
    list-style: none;
}

.search-results .techinfo,
.search-results p {
    font-weight: normal;
}

.search-results .image {
    padding-right: 3px;
}

.search-results .articleType {
    text-transform: lowercase;
}

.search-results .published {
    width: 80px;
}

.search-results .price {
    width: 40px;
}

.search-results td.price a {
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: -1px;
}

.search-results .headline {
    padding-left: 14px;
    text-align: left;
    width: 360px;
}

.search-results .headline h4 {
    line-height: 1.2em;
}

.search-results .headline .article-type-prefix {
    font-size: 0.8em;
    color: #999;
}

/* FILTERS */
.search-filters {
    float: left;
    width: 25%; 
    padding: 10px 10px 10px 0;
    border-top: 23px solid #333;
}

.search-filters input[type=search] {
    width: 140px;
}

.category-filter {
    color: #999;
    font-size: 8pt;
}

.category-filter .cat {
    padding: 5px 0 5px 0;
}

.category-filter ul {
    padding: 0 0 15px 0;
}

.category-filter .cat a,
.category-filter .selected {
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: -1px;
}

.category-filter .selected {
    color: #444;
}

.category-filter .cat a.unset-category {
    display: block;
    font-size: 9pt;
    letter-spacing: 0;
}

.category-filter ul ul li.cat {
    padding: 0px;
}

.category-filter ul ul .cat a {
    font-weight: normal;
    font-size: 8pt;
    letter-spacing: 0;
    margin-left: 10px;
}

/* OTHER STUFF */

.search-word-filter {
    padding-bottom: 19px;
}

.search-word-filter .text {
    width: 65%;
    float: left;
    border: 1px solid #ccc;
    height: 20px;
}

.search-word-filter .submit {
    width: 30%;
    float: right;
}

/* Review search */

.review-search > h1 {
    margin: 0 0 3rem;
}

.review-search aside {
    width: 215px;
}

.review-search .category-list {
    background: #f7f7f7;
}

.review-search .category-list > li {
    width: 25%;
    padding: 10px;
}

.review-search .category-list > li:nth-child(4n+1) {
    clear: left;
}

.review-search .category-list > li > a {
    margin: 0 0 22px;
}

.review-search .category-list > li > a > figure {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    line-height: 180px;
    height: 180px;
    margin: auto;
    background: #fff;
}

.review-search .category-list li header.absolute {
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.review-search .category-list li .sub-categories li {
    margin: 0 1rem 1rem 0;
}

.review-search .category-title {
    background: #000;
    color: #fff;
    padding: .2rem 1rem;
}

.review-search .promoted-articles {
    margin: 3rem 0;
}

.review-search .review-sorting {
    border-bottom: 5px solid #000;
    margin: 0 0 3rem;
}

.review-search .review-sorting .sort-buttons a,
.review-search .review-sorting .sort-buttons a * {
    font-size: 1.6rem;
    font-weight: 400;
}

.review-search .review-sorting .sort-buttons a {
    padding: 5px 10px;
}

.review-search .review-sorting .sort-buttons a.main-color {
    background: #f7f7f7;
}

.review-search .review-search-results {
    padding: 0 0 22px 0;
    float: left;
    width: 741px;
}

.review-search .user-review-link {
    margin: 0 0 2rem;
}

.review-search .review-list {
    margin: 0 0 2rem;
}

.review-search .review-list li.product {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 22px;
}

.review-search .review-list li.product:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.review-search .review-list li .score-badge {
    margin-left: 1rem;
    width: 90px;
    min-width: initial;
}

.review-search .review-list li .score-badge .score-logo img {
    width: 85%;
}

.review-search .review-list li .score-badge .score-value {
    font-size: 2.8rem;
}

.review-search .image {
    float: left;
    width: 100px;
    text-align: center;
}

.review-search .header .image {
    text-align: left;
}

.review-search .image img {
    max-width: 100%;    
    max-height: 141px;
    display: inline-block;
}

.review-search .image .platform {
    display: block;
}

.review-search .product-review-details {
    margin-left: 115px;
}

.review-search .score-badge {
    float: right;
}

.review-search .review-list li h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.2em;
}

.review-search .review-list li h2 a {
    color: #333;
}

.review-search .review-list li h2 .platform-name {
    font-weight: 400;
    font-size: 0.8em;
    color: #999;
}

.review-search .review-list li h4 {
    margin: 5px 0 5px;
    font-size: 16px;
}

.review-search .review-list li.product p {
    color: #aaa;
}

.review-search .review-list li .review-date {
    margin-top: 7px;
}

.review-search .review-list li .flavortext {
    float: none;
    margin: 10px 0 0;
    text-align: left;
}

.review-search .review-list li p .price {
    color: #999;
}

.review-search .review-list li .product-review-details > .price {
    font-size: 1.8em;
    font-weight: 200;
}

.review-search .review-list li .product-review-details > * {
    max-width: 90%;
}

.review-search .review-list li blockquote {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    margin: 5px 0 0px;
    font-weight: 300;
    color: #666;
}

.review-search .review-list li blockquote a {
    color: #666;
}
/*
.review-search .review-list li blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 0.4em;
    margin-right: 3px;
    top: -8px;
    position: relative;
}

.review-search .review-list li blockquote:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 0.4em;
    margin-left: 3px;
}
*/

.review-search .review-list li .prices {
    margin-top: 1rem;
}

.review-search .review-list .preamble {
    width: 232px;
    margin: 0 11px 2rem;
}
.review-search .review-list .preamble:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}
.review-search .review-list .preamble:nth-child(3n+3) {
    margin-right: 0px;
}

.review-search .aside-one-third {
    width: 215px;
}

.review-search .review-search-filters h4 {
    margin-bottom: 10px;
}

.review-search .review-search-filters ul {
    list-style-type: none;    
}

.review-search .review-search-filters .button {
    margin: 10px 0 22px;
}

.review-search .review-search-filters label {
    display: block;
    padding: 4px 0;
}

.review-search .review-search-filters label:hover {
    background: #f0f0f0;
}

.review-search .review-search-filters label > * {
    display: inline-block;
    vertical-align: middle;
}

.review-search .review-search-filters select {
    margin-bottom: 22px;
}

.review-search .review-search-filters ul ul {
    padding-left: 15px;
    margin: 5px 0 22px;
    list-style-type: disc;
}

.review-search .review-search-filters .category-select {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 700;
    margin: 0 0 1em;
}

.review-search .review-search-filters .selected-category {
    margin: 0 0 1em;
}

.review-search .review-search-filters .selected-category h3 {
    font-size: 16px;
    margin: 0 0 1em;
}

.review-search .price-slider {
    padding: 2.2rem;
    margin: 0 0 3rem;
    background: #f7f7f7;
}

.review-search .price-slider .price-range {
    width: 50%;
    margin: 0 2rem;
}

.review-search .about {
    background: #f7f7f7;
    padding: 2rem;
    margin: 0 0 3rem;
}

.review-search .about > div {
    margin: 0 0 2rem;
}


/* MAIN SEARCH */

#search h1 {
    font-size: 3rem;
    font-weight: 400;
    margin: 0 0 2rem;
}

.main-search-form {
    margin-bottom: 30px;
}

.main-search .search-results {
    width: 40%;
    float: right;
    clear: right;
    padding: 0 0 0 14px;
    margin-bottom: 30px;
}

.main-search .search-results:before {
    right: 0px;
    display: none;
}

.main-search .search-results.search-articles {
    width: 60%;
    padding: 0 14px 0 0;
    float: left;
}

.main-search .search-results .no-hits {
    margin: 1rem 0;
}

.main-search .search-results header {
    border-bottom: .5rem solid #333;
    padding-bottom: .5rem;
}

.main-search .search-results header h3 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.main-search .search-results header h3 .hits {
    font-size: .6em;
    color: #888;
    margin-left: .5rem;
}

.main-search .search-results ul {
    list-style: none;
}

.main-search .search-results ul:not(.pagination) li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
}

.main-search .search-results ul:not(.pagination) li:last-child {
    border-bottom: 0px;
}

.main-search .search-results ul:not(.pagination) li h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.main-search .search-results ul:not(.pagination) li h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.main-search .search-results ul:not(.pagination) li h2 a,
.main-search .search-results ul:not(.pagination) li h3 a {
    color: #000;
    text-decoration: none;
}

.main-search .search-results ul:not(.pagination) li h2 a:hover,
.main-search .search-results ul:not(.pagination) li h3 a:hover {
    text-decoration: underline;
}

.main-search .search-results ul:not(.pagination) li img {
    max-width: 100%;
    height: auto !important;
}

/* Main search - Article hits */
.main-search .search-articles li .image {
    padding-right: 10px;
    width: 36%;
    max-width: 180px;
}

.main-search .search-articles li .image .tag-container {
    top: 0px;
    left: 0px;
    right: 0px;
}

.main-search .search-articles li .image .tag-container.double-headline {
    background: rgba(0,0,0,0.8);
    height: 22px;
}

.main-search .search-articles li .image .tag-container .tek-tag {
    height: 22px;
}

.main-search .search-articles li .image .tag-container h3 {
    padding: 5px 4px;
    color: #fff;
    font-size: 1.1rem;
    height: 22px;
    max-width: 100%;
}

.main-search .search-articles li .text {
    width: 64%;
}

.main-search .search-articles p {
    margin-bottom: 10px;
}

.main-search .search-articles time {
    color: #999;
}

/* Main search - Product hits */
.main-search .search-priceguide li .image {
    width: 20%;
    padding-right: 10px;
}

.main-search .search-priceguide li .details {
    width: 80%;
}

.main-search .search-priceguide li h3 .platform-name {
    font-weight: 400;
}

.main-search .search-priceguide li .category {
    color: #666;
    margin-bottom: 5px;
}

.main-search .search-priceguide li p {
    color: #999;
    margin-bottom: 5px;
}

/* Main search - Team hits */
.main-search .search-teams li .image {
    width: 66px;
    padding-right: 10px;
}

.main-search .search-teams li .image a {
    padding: 2px;
    border: 1px solid #ddd;
}

.main-search .search-teams li .text {
    width: 302px;
}

/* Main search - Shortnews hits */
.main-search .search-shortnews .description {
    margin: 0 0 5px;
}

.main-search .search-shortnews .publish-time {
    color: #999;
}

/* Main search - Forum hits */
.main-search .search-forums.results p {
    margin: 7px 0;
}

.search-forums h3 a {
    color: #000;
    text-decoration: none;
}

.search-forums h3 a:hover {
    text-decoration: underline;
}

.search-forums .meta {
    color: #999;
    font-size: 11px;
}





/* Article search */

.search-results .headline .prefixArticleType {
    font-size: 0.8em;
    color: #999;
}

.article-search .results .headline .prefixArticleType {
    display: block;
    font-size: 9pt;
    text-transform: uppercase;
    color: #666;
}
.article-search .results .headline h4 {
    font-size: 13pt;
    padding: 2px 0;
}
.article-search .results .headline h4 a {
    color: #333;
    text-decoration: none;
}
.article-search .results .headline p {
    color: #aaa;
    font-weight: normal;
    font-size: 8pt;
}
.article-search .results .headline {
    vertical-align: top;
}
.article-search .results {
    float: right;
    width: 740px;
}
.article-search .filter {
    width: 200px;
}
.article-search .filter ul {
    list-style-type: none;
}

.article-search .breadcrumbs {
    margin-bottom: 8px;
}

.filter h3 {
    border-bottom: 1px solid #CCCCCC;
    clear: left;
    font-family: Georgia, Times,serif;
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.filter {
    padding-bottom: 10px;
    font-size: 8pt;
    color: #999;
}

.filter .query button:hover {
    background: #ccc;
}
.filter .query button {
    padding: 4px 8px;
    background: #eee;
    float: right;
    border: 1px solid silver;
}
.filter .query input {
    font-size: 12pt;
    width: 160px;
    border: 1px solid silver;
    height: 24px;
    padding: 0;
    margin: 0;
}
.filter .query {
    padding: 0 0 10px 0;
}
.filter ul {
    padding-bottom: 15px;
}

.filter a {
    font-size: 9pt;
}

.filter li {
    padding: 3px 3px 3px 7px;
}
.filter .selected {
    font-size: 10pt;
    font-weight: bold;
    background-color: ghostWhite;
    padding: 3px 3px 3px 7px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    -ms-background-clip: content-box;
    -o-background-clip: content-box;
    background-clip: content-box;
    border-bottom: 1px solid #eee;
}

.filter .selected a {
    font-weight: normal;
}

/* JOB FEED */

.tek-jobs-promo {
    display: none;
}

.job-feed-468 {
    width: 468px;
    float: left;
    margin-left: 11px;
}

.job-feed-468 .tek-jobs,
.jobs-300 .tek-jobs {
    margin: 0px;
}

.jobs-300 {
    float: right;
    width: 300px;
}

.jobs-300 .feed-desc {
    display: none;
}

.tek-jobs {
    clear: both;
    background: #f7f7f7;    
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.tek-jobs .job-list {
    padding: 0px 36px;
}

.touch .tek-jobs .job-list {
    padding: 10px;
}

.touch .tek-jobs .jobs {
    overflow: auto;
}

.tek-jobs li.job {
    white-space: normal;
    width: 234px;
    border-right: 1px solid #e3e3e3;
    padding: 0px 0px 25px 0;
    position: relative;
}

.tek-jobs li.job:before {
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    background: #fdfdfd;
    background: rgba(33,180,199,0.05);
    display: block;
}

.tek-jobs li.job .job-wrap {
    width: 100%;
}

.tek-jobs li.job .text {
    padding: 0 10px 20px;
}

.tek-jobs li.job .image-container a {
    display: block;
    background: #fff;
    line-height: 60px;
    height: 80px;
    padding: 10px 0;
    margin: 0 0 10px;
}

.tek-jobs li.job .job-title {
    margin: 0 0 5px;
    word-wrap: break-word;
}

.tek-jobs li.job .job-description {
    font-size: 1.3rem;
    color: #777;
}

.tek-jobs li.job .deadline {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.tek-jobs .job-nav {
    top: 50%;
    left: 5px;
    z-index: 3;
    background: #333;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 2rem;
    display: none;
    transition: background 0.2s;
}

.tek-jobs .job-nav[data-dir="next"] {
    left: auto;
    right: 5px;
}

.no-touch .tek-jobs .job-nav {
    display: block;
}

.no-touch .tek-jobs .job-nav:hover {
    background: #000;
}

/* Simple job feed */
.jobs-simple {
    background: rgba(33,180,199,0.2);
    color: #000;
    margin: 2rem 0;
}

.jobs-simple ul {
    padding-left: .5rem;
    max-width: 75%;
    overflow: hidden;
}

.jobs-simple li {
    display: none;
}

.jobs-simple li:first-child {
    display: list-item;
}

.jobs-simple > a.f-right {
    margin-top: .25rem;
    margin-right: 1.1rem;
}

.col-full-width .jobs-simple {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.col-full-width .jobs-simple:after {
    left: 1.1rem;
}

/* Sister sites */

.feed-sister-sites .site-logo {
    background: #333;
    height: 30px;
}

.col-full-width .feed-sister-sites .preamble:first-child:after {
    display: none;
}

/* Compare feed */
.compare-products-feed {
    width: 300px;
}

.compare-products-feed select {
    width: 100%;
    margin: .2rem 0;
}

.compare-products-feed .compare-products {
    position: relative;
}

.compare-products-feed .product {
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 80px;
    margin-right: 5px;
}

.compare-products-feed .vs {
    position: absolute;
    font-size: 3.2rem;
    font-family: "Crete Round";
    display: block;
    color: white;
    background-color: #333;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    vertical-align: middle;
    text-align: center;
    border-radius: 30px;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

.compare-products-feed .button {
    padding: 10px;
    height: auto;
    margin-top: 6px;
}

/* Shortnews */

.shortnews-feed {
    width: 300px;
    float: right;
    margin: 0 0 2em;
    position: relative;
}

.shortnews-feed:before {
    content: "";
    height: 45px;
    border-left: 1px solid #ddd;
    top: -21px;
    left: -14px;
    position: absolute;
}

.col-frontpage-top .shortnews-feed:before {
    display: none;
}

.shortnews-page .col-two-thirds {
    padding-right: 14px;
}

.shortnews-page .col-one-third {
    padding-left: 19px;
}

.shortnews-page .col-one-third > * {
    float: right;
    margin: 0 0 1.6em;
}

.shortnews ul {
    padding: 10px 0;
}

.shortnews ul li {
    padding: 5px;
    border-bottom: 1px solid #eee;
    line-height: 1.6em;
}

.shortnews ul li:last-child {
    border-bottom: 0px;
}

.shortnews ul li:first-child {
    padding-top: 0px;
}

.shortnews ul li:nth-child(2n) {
    background: #f5f5f5;
}

.shortnews h4 {
    margin: 0px;
}

.shortnews.item h4 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 0 0 0.4em;
}

.shortnews.item .timestamp {
    color: #777;
    margin-left: 10px;
}

.shortnews p {
    margin: 3px 0;
    line-height: 1.6em;
}

.shortnews .source {
    font-size: 12px;
}
.shortnews .readmore {
    margin: 5px;
}
.shortnews .readmore a {
    color: #aaa;
    text-decoration: none;
}

.shortnews-nav {
    margin: 20px 0 0;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    line-height: 1.6em;
}

.shortnews-page .view-all {
    margin-top: 20px;
}

.shortnews .product-title {
    font-size: 1.2em;
    color: #555;
    margin: 0 0 1em;
}

/* COMPO PAGE */
#competition {
    width: 768px;
}

#competition p {
    margin: 10px 0;
}

#competition h2 {
    margin: 10px 0;
}

#competition div {
    margin: 10px 0;
    padding: 5px;
}

#competition div p {
    margin: 2px 0 2px 5px;
}

#competition div.odd {
    background-color: #f3f1e9;
}

#competition .error {
    font-weight: bold;
    font-size: 9pt;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#competition form .error {
    margin-left: 5px;
}

/* Responsive */
@media screen and (max-width: 1380px) {
    body:not(.disabled-ads) #wrapper {
        margin: 0;
    }
    body:not(.disabled-ads) .neo-content.full-width .articleImageCenter img {
        max-width: 100%;
        height: auto !important;
    }
    body:not(.disabled-ads) .neo-content.full-width .articleImageCenter figcaption {
        padding: 8px 0;
    }
    body:not(.disabled-ads) .ad-top-ad {
        margin: 0;
    }
    body:not(.disabled-ads) #wallpaper {
        background-position: -460px 0;
    }
}

@media screen and (max-width: 1000px) {
    #wrapper {
        overflow: hidden;
    }
}


.ipad #wrapper,
.ipad .ad-top-ad {
    float: none !important;
}

.ipad #wallpaper {
    background-position: 50% 0px;
}

.ipad .ad-col-right { 
    display: none;
}

.theme-feed ol {
    list-style-type: none;
    margin-bottom: 15px;
    margin-right: 5px;
}

.theme-feed li {
    overflow: auto;
    padding: 5px 0;
}

.theme-feed img {
    float: right;
}

.theme-link {
    display: block;
    position: absolute;
    right: 6px;
    top: 0px;
    width: 80px;
    height: 100%;
}

/* 404 */
.section-404 #main .image-404 {
    width: 100%;
}

.section-404 #main > * {
    padding: 6px 10px;
}

.section-404 #main li {
    margin: 4px 20px;
}

.error {
    color: red;
    font-weight: 700;
}

/* USER ACCOUNT */

.user-account h1 {
    margin: 0 0 2.2rem;
}

.user-account .account-nav {
    border-bottom: 4px solid #333;
    margin: 0 0 2.2rem;
}

.user-account .account-nav li {
    float: left;
    margin: 0 .4rem 0 0;
}

.user-account .account-nav a {
    display: block;
    font-size: 1.4rem;
    padding: .6rem;
    font-weight: 700;
    text-decoration: none;
}

.user-account .account-nav a.selected {
    color: #fff;
    background: #333;
}

.user-account .account-list li.headlines {
    border-bottom: 1px dashed #e3e3e3;
    font-weight: 700;
}

.user-account .account-list li > span {
    float: left;
    width: 25%;
    padding: .6rem 0;
}

.user-account .manage-subscription-buttons {
    margin: 2rem 0;
}

.user-account .user-settings .col-half-width.f-left {
    padding-right: 2.2rem;
}

.user-account .user-settings label {
    display: block;
    margin: 0 0 .5rem;
}

.user-account .user-settings input[type="text"],
.user-account .user-settings input[type="email"],
.user-account .user-settings input[type="tel"],
.user-account .user-settings textarea,
.user-account .user-settings select {
    max-width: 100%;
    width: 100%;
    margin: 0 0 .5rem;
}

.user-account .user-settings .save-settings {
    margin-top: 2rem;
}


/* Product review form */

body > .product-review-form-wrap {
    background: #f0f0f0;
    padding: 22px;
    position: absolute;
    width: 100%;
    max-width: 635px;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.product-review-form-wrap header {
    margin: 0 0 15px;
}

.product-review-form-wrap form[role="login"] label {
    display: block;
    margin: 0 0 10px;
}

.product-review-form-wrap form[role="login"] input[type="email"],
.product-review-form-wrap form[role="login"] input[type="password"] {
    display: block;
}

.product-review-form-wrap form[role="login"] .button-facebook {
    margin-top: 10px;
}

.product-review-form.posting:after {
    content: "";
    background: rgba(255,255,255,0.8) url(http://static.tek.no/images/main/spinner.gif) no-repeat scroll 50% 50%;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.product-review-form .mce-edit-area {
    padding: 3px;
}

.product-review-form h2 {
    margin-bottom: 22px;
}

.product-review-form h4 {
    margin-bottom: 2px;
}

.product-review-form .image-select {
    margin: 15px 0;
}

.product-review-form .image-select .images {
    overflow: auto;
    white-space: nowrap;
}

.product-review-form .image-select .images .image {
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
}

.product-review-form .image-select .images .image.selected {
    border: 2px solid #82b620;
}

.product-review-form .image-select .images .image img {
    display: block;
}

.product-review-form .rating-input {
    float: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    margin: 0 0 15px;
}

.product-review-form .rating-value {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-family: "Oswald", Helvetica, Arial;
}

.product-review-form .rating-value:after {
    content: "";
    border: 1px solid #f0f0f0;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    display: block;
}

.product-review-form .rating-value:active {
    box-shadow: inset 0px 0px 5px #fff;
}

.product-review-form .rating-value.highlighted {
    background: #444;
    background: -webkit-linear-gradient(#818183,#3B393C);
    background: -moz-linear-gradient(#818183,#3B393C);
    background: -ms-linear-gradient(#818183,#3B393C);
    background: -o-linear-gradient(#818183,#3B393C);
    background: linear-gradient(#818183,#3B393C);
    color: #fff;
}

.product-review-form .rating-value.highlighted.selected,
.product-review-form .rating-value.highlighted.selected:before {
    background: #333;
    background: -webkit-linear-gradient(#4d4d4f,#1a171b);
    background: -moz-linear-gradient(#4d4d4f,#1a171b);
    background: -ms-linear-gradient(#4d4d4f,#1a171b);
    background: -o-linear-gradient(#4d4d4f,#1a171b);
    background: linear-gradient(#4d4d4f,#1a171b);
}

.product-review-form input.headline {
    border: none;
    font: 40px/1em "Crete Round",Times,sans-serif;
    height: 1.5em;
    background: white;
    box-shadow: none;
}
.product-review-form input.review-preamble {
    border: none;
    font-size: 22px;
    font-weight: bold;
    height: 35px;
    background: white;
    box-shadow: none;
}
.product-review-form input.headline,
.product-review-form input.review-preamble {
    width: 100%;
    margin: 0 0 5px;
}

.product-review-form input.review-preamble {
    margin: 0 0 15px;
}

.product-review-form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    overflow: auto;
    max-height: 500px;
    min-height: 250px;
}

.product-review-form > .mce-panel {
    margin-bottom: 22px;
}

.product-review-form .rating {
    position: relative;
}

.product-review-form .rating span {
    font-size: 30px;
}

.product-review-form input[type="range"] {
    background: #ccc;
    box-shadow: inset 0 0 0px rgba(0,0,0,0);
}

.product-review-form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: #333;
    height: 20px;
    width: 20px;
}

/* Native ads */

article.preamble.sponset-bilag h2, 
.preamble.sponset-bilag p,
.preamble.sponset-bilag ul {
    font-family: "Open Sans", Geneva, Tahoma, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}

article.preamble .tek-tag-sponset-bilag {
    background-color: black;
}

article.preamble.sponset-bilag {
    background-color: #eee;
    border-radius: 0 0 4px 4px;
}

.sponsored .article p, .sponsored .article .headline {
    font-family: "Open Sans", Geneva, Tahoma, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.05px;
}

.sponsored .article .headline {
    font-weight: bold;
}

.sponsored .article .native-ads-information {
    background-color: #fff;
    height: 100%;
}

.sponsored .article .native-ads-information .native-ads-label {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
    padding: 5px 0;
}

.sponsored .article .native-ads-information .native-ads-partner {
    border-right: 5px solid #eee;
    float: left;
    min-height: 100px;
    padding: 5px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.sponsored .article .native-ads-information .native-ads-description {
    color: #aaa;
    padding: 5px 0;
}

.sponsored .article .native-ads-information .native-ads-description a.native-ads-url {
    display: block;
    padding-top: 5px;
}

.sponsored #wrapper {
    background: #eee;
}

/* User product review list */

.user-review-list .col-main-width {
    padding-top: 22px;
}

.user-review-list article {
    margin-right: 14px;
    padding-top: 22px;
    border-bottom: 1px solid #ddd;
}

.user-review-list article:first-child {
    padding-top: 0px;
}

.user-review-list article:last-child {
    border-bottom: 0px;
}

.user-review-list article .image-container {
    float: left;
    width: 180px;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}

.user-account .user-review-list article .image-container {
    width: 230px;
}

/* USER PRODUCT REVIEW FEED */

.col-main-width .feed-user-product-reviews:last-child {
    margin: 0 0 0 10px;
}

.col-main-width .feed-user-product-reviews {
    width: 468px;
    background: #f5f5f5;
}

.feed-user-product-reviews h4 a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.feed-user-product-reviews h4 a:hover {
    text-decoration: underline;
}

.feed-user-product-reviews .product-title {
    margin-bottom: 0px;
}

.feed-user-product-reviews .author {
    color: #666;
}

.feed-user-product-reviews .author .show-comments {
    color: #666;
}

.col-main-width .feed-user-product-reviews ul {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 0 10px;
}

.feed-user-product-reviews li {
    list-style-type: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.6em;
}

.feed-user-product-reviews li:last-child {
    border-bottom: 0px;
}

.feed-user-product-reviews li img {
    margin: 0 10px 0 0;
}

.feed-user-product-reviews .more-reviews {
    text-align: center;
    padding: 5px 10px;
    border: 1px dashed #ddd;
    background: #fff;
    line-height: 1.6em;
}

.feed-user-product-reviews .more-reviews .button {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1em;
}



/* CONTACT FORM */

body > .tek-contact-form {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    width: 500px;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    padding: 22px;
}

.tek-contact-form h2 {
    font-weight: normal;
    font-family: "Crete Round";
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.tek-contact-form input {
    width: 100%;
    margin-bottom: 10px;
}

.tek-contact-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    margin-bottom: 22px;
}

.tek-contact-form form {
    position: relative;
}

.tek-contact-form .sending:before {
    content: "";
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
}

.tek-white-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    opacity: 0.6;
    z-index: 20;
}

.tek-black-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 20;
}

/* USER TERMS */

.user-terms {
    padding-top: 22px;
    width: 628px;
}

.user-terms h1 {
    font-size: 25px;
    margin-bottom: 40px;
}

.user-terms h3 {
    margin: 0 0 0.5em;
}
.user-terms p {
    margin-bottom: 1.6em;
    line-height: 1.8em;
}
.user-terms ul {
    margin-left: 1.6em;
    margin-bottom: 1.6em;
}
    
#to-top {
    display: none;
}


/* Product rating score */

.product-score-tag {
    background: #333;
    background: -webkit-linear-gradient(#4e4e4e, #212121);
    background: -moz-linear-gradient(#4e4e4e, #212121);
    background: -ms-linear-gradient(#4e4e4e, #212121);
    background: -o-linear-gradient(#4e4e4e, #212121);
    background: linear-gradient(#4e4e4e, #212121);
    color: #fff;
    padding: 5px;
    font-family: "Oswald", Helvetica, Arial;
    font-size: 14px;
    border-radius: 2px;
    line-height: 1em;
}

.product-score-tag span {
    color: #ccc;
}

/* Score badges */

.score-badge {
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial;
    text-transform: uppercase;
    border-radius: .4rem;
    min-width: 148px;
}

.article .score-badge {
    width: 14.8rem; 
}

.score-badge.rating-badge {
    background: rgb(33, 149, 199);
}

.score-badge .score-data {
    padding: 1rem;
    border-radius: .4rem .4rem 0 0;
}

.score-badge .score-data .score-value {
    font-size: 6.1rem;
}

.score-badge.rating-badge .score-data .score-value {
    font-size: 3rem;
}

.score-badge .score-data .score-value .score-top {
    opacity: 0.5;
}

.score-badge .score-data .score-text {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .1rem;
}

.score-badge .score-logo {
    padding: 1rem 0;
    background: #000;
    line-height: 0;
    border-radius: 0 0 .4rem .4rem;
}


/* User scores */

.user-score-badge {
    background: #999;
    background: #688483;
    background: #E78189;
    background: #0F5159;
    white-space: nowrap;
    padding: 1.1rem;
    position: relative;
    font-family: "Oswald", Helvetica, Arial;
    font-size: 1.3rem;
    text-align: center;
    max-width: 100px;
    text-decoration: none;
    border-radius: .4rem;
}

.user-score-badge, .user-score-badge:hover {
    color: #fff;
}

.user-score-badge .score-value {
    font-size: 3rem;
    margin: .5rem 0;
    line-height: 1em;
    display: block;
}

.user-score-badge.score-badge-small {
    padding: .6rem;
    border-radius: .2rem;
}

.user-score-badge.score-badge-small .score-value {
    font-size: 1.8rem;
}

.user-score-badge .score-text {
    font-weight: 300;
}


/* Service feed */

.service-feed .feed-content .bottom-links {
    padding: .5rem 1.1rem;
    background: rgb(54, 56, 56);
    background: #f2f2f2;
    color: rgb(173, 173, 173);
    color: #000;
/*    font-weight: 300; */
    font-size: 1.6rem;
}

.service-feed .feed-content .bottom-links .f-right a {
    margin-left: 1.5rem;
}


/* Tek services banner */

.tek-services-banner {
    position: relative;
    display: block;
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.tek-services-banner ul {
    list-style-type: none;
}

.tek-services-banner ul li {
    text-align: center;
    width: 16.6%;
    float: left;
}

.tek-services-banner ul li h4 {
    font-weight: 400;
    font-size: 10px;
}

.tek-services-banner img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
}

aside .tek-services-banner {
    border: 0px none;
    padding: 0px;
}

aside .tek-services-banner ul li {
    width: 50%;
    margin-bottom: 22px;
}

aside .tek-services-banner ul li:nth-child(2n+1) {
    clear: left;
}


/* Upload section */

.tek-upload {
    line-height: 1.8em;
}

.tek-upload label.block {
    margin: 0 0 1em;
}


/* Notices (alert boxes) */
.feedback {
    background: #f5f5f5;
    width: 98%;
    padding: 12px 8px;
    margin: auto 4px;
    margin-bottom: 12px;
}

.feedback.sbc {
    color: #f5f5f5;
}

.feedback.red {
    color: #490E0E;
    background-color: #D26667;
}

.feedback.inline-block {
    margin: 0;
    padding: 1% 2%;
    margin-top: -1%;
}

.feedback.info::before,
.feedback.warning::before {
    display: inline-block;
    text-align: center;
    height: 40px;
    font-size: 48px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 12px;
}
.feedback.inline-block::before {
    font-size: 1.6em;
    height: initial;
    width: initial;
    min-width: 12px;
    margin: 0 4px;
}

.feedback.info::before {
    content: "\f129";
}
.feedback.warning::before {
    content: "\f071";
}
