@charset "UTF-8";
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 93, ../scss/_normalize.scss */
body {
  margin: 0;
  width: 100%;
  height: 100%; }

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

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

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

/* line 135, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 140, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 145, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 150, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 155, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

/* line 177, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px; }

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

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

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

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

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 234, ../scss/_normalize.scss */
q {
  quotes: none; }

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

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

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

/* line 268, ../scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 272, ../scss/_normalize.scss */
sub {
  bottom: -0.25em; }

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

/* line 291, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 357, ../scss/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 365, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 377, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

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

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

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

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 446, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 460, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 472, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 505, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 26, ../scss/_mixin.scss */
::selection {
  background: #ccc; }

/* line 27, ../scss/_mixin.scss */
::-moz-selection {
  background: #ccc; }

/* line 28, ../scss/_mixin.scss */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, span, ol, a, table, label {
  margin: 0;
  padding: 0; }

/* line 29, ../scss/_mixin.scss */
a {
  text-decoration: none; }

/* line 30, ../scss/_mixin.scss */
ul {
  list-style: none; }

/* line 31, ../scss/_mixin.scss */
body {
  background-color: #fce1e1;
  min-width: 320px; }

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
/* line 80, ../scss/_mixin.scss */
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px; }

/* Remove the stupid outer glow in Webkit */
/* line 100, ../scss/_mixin.scss */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
/* line 109, ../scss/_mixin.scss */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
/* line 118, ../scss/_mixin.scss */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
/* line 154, ../scss/_mixin.scss */
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
/* line 173, ../scss/_mixin.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
/* line 180, ../scss/_mixin.scss */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
/* line 188, ../scss/_mixin.scss */
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
/* line 199, ../scss/_mixin.scss */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
/* line 209, ../scss/_mixin.scss */
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
/* line 226, ../scss/_mixin.scss */
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/** USEFUL STUFF **/
/*
@include border-radius(10px);
@include background-size(100%);
@include transition-property(all);
@include transition-duration(0.5s);
*/
/** TEXTER **/
/* line 12, ../scss/style.scss */
* {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

/** ÖVERKSRIFTER **/
/* line 17, ../scss/style.scss */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a, span {
  color: #1e1e1e;
  font-weight: 700;
  float: left;
  font-family: 'Source Sans Pro', sans-serif; }

/* line 23, ../scss/style.scss */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* line 30, ../scss/style.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  float: left;
  margin-top: 10px; }

/* line 37, ../scss/style.scss */
.remove {
  display: none !important; }

/* line 44, ../scss/style.scss */
#hold-everything-together {
  float: left;
  width: 100%; }

/* line 48, ../scss/style.scss */
#no-stuff {
  float: left;
  width: 560px;
  padding: 30px;
  background: #fff;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 660px) {
    /* line 48, ../scss/style.scss */
    #no-stuff {
      width: 450px;
      padding: 25px; } }
  @media screen and (max-width: 540px) {
    /* line 48, ../scss/style.scss */
    #no-stuff {
      width: 354px;
      padding: 20px;
      margin: 10px 0 0 0; } }
  @media screen and (max-width: 413px) {
    /* line 48, ../scss/style.scss */
    #no-stuff {
      width: 315px; } }
  @media screen and (max-width: 374px) {
    /* line 48, ../scss/style.scss */
    #no-stuff {
      width: 260px; } }
  /* line 69, ../scss/style.scss */
  #no-stuff h1 {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 35px; }
    @media screen and (max-width: 660px) {
      /* line 69, ../scss/style.scss */
      #no-stuff h1 {
        font-size: 30px;
        line-height: 30px; } }
    @media screen and (max-width: 540px) {
      /* line 69, ../scss/style.scss */
      #no-stuff h1 {
        font-size: 28px;
        line-height: 28px; } }
    @media screen and (max-width: 413px) {
      /* line 69, ../scss/style.scss */
      #no-stuff h1 {
        font-size: 26px;
        line-height: 26px; } }
    @media screen and (max-width: 374px) {
      /* line 69, ../scss/style.scss */
      #no-stuff h1 {
        font-size: 24px;
        line-height: 24px; } }
  /* line 91, ../scss/style.scss */
  #no-stuff p {
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #999;
    margin-top: 8px;
    width: 100%; }
    @media screen and (max-width: 540px) {
      /* line 91, ../scss/style.scss */
      #no-stuff p {
        font-size: 16px; } }

/** CENTER **/
/* line 106, ../scss/style.scss */
.center {
  width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  clear: left;
  position: relative; }
  @media screen and (max-width: 1320px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 1010px; } }
  @media screen and (max-width: 1050px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 980px; } }
  @media screen and (max-width: 1020px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 620px; } }
  @media screen and (max-width: 660px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 500px; } }
  @media screen and (max-width: 540px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 394px; } }
  @media screen and (max-width: 413px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 355px; } }
  @media screen and (max-width: 374px) {
    /* line 106, ../scss/style.scss */
    .center {
      width: 300px; } }

/** CONTENT **/
/* line 136, ../scss/style.scss */
#main-content {
  float: left;
  width: 620px;
  margin-bottom: 20px; }
  @media screen and (max-width: 660px) {
    /* line 136, ../scss/style.scss */
    #main-content {
      width: 500px; } }
  @media screen and (max-width: 540px) {
    /* line 136, ../scss/style.scss */
    #main-content {
      width: 394px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 413px) {
    /* line 136, ../scss/style.scss */
    #main-content {
      width: 355px; } }
  @media screen and (max-width: 374px) {
    /* line 136, ../scss/style.scss */
    #main-content {
      width: 300px; } }

/* line 154, ../scss/style.scss */
.new-count {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 30px 0;
  color: #999;
  font-size: 16px;
  line-height: 16px; }

/* line 165, ../scss/style.scss */
.remove-later {
  float: left;
  width: 468px;
  height: 360px;
  line-height: 360px;
  position: relative;
  left: 50%;
  margin: 50px 0 50px -234px;
  background: rgba(0, 0, 0, 0.4);
  color: #1e1e1e;
  font-size: 26px;
  text-align: center;
  font-weight: 700; }

/* line 179, ../scss/style.scss */
#egensponsor {
  float: left;
  width: 468px;
  position: relative;
  left: 50%;
  margin: 50px 0 50px -234px; }
  /* line 185, ../scss/style.scss */
  #egensponsor:before {
    content: 'Annons:';
    position: absolute;
    top: -18px;
    left: 0;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    line-height: 13px; }
  /* line 195, ../scss/style.scss */
  #egensponsor img {
    float: left;
    width: 100%;
    height: auto; }

