/*-----------------------------------------------------------------------------------
 
    Theme Name: Happy Healthcare
    Description: 
    Author: Healthcare Media
    Version: 1.0

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

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/* clerafix----------------------------------------------------------- */
.group:after { 
  visibility: hidden; 
  display: block; 
  font-size: 0; 
  content: " "; 
  clear: both; 
  height: 0; 
}
.group { 
  clear: both; 
}
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

/* Grid */

[class*="box-"] {
  display: block;
  float: left;
  width: 100%;
}

[class*="box-"] img{
  max-width: 100%;
  height: auto;
}

.box-100 {
  width: 100%;
}
.box-90 {
  width: 90%;
}

.box-80 {
  width: 80%;
}

.box-75 {
  width: 75%;  
}
.box-70 {
  width: 70%;  
}
.box-66 {
  width: 66.6666666666666665%;
}
.box-60 {
  width: 60%;
}
.box-50 {
  width: 50%;
}
.box-40 {
  width: 40%;  
}
.box-35{
  width:35%;
}
.box-33 {
  width: 33.3333333333333332%; 
}
.box-30{
  width:30%;
}
.box-25 {
  width: 25%; 
}
.box-20 {
  width: 20%;  
}
.box-10 {
  width: 10%;  
}
.padding{
  padding:15px;
}
.padding-left{
  padding-left:15px;
}

.show-on-mobile{
  display: none;
}

.padding-right{
  padding-right:15px;
}

/* Typography */
html{
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

body{
  height: 100%;
  background-color: #f0f1f8;
  padding: 0;
  margin:0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif; 
  font-weight: 400;
  font-size: 16px;
  color: #222;
}

img {text-decoration: none; border: 0px}

strong {
  font-weight: 600;
}

a{
  color: #24ABF7;
}

p{
  line-height: 1.5;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  margin: 0.5% 0 2% 0;
}

h1, h2, h3 ,h4 ,h5, h6{
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif; 
  font-weight: 400;
  margin: 5px 0 0 0;
  text-rendering: optimizeLegibility;
 
}

h1{
  font-size: 2.625em;
  line-height: 1.1;
  margin: 0.5% 0 0 0;
  font-weight: 800;
  color: #333 !important;
}

h2{
  font-size: 1.250em;
  font-weight: 600;
}

h3{
  font-size: 1.375em; 
}

h4{
  font-size: 1.250em; 
}

h5{
   font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 1.125em; 
  color: #333;
  margin: 0;
  margin-top: 1.375em;
}

h6{
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 1.063em;
  color: #333;
  margin: 0;
}

b{
  font-weight: 600;
}

blockquote, blockquote p{
  font-family:  "HelveticaNeue-Light", "Open Sans Light", "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.250em;  
  margin:3%;
}

.round{
  border-radius: 50%;
}

.hidden{
  display: none !important;
}

.article-line{
  padding-top: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #E9E9E9;
  float: left;
  width: 100%;
}

.orange-button{
  background-color: #ff7448;
  color: #fff;
  font-weight: bolder;
  padding: 8px 25px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: underline;
}

.line{
  border-top: 1px solid #E9E9E9;
  clear: both;
}

/* wp-core */
 .wp-caption {
        max-width: 100%;
        height: auto;
    }

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

.alignright {
    float:right;
    margin: 2% 0 2% 2%;
}

.alignleft {
    float: left;
    margin: 2% 2% 2% 0;
}

.article .alignright {
    float: right;
    margin: 2% 0 2% 2%;
}

.article .alignnone {
    margin: 5px 0px 20px 0;
}

.article .alignleft {
    float: left;
    margin: 2% 2% 2% 0;
}

/* Banners*/
.article-inline-ad{
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(102% + 22px);
  position: relative;
  left: calc(-1% + -11px);
}


/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}


@media only screen 
and (max-width : 700px) {

.article-inline-ad{
  padding-top: 0;
  display: block;
}

}

.banner-980{
  overflow: hidden;
}

#banner-PT.dfp{
  max-width: 980px;
  margin: auto;
  margin-top: 6px;
}

#banner-PB.dfp{
  max-width: 980px;
  margin: auto;
  margin-bottom: 10px;
}

#banner-MT{
 margin-top: 5px;
}

#banner-MT.dfp, #banner-MB.dfp, #banner-MB2.dfp{
  margin: auto;
  margin-bottom: 8px;
  margin-top: 5px;
  position: relative;
  text-align: center;
}

#banner-MT-inc.dfp{
  margin: auto;
  position: relative;
  text-align: center;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
      float: left;
    width: 100%;
    padding: 7px 0 7px;
    margin: 12px 0 12px;
    width: calc(102% + 22px);
    position: relative;
    left: calc(-1% + -11px);
    background-color: #fff;
}

#banner-MT-inc.dfp:before {
    content: 'Annons';
    font-size: 0.688em;
    float: left;
    line-height: 1;
    position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0 3px;
    color: #8B8B8B;
}

.content #banner-MT-inc iframe{
  min-width: 0;
}

#close_dfp{
  background-color: #000000;
  width: 37px;
  height: 37px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 37px;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.2;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  display: none;
}

.annons_egen_wrap{
  border: 1px solid #ECECEC;
}

.annons_egen_wrap img{
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  float: left;

}

h3.annons_rubrik {
  margin: 0;
  font-size: 1.188em;
  line-height: 1.3;
}

.annons_egen_text{
    background-color: #FFF;
    padding: 5px 10px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    float: left;
    width: 100%;
    font-size: 1em;
}

a .annons_egen_text{
  color: #333;
}

.annons_egen_text h2, .annons_egen_text h1 .annons_egen_text h3{
  margin: 0;
}

.annons_egen_wrap:hover h2{
  text-decoration: underline;
}

.annons_egen_wrap:hover img{
  opacity: 0.9;
}

.annons_link{
  color: #333;
}

.annons-line-over{
border-bottom: 1px solid #B8B8B8;
margin-bottom: 10px;
margin-top: 16px;
float: left;
width: 100%;
position: relative;
}

.annons-line-over-text{
font-size: 0.688em;
letter-spacing: 0.3px;
display: inline-block;
padding-right: 5px;
position: absolute;
top: -9px;
background-color: #F4F4F4;
font-weight: 400;
color: #888888;
}

.annons-line-under{
border-bottom: 1px solid #B8B8B8;
margin-top: 10px;
float: left;
width: 100%;
}

.addlink{
  background-color: rgb(255, 255, 255);
  padding: 3px;
  display: block;
  margin-bottom: 10px;
}


.wp-caption p.wp-caption-text {
  font-size: 0.813em;
  margin: 0;
  margin-bottom: 2%;
}

img.reviewed-label {
  max-width: 80px;
  height: auto;
  float: right;
  margin: 0 0 5px 5px;
}

.lt-ie9 img.reviewed-label {
display: none;
}

.lead{
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.45;
    margin: 14px 0 16px 0;
}


.lead p{
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.45;
    margin: 14px 0 16px 0;
}

.content{
  width: 67.0%;
  float: right;
  padding: 18px 24px 18px 20px;
}

.content-startsida{
  width: 67%;
  float: right;
  padding: 18px;
}

.size-full{
  margin: 2% 0;
}

/******************************************
Flex
******************************************/
.flex-wrap{
  position: relative;
}

.flex-wrap-annons{
    background-color: #D7ECFD;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.puff_inc_in_article .flex-wrap{
    width: 100%;
    margin: 12px 0% 2px;
    padding: 4px 9px;
}

.puff_inc_in_article .flex-h2-annons{
  font-size: 1.250em;
}

.puff_inc_in_article h2.sidebar-flik-inc{
  font-size: 0.625em;
  font-weight: bolder;
}

.flex-wrap p{
  color: #333;
}

.bild_vanster .flex-text-wrap-small{
padding-left: 15px;
}

.bild_vanster .flex-img-wrap-small{
  float: left;
}

.bild_hoger .flex-text-wrap-small{
padding-right: 15px;
}

.bild_hoger .flex-img-wrap-small{
  float: right;
}

.flex-line{
  padding-top:10px;
  margin-bottom:10px;
  border-bottom:1px solid #E9E9E9;
  float: left;
  width: 100%;
}

