@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* 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; }

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

/* line 25, ../scss/single.scss */
.widget {
  list-style: none; }

/* line 28, ../scss/single.scss */
#single-sponsor {
  float: left;
  position: relative;
  margin: 45px 0 30px 0; }
  @media screen and (max-width: 1020px) {
    /* line 28, ../scss/single.scss */
    #single-sponsor {
      display: none; } }
  /* line 35, ../scss/single.scss */
  #single-sponsor:before {
    content: 'Annons:';
    position: absolute;
    top: -18px;
    left: 0;
    font-weight: 400;
    color: #999;
    font-size: 13px;
    line-height: 13px; }
  /* line 45, ../scss/single.scss */
  #single-sponsor img {
    float: left;
    width: 100%;
    height: auto; }
  /* line 50, ../scss/single.scss */
  #single-sponsor.widescreen-240 {
    width: 250px;
    height: 240px; }
  /* line 54, ../scss/single.scss */
  #single-sponsor.widescreen-360 {
    width: 250px;
    height: 360px; }
  /* line 58, ../scss/single.scss */
  #single-sponsor.widescreen-480 {
    width: 250px;
    height: 480px; }
  /* line 62, ../scss/single.scss */
  #single-sponsor.widescreen-600 {
    width: 250px;
    height: 600px; }
  /* line 66, ../scss/single.scss */
  #single-sponsor.modul-240 {
    width: 468px;
    height: 240px; }
  /* line 70, ../scss/single.scss */
  #single-sponsor.modul-360 {
    width: 468px;
    height: 360px; }
  /* line 74, ../scss/single.scss */
  #single-sponsor.modul-400 {
    width: 468px;
    height: 400px; }

/*Share*/
/* line 81, ../scss/single.scss */
#specific_buttons {
  float: left;
  width: 100%;
  margin-top: 20px; }
  @media screen and (max-width: 540px) {
    /* line 81, ../scss/single.scss */
    #specific_buttons {
      margin-top: 15px; } }

/* line 89, ../scss/single.scss */
#twitter.sharrre,
#facebook.sharrre,
#linkedin.sharrre {
  float: left;
  margin: 0;
  width: 164px;
  text-align: center;
  margin-right: 4px; }
  @media screen and (max-width: 1320px) {
    /* line 89, ../scss/single.scss */
    #twitter.sharrre,
    #facebook.sharrre,
    #linkedin.sharrre {
      width: 184px; } }
  @media screen and (max-width: 660px) {
    /* line 89, ../scss/single.scss */
    #twitter.sharrre,
    #facebook.sharrre,
    #linkedin.sharrre {
      width: 147px; } }
  @media screen and (max-width: 540px) {
    /* line 89, ../scss/single.scss */
    #twitter.sharrre,
    #facebook.sharrre,
    #linkedin.sharrre {
      clear: left;
      margin-right: 0;
      margin-top: 5px;
      width: 354px; } }
  @media screen and (max-width: 413px) {
    /* line 89, ../scss/single.scss */
    #twitter.sharrre,
    #facebook.sharrre,
    #linkedin.sharrre {
      width: 315px; } }
  @media screen and (max-width: 374px) {
    /* line 89, ../scss/single.scss */
    #twitter.sharrre,
    #facebook.sharrre,
    #linkedin.sharrre {
      width: 260px; } }

/* line 118, ../scss/single.scss */
#linkedin.sharrre {
  margin-right: 0; }

/* line 123, ../scss/single.scss */
#twitter.sharrre a,
#facebook.sharrre a,
#linkedin.sharrre a {
  text-decoration: none;
  color: #555;
  float: left;
  width: 100%; }

/* line 132, ../scss/single.scss */
#twitter.sharrre:hover .share {
  background: #00a5d0; }

/* line 136, ../scss/single.scss */
#facebook.sharrre:hover .share {
  background: #2a5c9a; }

/* line 140, ../scss/single.scss */
#linkedin.sharrre:hover .share {
  background: #0072a7; }

/* line 145, ../scss/single.scss */
#twitter.sharrre .share {
  background: #00b9e8;
  border: 1px solid #00b9e8;
  color: #fff;
  float: left; }

/* line 152, ../scss/single.scss */
#twitter.sharrre .share span {
  background: url(../img/twitter.png) no-repeat center center;
  background-size: 100%;
  width: 22px !important;
  height: 22px !important;
  margin: 7px 0 0 11px !important; }

/* line 160, ../scss/single.scss */
#twitter.sharrre .count {
  border: 1px solid #00b9e8;
  color: #00b9e8; }