/* line 203, ../scss/style.scss */
#second-content {
  float: left;
  width: 370px;
  margin: 0 0 0 20px; }
  @media screen and (max-width: 1050px) {
    /* line 203, ../scss/style.scss */
    #second-content {
      width: 340px; } }
  @media screen and (max-width: 1020px) {
    /* line 203, ../scss/style.scss */
    #second-content {
      display: none; } }
  /* line 213, ../scss/style.scss */
  #second-content #holder {
    float: left;
    width: 100%; }
  /* line 217, ../scss/style.scss */
  #second-content #social {
    height: 335px;
    background: #fff; }
    /* line 220, ../scss/style.scss */
    #second-content #social #social-hold {
      float: left;
      width: 100%;
      background-color: #dddcdc; }
  /* line 226, ../scss/style.scss */
  #second-content .second-holder {
    float: left;
    width: 100%;
    margin-top: 20px; }
    /* line 230, ../scss/style.scss */
    #second-content .second-holder h5 {
      float: left;
      width: 100%;
      font-size: 17px;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      text-align: center;
      position: relative; }
      /* line 240, ../scss/style.scss */
      #second-content .second-holder h5.red {
        background: #d52c1e; }
      /* line 243, ../scss/style.scss */
      #second-content .second-holder h5.red:after {
        border-color: #d52c1e transparent transparent transparent; }
      /* line 246, ../scss/style.scss */
      #second-content .second-holder h5.black {
        background: #1e1e1e; }
      /* line 249, ../scss/style.scss */
      #second-content .second-holder h5.black:after {
        border-color: #1e1e1e transparent transparent transparent; }
      /* line 252, ../scss/style.scss */
      #second-content .second-holder h5.blue {
        background: #4060af; }
      /* line 255, ../scss/style.scss */
      #second-content .second-holder h5.blue:after {
        border-color: #4060af transparent transparent transparent; }
      /* line 258, ../scss/style.scss */
      #second-content .second-holder h5.purple {
        background: #622567; }
      /* line 261, ../scss/style.scss */
      #second-content .second-holder h5.purple:after {
        border-color: #622567 transparent transparent transparent; }
      /* line 264, ../scss/style.scss */
      #second-content .second-holder h5:after {
        content: '';
        position: absolute;
        left: 50%;
        z-index: 99;
        bottom: -6px;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        line-height: 0px;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
    /* line 279, ../scss/style.scss */
    #second-content .second-holder p.nothing {
      float: left;
      width: 330px;
      background: #fff;
      padding: 30px 20px;
      margin-bottom: 1px;
      color: #999;
      text-align: center;
      font-size: 16px;
      line-height: 21px; }
      @media screen and (max-width: 1050px) {
        /* line 279, ../scss/style.scss */
        #second-content .second-holder p.nothing {
          width: 300px; } }
    /* line 293, ../scss/style.scss */
    #second-content .second-holder .post-jobb {
      float: left;
      width: 330px;
      padding: 20px;
      background: #fff;
      margin-bottom: 1px; }
      @media screen and (max-width: 1050px) {
        /* line 293, ../scss/style.scss */
        #second-content .second-holder .post-jobb {
          width: 300px; } }
      /* line 302, ../scss/style.scss */
      #second-content .second-holder .post-jobb a {
        float: left; }
        /* line 304, ../scss/style.scss */
        #second-content .second-holder .post-jobb a:hover {
          text-decoration: underline; }
        /* line 307, ../scss/style.scss */
        #second-content .second-holder .post-jobb a img {
          float: left;
          width: 50px;
          height: 50px; }
      /* line 313, ../scss/style.scss */
      #second-content .second-holder .post-jobb .text-holder {
        width: 230px;
        margin-left: 30px;
        float: left; }
        @media screen and (max-width: 1050px) {
          /* line 313, ../scss/style.scss */
          #second-content .second-holder .post-jobb .text-holder {
            width: 220px; } }
        /* line 320, ../scss/style.scss */
        #second-content .second-holder .post-jobb .text-holder h6 {
          float: left;
          width: 100%;
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 5px; }
        /* line 327, ../scss/style.scss */
        #second-content .second-holder .post-jobb .text-holder span {
          float: left;
          width: 100%;
          color: #999;
          font-size: 15px;
          line-height: 18px;
          font-weight: 500; }
    /* line 337, ../scss/style.scss */
    #second-content .second-holder #see-more {
      float: left;
      width: 100%;
      background: #fff;
      text-align: center;
      text-transform: uppercase;
      color: #d52c1e;
      font-weight: 600;
      font-size: 15px;
      line-height: 44px; }
      /* line 347, ../scss/style.scss */
      #second-content .second-holder #see-more:hover {
        text-decoration: underline; }
    /* line 353, ../scss/style.scss */
    #second-content .second-holder#newsletter .holder {
      float: left;
      width: 330px;
      padding: 20px;
      background: #fff;
      list-style: none;
      position: relative; }
      @media screen and (max-width: 1050px) {
        /* line 353, ../scss/style.scss */
        #second-content .second-holder#newsletter .holder {
          width: 300px; } }
      /* line 363, ../scss/style.scss */
      #second-content .second-holder#newsletter .holder form {
        float: left;
        width: 100%;
        position: relative; }
      /* line 368, ../scss/style.scss */
      #second-content .second-holder#newsletter .holder input[type="text"], #second-content .second-holder#newsletter .holder input[type="email"] {
        float: left;
        width: 308px;
        background: #f8f8f8;
        border: 1px solid #ddd;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif;
        margin-bottom: 10px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 382, ../scss/style.scss */
        #second-content .second-holder#newsletter .holder input[type="text"].error, #second-content .second-holder#newsletter .holder input[type="email"].error {
          border-right: 3px solid #d52c1e;
          width: 306px; }
        @media screen and (max-width: 1050px) {
          /* line 368, ../scss/style.scss */
          #second-content .second-holder#newsletter .holder input[type="text"], #second-content .second-holder#newsletter .holder input[type="email"] {
            width: 278px; }
            /* line 388, ../scss/style.scss */
            #second-content .second-holder#newsletter .holder input[type="text"].error, #second-content .second-holder#newsletter .holder input[type="email"].error {
              border-right: 3px solid #d52c1e;
              width: 275px; } }
      /* line 394, ../scss/style.scss */
      #second-content .second-holder#newsletter .holder input[type="submit"] {
        float: left;
        width: 330px;
        color: #fff;
        height: 47px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 47px;
        font-size: 16px;
        padding: 0;
        border: none;
        background: #d52c1e;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif;
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 411, ../scss/style.scss */
        #second-content .second-holder#newsletter .holder input[type="submit"]:hover {
          background: #bf271b; }
        /* line 414, ../scss/style.scss */
        #second-content .second-holder#newsletter .holder input[type="submit"]:active {
          background: #aa2318; }
        @media screen and (max-width: 1050px) {
          /* line 394, ../scss/style.scss */
          #second-content .second-holder#newsletter .holder input[type="submit"] {
            width: 300px; } }
      /* line 421, ../scss/style.scss */
      #second-content .second-holder#newsletter .holder .wpcf7-validation-errors, #second-content .second-holder#newsletter .holder .ajax-loader {
        display: none !important; }
      /* line 424, ../scss/style.scss */
      #second-content .second-holder#newsletter .holder .wpcf7-mail-sent-ok {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 290px;
        z-index: 9;
        margin: 0;
        padding: 0 20px;
        border: 0;
        background: #1ccf27;
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
        line-height: 47px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 1050px) {
          /* line 424, ../scss/style.scss */
          #second-content .second-holder#newsletter .holder .wpcf7-mail-sent-ok {
            width: 260px; } }
    /* line 450, ../scss/style.scss */
    #second-content .second-holder#veckans-ipad {
      display: none; }
      @media screen and (max-width: 1320px) {
        /* line 450, ../scss/style.scss */
        #second-content .second-holder#veckans-ipad {
          display: block; } }
    /* line 456, ../scss/style.scss */
    #second-content .second-holder #ipad-pop {
      float: left;
      width: 100%; }
      /* line 459, ../scss/style.scss */
      #second-content .second-holder #ipad-pop h2 {
        display: none; }
      /* line 462, ../scss/style.scss */
      #second-content .second-holder #ipad-pop li {
        float: left;
        width: 100%;
        list-style: none; }
        /* line 466, ../scss/style.scss */
        #second-content .second-holder #ipad-pop li a {
          opacity: 1; }
          /* line 468, ../scss/style.scss */
          #second-content .second-holder #ipad-pop li a img {
            float: left;
            width: 100%;
            height: 208px;
            opacity: 1;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            /* line 475, ../scss/style.scss */
            #second-content .second-holder #ipad-pop li a img:hover {
              opacity: 0.8; }
            @media screen and (max-width: 1050px) {
              /* line 468, ../scss/style.scss */
              #second-content .second-holder #ipad-pop li a img {
                height: 191px; } }
          /* line 482, ../scss/style.scss */
          #second-content .second-holder #ipad-pop li a .wpp-thumbnail {
            margin-right: 0; }
        /* line 486, ../scss/style.scss */
        #second-content .second-holder #ipad-pop li .tptn_after_thumb {
          float: left;
          width: 220px;
          padding: 15px; }
        /* line 491, ../scss/style.scss */
        #second-content .second-holder #ipad-pop li ul {
          float: left;
          width: 100%; }
          /* line 494, ../scss/style.scss */
          #second-content .second-holder #ipad-pop li ul li {
            width: 100%;
            background: #fff; }
            /* line 497, ../scss/style.scss */
            #second-content .second-holder #ipad-pop li ul li .tptn_after_thumb {
              margin-top: 0; }
            /* line 500, ../scss/style.scss */
            #second-content .second-holder #ipad-pop li ul li a {
              font-size: 20px;
              line-height: 23px;
              float: left;
              width: 100%; }
              /* line 505, ../scss/style.scss */
              #second-content .second-holder #ipad-pop li ul li a:hover {
                text-decoration: underline; }
              /* line 508, ../scss/style.scss */
              #second-content .second-holder #ipad-pop li ul li a span {
                font-size: 20px;
                line-height: 23px;
                float: left;
                font-weight: 600;
                margin-top: 0px;
                color: #1e1e1e; }
                /* line 515, ../scss/style.scss */
                #second-content .second-holder #ipad-pop li ul li a span:hover {
                  text-decoration: underline; }
            /* line 520, ../scss/style.scss */
            #second-content .second-holder #ipad-pop li ul li .wpp-date {
              float: left;
              clear: left;
              color: #999;
              font-size: 15px;
              line-height: 15px;
              font-weight: 400;
              width: 330px;
              padding: 4px 20px 15px 20px; }
              @media screen and (max-width: 1050px) {
                /* line 520, ../scss/style.scss */
                #second-content .second-holder #ipad-pop li ul li .wpp-date {
                  width: 300px; } }
            /* line 533, ../scss/style.scss */
            #second-content .second-holder #ipad-pop li ul li .wpp-post-title {
              width: 330px;
              padding: 15px 20px 0 20px; }
              @media screen and (max-width: 1050px) {
                /* line 533, ../scss/style.scss */
                #second-content .second-holder #ipad-pop li ul li .wpp-post-title {
                  width: 300px; } }
    /* line 545, ../scss/style.scss */
    #second-content .second-holder #international-posts, #second-content .second-holder .sidebar-list, #second-content .second-holder #post-pop {
      float: left;
      width: 100%; }
      /* line 548, ../scss/style.scss */
      #second-content .second-holder #international-posts h2, #second-content .second-holder .sidebar-list h2, #second-content .second-holder #post-pop h2 {
        display: none; }
      /* line 551, ../scss/style.scss */
      #second-content .second-holder #international-posts li, #second-content .second-holder .sidebar-list li, #second-content .second-holder #post-pop li {
        float: left;
        width: 100%;
        list-style: none; }
        /* line 555, ../scss/style.scss */
        #second-content .second-holder #international-posts li .tptn_after_thumb, #second-content .second-holder .sidebar-list li .tptn_after_thumb, #second-content .second-holder #post-pop li .tptn_after_thumb {
          margin-top: 0; }
        /* line 558, ../scss/style.scss */
        #second-content .second-holder #international-posts li ul, #second-content .second-holder .sidebar-list li ul, #second-content .second-holder #post-pop li ul {
          float: left;
          width: 100%; }
          /* line 561, ../scss/style.scss */
          #second-content .second-holder #international-posts li ul li, #second-content .second-holder .sidebar-list li ul li, #second-content .second-holder #post-pop li ul li {
            margin-bottom: 1px;
            width: 330px;
            padding: 15px 20px;
            background: #fff; }
            @media screen and (max-width: 1050px) {
              /* line 561, ../scss/style.scss */
              #second-content .second-holder #international-posts li ul li, #second-content .second-holder .sidebar-list li ul li, #second-content .second-holder #post-pop li ul li {
                width: 300px; } }
            /* line 569, ../scss/style.scss */
            #second-content .second-holder #international-posts li ul li a, #second-content .second-holder .sidebar-list li ul li a, #second-content .second-holder #post-pop li ul li a {
              font-size: 20px;
              line-height: 23px;
              float: left;
              cursor: pointer; }
              /* line 574, ../scss/style.scss */
              #second-content .second-holder #international-posts li ul li a:hover, #second-content .second-holder .sidebar-list li ul li a:hover, #second-content .second-holder #post-pop li ul li a:hover {
                text-decoration: underline; }
              /* line 577, ../scss/style.scss */
              #second-content .second-holder #international-posts li ul li a span, #second-content .second-holder .sidebar-list li ul li a span, #second-content .second-holder #post-pop li ul li a span {
                font-size: 20px;
                line-height: 23px;
                float: left;
                font-weight: 600;
                margin-top: 0px;
                color: #1e1e1e; }
                /* line 584, ../scss/style.scss */
                #second-content .second-holder #international-posts li ul li a span:hover, #second-content .second-holder .sidebar-list li ul li a span:hover, #second-content .second-holder #post-pop li ul li a span:hover {
                  text-decoration: underline; }
            /* line 589, ../scss/style.scss */
            #second-content .second-holder #international-posts li ul li span, #second-content .second-holder .sidebar-list li ul li span, #second-content .second-holder #post-pop li ul li span {
              float: left;
              clear: left;
              color: #999;
              font-size: 15px;
              line-height: 15px;
              font-weight: 400;
              margin-top: 2px; }
    /* line 602, ../scss/style.scss */
    #second-content .second-holder .medias {
      float: left;
      width: 122px;
      height: 70px;
      background: #fff;
      margin: 1px 1px 0 0;
      cursor: pointer;
      -webkit-transition-property: background-image;
      -moz-transition-property: background-image;
      -o-transition-property: background-image;
      transition-property: background-image;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    /* line 612, ../scss/style.scss */
    #second-content .second-holder #linkedin-direct {
      width: 123px;
      background: url(../img/in-dark.png) center center no-repeat #fff;
      background-size: 20%; }
      @media screen and (max-width: 1050px) {
        /* line 612, ../scss/style.scss */
        #second-content .second-holder #linkedin-direct {
          width: 112px; } }
      /* line 619, ../scss/style.scss */
      #second-content .second-holder #linkedin-direct:hover {
        background: url(../img/in-hover.png) center center no-repeat #fff;
        background-size: 20%; }
    /* line 624, ../scss/style.scss */
    #second-content .second-holder #twitter-direct {
      background: url(../img/twitter-dark.png) center center no-repeat #fff;
      background-size: 25%; }
      @media screen and (max-width: 1050px) {
        /* line 624, ../scss/style.scss */
        #second-content .second-holder #twitter-direct {
          width: 114px; } }
      /* line 630, ../scss/style.scss */
      #second-content .second-holder #twitter-direct:hover {
        background: url(../img/twitter-hover.png) center center no-repeat #fff;
        background-size: 25%; }
    /* line 635, ../scss/style.scss */
    #second-content .second-holder #instagram-direct {
      margin-right: 0;
      width: 123px;
      background: url(../img/instagram-dark.png) center center no-repeat #fff;
      background-size: 20%; }
      @media screen and (max-width: 1050px) {
        /* line 635, ../scss/style.scss */
        #second-content .second-holder #instagram-direct {
          width: 112px; } }
      /* line 643, ../scss/style.scss */
      #second-content .second-holder #instagram-direct:hover {
        background: url(../img/instagram-hover.png) center center no-repeat #fff;
        background-size: 20%; }
    /* line 648, ../scss/style.scss */
    #second-content .second-holder.small-rel {
      float: left;
      width: 100%;
      background: #fff; }
      /* line 652, ../scss/style.scss */
      #second-content .second-holder.small-rel a {
        float: left; }
        /* line 654, ../scss/style.scss */
        #second-content .second-holder.small-rel a:hover {
          text-decoration: underline; }
        /* line 657, ../scss/style.scss */
        #second-content .second-holder.small-rel a img {
          float: left;
          width: 100%;
          height: auto;
          opacity: 1;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          /* line 664, ../scss/style.scss */
          #second-content .second-holder.small-rel a img:hover {
            opacity: 0.8; }
      /* line 669, ../scss/style.scss */
      #second-content .second-holder.small-rel .the-title {
        font-size: 21px;
        line-height: 24px;
        width: 330px;
        padding: 15px 20px; }
        @media screen and (max-width: 1050px) {
          /* line 669, ../scss/style.scss */
          #second-content .second-holder.small-rel .the-title {
            width: 300px; } }
      /* line 678, ../scss/style.scss */
      #second-content .second-holder.small-rel .small-related {
        float: left;
        width: 100%; }
        /* line 681, ../scss/style.scss */
        #second-content .second-holder.small-rel .small-related .small-title {
          font-size: 16px;
          line-height: 20px;
          font-weight: 600;
          width: 330px;
          padding: 12px 20px;
          border-top: 1px solid #dddcdc; }
          @media screen and (max-width: 1050px) {
            /* line 681, ../scss/style.scss */
            #second-content .second-holder.small-rel .small-related .small-title {
              width: 300px; } }