.flex-link-button{
  border: 0;
  padding: 4px 8px;
  background-color: #34B66D;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 5px 0 5px 0;
  font-weight: 400;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.flex-h2-big, .flex-h2-big-nounderline{
  font-size: 37px;
  color: #333;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.flex-h2-big-nounderline:hover{
  text-decoration: underline;
}

.flex-h2-medium{
  color: #333;
  margin-top: 0;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.flex-h2-annons{
  font-size: 30px;
  color: #333;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.flex-wrap:hover .flex-h2-big, .flex-wrap:hover .flex-h2-medium {
    text-decoration: underline;
}

.flex-wrap:hover img{
     opacity: 0.9;
}

.flex-section-heading{
  margin-bottom: 10px;
  float: left;
  display: inline-block;
  color: #FFF !important;
  position: relative;
  font-weight: 400;
  font-size: 0.875em;
  left: -10px;
  padding: 3px 10px 3px 11px;
  letter-spacing: 1.2px;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.flex-related{
  margin-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 10px;
}

.flex-related-label {
    color: #909090;
    font-size: 12px;
}

.flex-related:hover .flex-related-heading{
  text-decoration: underline;
}

.flex-related:hover img{
  opacity: 0.9;
}

.flex-related-heading{
  font-size: 1.375em;
  margin-top: 0;
}

.flex-related-thumb{
  width: 23%;
  line-height: 0;
}

.flex-related-text{
  width: 77%;
}

.flex-related-p{
  margin-top: 0;
}

.flex-genre{
  margin-right: 7px;
  font-size: 0.875em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.flex-genre:empty {
margin-right: 0;
}

/*********************************************
Forum Toplist
*********************************************/

.toplist-panel{
  display: none;
}

.toplist-panel-active{
  display: block;
}

.topic-toplist-info{
  width: 76%;
}

.topic-toplist-byline{
  font-style: italic;
  font-size: 0.875em;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  margin-bottom: 9px;
  font-weight: 400;
}

.topic-toplist-byline a{
  color: inherit;
  text-decoration: none;
}

.toplist-tab-link{
  position: relative;
  bottom: -1px;
  padding: 10px 15px;
  margin-right: 3px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.813em;
  text-transform: uppercase;
  border: 1px solid #DDDDDD;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 0px;
  color: inherit;
  text-decoration: none;
  float: left;
  background-color: #F9F9F9;
}

.toplist-tab-link:hover{
  background-color: #f1f1f1;
}

.toplist-tab-link-active{
  border-bottom: 1px solid #fff;
  z-index: 10;
  background: transparent;
  background-color: #fff;
}

.toplist-tab-link-active:hover{
  background-color: #ffffff;
}


.topic-toplist-replies{
  border-left: 1px solid #E7E7E7;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 0.813em;
  color: #444;
}


.row{
  border: 1px solid #E4E4E4;
  border-top: 0;
  background-color: #fff;
    min-height: 55px;
}

.row:hover{
  position: relative;
  z-index: 102;
  -webkit-box-shadow: 0px 0px 6px 0px #DDD;
  -moz-box-shadow: 0px 0px 6px 0px #ddd;
  box-shadow: 0px 0px 6px 0px #DDD;
}

.row.first-row {
  border-top: 1px solid #DDD;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

 .topic-info {
  padding: 3px 10px 3px 12px;
}

.topic-title{
  width: 90%;
}

.topic-title a{
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  margin-top: 7px;
  color: #333;
  text-decoration: none;
}

.topic-title a:first-letter {
    text-transform: uppercase;
}

.topic-byline{
  font-style: italic;
  font-size: 0.875em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  margin-bottom: 9px;
  font-weight: 400;
  word-wrap: break-word;
}

.topic-byline a{
  color: inherit;
  text-decoration: none;
}

.topic-replies, .topic-views{
  font-size: 0.813em;
  margin-top: 20px;
  font-weight: 400;
  color: #666;
}

.goto-forum-button {
  border: 0;
  display: inline-block;
  padding: 9px 12px;
  background-color: #1C60AC;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  float: right;
  font-size: 0.938em;
}

.goto-forum-button.view{
  background-color: #1C60AC;
}

.goto-forum-button.create{
  background-color: #16BA71;
}

/* Forum toplist big */
.forum-toplist-big{
  position: relative;
  top: -15px;
}

/* Forum toplist small */
.forum-toplist-small{
  margin-top: 10px;
  margin-bottom: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E2E2E2;
}

.forum-toplist-small .topic-title{
    margin-bottom: 4px;
}

.forum-toplist-small .toplist-tab-link{
  position: relative;
  bottom: -1px;
  padding: 8px 10px;
  margin-right: 1px;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 0.750em;
}

.forum-toplist-small .topic-toplist-replies{
  border-left: 0;
  padding: 4px 10px 4px 10px;
  font-size: 0.688em;
  margin-top: 0;
  color: #898989;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  background-color: #F9F9F9;
}

.forum-toplist-small .topic-info{
  width: 100%;
}

/*********************************************
Contact form 7
*********************************************/
.wpcf7-form {
    border: 1px solid #D8D8D8;
    width: 96%;
    padding: 20px;
    margin:20px 4% 20px 0;
    border-radius:4px;
    background-color:#fafafa;
    float: left;
}

.wpcf7-text{
    width: 100%;
    padding:8px 10px;
    -webkit-appearance: none;
    border: 1px solid #D8D8D8;
    max-width:500px
}

.wpcf7-textarea {
    width: 100%;
    padding:8px 10px;
    -webkit-appearance: none;
    border: 1px solid #D8D8D8;
}

.wpcf7-form p{
    font-weight: bold;
    font-size: 0.938em;
    margin-bottom: 10px;
}

.wpcf7-submit{
    padding:15px 25px;
    background-color:#FF5125;
    border:0;
    color:#fff;
    font-size: 0.938em;
    /*-webkit-font-smoothing: antialiased;*/
    border-radius:4px;
    -webkit-appearance: none;
    
}

.wpcf7-submit:hover{
  background-color:#E63306;
}

.info-box-half{
    border: 1px solid #D8D8D8;
    width: 45%;
    padding: 20px;
    margin:20px 0 20px 20px;
    border-radius:4px;
    background-color:#fafafa;
    float: right;

}

.info-box-full{
    border: 1px solid #D8D8D8;
    width: 100%;
    padding: 20px;
    margin:20px 0 20px 20px;
    border-radius:4px;
    background-color:#fafafa;
    float: right;

}


/******************************************
Comment
******************************************/

.comment-wrap{
position: relative;
background-color: #FFFFFF;
border: 1px solid #D8D8D8;
margin-bottom: 15px;
border-radius: 4px;
}

.comment-content{
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
.comment-content:after, .comment-content:before {
  top: 100%;
  left: 6.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.comment-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.comment-content:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #D8D8D8;
  border-width: 7px;
  margin-left: -7px;
}

.comment-content p{
  margin: 5px 0;
}

.comment-footer{
  background-color: #F8F8F8;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #f8f8f8 1%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(1%,#f8f8f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#f8f8f8 1%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
  padding: 10px 15px;
  -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.comment-meta{
  padding-left: 10px;
}

.comment-img{
  max-width: 50px;
}

.comment-img img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comment-author{
  font-size: 1em;
  font-weight: bold;
  color:#333 !important;

}

.comment-date{
  font-size: 0.875em;
  color:#999;
  display: block;
}

.comment-edit-link{
  font-size: 0.875em;
  color:#999; 
  display: inline;
}

.comment-meta-item{
  color:#666s;
  font-style: italic;
}

.comment-reply-link{
  color: #ffffff;
  float:right;
  background-color: #3878B3;
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 1em;
  font-weight: bold;
  border:1px solid #f8f8f8;
  text-decoration: none;
  margin-top: 8px;
}

.child-comments {
  padding: 0 0 0 30px;
  position: relative;
  top: -5px;
}

/* Comment form */

#reply-title{
  font-size: 1.250em;
  color: #333;
  margin: 15px 15px 0px 15px;

}

.comment-form-wrap{
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  margin-bottom: 15px;
  border-radius: 4px;
}

.comment-notes, .comment-form-author, .comment-form-email, .comment-form-comment, .form-allowed-tags, .logged-in-as{
  padding: 0px 15px;

}

.form-allowed-tags{
  display: none;
}

.comment-notes{
  font-style: italic;
}

.comment-form input[type='text']{
  width: 90%;
  max-width:300px;
  border: 0;
  padding: 1%;
  border: 1px solid #c6c5c5;
  font-size: 0.938em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}

.comment-form textarea{
  width: 100%;
  height: 100px;
  padding: 1%;
  border: 1px solid #c6c5c5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.938em;
  margin-bottom: 8px;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}


.comment-form .form-submit{
    background-color: #F8F8F8;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top,  #efefef 0%, #f8f8f8 1%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(1%,#f8f8f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #efefef 0%,#f8f8f8 1%); /* IE10+ */
  background: linear-gradient(to bottom,  #efefef 0%,#f8f8f8 1%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 15px;
  height: 60px;
  margin: 0;
  border-top: 1px solid #D8D8D8;
}

.comment-form label{
  font-size: 1em;
  font-weight: bold;
  color: #333 ;
  display:block;
}

.comment-form input[type='submit']{
  border: 0;
  display: inline-block;
  padding: 8px 11px;
  background-color: #43b571;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  font-size: 1.063em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: auto !important;
  -webkit-appearance:none;

}

/* Main page */
.page-super-wrap-wrap{
padding-top: 5px;
}

.page-super-wrap{
 max-width: 1355px;
 margin:0 auto;
 padding: 0;

/*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          */
}

.page-super-wrap.no-banner-side{
 max-width: 980px;
}

.page-wrap{
width: 76.7%;
float: left;
/*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          */
}

.page-wrap.no-banner-side{
  width: 100%;
}

.sponsor-label{
  color: #fff;
  padding: 1px 14px 1px 10px;
  margin-bottom: 2px;
  display: inline-block;
  -webkit-font-smooting: antialiased;
  font-style: italic;
  position: relative;
  height: 26px;
  background-color: #73ACE0 !important;
}

.sidebanner{
  margin-left: 0.8%;
  width: 22.5%;
  float: left;
  max-width: 300px;
}

.banner-250{
    min-height: 360px;
    width: 250px;
    margin: 6px 0px;
}

.sidebanner .banner{
  margin-bottom: 10px;
}

.sidebar .banner:first-child{
  background-color: red;
}

.sidebar .banner{
  margin-top: 10px;
}

.sidebanner img{
  max-width: 100%;
  height: auto;
}

.pagex{
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 1%;
  border: 1px solid #ECECEC;
      border-radius: 2px;
}

.pagex.no-image{
  margin-top: 0%;
}

/***************************************************************
 Selftest
 **************************************************************/
  .selftest {
    float: left;
    position: relative;
  }

  .selftest-footer{
    float: left;
    height: 35px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 6px;
    opacity: 1;
  }

   .selftest-footer .goback{
     -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0.3;
    text-decoration: none;
   }


  .selftest-footer-show .goback{
    opacity: 1;
  }

  .selftest-label{
    color: #FFF;
    padding: 1px 14px 1px 10px;
    margin-bottom: 2px;
    display: inline-block;
    -webkit-font-smooting: antialiased;
    font-style: italic;
    position: relative;
    height: 26px;
    background-color: #73ACE0 !important;
  }

 .selftest .item{
  border-radius: 3px;
  min-height: 100px;
  border-radius: 3px;
  margin-bottom: 5px
 }


 .resultat{
  border: 1px solid #333;
  margin-bottom: 30px;
 }

 .resultat-wrap{
    padding: 5px 12px;
    margin: 20px 0 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
    border: 1px solid #DFDFDF;
    float: left;
    width: 100%;
 }

.alternative-wrap{
  list-style: none;
  margin: 0;
  padding: 0;
}

.alternative{
  padding: 13px 11px;
  border-bottom: 1px solid #EDECEC;
  cursor: pointer;
  color: #333;
  font-size: 1em;
   display: block;
    text-decoration: none;

}

.alternative_text {
  margin-left: 28px;
}

.flex-wrap .alternative{
  padding: 11px 10px;
}

.alternative:first-child{
   border-top: 1px solid #EDECEC;
}

.flex-wrap .alternative:last-child{
   border-bottom: 0;
}

.flex-wrap .alternative:first-child{
   border-top: 0;
}

.alternative-checkbox{
  width: 18px;
  height: 18px;
  float: left;
  background: #E7E7E7;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 5px;
  top: 3px;
  pointer-events:none;
}

.alternative:hover{
    background-color: #F5F5F5;
}

.alternative-check{
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

 .selected-alternative .alternative-check{
  visibility: visible;
 }

.alternative-h2{
  color: #333;
  font-weight: 600;
  font-size: 1.250em;
  margin: 0;
  padding: 0px 0px;
  line-height: 1.6;
  border-top: 1px solid #E9E9E9;
}

.selftest-h1{
  margin-bottom: 5px;
}

.alternative-ball{
  color: #FC9CAB;
  font-weight:bold;
}

.alternative-ballz{
    background-color: #F05B72;
    display: inline-block;
    float: none;
    margin-top: 7px;
    font-size: 0.813em;
    padding: 2px 9px;
    clear: both;
    vertical-align: middle;
    position: relative;
    top: -2px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-right: 7px;
}

.alternative-img-wrap{
  position: relative;
  height: 0;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.alternative-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-wrap .alternative-h2{
  padding-top: 2px;
}

.answer-h2{
  color: #333;
  font-weight: normal;
  font-size: 1.125em;
  margin-top: 10px;
}

.answer-img{
  margin-top: 10px;
}

.goback{
  display: block;
  text-align: center;
  float:left;
  width: 9%;
  margin-right: 1%;
  background-color: #ddd;
  border-radius: 2px;
  height:30px;
  line-height: 30px;
  font-size: 0.750em;
  color: #333;
}

.gonext{
   display: none;
}

.alternativ-process{
  background-color: #FC9CAB;
  position: relative;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  width: 90%;
  float: right;
}

.alternativ-process-meter{
  position: absolute;
  background-color: #F05B72;
  top: 0;
  left: 0;
  border-radius: 2px;
  height: 100%;
  z-index: 10;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.alternativ-process-counter{
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  color: #fff;
  font-size: 0.750em;
  top: 0;
  left: 0;
  line-height: 30px;
}

.owl-item{
  display: none;
  width: 100%;
}

.owl-item:first-child{
  display: block;
}

.owl-loaded .owl-item{
  display: block;
}

/***************************************************************
 Topplista 
***************************************************************/
.show_latest_posts_holder{
  background-color: #fff;
  padding: 5px;
  margin: 10px 0 10px;
  border-radius: 3px;
  border: 1px solid #ECECEC;
  min-height: 522px;
  float: left;
  width: 100%;
}

.show_latest_posts_holder.show_latest_posts_holder_dh{
  min-height: 0;
}

.frontpage_pagelist-line{
    border-top: 1px solid #F0F1F8;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5px;
}


.topplista{
  margin: 0px 0;
  padding: 5px;
}

.topplista:hover .fact-heading{
  text-decoration: underline;
}

.topplista:hover img{
  opacity: 0.9;
}

.topplista-h2{
  margin: 3px 5px;
  font-size: 0.813em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #CCC;
  padding-bottom: 6px;
}

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

.topplista-date{
  font-size: 0.813em;
  color: #999;
}

/*header*/
.link-to-us{
  display: block;
  text-align: center;
  padding: 2%;
  font-size: 0.813em;
  margin: 0  0 10px 0;
  background-color: #ffffff;
}

.logo-wrap{
    padding: 2.5%;
}

.logo-wrap a{
  color: #fff;
  text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.logo{
  font-weight: 600;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}

.slogan{
  font-weight: 400;
  line-height: 1;
  white-space:nowrap;
}

.header-image{
  height: 280px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position:center; 
  background-repeat: no-repeat;
  background-position: left\9;
  background-repeat: repeat\9;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.header-image.no-image{
  height: 120px;
  background-color: #f4f4f4;;
}

.showhide-main-text{
 display: none;
}

.showhide-main-text a{
  display: inline-block;
  padding: 6px 9px;
  background-color: gray;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}

.mobile-searchField {
  display: none;
}

.searchForm input{
    padding: 6px 10px;
    background-color: #F0F0F0;
    -webkit-appearance: none;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

/* Extra menu */
.extra-menu{
  border-top: 1px solid #DADADA;
  float: left;
  width: 100%;
  background-color: #fff;

}

.extra-menu-a{
  float: left;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 10px;
}


/* New menu */
.new-top-menu-wrap{
  background-color: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #D7D9E8;
}


.info-hearth{
    width: 370px;
    margin-top: 15px;
    margin-left: 12px;
    display: inline-block;
    float: right;
    margin-right: 12px;
}

.info-hearth-lonely {
    margin: 8px 6px 7px 12px;
    max-width: 30px;
    float: left;
    width: 100%;
    line-height: 0;
    vertical-align: middle;
    display: none;
}

.animate .info-hearth-lonely {
  display: block;
}

.new-logo{
  margin-top: 5px;
}

.new-logo-text{
  cursor: pointer;
  text-decoration: none;
  display: inline;
  font-size: 44px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}

.new-logo img{
  vertical-align: middle;
}

.new-logo-link{
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin: 11px 0px 3px 0px;
}

.new-slogan{
    color: #6A6A6A;
    font-style: italic;
    font-size: 1.3em;
    display: inline;
    margin-top: 0px;
    position: relative;
    top: 0px;
    font-weight: 300;
    vertical-align: middle;
    white-space: nowrap;
    /* font-family: georgia; */
    /* margin-left: 17px; */
    -webkit-font-smoothing: antialiased;
}

.new-logo-wrap{
  padding-left: 10px;
}

.new-slogan-line{
  margin: 0 13px 0 6px;
}



.new-top-menu ul{
  padding: 0;
  margin:0;
  position: relative;
}

.new-top-menu li {
  display: inline-block;
  float: left;
  position: relative;
}

.new-top-menu li:first-child a{
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.new-top-menu li a:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}



.new-top-menu li a{
  padding: 15px 13px;
  text-decoration: none;
  position: relative;
  color: #444;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

.current_page_item a{
  background-color: #ffffff;
}

.new-top-menu .sub-menu{
  display: none;
  padding: 5px 0;
  margin: 0;
  width: 240px;
  position: absolute;
  top: 85%;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  z-index: 1200;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
}

.new-top-menu .sub-menu li{
  display: block;
  float: none;
}

.new-top-menu .sub-menu li a{
  font-size: 0.875em;
  border-radius: 0px;
  padding: 4px 10px;
  display: block;
  text-transform: none;
  font-weight: normal;
  /* line-height: 1.3em; */
  letter-spacing: normal;
}


.new-top-menu .sub-menu li a:hover{
  background-color: #eeeeee;
}

.new-top-menu ul li:hover > ul{
  display: block;
  clear: both;
}





/*********************************************************
new-top-menu-mobile
*********************************************************/
.mobile-menu{
  visibility: hidden;
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 1% 1% 10% 1%;
  border-radius: 3px;
  background: #fff;
  z-index: 301;
  overflow-y: auto;
  -moz-transition: all .3s ease-out;
  -o-transition: all  .3s ease-out;
  -webkit-transition: all  .3s ease-out;
  transition: all  .3s ease-in;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
       -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;

}

.show-mobile-menu .mobile-menu{
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu a{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 2px 0;
    display: block;
    font-size: 1.1em;
}

.mobile-menu a.mobile-menu-close{
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 1em;
    display: block;
}

.mobile-menu ul.sub-menu a{
  font-weight: 400;
}

.mobile-menu ul{
  background-color: #fff;
  list-style: none;
  padding: 3px 9px;
  margin: 0;
  font-size: 0.9em;
}

.mobile-menu ul li{

}

.mobile-menu ul.sub-menu{

}

.mobile-search-wrap{
        padding: 12px 18px;
    background-color: #F7323F;
    display: none;
}

.mobile-search{
    padding: 10px;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.show-search-menu .mobile-search-wrap{
  display: block;
}

.c-mask{
  z-index: 300;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
    transition: opacity .3s,width 0s .3s,height 0s .3s;
    position: fixed;
}

.show-mobile-menu .c-mask{
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}


/*********************************************************
new-top-menu-mobile
*********************************************************/
.new-top-menu-mobile{
  /*background-color: #0762C6;*/
  display: none;.small-header-search
}

.new-top-menu-mobile-item{
    color: #444;
    padding: 13px 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.new-top-menu-mobile-item a{
    color: #444;
    text-decoration: none;
}

svg.primary-small-menu-icon {
    fill: #989898;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

svg.primary-small-menu-icon2 {
    fill: #989898;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 0px;
}

/**********************************************************
Search
**********************************************************/
.small-header-search{
 border-left: 1px solid #D7D9E8;
 position: relative;
 float: right;
 padding-left: 10px;
 height: 47px;
}

.small-header-magnifying-icon{
  position: absolute;
  left: 17px;
  top: 13px;
  fill: #ADAFBD;
}

.small-header-mobile-magnifying-icon{
  left: 11px;
  top: 11px;
  fill: #fff;
}


.small-header-search input{
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 14px;
  /* line-height: 44px; */
  font-family: georgia;
  font-style: italic;
  padding-left: 40px;
  width: 100%;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}

.small-header-search input:focus{
  border: 0;
  box-shadow: 0;
   outline: none;
}

 .new-menu-wrap .searchField{
  padding: 11px 10px;
}


.new-top-menu ::-webkit-input-placeholder {
   color: #444;
   font-size: 1.063em;
}

.new-top-menu :-moz-placeholder { /* Firefox 18- */
   color: #444;
   font-size: 1.063em;
}

.new-top-menu ::-moz-placeholder {  /* Firefox 19+ */
   color: #444;
   font-size: 1.063em;
}

.new-top-menu :-ms-input-placeholder {  
   color: #444;
   font-size: 1.063em;
}

/***************************************
Search Arrow
***************************************/
.search-arrow {
    position: relative;
    float: right;
    right: -8px;
    margin-top: 8px;
    width: 75px;
    line-height: 0;
    z-index: 200;
  }


/***************************************
Statistical
***************************************/
.stats{
    font-size: 8px;
    background-color: #CD5E7E;
    margin: 3px 2px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    min-width: 12px;
    padding: 0px 3px;
    font-weight: 600;
    min-height: 12px;
    border-radius: 3px;
    color: #FFF;
    vertical-align: top;
}

.fact-simple-heading:hover .stats{
    text-decoration: none;
}


/* Mobile burger menu */
.mobile-burger {
    display: inline-block;
    position: relative;
    right: 0;
    margin-right: 10px;
    width: 14px;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  height: 2px;
  background: #989898;
  -webkit-transition: background 0 0.1s, -webkit-transform 0.1s, top 0.1s 0.2s;
  -moz-transition: background 0 0.1s, -moz-transform 0.1s, top 0.1s 0.2s;
  -o-transition: background 0 0.1s, -o-transform 0.1s, top 0.1s 0.2s;
  transition: background 0 0.1s,-webkit-transform 0.1s,-moz-transform 0.1s,-o-transform 0.1s,transform 0.1s, top 0.1s 0.2s;
}

.mobile-burger-light.mobile-burger div,
.mobile-burger-light.mobile-burger div:before,
.mobile-burger-light.mobile-burger div:after {
  background: #989898;
}

.mobile-burger div {
  position: relative;
  margin: 11px 0 0px;
}
.mobile-burger div:before,
.mobile-burger div:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: -5px;
}
.mobile-burger div:after {
  top: 5px;
}
.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  -webkit-transition: background 0 0.1s, top 0.1s, -webkit-transform 0.1s 0.2s;
  -moz-transition: background 0 0.1s, top 0.1s, -moz-transform 0.1s 0.2s;
  -o-transition: background 0 0.1s, top 0.1s, -o-transform 0.1s 0.2s;
  transition: background 0 0.1s, top 0.1s,-webkit-transform 0.1s 0.2s,-moz-transform 0.1s 0.2s,-o-transform 0.1s 0.2s,transform 0.1s 0.2s;
}

.open.mobile-burger div {
  background: transparent;
}

.open.mobile-burger div:before,
.open.mobile-burger div:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open.mobile-burger div:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*Search*/
.searchButton input{
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance:none;
  font-family: latoLight, sans-serif;
  font-size: 1.063em;
  font-weight: 300;
  padding: 5px;
  margin-right: 0;
  cursor: pointer;
  border: 0px solid transparent;
}

.searchform-wrap{
  margin-bottom: 10px;
}

.searchField{
padding: 6px 10px;
background-color: #fff;
    -webkit-appearance: none;
        background-color: #F0F0F0;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;margin: 1px -1px 11px;/* border: 1px solid #E2E2E2; */
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  }


.searchField:focus { 
  outline: none; 
}

.searchfield-line{
  margin-top: 10px;
}


li.search-wrap{

  float: right;
  margin-right: 1%;
  margin-top: 2px;
}

.tandlakare_iframe{
  width: 100%;
  height: 500px;
  border: 0;
}

/* Sidebar */
.sidebar{
  width: 33%;
  padding: 0 16px 16px 12px;
  margin: 10px 0;
  border-right: 1px solid #E9E9E9;
}

.sponsrad-wrap{
  margin-bottom: 8px;
}

.widget{
  clear: both;
  margin-bottom: 10px;
}

h2.sidebar-heading, .widget h2{
  margin-top: 5;
  margin-bottom:3px;
  font-size: 0.813em;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float:left;
  width: 100%;
}

h2.sidebar-flik{ 
  display: inline-block;
  color: #FFF !important;
  position: relative;
  font-weight: 400;
  font-size: 0.875em;
  left: -13px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #FFF;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

h2.sidebar-flik-h{ 
  display: inline-block;
  color: #FFF !important;
  font-weight: 400;
  font-size: 0.875em;
  left: 0px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #FFF;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  position: absolute;
  top: 10px;
  z-index: 50;
}

h2.sidebar-flik-inc{ 
  display: inline-block;
  color: #FFF !important;
  font-weight: 400;
  font-size: 0.875em;
  left: 0px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #FFF;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  z-index: 100;
  margin-bottom: 10px;
  position: relative;
  left: -12px;
}

.puff-h-img-wrap{
  line-height: 0;
}

h2.sidebar-heading:first-child {
margin-top: 0;
}

h2.search-heading{
  margin-top: 10px;
}

.puff-v-wrap{
  margin-bottom: 8px;
}

.puff-h-wrap{
  position: relative;
}

.related-pages-wrap{

}

/* Widgets */
.related-pages-wrap a{
  color: #000000; 
  text-decoration: none;
}

.widget-img-wrap{
  margin-bottom: 5px;
  padding-top: 6px;
}

.widget_text{
 /* padding: 1% 3% 3% 3%;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
/*  float: left; */
}

.textwidget p{
font-size: 0.938em;
}

/* Fact */
.fact-line{
  border-bottom: 1px solid #E9E9E9;
  float: left;
  width: 100%;
}

.fact-wrap{
  margin-bottom: 10px;
}

.fact-holder-wrap{
  margin-bottom: 10px;
  margin-top: 5px;
}

.fact-heading{
   font-weight: 400;
   font-size: 1em;
   margin: 0;
   padding: 0;
   line-height: 1.2;
   font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

h5.fact-heading.fact-heading-dh{
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.topplista-a-img img{
  padding: 0 5px;
}

.factfact_goran-heading{
   font-weight: 400;
   font-size: 1em;
   margin: 0;
   padding: 0;
   font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.fact-heading-wide{
  font-weight: 600;
  font-size: 1.188em;
  margin: 4px 0;
  padding: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  margin-bottom: 0;
}

.fact-text-big .tagline{
  display: block;
  float: left;
  margin-bottom: 5px;
}

.fact-text{
  padding: 0 5px 5px 7px;
  width: 70%;
}

.fact-wrap ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact{
  display: block;
  margin:10px 0 0 0;
  clear: both;
  list-style: none;
   -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.fact-simple-link{
  display: block;
  float: left;
  padding: 4px 6px;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #E8E8E8;
}

.fact-simple-link:hover{
  text-decoration: underline;
  color: #333;
  background-color: #fafafa;
  cursor: pointer;
}

.fact-simple-link h5{
   font-size: 1em;
   margin: 0;
}

.menu-arrow{
  color: #fff;
  float: right;
  padding-right: 10px;
  opacity: 0.5;
}


.fact:hover .fact-heading{
  text-decoration: underline;
}

.fact:hover img{
    opacity: 0.9;
}


.fact-wrap a{
  color: #000000;
  text-decoration: none;
}

.fact-image{
  max-width: 90px;
  overflow: hidden;
  line-height: 0;
  width: 30%;
}

.fact-image img{
  border: 0 !important;
  max-width: 100%;
  height: auto;
}

.tagline{
  font-size: 0.938em;
  color: gray;
}

.textwidget{
  margin-bottom: 10px;
}

.pufftext{
  font-size: 0.875em;
  line-height: 1.3;
}

/* Big-Fact */
h5.fact-big-heading{
  margin-top: 0;
}

.fact-big-wrap{
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-big{
  display: block;
  clear: both;
  margin-bottom: 5px;
}

.fact-big a{
  color: #000000;
}

.fact-big:hover{
  background-color: #fbfbfb;
}

.fact-big:hover .fact-big-heading{
  text-decoration: underline;
}


.fact-big-image{
  max-width: 150px;
  background-color: gray;
  margin: 1% 0;
}

.fact-big-image img{
  border: 0 !important;
}


.fact-big-image.no_image{
  width: 0%;
}

h3.fler{
font-size: 0.813em;
font-weight: 400;
color: gray;
text-transform: uppercase;
}

.fact-big-text.no_image{
  width: 100%;
}


/* View all button */

.viewAll{
  text-align: right;
  margin: 0;
  margin-bottom: 10px;
}

.viewAll a{
  display: inline-block;
  color: #999;
  font-size: 0.813em;
  text-decoration: underline;
  padding: 1% 2%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget:hover .viewAll a{
  color: #333;
}

.viewAll a:hover{
  color: #000;
}

.date{
   font-size: 0.813em;
  color: gray;
}

/* Relaged pages */
.related-pages-wrap{
  margin-bottom: 10px;
}

.related-pages-wrap ul{
margin:10px;
padding: 0;
margin-left: 1%;
margin-bottom: 3%;
margin-bottom: 1%;
}


.related-pages-wrap li{
display: block;
margin: 0 0 2% 0;
clear: both;
padding: 1%;
list-style: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.related-pages-arrow{
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  color:#ffffff;
  line-height: 18px;
  text-align: center;
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  -webkit-font-smoothing: antialiased;
}


/* Article footer */
.share-button {
    float: right;
    padding: 8px 11px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.938em;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
}

.twitter-button{
  background-color: rgb(1, 187, 238);
}

.twitter-button:hover{
  background-color: rgb(8, 177, 224);
}

.facebook-button{
  background-color:rgb(62, 94, 161);
}

.facebook-button:hover{
  background-color: rgb(74, 112, 190);
}

.facebook-button-footer{
  float: left;
}

.twitter-button-footer{
  float:left;
  margin-left: 0;
}

.social-wrap-footer{
  margin-top: 8px;
}

.share{
  
}

.share-icon{
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.facebook-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1JREFUaN7t2M1LFVEcxvGjopsQSqg2lRUURUjSMjfZi1G0yEWQrQuC0qA2ES1y5aJ00S5oIQhXbdUiMEt6gWjdf5CQBdWqdT3fp80IFua53tu9nnO5D/xgNmdmPnNm5ndmQgghAJ22LwC3bN/OoYCbwFnbbaFAdEladKaRNLsMueLMA3QFSWMNAOkJksadf3qDpIkmpAn5463zU9J7SY8kjQJ3bN+TNCFpStK8pK/JQiQtAddsbw6R2D6WJERSCegMZQboSQ4i6bHtlrCOAIeSgkj6YLsjrDPAwaQgwECoILYPJAMp1nMt2UNsT5Z5G20FjgBHgb6ihpKBAHcjV71NUin5hghcjUDOZ9HZgUtrQSQ9yAUyGIHM5AI5F4E8zQVyJgJ5lgtkIAJZSAoi6a2k2aKmi3t/0vaWSP+4aPtJMWZa0syK7e91hUj6Umn3jiCH6w35GGoQSaP1hnyqEWSq3pDPNYK8a5QZWao3ZPF/I2x3SCL7hx3Yt1F9ZAwYLuo6MAJctt0eOeHDwI0VY4eBEUlzqXX2/shzMFfF7usKOZ3VEmUNyKmGgNg+GYG8zGVGTkQg87lAjkcgz3OB9DchTcjGQOYbBfKiCUkMUnVDHE8EstAokFfVQu4n0tlfV7Hv/QEYTGGtZftNhR9yP2x3BNutkh5K+lVjS29kRkoVIL4BQ39/am4CdqxSO1cr27vKKaAb2FbGT4Z223uBPUB3MfZfx9wNbLfdujz+N4jOjVVHR7JgAAAAAElFTkSuQmCC');
 }

.twitter-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAvdJREFUaN7tmUuIlWUchx1nrIUXkqggslSEGKxAcmG5bNDoQtImicoiMkWpRYsuTEFtMwoCQRREtEW7LpsIukEXCFoEEkkRXRxQ0kVgMtPM8/zafMFwmDPnm3O+75wvOD84m8P5zvs97//yvu/vXbZsqKGGarTUK5OsVzcluer/9vIr1YPAN8Bc5gn4AziW5PbF/iPJSJKNiw1yTc0Q9wFTKSHgVJK1LQCj6gPA1+rD7QYZB35X11UNkGREncwSBZxRN6s7gbeAs8X3PyQZW3Aw4I3iRz+q11UciWdTkYB/1G1tBwNOt8zEuoogbgFmK4KYUx+al2ZbWkM/ukDhTXUqujIC3q8I4oK6X90NHAGm1PtbZ21Nm4enk+xNMtJlNK4HTA1SJxcqxhWLDQh82E2qqXvqgAAOtZ1c4OcOD19SX1ZXLiGt3qwhEi8tmiHA8ZKzcV59Ub26BMjJiiF2l+n1E0sM7zTwrvpgklVtQI5WDLKp1KIFfNVtbwe+BA6pj6l3JLkReK1ikA1li3McuJSGquNCnWTVf11Jvbtou41S0VXHOkXiBmAW+EA9oE4CMw0DOVumPsaaGIUWkE/K9vxPGw7yetlCfzLN1q7Sx07gl4ZGY671kNUJ5q66Nnk9gnzWzY71YAPXj6e7PQw90pSFEbjck8Oi3gQcH3RbBg73AnGneq+6Qz0A/DTAIt/Yi+uxqyFpdaRX+2Y58N2AIf6qxM1RbysKbVCdal/VzuDMAKLxcZLlVduc24Hf+rnLVa+tzXhO8kLdQMDf6tbanfTCw92c5HHgXMUQM+qOfl4LbJtvr1YEMa3e0y+AceCdGtLpT3V73am0Vn206CJ11MS3SdZXlfM71SfUPeo+9RXgBPB9XVv6wj56NcmKKmf9CvU54GKf2ut76s111sDqAujXGl5+tnAlt/atKyUZTTIBHOulxRaXO5+rz1R9A9bV5lG9VX0KeBv4CDgNnAMuFJ/zwBngC+CE+nySCXX18AJ+qKGGGmoh/Qt+EvecK/2oVQAAAABJRU5ErkJggg==');
  background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22twitterlogo-Lager_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%200%200%2050%2050%22%3E%3Cg%20id%3D%22twitterlogo-_x32_RO8Ur.tif%22%3E%09%09%3Cpath%20d%3D%22m17.618%2043.93h-2.983c-0.279-0.023-0.558-0.047-0.838-0.068-1.277-0.097-2.539-0.288-3.789-0.565-3.191-0.709-6.167-1.94-8.929-3.686-0.032-0.02-0.074-0.03-0.089-0.077%205.378%200.54%2010.222-0.805%2014.521-4.088-2.095-0.082-3.991-0.723-5.668-1.975-1.681-1.254-2.841-2.887-3.514-4.901%200.753%200.137%201.485%200.203%202.224%200.172%200.74-0.031%201.471-0.132%202.216-0.337-5.104-1.056-8.057-5.689-7.881-9.792%201.374%200.745%202.834%201.163%204.394%201.206-2.103-1.493-3.502-3.466-4.077-5.983-0.576-2.518-0.192-4.905%201.075-7.177%202.535%203.085%205.552%205.532%209.089%207.329%203.535%201.795%207.286%202.782%2011.245%202.991%200.003-0.03%200.007-0.042%200.005-0.053-0.004-0.028-0.011-0.055-0.017-0.082-0.298-1.371-0.311-2.746-0.021-4.117%200.472-2.235%201.577-4.108%203.338-5.561%202.396-1.977%205.15-2.678%208.202-2.123%202.056%200.374%203.804%201.355%205.259%202.855%200.058%200.06%200.112%200.072%200.191%200.056%202.133-0.44%204.142-1.203%206.024-2.299%200.032-0.019%200.061-0.052%200.123-0.04-0.775%202.309-2.201%204.097-4.25%205.402%201.921-0.22%203.759-0.729%205.533-1.485-0.315%200.493-0.658%200.957-1.021%201.406-1.094%201.355-2.343%202.548-3.751%203.574-0.08%200.058-0.104%200.117-0.098%200.209%200.012%200.176%200.018%200.352%200.021%200.529%200.032%201.72-0.093%203.428-0.38%205.124-0.356%202.101-0.933%204.14-1.736%206.113-1.633%204.015-4.01%207.52-7.214%2010.45-2.376%202.173-5.063%203.855-8.056%205.044-2.771%201.101-5.651%201.714-8.623%201.907-0.175%200.012-0.353%200.001-0.525%200.042z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.share-button-small {
  padding: 6px 10px;
  line-height: 18px;

}



.share-button-small .share-icon{
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.article-footer{
  font-size: 0.938em;
  clear: both;
  margin: 0px 0 3px 0;
  padding: 0 0 10px;
  line-height: 1.5;
}

.article-footer-info{
  margin-top: 10px;
}

/*******************
Next Article
********************/ 
.next-article-wrap{
  padding: 10px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.next-article{
 font-weight: 600;
 font-size: 0.938em;
 margin-top: 0;
 color: #333;
}

.next-article-a{
  color:#24ABF7;
  text-decoration: underline;
  font-size: 1.063em;
}


/*******************
Next Puff 
*******************/
.next-puff-wrap{
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

.next-puff-img-holder{
  line-height: 0;
}

.next-puff-wrap:hover{
   box-shadow: 0px 0px 3px 2pt rgb(238, 238, 238);
}

.next-puff-wrap p{
  margin: 0;
}

.next-puff-h3{
margin: 0 0 10px 0;
font-size: 0.938em;
font-weight: bold;
display: inline-block;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
float: left;
}

.next-puff-h5{
font-size: 1.063em;
font-weight: 600;
margin: 0;
color:#333 !important;
}

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

/*******************
Most read
********************/  
.most-read-wrap{
  border-left: 1px solid #E4E4E4;
  padding-left: 15px;
  float: right;
}

.sponsored .most-read-wrap{
  border-left: 0px solid #E4E4E4;
  padding-left: 10px;
  float: left;
  margin-bottom: 10px;
}

.most-read-h2{
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.most-read-list{
  padding: 0;
  margin:0;
  margin-top: 3px;
}

.most-read-list li{
  list-style: none;
}

.most-read-list li a{
  display: inline-block;
  padding: 2px 2px 2px 2px;
  margin: 1px 1px 1px 0px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  width: 100%;
}

.most-read-list li a:hover{
    text-decoration: underline;
}

.most-read-number{
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 2px;
  width: 20px;
  height: 20px;
  background-color: #D8D8D8;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  float: left;
  line-height: 20px;
  text-align: center;
}



/**********************************************
Article Header
**********************************************/ 


.article-header{
margin: 2% 0 2% 0;
}

.byline{
  font-size: 0.938em;
  position: relative;
  color: #666;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}


.bottomBanner{
  padding: 0 0;
  background-color: #f4f4f4;
  width: 79%;
}

.no-banner-side .bottomBanner{
  width: 100%;
}

.bottomBanner img{
  max-width:100%;
  height: auto;
}


/* Archive */
.heading-archive{
  font-size: 1.250em;
  margin-bottom: 10px
}

/*************************************************
Footer
*************************************************/

.footer-super-wrap{
  background-color: #ffffff;
  border-top: 1px solid #ECECEC;
  margin-top: 10px;
}

.footer{
  background-color: #fff !important;
  color: #fff;
  font-size: 0.813em;
  width: 100%;
}

.footer .searchField{
  padding: 5px 10px;
  font-size: 0.938em;
  max-width: 300px;
  margin-bottom: 10px;
}

.footer-box{
  padding: 20px 16px 30px;
  position: relative;
}

.facebookpil{
    position: absolute;
    left: -48px;
    top: 125px;
}

.footer a{
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    font-size: 1em;
    font-weight: normal;
}

.footer a:hover{
    text-decoration: underline;
}


.footer a.blue{
    color: #5C90F3;
    text-decoration: underline;
    line-height: 1.5;
    font-size: 1em;
    font-weight: normal;
}

.footer-h3{
  font-size: 1.125em;
  font-weight: 600;
  color: #111;
}

.footer-p{
  font-size: 1.063em;
  font-weight: normal;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.footer-quote{
  font-size: 1.125em;
  font-weight: normal;
  font-style: italic;
  color: #333;
  padding-bottom: 10px;
  margin-top: 10px;
}

.footer-footer{
    background-color: #2E427B;
    text-align: center;
    padding: 13px;
    float: left;
    width: 100%;
    font-size: 1.063em;
}

.footer-footer a{
  color: #ffffff;
  font-size: 0.875em;
  text-decoration: none;
}

.footer-logo{
  padding-top: 32px;
}

.ansvarig{
  color:#333;
  margin-top: 20px;
  font-style: italic;
}

/***************************************************************
Expert Sida
***************************************************************/
.expert-header-wrap{
  height: 220px;
}

.expert-heading{
  font-size: 35px;
}

.expert-heading{
  font-size: 35px;
}

.expert-lead{
  font-weight: 400;
  font-size: 1.250em;
  line-height: 1.3;
  margin: 1% 0 1% 0;
}

.expertpage-forum-activity {
  padding: 10px 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  top: 1px;
}
.expertpage-forum-activity-h2{
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
  color: #333;
}

.expertpage-forum-activity-h3{
  margin: 20px 0 0px 0;
  font-size: 0.938em;
  font-weight: bold;
  color: #A3A2A2;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.expertpage-forum-activity-date{
  font-size: 0.875em;
  color:#9E9E9E;
}

.question-button-wrap{
  margin-top: 10px;
}

.question-button-wrap p{
  margin: 5px 0;
}

.expert-question-button{
  border: 0;
  display: inline-block;
  padding: 8px 12px;
  background-color: #34B66D;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 5px 0 5px 0;
  font-weight: 400;
}

.expert-page-forumbild{
  margin: 20px 0;
}

.expert-page-forumbild img{
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.expertbild{
  width: 40%;
  float: right;
  margin: 0 0 10px 10px
}
/***************************************************************
Expert Puff In Sidebar
***************************************************************/
.expertpuff-wrap {
  background-color: #FFF;
  margin: 0;
  margin-bottom: 13px;
  border-radius: 2px;

  }

.expert-puff-img-wrap img{
  float: left;
}

.expert-puff-img-wrap img{
margin-top: 10px;
}

.puff-expert-ingress{
  color: #9C9C9C;
  font-size: 1em;
  margin-bottom: 9px;

}

.puff-expert-name{
  margin: 0;
  font-weight: 400;
  color: #333 !important;
  padding-top: 6px;
}

.expert-puff-h2{
  margin: 3px 5px;
  font-size: 0.813em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #CCC;
  padding-bottom: 6px;
  display: block;
}

.expert-puff-h3{
  font-weight: 400;
  font-size: 0.938em;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  color: #333;
}

.expertpuff-wrap .expertpage-forum-activity-date{
  font-size: 0.813em;
  color: #999;
}

.expertpuff-wrap .expertpage-forum-activity{
  border-bottom: 0;
  padding: 5px;
}

.expertpuff-wrap .expertpage-forum-activity:hover{
  background-color: #fafafa;
}

.puff-expert-question-button {
  border: 0;
  display: inline-block;
  padding: 8px 11px;
  background-color: #EC8854;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 3px 0 10px 0;
  float: right;
  z-index: 100;
  font-weight: 600;
}

/***************************************************************
phpbb comment form
***************************************************************/
.postingbox{
  padding: 5px 18px 18px 18px;
  background-color: #FFF;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.1);
  position: relative;
  background: #ffffff;
  border: 1px solid #DFDFDF;
}

.postingbox-h2{
  margin-top: 10px;
}

.postingbox:after, .postingbox:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.postingbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 14px;
  margin-left: -14px;
}
.postingbox:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #c2c2c2;
  border-width: 15px;
  margin-left: -15px;
}

.postingbox-topic-title-label{
  font-weight: 600;
}

.postingbox-topic-title{
  margin: 5px 0 15px 0;
}

.postingbox textarea{
padding: 6px 10px;
background-color: #EAEAEA;
-webkit-appearance: none;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 1em;
margin: 0px;
width: 100%;
height: 130px;
-webkit-font-smoothing: antialiased;
font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.go-to-forum{
  font-weight: 600;
  display: inline-block;
  padding: 12px 24px;
  position: relative;
  top: -1px;
  background-color: #EC8854;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 0.938em;
  border: 0;
  float: right;
  margin-bottom: 11px;

}

.message-text-reminder{
  background-color: #F0F6FF;
  border-radius: 2px;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.2px;
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;                        
}

.message-text-reminder-show{
  height: auto;
  overflow: auto;
  opacity: 1;
  padding: 10px;
}

.message-text-reminder-close{
  display: inline-block;
  float: right;
  position: relative;
  top: -6px;
  right: 2px;
  font-size: 1.125em;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
}

.message-text-reminder-close:hover{
  opacity: 1;
}

.postingbox input{
padding: 7px 10px;
background-color: #EAEAEA;
-webkit-appearance: none;
border: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 1em;
margin: 0px;
width: 100%;
-webkit-font-smoothing: antialiased;
font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.postingbox input:focus, .postingbox textarea:focus{
  outline:0;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
  -webkit-appearance: none;
}

.postingbox label{
  font-weight: 600;
  font-size: 0.875em;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

.posting-publish{
    font-weight: 900;
    display: inline-block;
    padding: 12px 24px;
    position: relative;
    top: -1px;
    background-color: #16BA71;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border: 0;
    float: right;
    margin-bottom: 13px;
}

.namerror{
  background-color: #FFC3C3;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.750em;
  margin-bottom: 5px;
}

.posting-publish-link-wrap{
  font-size: 0.813em;
  color: #666;
  text-align: right;
  clear: both;
  margin-top: 7px;
}

.read-more-at-forum{
  font-weight: 600;
  display: inline-block;
  padding: 11px 24px;
  position: relative;
  top: -1px;
  background-color: #16BA71;
  background-color: #1C60AC;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 0.875em;
  border:0;
  float:right;
}

.post {
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  background-color: #FFF;
  padding: 10px 18px 0px 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}

a.post-answer-button{
  font-weight: 600;
  display: inline-block;
  float: right;
  padding: 8px 10px;
  background-color: #16BA71;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 0.875em;
  font-style: normal;
}

.gost-post{
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-quote{
  background-color: #F2F8FF;
  border-radius: 3px;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
}

.comment-quote .comment-quote{
background-color: #DDEDFF;
margin-top: 10px;
}

.post-tool {
border-top: 1px solid #E4E4E4;
width: 100%;
}

.post h2{
  font-weight: 600;
  font-size: 1.250em;
  margin: 0;
  color: #333;
}

.post h2 a{
  color: inherit;
  text-decoration: none;
}

.post h2 a:hover{
  text-decoration: underline;
}

.postbody{
  clear: both;
}

.post .topic-byline {
  font-style: italic;
  font-size: 0.875em;
  color: #999;
  -webkit-font-smoothing: auto;
  line-height: 1.1;
  display: block;
  margin: 10px 0 12px;
}

.post-section-heading{
  margin-bottom: 2px;
  float: left;
  display: inline-block;
  color: #FFF !important;
  position: relative;
  font-weight: 400;
  font-size: 0.875em;
  left: -22px;
  top: -5px;
  padding: 3px 10px 3px 11px;
  letter-spacing: 1.2px;
  font-size: 0.813em;
  text-transform: uppercase;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.post .username{
  font-weight: 800;
  color: #333;
  text-decoration: none;
}

.post .username-nonlink{
  font-weight: 800;
  color: #333;
  text-decoration: none;
}

.post .username:hover{
  text-decoration: underline;
}

.success-post{
  background-color: #F0F6FF;
  border-radius: 2px;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.error-post{
  padding: 18px;
  background-color: #EDBABA;
  border-radius: 3px;
  margin-top: 10px;
}

/****************************************
MailChimp 
****************************************/

h2.mailchimp-heading{
  margin-bottom: 3px;
  font-size: 0.813em;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
}

.mailchimp-submit{
  border:0;
  display: inline-block;
  padding: 9px 12px;
  background-color: #E85C41;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: auto !important;
  -webkit-appearance: none;
  margin: 5px 0 8px 0;
}

.mailchimp-submit:focus{
  border: 0;
  outline: 0;
}

.mailchimp-input{
  padding: 6px 10px;
  background-color: #F0F0F0;
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  margin: 10px -1px 0px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.mailchimp-success{
  background-color: #DEF1DB;
  border-radius: 4px;
  margin: 3px 0 0 0;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  font-size: 0.875em;
  font-weight: 400;
}

.mailchimp-error{
  background-color: #FDD2C9;
  border-radius: 4px;
  margin: 3px 0 0 0;
  color: #111;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  font-size: 0.875em;
  font-weight: 400;
}

.banner-300{
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#banner-SC-CR{
  margin-bottom: 5px;
}

#banner-MT{
  /*width: 300px;*/
}

/* Contact form */
.contact-form input{
padding: 7px;
border-radius: 3px;
border: 1px solid #ddd;
font-size: 1em;
}

.contact-form textarea{
padding: 7px;
border-radius: 3px;
border: 1px solid #ddd;
font-size: 1em;
width: 90%;
height: 250px;
}

.contact-form input.send-button{
background-color: #f1491c;
padding: 20px;
border: 0;
color: #ffffff;
-webkit-font-smoothing: antialiased;
}

.contact-form input.send-button:hover{
background-color: #cb2b00;
}

.error{
  color: red;
}

.success{
  color: green;
  font-size: 1.250em;
}

/* SÃƒÂ¶ksida */
.search-result-wrap{}
.search-result{
  margin: 20px 0;
}
.search-result-heading{}
.search-result-from{
color: #b7b7b7;
font-size: 0.813em;
margin: 5px 0;
}

.search-result a{
  text-decoration: none;
  color: #333;
}

.search-result p{
  margin: 0;
}

.prevnext #prev{
  text-align: right;
}

.prevnext a{
  background-color: #ebebeb;
  padding: 3%;
  text-decoration: underline;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1%;
}

.prevnext a:hover{
  background-color: #dbdbdb;
}



/* Media Querys */
@media only screen 
and (max-width : 1280px) {

  .top-menu-wrap, .logo-super-wrap{
  width:100%;
  padding-left: 0;
  }

  .sidebar {
  padding: 0 12px 12px 12px;
  }

  .top-menu{
  position: block;
  width: 100%;
  margin-left: 0; 
  }

  .sidebanner{
    width: 20%;
  }

  .page-wrap{
    width: 79.2%;
  }

}


















@media only screen 
and (max-width : 1120px) {

  .new-top-top-menu{
    padding: 0 15px;
  }

  .new-logo-wrap{
    padding-left: 0;
  }

  .box-50-on-tablet{
    width: 50%;
  }
  .hide-on-tablet{
    display: none;
  }
  .sidebanner{
    display: none;
  }
  .logo-wrap{
      padding: 2%;
  }
  .page-wrap{
    width: 100%;
  }

  .header-image.no-image{
    height: 135px;
  }
  .bottomBanner, .footer{
    width: 100%;
  }
  .sidebar{
    padding: 0 8px 8px 8px;
    margin: 10px 0;
  }
  .content-startsida{
    padding: 12px;
  }
  .flex-h2-big {
    font-size: 33px;
    line-height: 1.1;
  }
  .flex-h2-medium {
    font-size: 23px;
    line-height: 1.1;
  }
  .content iframe{
  min-width: 100%;
  }

  .page-wrap{
    z-index: 100;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;

    padding: 0 5px;
  }

  .pagex{
    position: relative;
  }

  .go-left{
    transform: translate(-400px);
    -webkit-transform: translate(-400px);
    -moz-transform: translate(-400);
  }
  

  .new-logo-text {
    font-size: 30px;
    margin-bottom: 7px;
    display: block;
  }


  .new-menu-wrap .current{
    background:none;
  }

  .search-wrap{
    width: 100%;
  }

   .new-menu-wrap .searchField{
    background-color: #FFF;
    border: 1px solid #E2E2E2;
    width: 100%;
  }

  .extra-menu{
      display: block;
    }

    .new-top-menu .search-wrap{
      display: block;
    } 

       .new-logo-link{
    margin: 10px 0 0 0;
  }

   .goback{
    width: 19%;
  }

  .alternativ-process{
    width: 80%;
  }

  body{
    min-width: 980px;
  }

  
}





















@media only screen 
and (max-width : 700px) {

    .page-super-wrap-wrap{
    background-color: #F0F1F8 !important;
    background-image: none !important;
  }


.new-top-menu-mobile{
  display: block;
}

.alternative:hover{
    background-color: transparent; 
}

.small-header-input{
    width: 100%;
}

/* New menu */
.new-top-menu-wrap-under.animate.header-down{
-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
border-color:#ffffff;
}

  /* Quick Dirty Fix */
.page-super-wrap-wrap{
  padding-top: 0;
}

.page-super-wrap .page-wrap{
  padding: 0;
}

.pagex{
  background-color: transparent;
  border: 0;
}

.padding.content-startsida{
  padding: 0;
}

.padding.content {
  width: 98%;
  float: left;
  background-color: #FFF;
  margin: 1%;
  padding: 8px 10px;
  border: 1px solid #E8E8E8;
}

.page-super-wrap .sidebar {
    width: 98%;
  float: left;
  background-color: #FFF;
  margin: 1%;
  padding: 8px 10px;
  border: 1px solid #E8E8E8;
}

.flex-line{
  display: none;
}

.flex-wrap {
  position: relative;
  background-color: #FFF;
  width: 97%;
  float: left;
  background-color: #FFF;
  margin: 2px 1.5%;
  padding: 8px 10px;
  border: 1px solid #E8E8E8;
}

.flex-related {
  position: relative;
  background-color: #FFF;
  width: 97%;
  float: left;
  background-color: #FFF;
  margin: 2px 1.5%;
  padding: 8px 10px;
  border: 1px solid #E8E8E8;
}

.forum-toplist-big{
  position: relative;
 
  width: 97%;
  float: left;
 
  margin: 2px 1.5%;

}

.puff-v-wrap,.puff-h-wrap{
  position: relative;
  background-color: #FFF;
  width: 97%;
  float: left;
  background-color: #FFF;
  margin: 2px 1.5%;
  padding: 8px 10px;
  border: 1px solid #E8E8E8;
}

.puff_v_ontop .puff-v-wrap{
    position: relative;
    background-color: transparent;
    width: 88%;
    float: left;
    margin: 5px 6% 0;
    padding: 0;
    border: 0px solid #E8E8E8;
}

.puff_v_ontop img{
  /*width: 100%;*/
}

.puff_v_ontop .fact-heading-wide{
  font-size: 1.063em;
  padding: 0 10px;
}

.puff_v_ontop .tagline{
  font-size: 0.875em;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
}

.puff_v_ontop h2.sidebar-flik{
 position: absolute;
    left: 0;
    top: 0;
    font-size: 0.625em;
    min-width: 0px;
    padding: 2px 8px;
    z-index: 100;
}

.puff_v_ontop .fact-line{
  display: none;
}

.puff_v_ontop .sponsrad-wrap{
  background-color: #fff;
}

.puff_v_ontop .fact{
  margin-top: 0;
}


.flex-section-heading {
  left: 6px;
  margin: 0;
  margin-top: 5px;
  top: 3px;
}

.show_latest_posts_holder {
   padding: 0px; 
   border: 0px solid #ECECEC; 
}

  body{
    min-width: 0;
  }

img.reviewed-label {
  max-width: 65px;
  height: auto;
  float: right;
  margin: 0 0 5px 5px;
  position: relative;
  top: -11px;
}

  .postingbox{
    padding: 5px 0px 5px 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    border: 1px solid #DFDFDF;
    border-left: 0;
    border-right: 0;
  }

  .postingbox-h2{  
  font-size: 1.063em;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
  }

  .most-read-wrap {
    border-left: 0px solid #E4E4E4;
    padding-left: 0px;
    float: left;
    width: 100%;
  }

  .most-read-list li a {
  padding: 5px;
  background-color: #FAFAFA;
  margin: 2px 2px 3px 0px;
  }

  .postingbox:before{
      border-width: 9px;
      margin-left: -9px;
  } 

  .postingbox:after{
      border-width: 8px;
      margin-left: -8px;
  }

  .postingbox-p{
    font-size: 0.938em;
  }

  .posting-publish {
    width: 100%;
    margin: 14px 0 5px;
  }

  .next-article-wrap{
    background-color: #fafafa;
    padding: 4px;
  }

  .puff-a{
    width: 100%;
  }

  .most-read-list{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
  }

  .social-wrap{
    width: 100%;
  }

  .article-footer-info{
    width: 100%;
  }

  .next-article-wrap{
    width: 100%;
    padding: 10px 6px;
    border-radius: 3px;
  }

  .posting-publish-link-wrap a {
    padding: 8px 8px;
    background-color: #FAFAFA;
    display: inline-block;
    border-radius: 3px;
  }

  .share{
    float: left;
  }
  
  .flex-wrap .selftest{
    padding: 0;
    border: 0;
  }

  

  .wp-caption{
    width: 100% !important;
  }

  .forum-toplist-big{
    position: static;
  }

    /* Forum toplist */
  .forum-toplist{
    margin-top: 10px;
    margin-bottom: 9px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E2E2E2;
  }

  .topic-title{
      margin-bottom: 4px;
  }

  .toplist-tab-link{
    position: relative;
    bottom: -1px;
    padding: 8px 10px;
    margin-right: 1px;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 0.750em;
  }

  .topic-toplist-replies{
    border-left: 0;
    padding: 4px 10px 4px 10px;
    font-size: 0.688em;
    margin-top: 0;
    color: #898989;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    background-color: #F9F9F9;
  }

  .topic-toplist-replies-box {
    float: left;
    display: inline-block;
    margin-right: 5px;
  }

  .topic-info{
    width: 100%;
  }

  .article img, .article .alignnone, .article .alignright, .article .alignleft{
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }

  .alignnone, .alignright, .alignleft, .article .alignright, .article .alignleft, .article .alignnone {
    float: none;
    display: block;
    margin: 15px 0;
  }

   .new-logo img{
   max-height: 35px;
  }


  .go-left{
    transform: translate(-90%);
    -webkit-transform: translate(-90%);
    -moz-transform: translate(-90%);
  }


  .new-slogan{
    font-size: 0.875em;
    position: relative;
    top: -5px;
    left: 4px;
    margin-left: 0;
    display: none;
  }

  .new-logo{
    display: block;
  }

.sidebanner{
  display: none;
}

.hide-on-mobile.hide-on-mobile{
  display: none;
}

.show-on-mobile{
  display: block;
}

.new-logo-text{
  display: block;
}

.new-top-menu li a{
  padding: 10px 13px;
  font-weight: 600;
}

.box-100-on-mobile{
  width: 100%;
}

.box-15-on-mobile{
  width: 15%;
}

.box-90-on-mobile{
  width: 90%;
}

.box-10-on-mobile{
  width: 10%;
}

.box-25-on-mobile{
  width: 25%;
}

.box-30-on-mobile{
  width: 30%;
}

.box-50-on-mobile{
  width: 50%;
}

.box-85-on-mobile{
  width: 85%;
}

.box-75-on-mobile{
  width: 75%;
}

.box-80-on-mobile{
  width: 80%;
}

.box-70-on-mobile{
  width: 70%;
}



.box-100-on-mobile.padding-left{
  padding-left: 0;
}
/*Flex*/
.flex-h2-big,.flex-h2-big-nounderline{
  font-size: 25px;
}

.flex-related-heading{
  font-size: 1.125em;
}

.flex-link-button{
  display: inline-block;
}

.bild_vanster .flex-text-wrap-small, .bild_vanster .flex-img-wrap-small,.bild_hoger .flex-text-wrap-small,.bild_hoger .flex-img-wrap-small{
padding-left: 0;
padding-right: 0;
clear: both;
}


/* Company */
.tabs li a{
  padding: 5px;
  font-size: 0.938em;
}

.company-adress{
  font-size: 0.938em;
}

.company-phonenumber{
  font-size: 0.938em;
}

.tab_content {
min-height: 0;
padding-bottom: 10px; 
}

#map-canvas {
  height: 200px;
}

.page-super-wrap{
  padding: 0;
}
.pagex{
  margin-top: 0;
}
.content{
  width: 100%;
  float: left;
  padding: 0;
}

.content img{
  width: auto;
}


.content-startsida{
  width: 100%;
  float: left;
  padding: 0;
}

.sidebar{
  width: 100%;
  padding: 2.2%;
}
.top-menu-wrap, .logo-super-wrap{
  width:100%;
  padding-left: 0;

}
.top-menu{
  position: block;
  width: 100%;

}
.top-menu li a{
  font-size: 0.875em;
  padding: 6px 6px;
}

.header-image.no-image{
  height: 135px;
}
.header-image.no-image.yes-a-menu{
  height: 105px;
}

.header-image{
  height: 130px;
}
h1{
  font-size: 29px;
  margin: 6px 0;
}
h2{
    font-size: 1.188em;
 
}
.lead{
  font-size: 1.1em;
    margin: 14px 0;
}

.lead p{
  font-size: 1.125em;
  margin: 14px 0;
}

.widget_text{
  display: none;
}
.fact-text{
  padding: 4% 2% 4% 3%;
}
.logo{
  font-size: 1.250em;
}
.slogan{
  font-size: 0.938em;
}
li.search-wrap{
  display: none;
}
.logo-wrap{
  width:70%;
  float: left;
}

.mobile-searchField {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  margin: 2%;
  padding: 18px 18px;
  float: right;
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.063em;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif; 
  margin-top: 10px;
  border: 1px solid #ddd;
  width: 56px;
  background: url("./images/search-glass.png") no-repeat scroll center center #FFFFFF;
  opacity: 0.8;
  display: inline-block;
  transition: width 0.4s;
  -webkit-transition: width 0.4s; /* Safari */
}

input.mobile-searchField:focus
{
  width: 96.5%;
  margin: 1.4%;
  background: url("./images/search-glass.png") no-repeat scroll right center #FFFFFF;
  opacity: 1.0;
  outline: none;
  margin-top: 10px;
}
.logo-wrap{
  padding: 3%;
}
.slogan{
  white-space:normal;
}
.header-image.no-image {
  height: 75px;
}
.padding{
  padding:2.2%;
}
.logo-super-wrap img{
  float:left;
  width: 72%;
}

.share-wrap{
  width: 100%;
}

.share-button-small{
  float:left;
  margin-left: 0;
  margin-right: 10px;
}


.byline-wrap{
  width: 100%;
  margin-bottom: 5px;
  display: none;
}

.tandlakare_iframe {
height: 800px;
}

.info-box-half{
  width: 100%;
}

.footer-box{
  width: 100%;
  padding: 10px;
}

.new-top-top-menu {
    padding: 0 7px;
}


}

@media print { 
.banner-300, .banner-250 , .banner-980, .sidebar, .sidebanner { display: none; }
.page-wrap, .content{width:100%;}
}

/*
-----------------------------------------------
Theme Pregnant
-----------------------------------------------
*/

/* Dark */
.themecolor, h1, h2, h3, h4, .slogan, h2.sidebar-heading, .widget h2, blockquote, blockquote p , .menu-arrow, .related-pages-arrow {
  color: #eb7da4;
}

.themecolor_background, .footer, .showhide-main-text a,.submit-bbpress, .dark{
    background-color: #eb7da4;
}

/* Light */
.factfact_goran, .widget_text, .related-pages-arrow, .related-pages-wrap li:hover, .viewAll a:hover, .light-background{
    background-color: #f9edf1;
}

.factfact_goran:hover, .light-background-hover:hover{
    background-color: #f9d8e4;
}