/* line 166, ../scss/single.scss */
#facebook.sharrre .share {
  background: #3f6cac;
  border: 1px solid #3f6cac;
  color: #fff; }

/* line 172, ../scss/single.scss */
#facebook.sharrre .share span {
  background: url(../img/fb.png) no-repeat center center;
  background-size: 100%; }

/* line 177, ../scss/single.scss */
#facebook.sharrre .count {
  border: 1px solid #3f6cac;
  color: #3f6cac; }

/* line 183, ../scss/single.scss */
#linkedin.sharrre .share {
  background: #0086bf;
  border: 1px solid #0086bf;
  color: #fff; }

/* line 189, ../scss/single.scss */
#linkedin.sharrre .share span {
  background: url(../img/in.png) no-repeat center center;
  background-size: 100%;
  margin-left: 12px !important; }

/* line 195, ../scss/single.scss */
#linkedin.sharrre .count {
  border: 1px solid #0086bf;
  color: #0086bf; }

/* line 201, ../scss/single.scss */
#twitter.sharrre .share,
#facebook.sharrre .share,
#linkedin.sharrre .share {
  float: left;
  width: 108px;
  height: 36px;
  font-size: 14px;
  -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; }
  @media screen and (max-width: 1320px) {
    /* line 201, ../scss/single.scss */
    #twitter.sharrre .share,
    #facebook.sharrre .share,
    #linkedin.sharrre .share {
      width: 128px; } }
  @media screen and (max-width: 660px) {
    /* line 201, ../scss/single.scss */
    #twitter.sharrre .share,
    #facebook.sharrre .share,
    #linkedin.sharrre .share {
      width: 91px; } }
  @media screen and (max-width: 540px) {
    /* line 201, ../scss/single.scss */
    #twitter.sharrre .share,
    #facebook.sharrre .share,
    #linkedin.sharrre .share {
      width: 298px; } }
  @media screen and (max-width: 413px) {
    /* line 201, ../scss/single.scss */
    #twitter.sharrre .share,
    #facebook.sharrre .share,
    #linkedin.sharrre .share {
      width: 259px; } }
  @media screen and (max-width: 374px) {
    /* line 201, ../scss/single.scss */
    #twitter.sharrre .share,
    #facebook.sharrre .share,
    #linkedin.sharrre .share {
      width: 204px; } }

/* line 228, ../scss/single.scss */
#twitter.sharrre .share span,
#facebook.sharrre .share span,
#linkedin.sharrre .share span {
  float: left;
  width: 20px;
  height: 20px;
  margin: 8px 0 0 8px; }

/* line 238, ../scss/single.scss */
#twitter.sharrre .count,
#facebook.sharrre .count,
#linkedin.sharrre .count {
  background: transparent;
  height: 36px;
  width: 52px;
  float: left;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400; }

/* line 251, ../scss/single.scss */
#twitter.sharrre .share:active,
#facebook.sharrre .share:active,
#linkedin.sharrre .share:active {
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5); }