/* line 697, ../scss/style.scss */
#third-content {
  float: left;
  width: 250px;
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 1320px) {
    /* line 697, ../scss/style.scss */
    #third-content {
      display: none; } }
  /* line 704, ../scss/style.scss */
  #third-content .third-holder {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative; }
    /* line 709, ../scss/style.scss */
    #third-content .third-holder h5 {
      float: left;
      width: 100%;
      font-size: 17px;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      text-align: center;
      position: relative;
      z-index: 99; }
      /* line 720, ../scss/style.scss */
      #third-content .third-holder h5.red {
        background: #d52c1e; }
      /* line 723, ../scss/style.scss */
      #third-content .third-holder h5.red:after {
        border-color: #d52c1e transparent transparent transparent; }
      /* line 726, ../scss/style.scss */
      #third-content .third-holder h5.black {
        background: #1e1e1e; }
      /* line 729, ../scss/style.scss */
      #third-content .third-holder h5.black:after {
        border-color: #1e1e1e transparent transparent transparent; }
      /* line 732, ../scss/style.scss */
      #third-content .third-holder h5.blue {
        background: #4060af; }
      /* line 735, ../scss/style.scss */
      #third-content .third-holder h5.blue:after {
        border-color: #4060af transparent transparent transparent; }
      /* line 738, ../scss/style.scss */
      #third-content .third-holder h5:after {
        content: '';
        position: absolute;
        left: 50%;
        z-index: 99;
        bottom: -6px;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        line-height: 0px;
        _border-color: #007bff #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
    /* line 754, ../scss/style.scss */
    #third-content .third-holder #mini-pop {
      float: left;
      width: 100%; }
      /* line 757, ../scss/style.scss */
      #third-content .third-holder #mini-pop h2 {
        display: none; }
      /* line 760, ../scss/style.scss */
      #third-content .third-holder #mini-pop li {
        float: left;
        width: 100%;
        list-style: none; }
        /* line 764, ../scss/style.scss */
        #third-content .third-holder #mini-pop li a {
          opacity: 1; }
          /* line 766, ../scss/style.scss */
          #third-content .third-holder #mini-pop li a img {
            float: left;
            width: 100%;
            height: 141px;
            opacity: 1;
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            /* line 773, ../scss/style.scss */
            #third-content .third-holder #mini-pop li a img:hover {
              opacity: 0.8; }
          /* line 777, ../scss/style.scss */
          #third-content .third-holder #mini-pop li a .wpp-thumbnail {
            margin-right: 0; }
        /* line 781, ../scss/style.scss */
        #third-content .third-holder #mini-pop li .tptn_after_thumb {
          float: left;
          width: 220px;
          padding: 15px; }
        /* line 786, ../scss/style.scss */
        #third-content .third-holder #mini-pop li ul {
          float: left;
          width: 100%; }
          /* line 789, ../scss/style.scss */
          #third-content .third-holder #mini-pop li ul li {
            width: 100%;
            background: #fff; }
            /* line 792, ../scss/style.scss */
            #third-content .third-holder #mini-pop li ul li .tptn_after_thumb {
              margin-top: 0; }
            /* line 795, ../scss/style.scss */
            #third-content .third-holder #mini-pop li ul li a {
              font-size: 20px;
              line-height: 23px;
              float: left; }
              /* line 799, ../scss/style.scss */
              #third-content .third-holder #mini-pop li ul li a:hover {
                text-decoration: underline; }
              /* line 802, ../scss/style.scss */
              #third-content .third-holder #mini-pop li ul li a span {
                font-size: 20px;
                line-height: 23px;
                float: left;
                font-weight: 600;
                margin-top: 0px;
                color: #1e1e1e; }
                /* line 809, ../scss/style.scss */
                #third-content .third-holder #mini-pop li ul li a span:hover {
                  text-decoration: underline; }
            /* line 814, ../scss/style.scss */
            #third-content .third-holder #mini-pop li ul li .wpp-date {
              float: left;
              clear: left;
              color: #999;
              font-size: 15px;
              line-height: 15px;
              font-weight: 400;
              width: 220px;
              padding: 5px 15px 15px 15px; }
            /* line 824, ../scss/style.scss */
            #third-content .third-holder #mini-pop li ul li .wpp-post-title {
              width: 220px;
              padding: 15px 15px 0 15px; }
    /* line 833, ../scss/style.scss */
    #third-content .third-holder#newsletter .holder {
      float: left;
      width: 220px;
      padding: 15px;
      background: #fff;
      list-style: none;
      position: relative; }
      /* line 840, ../scss/style.scss */
      #third-content .third-holder#newsletter .holder form {
        float: left;
        width: 100%;
        position: relative; }
      /* line 845, ../scss/style.scss */
      #third-content .third-holder#newsletter .holder input[type="text"], #third-content .third-holder#newsletter .holder input[type="email"] {
        float: left;
        background: #f8f8f8;
        width: 198px;
        border: 1px solid #ddd;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif;
        margin-bottom: 10px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 859, ../scss/style.scss */
        #third-content .third-holder#newsletter .holder input[type="text"].error, #third-content .third-holder#newsletter .holder input[type="email"].error {
          border-right: 3px solid #d52c1e; }
      /* line 863, ../scss/style.scss */
      #third-content .third-holder#newsletter .holder input[type="submit"] {
        float: left;
        width: 100%;
        color: #fff;
        height: 47px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 47px;
        font-size: 16px;
        padding: 0;
        border: none;
        background: #d52c1e;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif;
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 880, ../scss/style.scss */
        #third-content .third-holder#newsletter .holder input[type="submit"]:hover {
          background: #bf271b; }
        /* line 883, ../scss/style.scss */
        #third-content .third-holder#newsletter .holder input[type="submit"]:active {
          background: #aa2318; }
        @media screen and (max-width: 1050px) {
          /* line 863, ../scss/style.scss */
          #third-content .third-holder#newsletter .holder input[type="submit"] {
            width: 300px; } }
      /* line 890, ../scss/style.scss */
      #third-content .third-holder#newsletter .holder .wpcf7-validation-errors, #third-content .third-holder#newsletter .holder .ajax-loader {
        display: none !important; }
      /* line 893, ../scss/style.scss */
      #third-content .third-holder#newsletter .holder .wpcf7-response-output {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 220px;
        z-index: 9;
        margin: 0;
        padding: 0 20px;
        border: 0;
        background: #1ccf27;
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
        line-height: 47px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 1050px) {
          /* line 893, ../scss/style.scss */
          #third-content .third-holder#newsletter .holder .wpcf7-response-output {
            width: 260px; } }
    /* line 918, ../scss/style.scss */
    #third-content .third-holder .sidebar-list {
      float: left;
      width: 100%; }
      /* line 921, ../scss/style.scss */
      #third-content .third-holder .sidebar-list h2 {
        display: none; }
      /* line 924, ../scss/style.scss */
      #third-content .third-holder .sidebar-list li {
        float: left;
        width: 100%;
        list-style: none; }
        /* line 928, ../scss/style.scss */
        #third-content .third-holder .sidebar-list li .tptn_after_thumb {
          margin-top: 0; }
        /* line 931, ../scss/style.scss */
        #third-content .third-holder .sidebar-list li ul {
          float: left;
          width: 100%; }
          /* line 934, ../scss/style.scss */
          #third-content .third-holder .sidebar-list li ul li {
            margin-bottom: 1px;
            width: 330px;
            padding: 15px 20px;
            background: #fff; }
            @media screen and (max-width: 1050px) {
              /* line 934, ../scss/style.scss */
              #third-content .third-holder .sidebar-list li ul li {
                width: 300px; } }
            /* line 942, ../scss/style.scss */
            #third-content .third-holder .sidebar-list li ul li a {
              font-size: 20px;
              line-height: 23px;
              float: left;
              cursor: pointer; }
              /* line 947, ../scss/style.scss */
              #third-content .third-holder .sidebar-list li ul li a:hover {
                text-decoration: underline; }
              /* line 950, ../scss/style.scss */
              #third-content .third-holder .sidebar-list li ul li a span {
                font-size: 20px;
                line-height: 23px;
                float: left;
                font-weight: 600;
                margin-top: 0px;
                color: #1e1e1e; }
                /* line 957, ../scss/style.scss */
                #third-content .third-holder .sidebar-list li ul li a span:hover {
                  text-decoration: underline; }
            /* line 962, ../scss/style.scss */
            #third-content .third-holder .sidebar-list li ul li span {
              float: left;
              clear: left;
              color: #999;
              font-size: 15px;
              line-height: 15px;
              font-weight: 400;
              margin-top: 2px; }
  /* line 977, ../scss/style.scss */
  #third-content #dagens ul {
    float: left;
    width: 220px;
    padding: 15px 15px 0 15px;
    background: #fff; }
    /* line 982, ../scss/style.scss */
    #third-content #dagens ul li {
      float: left;
      clear: left; }
      /* line 985, ../scss/style.scss */
      #third-content #dagens ul li a {
        float: left;
        margin-bottom: 15px;
        line-height: 16px;
        font-weight: 600;
        font-size: 16px; }
        /* line 991, ../scss/style.scss */
        #third-content #dagens ul li a:hover {
          text-decoration: underline; }
  /* line 998, ../scss/style.scss */
  #third-content #tweets {
    background: transparent;
    list-style: none;
    position: relative; }
    /* line 1003, ../scss/style.scss */
    #third-content #tweets #bg-fix {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 2px;
      background: #fff;
      z-index: 1; }
    /* line 1012, ../scss/style.scss */
    #third-content #tweets #hold-fix {
      float: left;
      position: relative;
      width: 100%;
      height: 500px;
      overflow: auto;
      z-index: 5; }
  /* line 1019, ../scss/style.scss */
  #third-content #third-sponsor {
    float: left;
    list-style: none;
    margin-top: 40px;
    width: 250px; }
    /* line 1024, ../scss/style.scss */
    #third-content #third-sponsor a {
      float: left;
      margin: 0;
      position: relative;
      width: 250px;
      height: 250px; }
      /* line 1030, ../scss/style.scss */
      #third-content #third-sponsor a:before {
        content: 'Annons:';
        position: absolute;
        top: -18px;
        left: 0;
        font-weight: 400;
        color: #999;
        font-size: 13px;
        line-height: 13px; }
      /* line 1040, ../scss/style.scss */
      #third-content #third-sponsor a img {
        float: left;
        width: 100%; }

/** AD BANNER **/
/* line 1048, ../scss/style.scss */
#banner-reklam {
  float: left;
  width: 100%;
  position: relative;
  list-style: none; }
  /* line 1053, ../scss/style.scss */
  #banner-reklam a {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    top: 0;
    left: 50%;
    background: green; }
    @media screen and (max-width: 660px) {
      /* line 1053, ../scss/style.scss */
      #banner-reklam a {
        margin-top: 30px;
        margin-bottom: 30px; } }
    /* line 1066, ../scss/style.scss */
    #banner-reklam a:before {
      content: 'Annons:';
      position: absolute;
      top: -18px;
      left: 0;
      font-weight: 400;
      color: #999;
      font-size: 13px;
      line-height: 13px; }
    /* line 1076, ../scss/style.scss */
    #banner-reklam a img {
      float: left;
      width: 100%; }
    /* line 1080, ../scss/style.scss */
    #banner-reklam a.panorama-120, #banner-reklam a.panorama-240, #banner-reklam a.panorama-360 {
      width: 980px;
      margin-left: -490px; }
      @media screen and (max-width: 1020px) {
        /* line 1080, ../scss/style.scss */
        #banner-reklam a.panorama-120, #banner-reklam a.panorama-240, #banner-reklam a.panorama-360 {
          display: none; } }
    /* line 1087, ../scss/style.scss */
    #banner-reklam a.panorama-120 {
      height: 120px; }
    /* line 1090, ../scss/style.scss */
    #banner-reklam a.panorama-240 {
      height: 240px; }
    /* line 1093, ../scss/style.scss */
    #banner-reklam a.panorama-360 {
      height: 360px; }
    /* line 1096, ../scss/style.scss */
    #banner-reklam a.banner-360, #banner-reklam a.banner-500 {
      width: 1250px;
      margin-left: -625px; }
      @media screen and (max-width: 1320px) {
        /* line 1096, ../scss/style.scss */
        #banner-reklam a.banner-360, #banner-reklam a.banner-500 {
          width: 1010px;
          margin-left: -505px; } }
      @media screen and (max-width: 1050px) {
        /* line 1096, ../scss/style.scss */
        #banner-reklam a.banner-360, #banner-reklam a.banner-500 {
          width: 980px;
          margin-left: -490px; } }
      @media screen and (max-width: 1020px) {
        /* line 1096, ../scss/style.scss */
        #banner-reklam a.banner-360, #banner-reklam a.banner-500 {
          display: none; } }
    /* line 1111, ../scss/style.scss */
    #banner-reklam a.banner-360 {
      height: 360px; }
      @media screen and (max-width: 1320px) {
        /* line 1111, ../scss/style.scss */
        #banner-reklam a.banner-360 {
          height: 291px; } }
      @media screen and (max-width: 1050px) {
        /* line 1111, ../scss/style.scss */
        #banner-reklam a.banner-360 {
          height: 282px; } }
    /* line 1120, ../scss/style.scss */
    #banner-reklam a.banner-500 {
      height: 500px; }
      @media screen and (max-width: 1320px) {
        /* line 1120, ../scss/style.scss */
        #banner-reklam a.banner-500 {
          height: 404px; } }
      @media screen and (max-width: 1050px) {
        /* line 1120, ../scss/style.scss */
        #banner-reklam a.banner-500 {
          height: 392px; } }