/* line 259, ../scss/single.scss */
.post-single {
  float: left;
  width: 100%;
  background: #fff;
  margin: 20px 0; }
  @media screen and (max-width: 540px) {
    /* line 259, ../scss/single.scss */
    .post-single {
      margin: 10px 0; }
      .post-single #text-holder #user #hold-text span#time.article-published-time{
          width: 100%;
      }
  }
  /* line 267, ../scss/single.scss */
  .post-single #hold-img {
    float: left;
    width: 100%;
    position: relative; }
  /* line 272, ../scss/single.scss */
  .post-single img {
    float: left;
    width: 100%;
     }
    @media screen and (max-width: 1320px) {
      /* line 272, ../scss/single.scss */
      .post-single img {
        height: auto; } }
  /* line 280, ../scss/single.scss */
  .post-single .sponser {
    position: absolute;
    left: 0;
    top: 10px;
    background: #622567;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none; }
    @media screen and (max-width: 540px) {
      /* line 280, ../scss/single.scss */
      .post-single .sponser {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600; } }
  /* line 297, ../scss/single.scss */
  .post-single .sponser-text {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #d52c1e;
    pointer-events: none; }
  /* line 306, ../scss/single.scss */
  .post-single #img-text {
    float: right;
    width: 100%;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
    position: absolute;
    bottom: -20px;
    right: 8px; }
    @media screen and (max-width: 540px) {
      /* line 306, ../scss/single.scss */
      .post-single #img-text {
        font-size: 10px;
        line-height: 10px; } }
  /* line 323, ../scss/single.scss */
  .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
    height: 500px !important; }
    @media screen and (max-width: 1320px) {
      /* line 323, ../scss/single.scss */
      .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
        height: 348px !important; } }
    @media screen and (max-width: 660px) {
      /* line 323, ../scss/single.scss */
      .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
        height: 281px !important; } }
    @media screen and (max-width: 540px) {
      /* line 323, ../scss/single.scss */
      .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
        height: 221px !important; } }
    @media screen and (max-width: 413px) {
      /* line 323, ../scss/single.scss */
      .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
        height: 199px !important; } }
    @media screen and (max-width: 374px) {
      /* line 323, ../scss/single.scss */
      .post-single .youtube-player, .post-single .vimeo-player, .post-single .jquery-youtube-tubeplayer > iframe {
        height: 169px !important; } }
  /* line 341, ../scss/single.scss */
  .post-single h1 {
    float: left;
    width: 790px;
    font-size: 60px;
    line-height: 62px;
    margin: 50px 0 0 50px; }
    @media screen and (max-width: 1320px) {
      /* line 341, ../scss/single.scss */
      .post-single h1 {
        width: 560px;
        margin: 30px 0 0 30px; } }
    @media screen and (max-width: 660px) {
      /* line 341, ../scss/single.scss */
      .post-single h1 {
        width: 450px;
        margin: 25px 0 0 25px;
        font-size: 46px;
        line-height: 48px; } }
    @media screen and (max-width: 540px) {
      /* line 341, ../scss/single.scss */
      .post-single h1 {
        width: 354px;
        margin: 20px 0 0 20px;
        font-size: 44px;
        line-height: 46px; } }
    @media screen and (max-width: 413px) {
      /* line 341, ../scss/single.scss */
      .post-single h1 {
        width: 315px;
        font-size: 38px;
        line-height: 40px; } }
    @media screen and (max-width: 374px) {
      /* line 341, ../scss/single.scss */
      .post-single h1 {
        width: 260px; } }
  /* line 372, ../scss/single.scss */
  .post-single #text-holder {
    float: left;
    margin: 0 50px 50px 50px; }
    @media screen and (max-width: 1320px) {
      /* line 372, ../scss/single.scss */
      .post-single #text-holder {
        width: 560px;
        margin: 0 30px 30px 30px; } }
    @media screen and (max-width: 660px) {
      /* line 372, ../scss/single.scss */
      .post-single #text-holder {
        width: 450px;
        margin: 0 25px 25px 25px; } }
    @media screen and (max-width: 540px) {
      /* line 372, ../scss/single.scss */
      .post-single #text-holder {
        width: 354px;
        margin: 0 20px 20px 20px; } }
    @media screen and (max-width: 413px) {
      /* line 372, ../scss/single.scss */
      .post-single #text-holder {
        width: 315px; } }
    @media screen and (max-width: 374px) {
      /* line 372, ../scss/single.scss */
      .post-single #text-holder {
        width: 260px; } }
    /* line 393, ../scss/single.scss */
    .post-single #text-holder #time {
      float: left;
      width: 100%;
      margin-top: 15px; }
      /* line 397, ../scss/single.scss */
      .post-single #text-holder #time span {
        float: left;
        clear: left;
        font-size: 14px;
        color: #999;
        line-height: 17px;
        font-weight: 400; }
    /* line 406, ../scss/single.scss */
    .post-single #text-holder #ingress {
      font-weight: 600;
      margin-top: 15px; }
    /* line 410, ../scss/single.scss */
    .post-single #text-holder h1, .post-single #text-holder h2, .post-single #text-holder h3, .post-single #text-holder h4, .post-single #text-holder h5, .post-single #text-holder h6 {
      float: left;
      width: 100%;
      font-size: 20px;
      line-height: 22px;
      margin: 15px 0 -12px 0; }
      @media screen and (max-width: 413px) {
        /* line 410, ../scss/single.scss */
        .post-single #text-holder h1, .post-single #text-holder h2, .post-single #text-holder h3, .post-single #text-holder h4, .post-single #text-holder h5, .post-single #text-holder h6 {
          font-size: 19px;
          line-height: 21px; } }
    /* line 421, ../scss/single.scss */
    .post-single #text-holder p {
      float: left;
      width: 100%;
      font-size: 18px;
      line-height: 26px;
      margin-top: 15px;
      font-weight: 400; }
      /* line 428, ../scss/single.scss */
      .post-single #text-holder p strong {
        font-weight: 700; }
      /* line 431, ../scss/single.scss */
      .post-single #text-holder p a {
        font-weight: 400;
        color: #d52c1e;
        float: none; }
        /* line 435, ../scss/single.scss */
        .post-single #text-holder p a:hover {
          text-decoration: underline; }
    /* line 440, ../scss/single.scss */
    .post-single #text-holder strong {
      font-weight: 600; }
    /* line 443, ../scss/single.scss */
    .post-single #text-holder iframe {
      width: 100%;
      float: left; }
    /* line 447, ../scss/single.scss */
    .post-single #text-holder .twitter-tweet, .post-single #text-holder .instagram-media {
      margin: 15px 0 -15px 0 !important; }
    /* line 450, ../scss/single.scss */
    .post-single #text-holder blockquote {
      border-left: 4px solid #ddd;
      float: left;
      margin: 0;
      padding: 15px 0;
      margin-top: 15px; }
      /* line 456, ../scss/single.scss */
      .post-single #text-holder blockquote p {
        margin: 0;
        color: #d52c1e;
        margin-left: 20px;
        width: auto;
        clear: left; }
      /* line 463, ../scss/single.scss */
      .post-single #text-holder blockquote a {
        font-weight: 600; }
        /* line 465, ../scss/single.scss */
        .post-single #text-holder blockquote a:hover {
          text-decoration: underline; }
    /* line 470, ../scss/single.scss */
    .post-single #text-holder ul {
      float: left;
      width: 100%;
      margin: 5px 0 0 0; }
      /* line 474, ../scss/single.scss */
      .post-single #text-holder ul li {
        float: left;
        width: 90%;
        margin-top: 10px;
        position: relative;
        padding-left: 5%;
        margin-left: 5%;
        color: #1e1e1e;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        list-style: initial;
        list-style-type: circle; }
        /* line 487, ../scss/single.scss */
        .post-single #text-holder ul li a {
          float: none;
          color: #d52c1e;
          font-weight: 600; }
          /* line 491, ../scss/single.scss */
          .post-single #text-holder ul li a:hover {
            text-decoration: underline; }
        /* line 495, ../scss/single.scss */
        .post-single #text-holder ul li:before {
          content: '';
          position: absolute;
          left: 0;
          width: 7px;
          height: 7px;
          margin-top: 8px;
          background: #d52c1e;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
    /* line 507, ../scss/single.scss */
    .post-single #text-holder .wp-caption {
      float: left;
      width: 100% !important; }
      /* line 510, ../scss/single.scss */
      .post-single #text-holder .wp-caption img {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 15px; }
      /* line 516, ../scss/single.scss */
      .post-single #text-holder .wp-caption .wp-caption-text {
        float: left;
        width: 100%;
        margin-top: 5px;
        color: #999;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: left; }
    /* line 528, ../scss/single.scss */
    .post-single #text-holder img {
      float: left;
      width: 100%;
      height: auto; }
    /* line 533, ../scss/single.scss */
    .post-single #text-holder #taggar {
      float: left;
      width: 100%;
      font-size: 14px;
      line-height: 19px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;}
      /* line 539, ../scss/single.scss */
      .post-single #text-holder #taggar a {
        float: none;
        color: #4060af;
        margin: 5px 5px 0 0;
        text-transform: capitalize;
        font-weight: 400;
        border: 1px solid #ccc;
        padding: 6px 16px; }
        /* line 547, ../scss/single.scss */
        .post-single #text-holder #taggar a:hover {
          text-decoration: underline; }
    /* line 552, ../scss/single.scss */
    .post-single #text-holder #user {
      float: left;
      clear: left;
      width: 100%;
      margin-top: 20px; }
      /* line 557, ../scss/single.scss */
      .post-single #text-holder #user img {
        float: left;
        width: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        @media screen and (max-width: 540px) {
          /* line 557, ../scss/single.scss */
          .post-single #text-holder #user img {
            width: 100px;
            position: relative;
            left: 50%;
            margin-left: -50px; } }
      /* line 568, ../scss/single.scss */
      .post-single #text-holder #user #hold-text {
        float: left;
        width: 85%;
        margin: 10px 0 0 10px; }
        @media screen and (max-width: 540px) {
          /* line 568, ../scss/single.scss */
          .post-single #text-holder #user #hold-text {
            float: left;
            clear: left;
            position: relative;
            margin: 0;
            margin-top: 20px;
            width: 100%;
            text-align: center; } }
        @media screen and (max-width: 540px) {
          /* line 581, ../scss/single.scss */
          .post-single #text-holder #user #hold-text span {
            margin-top: 4px; } }
        /* line 586, ../scss/single.scss */
        .post-single #text-holder #user #hold-text a, .post-single #text-holder #user #hold-text span {
          float: left;
          clear: left;
          line-height: 17px;
          font-size: 14px;
          color: #999;
          font-weight: 400; }
          @media screen and (max-width: 540px) {
            /* line 586, ../scss/single.scss */
            .post-single #text-holder #user #hold-text a, .post-single #text-holder #user #hold-text span {
              width: 100%; } }
          /* line 596, ../scss/single.scss */
          .post-single #text-holder #user #hold-text a span, .post-single #text-holder #user #hold-text span span {
            float: left;
            width: auto; }
            @media screen and (max-width: 540px) {
              /* line 596, ../scss/single.scss */
              .post-single #text-holder #user #hold-text a span, .post-single #text-holder #user #hold-text span span {
                width: 100%; } }
        /* line 604, ../scss/single.scss */
        .post-single #text-holder #user #hold-text a {
          font-weight: 600; }
        /* line 607, ../scss/single.scss */
        .post-single #text-holder #user #hold-text .moree {
          clear: none;
          margin-left: 10px;
          line-height: 28px; }
        /* line 611, ../scss/single.scss */
        .post-single #text-holder #user #hold-text a:hover {
          text-decoration: underline; }
        /* line 614, ../scss/single.scss */
        .post-single #text-holder #user #hold-text #username {
          line-height: 27px;
          margin-bottom: 7px;
          font-size: 15px;
          font-weight: normal;
          color: #151515; }
          @media screen and (max-width: 540px) {
            /* line 614, ../scss/single.scss */
            .post-single #text-holder #user #hold-text #username {
              line-height: 20px;
              font-size: 20px;
              width: 100%;
              margin-bottom: 0; } }