/** SIDOFÄLT SPONSOR **/
/* line 1133, ../scss/style.scss */
#sido-sponsor {
  float: left;
  list-style: none; }
  /* line 1136, ../scss/style.scss */
  #sido-sponsor a {
    float: left;
    width: 300px;
    position: relative;
    height: 250px;
    margin: 40px 35px 20px 35px; }
    @media screen and (max-width: 1050px) {
      /* line 1136, ../scss/style.scss */
      #sido-sponsor a {
        margin: 40px 20px 20px 20px; } }
    /* line 1145, ../scss/style.scss */
    #sido-sponsor a:before {
      content: 'Annons:';
      position: absolute;
      top: -18px;
      left: 0;
      font-weight: 400;
      color: #999;
      font-size: 13px;
      line-height: 13px; }
    /* line 1155, ../scss/style.scss */
    #sido-sponsor a.insider-250 {
      height: 250px; }

/** HEADER & FOOTER **/
/* line 1163, ../scss/style.scss */
#header, #footer {
  float: left;
  width: 100%;
  background: #fff;
  position: relative; }

/* line 1169, ../scss/style.scss */
#navigation {
  float: left;
  width: 100%;
  background: #1e1e1e;
  position: relative;
  height: 44px;
  z-index: 999;
  /* border-bottom: 1px solid #444; */ }
  /* line 1177, ../scss/style.scss */
  #navigation .current-menu-item a {
    color: #d52c1e !important; }
  /* line 1180, ../scss/style.scss */
  #navigation .center {
    overflow: visible; }
  /* line 1183, ../scss/style.scss */
  #navigation #primary-menu {
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: -595px;
    width: 300px;
    background: #fff;
    border-left: 1px solid #ccc;
    overflow-y: scroll;
    height: 551px;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    display: none; }
    @media screen and (max-height: 616px) {
      /* line 1183, ../scss/style.scss */
      #navigation #primary-menu {
        height: 451px;
        bottom: -495px; } }
    @media screen and (max-height: 516px) {
      /* line 1183, ../scss/style.scss */
      #navigation #primary-menu {
        height: 351px;
        bottom: -395px; } }
    @media screen and (max-height: 416px) {
      /* line 1183, ../scss/style.scss */
      #navigation #primary-menu {
        height: 251px;
        bottom: -295px; } }
    @media screen and (max-width: 413px) {
      /* line 1183, ../scss/style.scss */
      #navigation #primary-menu {
        width: 353px; } }
    @media screen and (max-width: 374px) {
      /* line 1183, ../scss/style.scss */
      #navigation #primary-menu {
        width: 298px; } }
    /* line 1214, ../scss/style.scss */
    #navigation #primary-menu.block {
      display: block; }
    /* line 1217, ../scss/style.scss */
    #navigation #primary-menu #hold-both {
      float: left;
      width: 100%;
      position: relative;
      height: 551px;
      background: #fff; }
    /* line 1224, ../scss/style.scss */
    #navigation #primary-menu #big-menu {
      float: left;
      width: 100%; }
      /* line 1227, ../scss/style.scss */
      #navigation #primary-menu #big-menu ul {
        float: left;
        width: 100%;
        border-top: 1px solid #dddcdc; }
        /* line 1231, ../scss/style.scss */
        #navigation #primary-menu #big-menu ul li {
          float: left;
          clear: left;
          width: 100%; }
          /* line 1235, ../scss/style.scss */
          #navigation #primary-menu #big-menu ul li a {
            float: left;
            width: 260px;
            font-size: 16px;
            border-bottom: 1px solid #dddcdc;
            line-height: 22px;
            font-weight: 600;
            color: #1e1e1e;
            padding: 16px 20px;
            background-color: transparent;
            -webkit-transition-property: background-color;
            -moz-transition-property: background-color;
            -o-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            /* line 1247, ../scss/style.scss */
            #navigation #primary-menu #big-menu ul li a:hover {
              background-color: #f3f3f3; }
            @media screen and (max-width: 413px) {
              /* line 1235, ../scss/style.scss */
              #navigation #primary-menu #big-menu ul li a {
                width: 313px; } }
            @media screen and (max-width: 374px) {
              /* line 1235, ../scss/style.scss */
              #navigation #primary-menu #big-menu ul li a {
                width: 258px; } }
    /* line 1260, ../scss/style.scss */
    #navigation #primary-menu #small-menu {
      float: left;
      width: 100%; }
      /* line 1263, ../scss/style.scss */
      #navigation #primary-menu #small-menu ul {
        float: left;
        width: 100%; }
        /* line 1266, ../scss/style.scss */
        #navigation #primary-menu #small-menu ul li {
          float: left;
          clear: left;
          width: 100%; }
          /* line 1270, ../scss/style.scss */
          #navigation #primary-menu #small-menu ul li a {
            float: left;
            width: 260px;
            font-size: 17px;
            border-bottom: 1px solid #dddcdc;
            line-height: 22px;
            font-weight: 600;
            color: #1e1e1e;
            padding: 16px 20px;
            background-color: transparent;
            -webkit-transition-property: background-color;
            -moz-transition-property: background-color;
            -o-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
            /* line 1282, ../scss/style.scss */
            #navigation #primary-menu #small-menu ul li a:hover {
              background-color: #f3f3f3; }
            @media screen and (max-width: 413px) {
              /* line 1270, ../scss/style.scss */
              #navigation #primary-menu #small-menu ul li a {
                width: 313px; } }
            @media screen and (max-width: 374px) {
              /* line 1270, ../scss/style.scss */
              #navigation #primary-menu #small-menu ul li a {
                width: 258px; } }
  /* line 1296, ../scss/style.scss */
  #navigation #search {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -98px;
    height: 53px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.3);
    display: none; }
    /* line 1308, ../scss/style.scss */
    #navigation #search.block {
      display: block; }
    /* line 1311, ../scss/style.scss */
    #navigation #search #searchform {
      float: left;
      width: 100%; }
      /* line 1314, ../scss/style.scss */
      #navigation #search #searchform #s {
        float: left;
        width: 1060px;
        background: #f8f8f8;
        border: 1px solid #ddd;
        line-height: 45px;
        margin: 3px 0 3px 3px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif; }
        @media screen and (max-width: 1320px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 810px; } }
        @media screen and (max-width: 1050px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 780px; } }
        @media screen and (max-width: 1020px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 450px; } }
        @media screen and (max-width: 660px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 350px; } }
        @media screen and (max-width: 540px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 250px; } }
        @media screen and (max-width: 413px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 230px; } }
        @media screen and (max-width: 374px) {
          /* line 1314, ../scss/style.scss */
          #navigation #search #searchform #s {
            width: 180px; } }
      /* line 1348, ../scss/style.scss */
      #navigation #search #searchform #searchsubmit {
        float: left;
        width: 187px;
        color: #fff;
        height: 47px;
        text-align: center;
        margin-top: 3px;
        text-transform: uppercase;
        font-weight: 600;
        margin-left: 3px;
        line-height: 47px;
        font-size: 16px;
        padding: 0;
        border: none;
        background: #d52c1e;
        outline: none;
        font-family: 'Source Sans Pro', sans-serif;
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        /* line 1367, ../scss/style.scss */
        #navigation #search #searchform #searchsubmit:hover {
          background: #bf271b; }
        /* line 1370, ../scss/style.scss */
        #navigation #search #searchform #searchsubmit:active {
          background: #aa2318; }
        @media screen and (max-width: 1320px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 167px; } }
        @media screen and (max-width: 1020px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 137px; } }
        @media screen and (max-width: 660px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 117px; } }
        @media screen and (max-width: 540px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 111px; } }
        @media screen and (max-width: 413px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 92px; } }
        @media screen and (max-width: 374px) {
          /* line 1348, ../scss/style.scss */
          #navigation #search #searchform #searchsubmit {
            width: 87px; } }
  /* line 1394, ../scss/style.scss */
  #navigation .the {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    position: relative;
    z-index: 999;
    background-color: transparent; }
    /* line 1405, ../scss/style.scss */
    #navigation .the:hover {
      background-color: #2e2e2e; }
    /* line 1408, ../scss/style.scss */
    #navigation .the:active {
      background-color: #3e3e3e; }
    /* line 1411, ../scss/style.scss */
    #navigation .the .overlay {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: transparent; }
  /* line 1421, ../scss/style.scss */
  #navigation #the-menu {
    float: left;
    text-align: left; }
    /* line 1424, ../scss/style.scss */
    #navigation #the-menu .icon {
      background: url(../img/menu-w.png) no-repeat center center transparent;
      background-size: 100%;
      width: 18px;
      height: 14px;
      float: left;
      position: relative;
      top: 50%;
      margin: -7px 10px 0 0; }
      @media screen and (max-width: 660px) {
        /* line 1424, ../scss/style.scss */
        #navigation #the-menu .icon {
          margin-right: 0; } }
    /* line 1437, ../scss/style.scss */
    #navigation #the-menu .text {
      float: left;
      font-weight: 500;
      color: #fff; }
      @media screen and (max-width: 660px) {
        /* line 1437, ../scss/style.scss */
        #navigation #the-menu .text {
          display: none; } }
    /* line 1445, ../scss/style.scss */
    #navigation #the-menu.active {
      background: #fff; }
      /* line 1447, ../scss/style.scss */
      #navigation #the-menu.active:hover {
        background-color: #f3f3f3; }
      /* line 1450, ../scss/style.scss */
      #navigation #the-menu.active .icon {
        background: url(../img/menu.png) no-repeat center center transparent;
        background-size: 100%; }
      /* line 1454, ../scss/style.scss */
      #navigation #the-menu.active .text {
        color: #1e1e1e; }
  /* line 1459, ../scss/style.scss */
  #navigation #the-category-menu {
    float: left;
    text-align: left; }
    /* line 1462, ../scss/style.scss */
    #navigation #the-category-menu ul.menu li {
      display: inline;
      list-style-type: none;
      color: #fff; }
      @media screen and (max-width: 660px) {
        /* line 1462, ../scss/style.scss */
        #navigation #the-category-menu ul.menu li {
          display: none; } }
      /* line 1469, ../scss/style.scss */
      #navigation #the-category-menu ul.menu li a {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600; }
        /* line 1474, ../scss/style.scss */
        #navigation #the-category-menu ul.menu li a:hover {
          text-decoration: underline; }
    /* line 1479, ../scss/style.scss */
    #navigation #the-category-menu .current-menu-item a {
      color: #fff !important;
      text-decoration: underline; }
    /* line 1483, ../scss/style.scss */
    #navigation #the-category-menu:hover {
      background-color: transparent; }
  /* line 1487, ../scss/style.scss */
  #navigation #the-search {
    float: right;
    text-align: right; }
    /* line 1490, ../scss/style.scss */
    #navigation #the-search .icon {
      background: url(../img/search-w.png) no-repeat center center transparent;
      background-size: 100%;
      width: 18px;
      height: 18px;
      float: right;
      position: relative;
      top: 50%;
      margin: -9px 10px 0 0; }
      @media screen and (max-width: 660px) {
        /* line 1490, ../scss/style.scss */
        #navigation #the-search .icon {
          margin-right: 0; } }
    /* line 1503, ../scss/style.scss */
    #navigation #the-search .text {
      float: right;
      font-weight: 500;
      color: #fff; }
      @media screen and (max-width: 660px) {
        /* line 1503, ../scss/style.scss */
        #navigation #the-search .text {
          display: none; } }
    /* line 1511, ../scss/style.scss */
    #navigation #the-search.active {
      background: #fff; }
      /* line 1513, ../scss/style.scss */
      #navigation #the-search.active:hover {
        background-color: #f3f3f3; }
      /* line 1516, ../scss/style.scss */
      #navigation #the-search.active .icon {
        background: url(../img/search.png) no-repeat center center transparent;
        background-size: 100%; }
      /* line 1520, ../scss/style.scss */
      #navigation #the-search.active .text {
        color: #1e1e1e; }

/* line 1526, ../scss/style.scss */
#header-top {
  float: left;
  width: 100%; }
  /* line 1529, ../scss/style.scss */
  #header-top a {
    float: left;
    width: 450px;
    margin: 10px 0;
    position: relative;
    left: 50%;
    margin-left: -225px;
    text-align: center; }
    @media screen and (max-width: 1050px) {
      /* line 1529, ../scss/style.scss */
      #header-top a {
        width: 400px;
        margin: 30px 0;
        margin-left: -200px; } }
    @media screen and (max-width: 660px) {
      /* line 1529, ../scss/style.scss */
      #header-top a {
        width: 350px;
        margin: 25px 0;
        margin-left: -175px; } }
    @media screen and (max-width: 413px) {
      /* line 1529, ../scss/style.scss */
      #header-top a {
        width: 300px;
        margin: 20px 0;
        margin-left: -150px; } }
    @media screen and (max-width: 374px) {
      /* line 1529, ../scss/style.scss */
      #header-top a {
        width: 260px;
        margin: 15px 0;
        margin-left: -130px; } }
    /* line 1557, ../scss/style.scss */
    #header-top a img {
      max-width: 100%; }
  /* line 1561, ../scss/style.scss */
  #header-top ul.menu {
    text-align: center;
    margin-top: 20px;
    font-size: 12px; }
    /* line 1565, ../scss/style.scss */
    #header-top ul.menu li {
      display: inline;
      margin: 0 8px; }
    /* line 1569, ../scss/style.scss */
    #header-top ul.menu a {
      float: none;
      width: auto;
      margin: 0;
      position: static;
      font-weight: normal;
      color: #999; }
      /* line 1576, ../scss/style.scss */
      #header-top ul.menu a:hover {
        text-decoration: underline; }