/* line 636, ../scss/single.scss */
.post {
  width: 100%;
  background: #fff;
  margin: 20px 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 540px) {
    /* line 636, ../scss/single.scss */
    .post {
      margin: 10px 0; } }
  /* line 644, ../scss/single.scss */
  .post .youtube-thumb {
    float: left;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -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;
    background-repeat: no-repeat;
    background-position: center center; }
    /* line 653, ../scss/single.scss */
    .post .youtube-thumb:hover {
      opacity: 0.8; }
    @media screen and (max-width: 1320px) {
      /* line 644, ../scss/single.scss */
      .post .youtube-thumb {
        height: 348px; } }
    @media screen and (max-width: 660px) {
      /* line 644, ../scss/single.scss */
      .post .youtube-thumb {
        height: 281px; } }
    @media screen and (max-width: 540px) {
      /* line 644, ../scss/single.scss */
      .post .youtube-thumb {
        height: 221px; } }
    @media screen and (max-width: 413px) {
      /* line 644, ../scss/single.scss */
      .post .youtube-thumb {
        height: 199px; } }
    @media screen and (max-width: 374px) {
      /* line 644, ../scss/single.scss */
      .post .youtube-thumb {
        height: 169px; } }
  /* line 672, ../scss/single.scss */
  .post .vimeo-thumb {
    float: left;
    width: 100%;
    height: 500px;
    -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 678, ../scss/single.scss */
    .post .vimeo-thumb:hover {
      opacity: 0.8; }
    @media screen and (max-width: 1320px) {
      /* line 672, ../scss/single.scss */
      .post .vimeo-thumb {
        height: 348px; } }
    @media screen and (max-width: 660px) {
      /* line 672, ../scss/single.scss */
      .post .vimeo-thumb {
        height: 281px; } }
    @media screen and (max-width: 540px) {
      /* line 672, ../scss/single.scss */
      .post .vimeo-thumb {
        height: 221px; } }
    @media screen and (max-width: 413px) {
      /* line 672, ../scss/single.scss */
      .post .vimeo-thumb {
        height: 199px; } }
    @media screen and (max-width: 374px) {
      /* line 672, ../scss/single.scss */
      .post .vimeo-thumb {
        height: 169px; } }
  /* line 697, ../scss/single.scss */
  .post a {
    float: left;
    width: 100%;
    position: relative; }
    /* line 701, ../scss/single.scss */
    .post a:hover > span {
      padding: 10px 20px; }
      @media screen and (max-width: 540px) {
        /* line 701, ../scss/single.scss */
        .post a:hover > span {
          padding: 8px 20px; } }
    /* line 707, ../scss/single.scss */
    .post a span {
      position: absolute;
      left: 0;
      top: 10px;
      background: #622567;
      padding: 10px 14px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      pointer-events: none;
      -webkit-transition-property: padding;
      -moz-transition-property: padding;
      -o-transition-property: padding;
      transition-property: padding;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      @media screen and (max-width: 540px) {
        /* line 707, ../scss/single.scss */
        .post a span {
          padding: 8px 16px;
          font-size: 14px;
          font-weight: 600; } }
  /* line 727, ../scss/single.scss */
  .post img {
    float: left;
    width: 100%;
    height: 440px;
    position: relative;
    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 735, ../scss/single.scss */
    .post img:hover {
      opacity: 0.8; }
    @media screen and (max-width: 1320px) {
      /* line 727, ../scss/single.scss */
      .post img {
        height: auto; } }
  /* line 742, ../scss/single.scss */
  .post .text-holder {
    float: left;
    width: 790px;
    margin: 50px; }
    @media screen and (max-width: 1320px) {
      /* line 742, ../scss/single.scss */
      .post .text-holder {
        width: 560px;
        margin: 30px; } }
    @media screen and (max-width: 660px) {
      /* line 742, ../scss/single.scss */
      .post .text-holder {
        width: 450px;
        margin: 25px; } }
    @media screen and (max-width: 540px) {
      /* line 742, ../scss/single.scss */
      .post .text-holder {
        width: 354px;
        margin: 20px; } }
    @media screen and (max-width: 413px) {
      /* line 742, ../scss/single.scss */
      .post .text-holder {
        width: 315px; } }
    @media screen and (max-width: 374px) {
      /* line 742, ../scss/single.scss */
      .post .text-holder {
        width: 260px; } }
    /* line 764, ../scss/single.scss */
    .post .text-holder h2 {
      float: left;
      width: 100%;
      font-size: 40px;
      line-height: 42px; }
      @media screen and (max-width: 660px) {
        /* line 764, ../scss/single.scss */
        .post .text-holder h2 {
          font-size: 35px;
          line-height: 37px; } }
      @media screen and (max-width: 540px) {
        /* line 764, ../scss/single.scss */
        .post .text-holder h2 {
          font-size: 33px;
          line-height: 35px; } }
      @media screen and (max-width: 413px) {
        /* line 764, ../scss/single.scss */
        .post .text-holder h2 {
          font-size: 30px;
          line-height: 32px; } }
      /* line 781, ../scss/single.scss */
      .post .text-holder h2 a {
        width: auto; }
        /* line 783, ../scss/single.scss */
        .post .text-holder h2 a:hover {
          text-decoration: underline; }
        /* line 786, ../scss/single.scss */
        .post .text-holder h2 a.fet {
          font-weight: 700; }
        /* line 789, ../scss/single.scss */
        .post .text-holder h2 a.smal {
          font-weight: 400; }
      /* line 793, ../scss/single.scss */
      .post .text-holder h2.stor {
        font-size: 48px;
        line-height: 50px; }
        @media screen and (max-width: 660px) {
          /* line 793, ../scss/single.scss */
          .post .text-holder h2.stor {
            font-size: 43px;
            line-height: 45px; } }
        @media screen and (max-width: 540px) {
          /* line 793, ../scss/single.scss */
          .post .text-holder h2.stor {
            font-size: 38px;
            line-height: 40px; } }
        @media screen and (max-width: 413px) {
          /* line 793, ../scss/single.scss */
          .post .text-holder h2.stor {
            font-size: 32px;
            line-height: 34px; } }
      /* line 809, ../scss/single.scss */
      .post .text-holder h2.mellan {
        font-size: 40px;
        line-height: 42px; }
        @media screen and (max-width: 660px) {
          /* line 809, ../scss/single.scss */
          .post .text-holder h2.mellan {
            font-size: 35px;
            line-height: 37px; } }
        @media screen and (max-width: 540px) {
          /* line 809, ../scss/single.scss */
          .post .text-holder h2.mellan {
            font-size: 32px;
            line-height: 34px; } }
        @media screen and (max-width: 413px) {
          /* line 809, ../scss/single.scss */
          .post .text-holder h2.mellan {
            font-size: 28px;
            line-height: 30px; } }
      /* line 825, ../scss/single.scss */
      .post .text-holder h2.liten {
        font-size: 32px;
        line-height: 34px; }
        @media screen and (max-width: 660px) {
          /* line 825, ../scss/single.scss */
          .post .text-holder h2.liten {
            font-size: 27px;
            line-height: 29px; } }
        @media screen and (max-width: 540px) {
          /* line 825, ../scss/single.scss */
          .post .text-holder h2.liten {
            font-size: 25px;
            line-height: 27px; } }
        @media screen and (max-width: 413px) {
          /* line 825, ../scss/single.scss */
          .post .text-holder h2.liten {
            font-size: 24px;
            line-height: 26px; } }
    /* line 842, ../scss/single.scss */
    .post .text-holder span {
      float: left;
      color: #d52c1e;
      font-weight: 600;
      width: auto;
      margin-top: 8px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (max-width: 660px) {
        /* line 842, ../scss/single.scss */
        .post .text-holder span {
          font-size: 16px;
          line-height: 21px;
          margin-top: 5px; } }
    /* line 856, ../scss/single.scss */
    .post .text-holder p {
      float: left;
      width: 100%;
      color: #1e1e1e;
      margin-top: 8px;
      font-size: 17px;
      line-height: 22px;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 660px) {
        /* line 856, ../scss/single.scss */
        .post .text-holder p {
          font-size: 16px;
          line-height: 21px;
          margin-top: 5px; } }
  /* line 872, ../scss/single.scss */
  .post .related {
    float: left;
    background: #dddcdc;
    width: 100%; }
    /* line 876, ../scss/single.scss */
    .post .related ul {
      float: left;
      width: 100%; }
      /* line 879, ../scss/single.scss */
      .post .related ul li {
        float: left;
        background: #fff;
        width: 100%;
        margin-top: 1px; }
        /* line 884, ../scss/single.scss */
        .post .related ul li .hold-related {
          float: left;
          width: 790px;
          margin: 20px 50px;
          font-size: 20px;
          line-height: 24px; }
          @media screen and (max-width: 1320px) {
            /* line 884, ../scss/single.scss */
            .post .related ul li .hold-related {
              width: 560px;
              margin: 15px 30px; } }
          @media screen and (max-width: 660px) {
            /* line 884, ../scss/single.scss */
            .post .related ul li .hold-related {
              width: 450px;
              margin: 15px 25px;
              font-size: 18px;
              line-height: 22px; } }
          @media screen and (max-width: 540px) {
            /* line 884, ../scss/single.scss */
            .post .related ul li .hold-related {
              width: 354px;
              margin: 10px 20px;
              font-size: 17px;
              line-height: 21px; } }
          @media screen and (max-width: 413px) {
            /* line 884, ../scss/single.scss */
            .post .related ul li .hold-related {
              width: 315px;
              font-size: 16px; } }
          @media screen and (max-width: 374px) {
            /* line 884, ../scss/single.scss */
            .post .related ul li .hold-related {
              width: 260px; } }
          /* line 913, ../scss/single.scss */
          .post .related ul li .hold-related a {
            width: 100%;
            font-weight: 600;
            float: left;
            width: auto; }
            /* line 918, ../scss/single.scss */
            .post .related ul li .hold-related a:hover {
              text-decoration: underline; }

/* Social + Newsletter sign up */
/* line 929, ../scss/single.scss */
.follow-us-article {
  display: none !important;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }
  /* line 938, ../scss/single.scss */
  .follow-us-article h2.widgettitle, .follow-us-article h3.widgettitle {
    width: auto !important;
    display: inline;
    font-weight: normal;
    width: 12%;
    margin: 0 20px 0 0 !important; }

/* line 948, ../scss/single.scss */
.post-single #text-holder img.ig-camera {
  width: 16px;
  height: 16px; }

/* line 953, ../scss/single.scss */
.follow-us-article div {
  float: left; }
  /* line 955, ../scss/single.scss */
  .follow-us-article div.facebookbox, .follow-us-article div.linkedinbox, .follow-us-article div.twitterbox {
    margin-right: 20px;
    padding: 0 !important;
    clear: none !important; }
    @media screen and (max-width: 660px) {
      /* line 955, ../scss/single.scss */
      .follow-us-article div.facebookbox, .follow-us-article div.linkedinbox, .follow-us-article div.twitterbox {
        margin-bottom: 10px;
        margin-right: 0;
        float: left;
        width: 100%; } }

/* line 968, ../scss/single.scss */
.mc4wp-form {
  float: left;
  margin-top: 20px; }

/* line 973, ../scss/single.scss */
.mc4wp-alert {
  float: left; }

/* line 977, ../scss/single.scss */
.mc4wp-form label {
  float: left;
  line-height: 45px;
  margin-right: 20px;
  font-weight: bold; }

/* line 984, ../scss/single.scss */
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
  float: left;
  width: 200px !important;
  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: 2px;
  -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 998, ../scss/single.scss */
  .mc4wp-form input[type="text"].error, .mc4wp-form input[type="email"].error {
    border-right: 3px solid #d52c1e;
    width: 306px; }
  @media screen and (max-width: 1050px) {
    /* line 984, ../scss/single.scss */
    .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
      width: 278px; }
      /* line 1004, ../scss/single.scss */
      .mc4wp-form input[type="text"].error, .mc4wp-form input[type="email"].error {
        border-right: 3px solid #d52c1e;
        width: 275px; } }
  @media screen and (max-width: 660px) {
    /* line 984, ../scss/single.scss */
    .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
      width: 293px !important;
      clear: both; } }

/* line 1015, ../scss/single.scss */
.mc4wp-form input[type="submit"] {
  float: left;
  width: 140px;
  color: #fff;
  height: 47px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 47px;
  font-size: 16px;
  padding: 0;
  margin-left: 20px;
  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 1033, ../scss/single.scss */
  .mc4wp-form input[type="submit"]:hover {
    background: #bf271b; }
  /* line 1036, ../scss/single.scss */
  .mc4wp-form input[type="submit"]:active {
    background: #aa2318; }
  @media screen and (max-width: 1050px) {
    /* line 1015, ../scss/single.scss */
    .mc4wp-form input[type="submit"] {
      width: 300px; } }
  @media screen and (max-width: 660px) {
    /* line 1015, ../scss/single.scss */
    .mc4wp-form input[type="submit"] {
      width: 315px;
      clear: both;
      margin-left: 0;
      margin-top: 10px; } }


.post-single #text-holder #user #hold-text span#time.article-published-time{
    float: right;
    margin: 0;
    width: 225px;
    clear: none;
    margin-top: inherit;
    margin-bottom: 10px;
}
.post-single #text-holder #user #hold-text span#time.article-published-time span{
    float: right;
}
@media screen and (max-width: 540px) { .post-single #text-holder #user #hold-text span#time.article-published-time{ width: 100%; } }

#share-article-circles{
    width: 136px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}
#share-article-circles > span{
    border-radius: 100%;
    background: #8a8a8a;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    cursor: pointer;
}

#share-article-circles span span
{
    width: 55%;
    height: 75%;
    background-size: contain;
    margin: 0 auto;
    display: block;
    float: none;
    padding-top: 25%;
}

#share-article-circles span#share-circle-FB{ background: #3f6cac; }
#share-article-circles span#share-circle-FB span{ background: url(../img/fb.png) no-repeat center center; background-size: contain; }

#share-article-circles span#share-circle-TW{ background: #00b9e8; }
#share-article-circles span#share-circle-TW span{ background: url(../img/twitter.png) no-repeat center center; background-size: contain; }

#share-article-circles span#share-circle-LI{ background: #0086bf; }
#share-article-circles span#share-circle-LI span{ background: url(../img/in.png) no-repeat center center; background-size: contain; }

#share-article-circles span#share-circle-ML{ background: #69b3f4; }
#share-article-circles span#share-circle-ML span{ background: url(../img/mail.png) no-repeat center center; background-size: contain; }

#book-job-ad-link-container{
    text-align: center;
    overflow: visible;
    width:100%;
    margin: 35px auto 0;
    clear: both;
    float: left;
}
#book-job-ad-link-container a{
    clear: both;
    float: none;
    color: #008aff;
    font-weight: 400;
    text-decoration: underline;
}
.book-job-ad-link-border{
    width: 420px;
    height: 2px;
    background: #EDEDED;
    margin: 40px auto;
    clear: both;
}

/* --- newsletter --- */
p.newsletter{
    text-align: center;
}
.mc4wp-form{
    width: 100%;
}
.mc4wp-form input[type="email"]{
    width: 75% !important;
    margin-bottom: 0;
}
.mc4wp-form input[type="submit"],
.mc4wp-form input[type="submit"]:hover{
    background-color: #196ec9;
    margin-left: 0;
    margin-top: 0;
    width: 21%;
}

@media screen and (max-width: 660px) {
    .mc4wp-form input[type="email"]{
        width: 96% !important;
        padding: 2px 2%;
    }
    .mc4wp-form input[type="submit"]{
        width: 100% !important;
    }
}