/* line 1583, ../scss/style.scss */
#footer {
  float: left;
  width: 100%;
  background: #1e1e1e;
  padding: 100px 0;
  overflow: hidden; }
  /* line 1589, ../scss/style.scss */
  #footer .center {
    overflow: visible; }
    /* line 1591, ../scss/style.scss */
    #footer .center #top-shelf {
      float: left;
      width: 100%;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      /* line 1596, ../scss/style.scss */
      #footer .center #top-shelf #hold-logo {
        float: left;
        width: 512px; }
        @media screen and (max-width: 1320px) {
          /* line 1596, ../scss/style.scss */
          #footer .center #top-shelf #hold-logo {
            width: 410px; } }
        @media screen and (max-width: 1020px) {
          /* line 1596, ../scss/style.scss */
          #footer .center #top-shelf #hold-logo {
            width: 100%; } }
        /* line 1605, ../scss/style.scss */
        #footer .center #top-shelf #hold-logo a {
          float: left;
          margin-top: -24px;
          position: relative; }
          @media screen and (max-width: 1020px) {
            /* line 1605, ../scss/style.scss */
            #footer .center #top-shelf #hold-logo a {
              left: 50%;
              margin-left: -175px; } }
          @media screen and (max-width: 540px) {
            /* line 1605, ../scss/style.scss */
            #footer .center #top-shelf #hold-logo a {
              margin-left: -150px; } }
          @media screen and (max-width: 374px) {
            /* line 1605, ../scss/style.scss */
            #footer .center #top-shelf #hold-logo a {
              margin-left: -125px; } }
          /* line 1619, ../scss/style.scss */
          #footer .center #top-shelf #hold-logo a img {
            float: left;
            width: 350px; }
            @media screen and (max-width: 540px) {
              /* line 1619, ../scss/style.scss */
              #footer .center #top-shelf #hold-logo a img {
                width: 300px; } }
            @media screen and (max-width: 374px) {
              /* line 1619, ../scss/style.scss */
              #footer .center #top-shelf #hold-logo a img {
                width: 250px; } }
        /* line 1630, ../scss/style.scss */
        #footer .center #top-shelf #hold-logo ul {
          float: left;
          width: 100%;
          margin-top: 25px; }
          @media screen and (max-width: 660px) {
            /* line 1630, ../scss/style.scss */
            #footer .center #top-shelf #hold-logo ul {
              margin-top: 15px; } }
          /* line 1637, ../scss/style.scss */
          #footer .center #top-shelf #hold-logo ul li {
            float: left;
            clear: left;
            float: left;
            color: #ccc;
            font-size: 15px;
            line-height: 20px;
            font-weight: 300;
            width: 90%; }
            @media screen and (max-width: 1020px) {
              /* line 1637, ../scss/style.scss */
              #footer .center #top-shelf #hold-logo ul li {
                width: 100%;
                text-align: center; } }
            @media screen and (max-width: 540px) {
              /* line 1637, ../scss/style.scss */
              #footer .center #top-shelf #hold-logo ul li {
                font-size: 14px;
                line-height: 19px; } }
            /* line 1654, ../scss/style.scss */
            #footer .center #top-shelf #hold-logo ul li a {
              margin: 0;
              float: none;
              color: inherit;
              font-size: 15px;
              left: auto;
              line-height: 20px;
              color: #ccc;
              font-weight: 500;
              -webkit-transition-property: color;
              -moz-transition-property: color;
              -o-transition-property: color;
              transition-property: color;
              -webkit-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
              /* line 1665, ../scss/style.scss */
              #footer .center #top-shelf #hold-logo ul li a:hover {
                text-decoration: underline;
                color: #fff; }
      /* line 1673, ../scss/style.scss */
      #footer .center #top-shelf .hold-it {
        float: left;
        width: 256px; }
        @media screen and (max-width: 1320px) {
          /* line 1673, ../scss/style.scss */
          #footer .center #top-shelf .hold-it {
            width: 200px; } }
        @media screen and (max-width: 1050px) {
          /* line 1673, ../scss/style.scss */
          #footer .center #top-shelf .hold-it {
            width: 190px; } }
        @media screen and (max-width: 1020px) {
          /* line 1673, ../scss/style.scss */
          #footer .center #top-shelf .hold-it {
            width: 33.3333%;
            margin-top: 50px; } }
        @media screen and (max-width: 540px) {
          /* line 1673, ../scss/style.scss */
          #footer .center #top-shelf .hold-it {
            width: 100%;
            margin-top: 40px; } }
        /* line 1690, ../scss/style.scss */
        #footer .center #top-shelf .hold-it h4 {
          float: left;
          width: 100%;
          text-transform: uppercase;
          color: #fff;
          font-size: 20px;
          line-height: 20px;
          font-weight: 600; }
          @media screen and (max-width: 1020px) {
            /* line 1690, ../scss/style.scss */
            #footer .center #top-shelf .hold-it h4 {
              text-align: center; } }
          @media screen and (max-width: 660px) {
            /* line 1690, ../scss/style.scss */
            #footer .center #top-shelf .hold-it h4 {
              font-size: 18px;
              line-height: 18px; } }
        /* line 1706, ../scss/style.scss */
        #footer .center #top-shelf .hold-it ul.contactcolumn {
          float: left;
          width: 100%;
          margin-top: 25px; }
          @media screen and (max-width: 660px) {
            /* line 1706, ../scss/style.scss */
            #footer .center #top-shelf .hold-it ul.contactcolumn {
              margin-top: 15px; } }
          /* line 1713, ../scss/style.scss */
          #footer .center #top-shelf .hold-it ul.contactcolumn li {
            float: left;
            clear: left;
            float: left;
            color: #ccc;
            font-size: 15px;
            line-height: 20px;
            font-weight: 300;
            width: 90%; }
            @media screen and (max-width: 1020px) {
              /* line 1713, ../scss/style.scss */
              #footer .center #top-shelf .hold-it ul.contactcolumn li {
                width: 100%;
                text-align: center; } }
            @media screen and (max-width: 540px) {
              /* line 1713, ../scss/style.scss */
              #footer .center #top-shelf .hold-it ul.contactcolumn li {
                font-size: 14px;
                line-height: 19px; } }
            /* line 1730, ../scss/style.scss */
            #footer .center #top-shelf .hold-it ul.contactcolumn li a {
              margin: 0;
              float: none;
              color: inherit;
              font-size: 15px;
              left: auto;
              line-height: 20px;
              color: #ccc;
              font-weight: 500;
              -webkit-transition-property: color;
              -moz-transition-property: color;
              -o-transition-property: color;
              transition-property: color;
              -webkit-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
              /* line 1741, ../scss/style.scss */
              #footer .center #top-shelf .hold-it ul.contactcolumn li a:hover {
                text-decoration: underline;
                color: #fff; }
        /* line 1748, ../scss/style.scss */
        #footer .center #top-shelf .hold-it ul {
          float: left;
          width: 100%;
          margin-top: 25px; }
          @media screen and (max-width: 660px) {
            /* line 1748, ../scss/style.scss */
            #footer .center #top-shelf .hold-it ul {
              margin-top: 15px; } }
          /* line 1755, ../scss/style.scss */
          #footer .center #top-shelf .hold-it ul li {
            float: left;
            width: 100%;
            clear: left; }
            /* line 1759, ../scss/style.scss */
            #footer .center #top-shelf .hold-it ul li a {
              float: left;
              color: #ccc;
              font-size: 17px;
              line-height: 23px;
              font-weight: 400;
              -webkit-transition-property: color;
              -moz-transition-property: color;
              -o-transition-property: color;
              transition-property: color;
              -webkit-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
              @media screen and (max-width: 1020px) {
                /* line 1759, ../scss/style.scss */
                #footer .center #top-shelf .hold-it ul li a {
                  text-align: center;
                  width: 100%; } }
              @media screen and (max-width: 660px) {
                /* line 1759, ../scss/style.scss */
                #footer .center #top-shelf .hold-it ul li a {
                  font-size: 16px; } }
              /* line 1774, ../scss/style.scss */
              #footer .center #top-shelf .hold-it ul li a:hover {
                text-decoration: underline;
                color: #fff; }
    /* line 1783, ../scss/style.scss */
    #footer .center #bottom-shelf {
      float: left;
      width: 100%;
      margin-top: 25px; }
      /* line 1787, ../scss/style.scss */
      #footer .center #bottom-shelf span {
        float: left;
        font-size: 14px;
        line-height: 25px;
        color: #ccc;
        font-weight: 400; }
        @media screen and (max-width: 540px) {
          /* line 1787, ../scss/style.scss */
          #footer .center #bottom-shelf span {
            clear: left;
            text-align: center;
            margin-top: 10px;
            width: 100%; } }
      /* line 1800, ../scss/style.scss */
      #footer .center #bottom-shelf #soc {
        float: right;
        position: relative; }
        @media screen and (max-width: 540px) {
          /* line 1800, ../scss/style.scss */
          #footer .center #bottom-shelf #soc {
            float: left;
            left: 50%;
            margin-left: -58px; } }
        /* line 1808, ../scss/style.scss */
        #footer .center #bottom-shelf #soc a {
          float: left;
          width: 25px;
          height: 25px;
          margin-left: 4px;
          cursor: pointer;
          -webkit-transition-property: background-color;
          -moz-transition-property: background-color;
          -o-transition-property: background-color;
          transition-property: background-color;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          /* line 1816, ../scss/style.scss */
          #footer .center #bottom-shelf #soc a:hover {
            background-color: rgba(255, 255, 255, 0.2) !important; }
        /* line 1820, ../scss/style.scss */
        #footer .center #bottom-shelf #soc #soc-fb {
          background: url(../img/fb-white.png) no-repeat center center rgba(255, 255, 255, 0.1);
          background-size: 60%; }
        /* line 1824, ../scss/style.scss */
        #footer .center #bottom-shelf #soc #soc-in {
          background: url(../img/in-white.png) no-repeat center center rgba(255, 255, 255, 0.1);
          background-size: 60%; }
        /* line 1828, ../scss/style.scss */
        #footer .center #bottom-shelf #soc #soc-tw {
          background: url(../img/twitter-white.png) no-repeat center center rgba(255, 255, 255, 0.1);
          background-size: 60%; }
        /* line 1832, ../scss/style.scss */
        #footer .center #bottom-shelf #soc #soc-insta {
          background: url(../img/instagram-white.png) no-repeat center center rgba(255, 255, 255, 0.1);
          background-size: 60%; }

.clearfix{
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    float: none;
}

#top-banner{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
#top-banner img{
    width: 100%;
    max-width: 980px;
}

#ingress-banner-container{
    width: 100%;
    max-width: 480px;
    float: none;
    margin: 0 auto;
}
#ingress-banner {
    width: 100%;
    text-align: center;
    float: none;
}
#ingress-banner img {
    width: 100%;
    max-width: 480px;
    float: none;
    padding: 10px 0 5px;
}

div#div-gpt-ad-1439973531348-4 {
  text-align: center;
  margin-top: 15px;
}

#ingress-ad{
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 0;
}
div#div-gpt-ad-1439973531348-0{
  text-align: center;
}
div#div-gpt-ad-1439973531348-0 .img_ad{
  width: 100%;
  max-width: 480px;
  float: none;
  padding: 10px 0 5px;
}

div.annonsera-img{
  width: 300px;
  margin: 5px 60px;
  height: 400px;
  float: left;
}
div.annonsera-img img{
    margin-bottom: 15px;
    cursor: pointer;
}
div.annonsera-img img:hover{
    opacity: 0.85;
}
div.annonsera-img p{
  margin-top: 0 !important;
}