@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,300italic,400italic,600,600italic,700,700italic,800);

html, body {
    margin: 0px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 238px;
}

.cycle-slideshow {
    width: 100%;
    height:347px;
}
.cycle-slideshow img.imgWider {
    max-width: 100%;
    max-height: 100%;
}
.cycle-slideshow img.imgHeigher {
    max-height: 100%;
    max-width: 100%;
}
.cycle-slideshow img.imgSquare {
    max-height: 100%;
    max-width: 100%;
}


a {
    color: #2d86c3;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #d9d9d9 !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.anchor {
    color: #2d86c3;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
.anchor:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.anchor:focus,
.anchor:hover {
    color: #23527c;
    text-decoration: underline;
}

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.three-quarters-loader:not(:required) {
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 13px solid #38e;
  border-right-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 66px;
  height: 66px;
}

.delete-image{
    z-index:1;
    padding: 4px 2px 1px 4px!important;
    margin-left:-2px;
    margin-top:-2px;
    position:absolute;
    border-radius: 25% 0;
    border: 1px red solid;
    background: red;
    color: white;
    line-height:16px;
}


.delete-image > a{
    color:white;
    font-size:16px;
    line-height:16px;
}

.mar-bot20 {margin-bottom: 20px !important;}
.mar-top40 {margin-top: 40px !important;}

.testbanner {
    width: 320px;
    height: 320px;
    background-color: blue;
    color: #fff;
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.testbanner:before {
    content: "320x320";
}

.ad {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 17px 0;
    padding: 0;
    /*color: #fff;
    margin: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;*/
}
.ad:before {
    position: absolute;
    top: -17px;
    content: "annons";
    background: #eee;
    width: 320px;
    display: inline-block;
    text-align: left;
    padding: 0 5px;
    font-size: 12px;
    color: #aaa;
}

.scrollToTop {
    width: 60px; 
	height: 50px;
	padding: 10px; 
	text-align: center; 
	background-color: rgba(226,0,26,0.6);
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
    font-size: 16px;
    line-height: 35px;
    -webkit-transition: background-color 200ms ease-in-out 100ms;
    -moz-transition: background-color 200ms ease-in-out 100ms;
    -o-transition: background-color 200ms ease-in-out 100ms;
    transition: background-color 200ms ease-in-out 100ms;
}
.scrollToTop:hover,
.scrollToTop:focus {
    background-color: rgba(226,0,26,1);
    color: #fff;
	text-decoration: none;
}


#back-to-search {
    display: inline-block;
    text-align: center;
}

.pagination > li {
    display: inline-block;
}
.pagination > li > a {
    margin:3px;
    border-radius: 0px !important;
    padding: 6px 12px;
    -webkit-transition: background-color 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms;
}
.pagination > li > span {
    margin: 3px 0;
    padding: 10px;
    border: none;
    color: #555;
}
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e2001a;
    border-color: #e2001a;
}

.trunc a{
    border:0px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pagnext {
    width:100%;
}
.pagination > .pagnext > a {
    text-align:center;
    width:100%;
    display:block;
    background-color: #9c9e9f;
    border-color: #9c9e9f;
    color: #fff;
    margin: 3px 0;
    padding: 10px 0;
}
.pagination > .pagnext > a:focus,
.pagination > .pagnext > a:hover {
    background-color: #2d86c3;
    border-color: #2d86c3;
    color: #fff;
}

#ettor-section,
#social-div {
    display: none;
}

/** Helper classes **/
.relative { position: relative; }
.block { display: block; }
.inline-block { display: inline-block !important; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.block { display: block; }
.mar-top-15 { margin-top: 15px; }
.mar-top-40 { margin-top: 40px; }
.mar-bot-45 { margin-bottom: 45px; }

#wrapper {
    border: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

/** Header **/
#main-header {
    border-bottom: 3px solid #9c9e9f;    
    background-color: #e3e4e5;
}
#main-header #brand {
    padding: 11px 15px;
}
#main-header #brand img {
    height: 40px;
}

nav#main-nav {
    padding: 0;
}
nav#main-nav a {
    padding: 14px 0px;
    display: inline-block;
    text-align: center;
    color: #6f7072;
    max-height: 62px;
}
nav#main-nav a:hover,
nav#main-nav a:focus,
nav#main-nav a:active {
    text-decoration: none;   
}
nav#main-nav a .icon:before {
    font-size: 20px;
    line-height: 26px;
    display: block; 
    text-align: center;  
}
nav#main-nav a .text {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

nav#main-nav #lagg-in {
    background-color: #2d86c3;
    color: #fff;
    padding: 14px 0px;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
nav#main-nav #lagg-in:hover {
    background-color: #2e719f;
}
nav#main-nav #lagg-in:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}

nav#main-nav #login,
nav#main-nav #search {
    background-color: transparent;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
nav#main-nav #login:hover,
nav#main-nav #search:hover {
    background-color: #b4b5b6;
}
nav#main-nav #login:active,
nav#main-nav #search:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}

/** Search form **/
#search-wrapper {
    position: relative;
    padding: 0;
}

#search-section {
    display: none;
}

#search-form {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 10px 42px; 
    background-color: #ececed;
}

#search-fields {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border: 1px solid #9c9e9f;
    border-right: 0px;
    max-height: 92px;
}
#search-fields > div {
    display: inline-block;
    width: 50%;    
    overflow: hidden;
    background: url('../img/select_arrow.png') no-repeat right 7px center #fff;
    vertical-align: top;
}

#search-form input[type=text] {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #9c9e9f;
    background-color: #fff;
    outline: 0;
    font-size: 12px;
}
#search-form #cat-wrap {
    
}
#search-form #reg-wrap {
    border-left: 1px solid #9c9e9f;
}
#search-form select {
    width: 120%;
    height: 45px;
    padding: 0 9px;
    border: 0;
    outline: 0;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    -webkit-appearance: none;
    min-width: 220px;
    cursor: pointer;
}
#search-form option {
    font-size: 14px;
    font-weight: 400;
}

#search-types {
    position: absolute;
    top: 115px;
    left: 15px;
}
#search-types label {
    color: #707173;
    font-weight: 400;
    line-height: 19px;
}
#search-types .radio-inline {
    padding-left: 0px;
    margin-right: 15px;
}
#search-types .radio-inline input[type=radio]:not(old) {
    width: 75px;
    height: 17px;
    opacity: 0;
    cursor: pointer;
}
#search-types .radio-inline input[type=radio]:not(old) + label { 
    padding-left: 22px;
    background: url('../img/checkbox_small.png') no-repeat 0 0;    
}
#search-types .radio-inline input[type=radio]:not(old):checked + label {
    background-position: 0 -17px;   
}

#search-btn {
    display: table-cell;
    min-height: 92px;
    min-width: 60px;
    border: 0;
    outline: 0;
    background-color: #e2001a;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
#search-btn .fi-search:before {
    font-size: 40px;
    line-height: 1.42857143;
}
#search-btn:hover {
    background-color: #a90013;
}
#search-btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}

/** Category menu **/
#navbar-gray {
    display: none;
}

#navbar-gray .navbar-default {
    background-color: transparent;
    border: 0;
    min-height: 40px;
    margin: 0;
}
#navbar-gray  .navbar-default .navbar-nav>li>a {
    padding: 10px 20px 10px 0px;
    color: #ddd;
}
#navbar-gray  .navbar-default .navbar-nav>li>a:hover,
#navbar-gray  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

#navbar-gray  .navbar-default .navbar-nav>li>a>span {
    padding: 3px 0px 3px 20px;
    border-left: 1px solid #cfcfcf;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
#navbar-gray  .navbar-default .navbar-nav>li:first-child>a>span {
    border: 0;
}

/** Main area **/
#main {
    margin: 15px 0 0 0;
    padding-bottom: 15px;
}

/** View **/
#view-options {
    display: none;
}

#view-options #breadcrumb {
    font-size: 18px;
}

#view-options button[data-view=image] {
    display: none;
}

#view .item {
    padding: 11px 0;
    border-top: 1px solid #e2e2e2;
}
#view .item:first-child {
    border: 0;
}

#view .item-image {
    float: left;
    width: 41.66666667%;
    text-align: center;
}

#view .imgWider {
    width: 100%;
    height: auto;
}

#view .imgHeigher {
    width: auto;
    /*height: 100%;*/
    max-height: 150px;
}

#view .item-image .no-image {
     width:100%; 
     height: 115px; 
     background-color: #f7f7f7; 
     text-align: center; 
     padding: 37px 0;
     font-size: 45px;
     line-height: 45px;
     color: #ddd;
}
#view .item-image a:hover,
#view .item-image a:focus {
    text-decoration: none;   
}

#view .item-info {
    float: left;
    width: 58.33333333%;
    padding: 0 0 0 15px;
}

#view .item-info h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #1a171b;
}

#view .item-info .item-reg-kat {
    display: block;
}

#view .item-info .item-reg-kat a {
    pointer-events: none;
    cursor: default;
}

#view .item-info .item-date {
    display: block;
    color: #888;
}

#view .item-info .item-price {
    display: block;
    font-size: 16px; 
    font-weight: 400;
}

.add-to-wishlist {
    display: none;
    width: auto;
    color: #9c9e9f;
    border: 0;
    background-color: #f6f6f6;
    padding: 6px 12px;
    outline: 0;
    -webkit-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    -moz-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    -o-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
}
.add-to-wishlist:hover {
    background-color: #e2001a;
    color: #fff;
}
.add-to-wishlist .icon {
    margin-right: 7px;   
}

/** View Item **/
#view-item {
    position: relative;
    margin-top: 15px;
}
.cat-reg-link {
    float: right;
}

#view-item-img {
    
}
#view-item-noimg {
    
}
#view-item-multiimg {
    
}

#view-item-info {
    margin-top: 5px;
}

#view-item-info .user-info {
    float: left;
    color: #6f7072;
}

#view-item-info h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 10px -15px;
    padding-bottom: 40px;
}
#view-item-info h1 #objekt-pris {
    margin: 15px 0;
    font-size: 22px;
    color: #777;
}

#view-item-info h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

#view-item-meta {
    background-color: #f6f6f6;
    margin: 25px 0;
}

#view-item-meta > div > div {
    padding: 10px 0 10px 30px;
}

#view-item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}
#view-item .popover h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

#view-item .contact-info-box {
    background-color: #e2001a;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    outline: 0;
    width: 100%;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
#view-item .contact-info-box:hover {
    background-color: #a90013; 
}
#view-item .contact-info-box:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}

#view-item .edit-info-box {
    background-color: #fff;
    border: 2px solid #555;
    color: #555;
    padding: 13px 0px;
    margin-bottom: 10px;
    width: 48%;
    float: right; 
    outline: 0; 
    cursor: pointer;
    -webkit-transition: background-color 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms, color  100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms, color  100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms, color  100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms ease-in-out 100ms, border-color 100ms ease-in-out 100ms, color  100ms ease-in-out 100ms;
}
#view-item .edit-info-box:hover {
    background-color: #eee;
    border-color: #a90013;
    color: #a90013;
}
#view-item .edit-info-box:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#view-item .edit-info-box .contact-info-text {
    margin: 0;
    width: 100%;
    text-align: center;
}

#view-item .save-info-box {
    width: 100%;
    background-color: #b1b3b4;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
}
#view-item #share-info-box {
    background-color: #b1b3b4;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    width: 48%;
    float: left;
    border: 0;
    outline: 0;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
#view-item .save-info-box:hover,
#view-item #share-info-box:hover {
    background-color: #969696;
}
#view-item .save-info-box:active,
#view-item #share-info-box:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}

#view-item .contact-info-box .icon:before,
#view-item #share-info-box .icon:before,
#view-item .save-info-box .icon:before {
    font-size: 26px;
    float: left;
    line-height: 26px;
}

#view-item .contact-info-text {
    margin-left: 20px;
    font-size: 16px;
    float: left;
    line-height: 26px;
}

#item-share .icon:before {
    font-size: 24px;
    color: #6f7072;    
}

/** Objekt **/
#item-share a:hover,
#item-share a:focus {
    color: #333;
}

#item-slide-container {
    position: relative;
    background: #eee;
}

#item-slide-container a {
    position: absolute;
    z-index: 120;    
    color: #fff;
}
#item-slide-container a:hover,
#item-slide-container a:focus{
    text-decoration: none;
}
#item-slide-container a:hover {
    background-color: rgba(226,0,26,1);
}

#item-slide-prev {  
    background-color: rgba(0,0,0,0.8);
    width: 30px;
    height: 45px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 0;
    left: 0px;
    top: 42%;
    padding: 8px 2px;
    
}
#item-slide-next {
    background-color: rgba(0,0,0,0.8);
    width: 30px;
    height: 45px;
    font-size: 28px;
    line-height: 28px;
    border-radius: 0;
    right: 0px;
    top: 42%;
    padding: 8px 1px;
}

#item-slide-bottom {
    position: relative;
    background-color: #fff;
    z-index: 150;
}

#item-slide-bottom span {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    float: right;
    padding: 6px 12px;
}

#item-slide-all {
    position: relative !important;
    background-color: rgba(0,0,0,0.8);
    padding: 6px 12px;
    float: right;
    color: #fff;
}

#item-all-images {
    display: none;
    margin-top: 30px;
}

#img-cont {
    background-color: #f6f6f6;
    padding: 15px;
}

#img-cont h2 {
    margin: 0;
}

#item-all-images img {
    width: 100%;
    margin-top: 15px;
}

/** Page **/
#page-header {
    border-bottom: 1px solid #9c9e9f;
    padding: 0 15px;
    background-color: #f6f6f6;
}
#page-header #brand  {
    padding: 11px 15px;
}
#page-header #brand img {
    height: 40px;
    padding: 0;    
}

#page-login {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9c9e9f;
    color: #fff;
    padding: 12px 0 15px;
    max-height: 62px;
    width: 62px;    
    text-align: center;
    -webkit-transition: background-color 100ms ease-in-out 100ms;
    -moz-transition: background-color 100ms ease-in-out 100ms;
    -o-transition: background-color 100ms ease-in-out 100ms;
    transition: background-color 100ms ease-in-out 100ms;
}
#page-login:hover {
    background-color: #828384;
    text-decoration: none;
}
#page-login:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    -moz-transition:  inset 0 3px 5px rgba(0,0,0,.325);
    -o-transition: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}
#page-login .icon:before {
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    display: block;
    float: none;
}
#page-login .text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.42857143;
    display: block;
    float: none;
    text-transform: uppercase;
    text-align: center;
}


#page-header h1 {
    text-align: center;
    color: #6f7072;
    margin-top: 15px;
    margin-bottom: 0;
}
#page-header h1 .icon:before {
    font-size: 28px;
    line-height: 1.12857143;
    float: left;
    margin-right: 5px;    
}
#page-header h1 .text {
    font-size: 16px;
    line-height: 2.4;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}

/** Add **/
#add-form,
#update-form {
    padding: 0px;
}
label {
    color: #606061;
}
#uppgift-form hr,
#add-form hr,
#update-form hr {
    border-top-color: #58585a;
    margin-top: 40px;
    margin-bottom: 40px;
}

#add-form .form-group,
#update-form .form-group {
    margin-left: 0;
    margin-right: 0;   
}

.select {
    width: 100%;
    overflow: hidden;
    border: 1px solid #9c9e9f;
    background: url('../img/select_arrow.png') no-repeat right 20px center #fbfbfc;
}
.select select {
    width: 120%;
    height: 42px;
    padding: 0 16px;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.select:hover,
.select:focus {
    border: 1px solid #333;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #9c9e9f;
    border-radius: 0;
    background-color: #fbfbfc;
    padding: 16px;
    -webkit-appearance: none;
    outline: 0;
}
textarea {
    height: 200px;
}

input[disabled],
input[readonly] {
    background-color: #eee;
    color: #aaa;
    cursor: not-allowed;
}

.is-ok {
   background-color: #dff0d8 !important;
   border-color: #3c763d !important;
   font-weight: 700;
}

.not-ok {
   background-color: #f2dede !important;
   border-color: #a94442 !important;
   font-weight: 700; 
}

.errorMsg {
    color: #C03939;
}

#add-form .input-group,
#update-form .input-group {
    width: 100%;
}
#add-form .input-group-addon,
#update-form .input-group-addon {
    width: 52px;
    background-color: #f3f4f4;
    border-color: #9c9e9f;
    border-radius: 0;   
}

#add-form .radio-inline,
#update-form .radio-inline {
    display: block;
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
}
#add-form .radio-inline label,
#update-form .radio-inline label {
    font-weight: 400;
    line-height: 25px;
}
#add-form .radio-inline input[type=radio]:not(old),
#update-form .radio-inline input[type=radio]:not(old) {    
    height: 24px;
    opacity: 0;
    cursor: pointer;
}
#add-form .radio-inline input[type=radio]:not(old) + label,
#update-form .radio-inline input[type=radio]:not(old) + label {
    padding-left: 30px;
    background: url('../img/checkbox_large.png') no-repeat 0 0; 
}
#add-form .radio-inline input[type=radio]:not(old):checked + label,
#update-form .radio-inline input[type=radio]:not(old):checked + label {
    background-position: 0 -24px;  
}

/** Bild **/
#add-form .add-image,
#update-form .add-image {
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
    border: 1px solid #9c9e9f;
    text-align: center;
    margin-bottom: 15px;
}

#add-form .add-image img,
#update-form .add-image img{
    width:100%
}

#add-form .add-image > div,
#update-form .add-image > div {
    padding: 35px 0;
}

#add-form .add-image input[type=file],
#update-form .add-image input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    display: block;
}

#add-form .add-image .number,
#update-form .add-image .number {
    font-size: 36px;
    font-weight: 700;
    color: #9d9ea1;
    display: block;
}

#add-form .add-image .text,
#update-form .add-image .text {
    text-decoration: underline;
    color: #565959;
}

#add-form #tidningar,
#add-form #prenumerant,
#update-form #tidningar,
#update-form #prenumerant {
    /*background-color: #fcfcfc;*/
    background-color: #f1f1f1;
    border-top: 1px solid #9c9e9f;
    border-bottom: 1px solid #9c9e9f;
    border-left: 0;
    border-right: 0;
    outline: none;
    margin: 0 -13px 40px -15px;
    padding: 15px;
}
#add-form #prenumerant input[type=checkbox]:not(old) + label,
#update-form #prenumerant input[type=checkbox]:not(old) + label {
    color: #606061;
}
#uppgift-form h2,
#add-form h2,
#update-form h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: #6f7172;
    text-transform: uppercase;
}
#add-form #tidningar p,
#update-form #tidningar p {
    font-size: 16px;
    color: #6f7172;
}
#add-form #tidningar hr,
#update-form #tidningar hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

#add-form .tidning,
#update-form .tidning {
    margin-bottom: 15px;
}
#add-form .tidning-inner,
#update-form .tidning-inner {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding-top: 15px;
    border: 5px solid #fff;
    -webkit-transition: background-color 500ms linear, border-color 500ms linear;
    -moz-transition: background-color 500ms linear, border-color 500ms linear;
    -o-transition: background-color 500ms linear, border-color 500ms linear;
    -ms-transition: background-color 500ms linear, border-color 500ms linear;
    transition: background-color 500ms linear, border-color 500ms linear;
}
#add-form .tidning img,
#update-form .tidning img {  
    width: 60%;
    margin-bottom: 15px;
}
#add-form .tidning-inner .popover,
#update-form .tidning-inner .popover {
    left: 0 !important;
}
#add-form .tidning-inner .popover .arrow,
#update-form .tidning-inner .popover .arrow {
    left: 90% !important;
}

#add-form .active .tidning-inner,
#update-form .active .tidning-inner {
    background-color: #dff0d8;
    border-color: #dff0d8;
}

/** Checkboxes and radiobuttons **/
.checkbox-inline,
.checkbox,
.radio {
    padding-left: 0px;
}
.checkbox-inline label,
.checkbox label,
.radio label {
    font-weight: 400;
    line-height: 25px;
    color: #333;    
}

.tidning .checkbox-inline label,
.tidning .checkbox label,
.tidning .radio label {
    line-height: 22px;
    color: #fff;    
}
.tidning .checkbox-inline,
.tidning .checkbox,
.tidning .radio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88%;
    height: 40px;
    background-color: #bfbfbf;
    color: #fff;
    padding: 6px 12px;
    text-align: left;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.tidning.active .checkbox-inline,
.tidning.active .checkbox,
.tidning.active .radio {
    background-color: #669c77;
}
.tidning .checkbox-inline:hover,
.tidning .checkbox-inline:focus,
.tidning .checkbox:hover,
.tidning .checkbox:focus,
.tidning .radio:hover, 
.tidning .radio:focus {
    background-color: #C4C4C4;
}
.tidning.active .checkbox-inline:hover,
.tidning.active .checkbox-inline:focus,
.tidning.active .checkbox:hover,
.tidning.active .checkbox:focus,
.tidning.active .radio:hover,
.tidning.active .radio:focus {
    background-color: #6FAA82;
}

.natet .checkbox-inline,
.natet .checkbox,
.natet .radio {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
}
.natet .checkbox-inline:hover,
.natet .checkbox-inline:focus,
.natet .checkbox:hover,
.natet .checkbox:focus,
.natet .radio:hover, 
.natet .radio:focus {
    background-color: transparent;   
}
.natet .checkbox-inline label,
.natet .checkbox label,
.natet .radio label {
    color: #6f7172;    
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
input[type=checkbox]:not(old) + label {
    height: 24px;
    padding-left: 35px;
    background: url('../img/checkbox_large.png') no-repeat 0 0;
}
input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px;
}

input[type=radio]:not(old) + label {
    padding-left: 35px;
    background: url('../img/radio_large.png') no-repeat 0 0;
} 
input[type=radio]:not(old):checked + label {
    background-position: 0 -25px;
}

.checkbox-inline.large label {
    font-size: 16px;
    font-weight: 700;    
}
.large input[type=checkbox]:not(old) {
    width: 88%;
    margin: -6px -12px;
}
.large input[type=checkbox]:not(old) + label {
    padding-left: 35px;
    padding-top: 3px;
}
.pris-label {
    text-transform: uppercase;
}

.pris-div {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    min-height: 90px;
    margin-top: 15px;
}

.tidning-info {
    position: absolute;
    bottom: 0px;
    width: 22%;
    height: 40px;
    right: 0px;
    padding: 6px 0;
    font-size: 20px;
    color: #fff;
    background-color: #d8d8d8;
    border: 0;
    outline: 0;
    text-align: center;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.active .tidning-info {
    background-color: #A6CBB2;
}
.tidning-info:hover,
.tidning-info:focus {
    text-decoration: none;
    color: #fff;
    background-color: #DFDFDF;
    outline: 0;
}
.active .tidning-info:hover,
.active .tidning-info:focus {
    background-color: #BDDBC7;
}

.tidning .produkt-beskrivning {
    font-size: 12px;
    color: #333;
}
.tidning .produkt-beskrivning li {
    list-style-type: none;
}

.button {
    width: 100%;
    font-weight: 700;
    padding: 14px;
    border: 1px solid transparent;
    outline: 0;    
    text-transform: uppercase;
    white-space: nowrap;
}
.button:hover,
.button:focus,
.button:visited {
    text-decoration: none;
}
.button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.button-gray,
.button-grey {  
    color: #555;
    background-color: #f3f4f4;
    border-color: #9c9e9f;
}
.button-gray:hover,
.button-grey:hover {
    color: #555;
    background-color: #e2e2e2;
}
.button-gray:visited,
.button-grey:visited,
 .button-gray:focus,
.button-grey:focus {
    color: #555;
}

.button-green {
    color: #fff;
    background-color: #0c742b;
    border-color: transparent;
}
.button-green:hover {
    color: #fff;
    background-color: #095821;
}
.button-green:visited,
.button-green:focus {
    color: #fff;
}

.button-blue {
    color: #fff;
    background-color: #2d86c3;
    border-color: transparent;
}
.button-blue:hover {
    color: #fff;
    background-color: #2e719f;
}
.button-blue:visited,
.button-blue:focus {
    color: #fff;
}

#add-form #prenumerantDiv,
#update-form #prenumerantDiv {
    display: none;
}

#h3pris2 {
    text-align: right;    
    margin: 0 0 30px 0;
    border-top: 1px solid #c2c2c2;       
}
#ppris1,
#h3pris2 h3 {
    text-transform: uppercase;
    font-weight: 700;
}
#ppris1 {
    font-size: 20px !important;
}

.ditt-pris{
    margin-left: 7px;
    color: #1FB51F;
}

#add-summary {
    display: none;
}

/** Login **/
#loginDiv {
    border: 1px solid #9c9e9f;
    background-color: #fcfcfc;
    padding: 15px;
}
#loginDiv h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #6f7172;
    text-transform: uppercase;
}

#loginDiv input[type=text],
#loginDiv input[type=email],
#loginDiv input[type=password] {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
#loginDiv input[type=submit] {
    font-weight: 700;
    padding: 14px;
    text-transform: uppercase;
    outline: 0;
    background-color: #f3f4f4;
    border: 1px solid #9d9ea1;
    color: #6f7172;
    -webkit-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    -moz-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    -o-transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
    transition: background-color 200ms ease-in-out 100ms, color 200ms ease-in-out 100ms;
}
#loginDiv input[type=submit]:hover {
    background-color: #e2001a;
    border-color: transparent;
    color: #fff;
}

/** Footer **/
#main-footer {
    background-color: #f2f2f3;
    padding: 30px 0 0px;
    border-top: 1px solid #9c9e9f;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#main-footer img#footer-logo {
    max-width: 150px;
}
#main-footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #707173;
    margin-top: 0;
}
#main-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
#main-footer a {
    color: #707173;
}
#main-fotter a:hover {
    color: #707173;
}
#main-footer p {
    padding-top: 15px;
    margin-bottom: 20px;
}
#after-footer {
    background-color: #e3e4e5;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 3px solid #9c9e9f;
}

/** Tipsa **/
#tipsa-popover {
    display: none !important;
}
#tipsa-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#tipsa-ul a {
    display: inline-block;   
    padding: 5px;  
}
#tipsa-ul a:hover,
#tipsa-ul a:focus {
    text-decoration: none;
}
#tipsa-ul .fi {
    margin-right: 7px;
}
#item-contact-info .popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#item-contact-info .popover-title {
    background-color: #eee;
    border: 0;
}

#filtrering {
    margin-top: 15px;    
    padding: 15px 0 0;
    /*background-color: #fcfcfc;
    border: 1px solid #9c9e9f;*/
}

#filtrering h3 {
    margin-top: 0;
    font-weight: 700;
    color: #6f7072;
    text-transform: uppercase;
}

#filtrering .filter {
    padding: 10px;
    background-color: #f4f4f5;
}

#filtrering select {
    height: 42px;
}

/* Filter */
.filterarrow {
    display: none;
}

.filter .select select {
    width: 128%;
}

/* Kassa */
#kassa-produkter {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.kassa-produkt {
    padding: 15px 0;
}
.kassa-produkt:nth-child(odd) {
    background-color: #f3f4f4;
}
.produkt-titel {
    font-weight: 700;
    font-size: 16px;
    color: #6f7172;
    text-transform: uppercase;
}
.produkt-pris {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}
.kassa-rabatt .produkt-pris {
    color: #b51f1f;
}
.kassa-produkt p {
    font-size: 12px;
}
#kassa-betalkostnad {
    padding: 15px;
    display: none;
}

#uppgift-form #tidningar {
    border: 1px solid #9c9e9f;
    background-color: #fcfcfc;
    padding: 15px;
    margin-bottom: 15px;
}
#uppgift-form #tidningar h3 { 
    margin-top: 0;
}
#uppgift-form #tidningar .tidning {
    margin-bottom: 15px;
}

.parallax {
    position: relative;
    height: 250px;
    background-position: -1900px -400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.parallax .parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: rgba(0,0,0,.4);
}
.parallax h2 {
    margin-top: 90px;
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    /*text-shadow: 2px 2px 0px rgba(0,0,0,0.2);*/
}
#fabas-byggnad {
    background-image: url(../img/fabas-byggnad.jpg);
}

#kontakt-telefon {
    margin-top: 40px;
}
#kontakt-telefon .alert {
    /*margin-bottom: 40px;*/
}
#kontakt-telefon h3  {
    margin-top: 0;    
}
#kontakt-telefon .glyphicon {
    margin-right: 7px;
}

.accordion-heading {
    padding: 0;
}
.accordion-heading a {
    padding: 10px 15px;
    display: block;
}
.accordion-heading a:hover,
.accordion-heading a:focus {
    text-decoration: none;    
}
.accordion-heading a:hover {
    background-color: #417d9b;
    color: #fff;
}
#accordion .panel-info:hover,
#accordion .panel-info.active {
    border-color: #417d9b;
}
#accordion .panel-info:hover .accordion-heading,
#accordion .panel-info.active .accordion-heading {
    background-color: #417d9b;
    color: #fff;
}

.alert-grey,
.alert-gray {
    color: #707173;
    background-color: #f3f3f3;
    border-color: #eeeeee;   
}

ul.list-dash {
    list-style: none;
    padding-left: 0;
}
ul.list-dash ul {
    list-style: none;
    padding-left: 40px;
}
ul.list-dash li {
    padding-bottom: 10px;
}
ul.list-dash li:last-child {
    padding-bottom: 0px;
}
ul.list-dash li:before {
    content: "-";
    margin-right: 7px;
}
ul.normal-list li {
    padding-bottom: 10px;
}

#annons-lista-btns {
    float: left;
    margin: 15px;
}

#phone-hide {
    cursor: pointer;
    border-left: 0px;
}
#phone-hide > .glyphicon {
    font-size: 14px;
}

#payex-logo {
    margin-top: 25px
}

.bet-img {
    height: 15px;
    margin-top: 8px;
    display: block;
    margin-bottom: 25px;
    margin-left: 0px;
}

#login-menu1 {
    right: 0px;
    left: auto;
    max-width: 200px;    
}
#login-menu1 > li > a {
    text-align: left;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#login-menu2 {
    left: auto;
    right: 0px;
    margin-top: 1px;
}

.box {
    border: 1px solid #9c9e9f;
    background-color: #fcfcfc;
    padding: 15px;
    margin-bottom: 30px;
}
#stoppdagar .logo-wrap {
    text-align: center;
    margin-bottom: 15px;
}
#stoppdagar tr.nasta-nummer {
    background-color: #DFF0D8;
    color: #669C77;
    font-weight: bold;
}

#stoppdagar tr.tidigare-nummer {
    color: #bbb;
}

.req {
    color: #e2001a;
    font-weight: 700;
    font-size: 14px;
}

/* Prensida ettor */
.ettor-pren {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 40px auto 70px;
}
.ettor-pren img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;

    -webkit-transform-origin: center 600px;
    -moz-transform-origin: center 600px;
    -o-transform-origin: center 600px;
    -ms-transform-origin: center 600px;
    transform-origin: center 600px;

    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ettor-pren1 {
    z-index: 3;
    -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
}
.ettor-pren2 {
    z-index: 2;
}
.ettor-pren3 {
    z-index: 1;
}

/* 404 */
.four-o-four {
    text-align: center;
}
.four-o-four h1 {
    margin-top: 100px;
    font-size: 72px;
    color: #e2001a;
}

@media (max-width: 414px) {    
    nav#main-nav #lagg-in {
        padding-top: 4px;
    }
    
    #page-header h1 {
        margin-top: 7px;   
    }    
    #page-header h1 .icon:before {        
        display: block;
        float: none;
        font-size: 20px;
        line-height: 1.42857143;
    }    
    #page-header h1 .text {
        display: block;
        float: none; 
        font-size: 10px;  
        line-height: 1.42857143;
    }
    
    #add-form .tidning img,
    #update-form .tidning img {  
        width: 90%;
    }
}

@media (min-width: 768px) {
    .cycle-slideshow {
        height:492px;
    }    
    
    #phone-hide > .glyphicon {
        font-size: 20px;
    }
    
    .bet-img {
        height: 15px;
        margin-top: -4px;
        display: inline;
        margin-bottom: 0px;
        margin-left: 20px;
    }
    
    .testbanner {
        width: 728px;
        height: 90px;
        background-color: blue;
        color: #fff;
        margin: 20px auto 20px auto;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }
    .testbanner:before {
        content: "728x90";
    }
    
    .container {
        width: 758px;
    }
    
    /** Header **/    
    #main-header #brand img {
        height: auto;
        max-width: 100%;
        margin-bottom: 0px;
    }
    
    #navbar-gray {
        height: 30px;
        background-color: rgba(0,0,0,.6);
    }
    
    nav#main-nav {
        display: block;
        position: absolute;
        top: 88px;
        right: 0;
        width: auto;
        z-index: 1;   
    }
    nav#main-nav a {
        padding: 0px 15px;
        display: inline-block;
        width: auto;
        text-align: center;
        color: #ddd;
    }
    nav#main-nav a:hover,
    nav#main-nav a:focus {
        color: #fff;
    }
    
    nav#main-nav #search {
        display: none;
    }
    nav#main-nav a .icon:before {
        font-size: 22px;
        display: inline;
        text-align: left; 
        float: left;
        margin-right: 5px;
        line-height: 30px;
    }
    nav#main-nav a .text {
        display: inline;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        float: left;
        line-height: 30px;
    }
        
    nav#main-nav #lagg-in {
        padding: 0px 15px;
        width: 165px;
    }
    
    nav#main-nav #login {
        width: 120px;
        color: #ddd;
        -webkit-transition: background-color 100ms ease-in-out 100ms, color 100ms ease-in-out 100ms;
        -moz-transition: background-color 100ms ease-in-out 100ms, color 100ms ease-in-out 100ms;
        -o-transition: background-color 100ms ease-in-out 100ms, color 100ms ease-in-out 100ms;
        transition: background-color 100ms ease-in-out 100ms, color 100ms ease-in-out 100ms;
    }
    nav#main-nav #login:hover {
        background-color: #515151;
        color: #fff;
    }
    
    /** Search form **/
    #search-section {
        position: absolute;
        top: -98px;
        right: -1px;
        display: block !important;
        width: 75%;
    }
    
    #search-form {
        padding: 0px; 
        margin: 0 15px;
        width: auto;
        background-color: transparent;
        border: 1px solid #9c9e9f;
    }
    
    #search-fields {
        display: inline-block;
        border: 0;
        width: auto;
        max-height: 43px;
    }
    
    #search-fields > div {
        display: inline-block;
        width: 140px;    
        border: 0;
        border-left: 1px solid #9c9e9f;
        background-color: #fff;
    }
    
    #search-form input[type=text] {
        display: inline-block;
        float: left;
        width: 213px;
        height: 43px;
        border: 0;
        font-size: 14px;
    }
    
    #search-form select {
        width: 130px;
        height: 43px;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 700;
        background-color: transparent;
        -webkit-appearance: none;
    }
    
    #search-types {
        top: 72px;
    }
    #search-types label {
        color: #ddd;
        line-height: 19px;
    }
    #search-types label:hover,
    #search-types label:focus {
        color: #fff;
    }
    #search-types .radio-inline {
        padding-left: 0px;
        margin-right: 15px;
    }
    #search-types .radio-inline input[type=radio]:not(old) {
        width: 75px;
        height: 17px;
        opacity: 0;
        cursor: pointer;
    }
    #search-types .checkbox-inline input[type=radio]:not(old) + label { 
        padding-left: 22px; 
    }
    #search-types .checkbox-inline input[type=radio]:not(old):checked + label {
        background-position: 0 -17px;   
    }
    
    #search-btn {
        display: inline-block;
        float: right;
        min-height: 43px;
        min-width: 43px;
        width: 43px;
        padding: 0;
    }
    #search-btn .fi-search:before {
        font-size: 28px;
    }
    
    /** Category menu **/
    #navbar-gray {
        display: block;
    }
    
    /** View **/
    #view-options {
        display: block;
    }
    
    #view-options .button-group {
        padding: 18px 0;
    }
    
    #view-options .button-group button {
        background: #fff;
        border: 1px solid #6f7072;
        outline: 0;
        width: 44px;
        height: 44px;
        color: #6f7072;
        border-left: 0;
        margin-right: -4px;        
    }
    #view-options .button-group button:first-child {
        border: 1px solid #6f7072;
    }
    #view-options .button-group button.active {
        background-color: #d9dadb;
    }
    #view-options .button-group button span:before {
        font-size: 18px;
        line-height: 1.42857143;
    }
    
    #sort-wrap {
        display: inline-block;
        float: left;
        width: 212px;
        margin:  0;
        border: 1px solid #6f7072;
        background: url('../img/select_arrow.png') no-repeat right 7px center #fff;
        overflow:hidden;
    }

    #sort {
        width: 242px;
        height: 42px;
        padding: 0 5px;
        background-color: transparent;
        border: 0;
        outline: 0;
        -webkit-appearance: none;
        cursor: pointer;
    }
    
    .add-to-wishlist {
        display: block;
    }
    
    #view.view-list {
        margin-top: 0px;
    }
    
    #view.view-list .item {
        padding: 15px 0;
    }
    
    #view.view-list .item-image {
        width: 25%;
        max-height: 130px;
        overflow: hidden;
    }
    
    #view.view-list .item-image .no-image {
        height: 125px;
        padding: 43px 0;   
    }
    
    #view.view-list .item-info {
        position: relative;
        width: 75%;
    }
    
    #view.view-list .item-info h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 14px 0 10px;
        max-width: 360px;
    }
    
    #view.view-list .item-info .item-reg-kat {
        position: absolute;
        top: 42px;
        right: 0;
    }
    
    #view .item-info .item-reg-kat a {
        pointer-events: auto;
        cursor: pointer;
    }
    
    #view.view-list .item-info .item-date {
        position: absolute;
        top: 21px;
        right: 0;
    }
    
    #view.view-list .item-info .item-price {
        font-size: 20px;   
    }
        
    #view.view-list .item-info .add-to-wishlist {
        width: auto;
        position: absolute;
        left: 15px;
        top: 90px;
    }
    
    #view.view-gallery {
        margin: 10px -10px;
    }
    
    #view.view-gallery .item {
        float: left;
        width: 33.33333333%;
        padding: 10px;
        border: 0;
    }
    
    #view.view-gallery .item-inner {
        height: 310px;
        background: #fff;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.3);
    }
    #view.view-gallery .item-inner:hover {
        -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);
    }
    
    #view.view-gallery .item-image {
        float: none;
        width: 100%;
        height: 150px;
        overflow: hidden;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    #view.view-gallery .item-image .no-image {
        height: 150px; 
        padding: 55px;  
    }
    
    #view.view-gallery .item-info {
        float: none;
        width: 100%;
        padding: 5px;
    }
    
    #view.view-gallery .item-info h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px;
        height: 34px;
        overflow: hidden;
    }
        
    #view.view-gallery .item-info .item-price {
        display: block;
        font-size: 18px;
    }
    
    #view.view-gallery .item-info .no-price {
        height: 25px;
    }
    
    #view.view-gallery .item-info .add-to-wishlist {
        display: block;
        width: 100%;
    }    
    
    #view-mode-buttons {
        display: inline-block;
        float: right;
        padding: 0 !important;
        margin-right: 4px;
        margin-left: 15px;
    }
    
    /** Page **/
    #page-header #brand img {
        height: auto;
        width: 100%;
    }
    
    #page-login {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #9c9e9f;
        color: #fff;
        padding: 12px 0 15px;
        max-height: 62px;
        width: 62px;    
    }
    #page-login .icon:before {
        font-size: 16px;
        line-height: 1.42857143;
        text-align: center;
        display: block;
        float: none;
    }
    #page-login .text {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.42857143;
        display: block;
        float: none;
        text-transform: uppercase;
        text-align: center;
    }
    #page-login:hover,
    #page-login:focus {
        text-decoration: none;   
    }
    
    /** Page **/
    #page-header #brand img {
        height: 60px;
        width: auto;  
    }
    
    #page-login {
        padding: 12px 0 24px;
        max-height: 82px;
        width: 92px;    
    }
    #page-login .icon:before {
        font-size: 24px;
    }
    #page-login .text {
        font-size: 14px;
    }
    
    #page-header h1 {
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 70px;
    }
    #page-header h1 .icon:before {
        font-size: 36px;
        margin-right: 10px;    
    }
    #page-header h1 .text {
        font-size: 26px;
        line-height: 1.9;
    }
    
    /** Add **/
    #uppgift-form h2,
    #add-form h2,
    #update-form h2 {
        font-size: 30px;
    }
    
    #add-form #tidningar,
    #add-form #prenumerant,
    #update-form #tidningar,
    #update-form #prenumerant {
        border: 1px solid #9c9e9f;   
    }
    
    input[type=text],
    input[type=email],
    input[type=password] {
        height: 54px;
        padding: 0 20px;
    }    
    textarea {
        height: 200px;
        padding: 20px;
    }
    
    .select {
        overflow: hidden;
        background: url('../img/select_arrow.png') no-repeat right 20px center #fbfbfc;    
    }
    .select select {
        width: 120%;
        height: 52px;
        padding: 0 16px;
        background-color: transparent;
        border: 0;
        outline: 0;
        -webkit-appearance: none;
        cursor: pointer;
    }
        
    #add-form .radio-inline,
    #update-form .radio-inline {
        display: inline-block;   
    }
    
    /*Pager*/
    .pagination > li {
        display: inline;
    }
    .pagination > li > a {
        padding: 10px 16px;
    }
    .pagination > .pagnext > a {
        text-align:center;
        width:auto;
        display:inline;
        margin: 3px;
        padding: 10px 16px;
    }
    
    /* Filter */
    .filterarrow {
        display: block;
        position: absolute;
        top: 47px;
        left: 47.5%;
        font-size: 20px;
        color: #d9dadb;
    }
    
    #ppris1 {
        text-align: right;
    }
    
    .parallax {
        height: 400px;
        background-position: -330px 35px;
        background-size: 160%;
    }
    .parallax .parallax-inner {
        height: 400px;
    }
    .parallax h2 {
        margin-top: 80px;
        font-size: 48px;
        line-height: 80px;
    }
    
    #login-menu1 {
        margin-top: 0px;
        right: 15px;
    }
    #login-menu1 > li {
        
    }
    #login-menu1 > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        text-align: left;
    }
    #login-menu1 > li > a:focus,
    #login-menu1 > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    /* Prensida ettor */
    .ettor-pren {
        margin-left: 65px;
    }
    .ettor-pren img {
        left: 65px;

        -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
    }
    .ettor-pren1 {
        -ms-transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    .ettor-pren3 {
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
}

@media (min-width: 992px) {
    .cycle-slideshow {
        height:426px;
    }
    
    .modal-xlg {
        width: 900px;
    }
    
    .testbanner {
        width: 980px;
        height: 120px;
        background-color: blue;
        color: #fff;
        margin: 20px auto 20px auto;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }
    .testbanner:before {
        content: "980x120";
    }
 
    .container {
        width: 1010px;
    }
        
    /** Header **/
    #main-header #brand img {
    height: auto;
    max-width: 100%;
    margin-bottom: 4px;
    }
    
    nav#main-nav {
        top: 114px;
        right: 15px;  
    }
    
    /** Search form **/
    #search-section {
        top: -120px;
    }
    
    #search-fields {
        max-height: 60px;
    }
    
    #search-form input[type=text] {
        width: 385px;
        height: 60px;
    }
    
    #search-form select {
        height: 60px;   
    }
    
    #search-types {
        top: 95px;
    }
    
    #search-btn {
        min-height: 60px;
        min-width: 60px;
        width: 60px;
    }
    #search-btn .fi-search:before {
        font-size: 32px;
    }
    
    /** View **/                    
    #view.view-list .item-image {
        width: 16.66666667%;
        max-height: 110px; 
    }
    
    #view.view-list .item-image .no-image {
        padding: 35px;
    }
    
    #view.view-list .item-info {
        width: 83.33333333%;
    }
    
    #view.view-list .item-info h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 14px 0 10px;
        max-width: 450px;
    }
    
    #view.view-list .item-info .item-reg-kat {
        top: 21px;
        right: 0;
    }
    
    #view.view-list .item-info .item-date {
        top: 21px;
        right: 250px;
    }
        
    #view.view-list .item-info .add-to-wishlist {
        left: 15px;
        top: 75px;
    }
    
    #view.view-gallery .item {
        width: 25%;
    }
    
    #view-item-left {
        width: 660px;
    }
    
    #view-item-right {
        width: 350px;        
    }
    
    /** Page **/    
    #page-header h1 {
        margin-top: 16px;
        margin-left: 180px;
    }
    #page-header h1 .icon:before {
        font-size: 40px;   
    }
    #page-header h1 .text {
        font-size: 30px;
        line-height: 1.8;
    }
    
    /** Add form & Update form **/    
    #add-form #tidningar,
    #add-form #prenumerant,
    #update-form #tidningar,
    #update-form #prenumerant {
        margin: 0 0 40px 0;
        border-left: 1px solid #9c9e9f;
        border-right: 1px solid #9c9e9f;
    }
    
    .parallax {
        background-position: -170px -20px;
        background-size: 140%;
    }
    .parallax h2 {
        margin-top: 120px;
        font-size: 48px;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .cycle-slideshow {
        height:534px;
    }
    
    .modal-xlg {
        width: 1172px;
    }
    
    .testbanner {
        width: 980px;
        height: 120px;
        background-color: blue;
        color: #fff;
        margin: 0px auto 20px auto;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }
    .testbanner:before {
        content: "980x120";
    }
    
    .container {
        width: 1170px;
    }
    
    #wrapper {
        z-index: 0;
    }
        
    #ettor-section {
        position: relative;
        display: block;
        background-color: #f2f2f3;
        color: #9c9e9f;
        height: 80px;
        z-index: -1;
    }
    #ettor-section #ettor-bild {
        position: relative;
        margin-left: 210px;
        margin-top: 15px;
    }
        
    #ettor-section img {
        position: absolute;
    }
    
    #ettor-section .etta {
        z-index: 1;        
        opacity: 0.75;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.3);
        -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s, opacity 0.5s;
        transition: width 0.5s, height 0.5s, transform 0.5s, opacity 0.5s;
        width: 90px;
    }
    #ettor-section .etta:hover {
        width: 120px;
        top: 5px;
        z-index: 3;
        opacity: 1;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,1);
        box-shadow: 0px 0px 15px 1px rgba(0,0,0,1);
    }
    
    #ettor-section .etta-bg {
        z-index: 1;
        opacity: 1;
        width: 90px;
        height: 120px;
    }
    
    #ettor-section .etta-1 {
        margin-left: 0px;
        top: 13px;
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    #ettor-section .etta-2 {
        margin-left: 80px;
        top: 6px;
    }
    #ettor-section .etta-3 {
        margin-left: 162px;
        top: 14px;
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    #ettor-section .etta-4 {
        margin-left: 215px;
        top: 15px;
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    #ettor-section .etta-5 {
        margin-left: 292px;
        top: 11px;
        -ms-transform: rotate(-6deg);
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    #ettor-section .etta-6 {
        margin-left: 360px;
        top: 8px;
        -ms-transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    #ettor-section .etta-7 {
        margin-left: 425px;
        top: 15px;
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    #ettor-section .etta-8 {
        margin-left: 503px;
        top: 6px;
    }
    #ettor-section .etta-9 {
        margin-left: 580px;
        top: 12px;
        -ms-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
    }
    #ettor-section .etta-10 {
        margin-left: 650px;
        top: 12px;
        -ms-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
    }
    
    /** Social icons **/
    #social-div {
        display: block;
        position: absolute;        
        top: 30px;
        right: 29px;
    }   
    #social-div .social {
        float:left;
        padding: 17px;
        margin-left: 10px;
        background-image: url('../img/social_sprite.png');
        background-color: #b1b3b4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background-color 0.3s, background-position 0.3s;
        -moz-transition: background-color 0.3s, background-position 0.3s;
        transition: background-color 0.3s, background-position 0.3s;
    }
    #social-div .social:hover,
    #social-div .social:focus {
        text-decoration: none;
    }
    
    #social-div .social-twitter {
        background-position: 0px 0px;
    }
    #social-div .social-twitter:hover,
    #social-div .social-twitter:focus {
        background-position: 0px -34px;
        background-color: rgba(0, 172, 237, 1);
    }
    
    #social-div .social-instagram {
        background-position: -34px 0px;
    }
    #social-div .social-instagram:hover,
    #social-div .social-instagram:focus {
        background-position: -34px -34px;
        background-color: rgba(81, 127, 164, 1);
    }
    
    #social-div .social-facebook {
        background-position: -68px 0px;
    }
    #social-div .social-facebook:hover,
    #social-div .social-facebook:focus {
        background-position: -68px -34px;
        background-color: rgba(59, 89, 152, 1);
    }
            
    /** Header **/
    #main-header {
        z-index: 1;
        border-top: 1px solid #9c9e9f;
        height: 143px;
    }
    #main-header #brand {
        position: absolute;
        top: -95px;
    }
    
    #main-header #brand img {
        height: 65px;
        width: auto;
        min-width: 163px;
        margin: 11px 0;
    }
    
    #navbar-gray {
        height: 40px;
    }
    
    nav#main-nav {
        top: 109px;   
        right: 15px;
    }
    
    nav#main-nav a:hover,
    nav#main-nav a:focus {
        color: #6f7072;
    }
    
    #search-types label { 
        color: #707173;
    }
    
    nav#main-nav #lagg-in {
        position: absolute;
        top: -109px;
        right: 0;
        padding: 35px 0 35px;
        max-height: 139px;        
        width: 150px;
    }
    nav#main-nav #lagg-in .fi-add:before {
        font-size: 35px;
        line-height: 1.42857143;
        text-align: center;
        display: block;
        float: none;
    }
    nav#main-nav #lagg-in .text {
        font-size: 14px;
        line-height: 1.42857143;
        display: block;
        float: none;
    }
    
    nav#main-nav #login {
        position: absolute;
        top: 33px;
        right: 0;
        background-color: #b1b3b4;
        color: #fff;
        width: 150px;
        height: 40px;
        padding: 0 21px;
    }
    nav#main-nav #login:hover {
        background-color: #9a9a9a;
    }
    
    nav#main-nav #login .fi-user:before {
        font-size: 25px;
        line-height: 40px;
        margin-right: 10px;
    }
    nav#main-nav #login .text {
        font-size: 14px;
        line-height: 40px;
    }

    /** Search form **/
    #search-section {
        width: 100%;
        top: -150px;
        left: 0;
    }
    
    #search-fields {
        max-height: 55px;
    }
    
    #search-fields > div {
        width: 160px;
        background-position: right 12px center;   
    }
    
    #search-form input[type=text] {
        width: 530px;
        height: 55px;
    }
    
    #search-form select {
        height: 55px; 
        padding: 0 12px;  
    }
    
    #search-form #reg-wrap,
    #search-form #cat-wrap {
        width: 188px;
    }
        
    #search-types {
        position: absolute;
        top: 70px;
        left: 15px;
    }
    #search-types label {
        line-height: 25px;
    }
    #search-types .radio-inline {
        padding-left: 0px;
        margin-right: 15px;
    }
    #search-types .radio-inline input[type=radio]:not(old) {
        width: 90px;
        height: 24px;
        opacity: 0;
        cursor: pointer;
    }
    #search-types .radio-inline input[type=radio]:not(old) + label { 
        padding-left: 30px;
        background: url('../img/checkbox_large.png') no-repeat 0 0;    
    }
    #search-types .radio-inline input[type=radio]:not(old):checked + label {
        background-position: 0 -24px;   
    }
    
    #search-btn {
        min-height: 55px;
        min-width: 55px;
        width: 55px;
    }
    
    /** Main area **/
    #main {
        margin: 30px 0;
    }
    
    /** View **/ 
    #view.view-list .item-info .add-to-wishlist {
        top: 95px;   
    }
        
    #view.view-list .item-image {
        max-height: 135px;   
    }
    
    #view.view-list .item-image .no-image {
        padding: 40px;    
    }
    
    #view-options button[data-view=image] {
        display: inline-block;
    }
    
    #view .item {
    min-height: 166px;
    }
                   
    #view.view-list .item-info h2 {
        font-size: 25px;
        font-weight: 600;
        max-width: 550px;
    }
    
    #view.view-gallery .item-inner {
        height: 350px;
    }
    
    #view.view-gallery .item-image {
        height: 175px;
    }
    
    #view.view-gallery .item-image .no-image {
        height: 175px; 
        padding: 67px;  
    }
            
    #view.view-gallery .item-info h2 {
        font-size: 22px;
        height: 48px;
    }
    
    #view.view-gallery .item-info .add-to-wishlist {
        width: auto;
    }
    
    /** Page **/
    #page-header #brand  {
        padding: 26px 30px;
    }
    #page-header #brand img {
        height: 60px;   
    }
    
    #page-login {
        padding: 25px 0 25px;
        max-height: 113px;
        width: 133px;    
    }
    #page-login .icon:before {
        font-size: 28px;
    }
    #page-login .text {
        font-size: 16px;
    }
    
    #page-header h1 {
        margin-top: 26px;
        margin-left: 200px; 
    }
    #page-header h1 .icon:before {
        font-size: 46px;
        line-height: 1.12857143;
        margin-right: 12px;    
    }
    #page-header h1 .text {
        font-size: 36px;
        line-height: 1.8;
    }
        
    #view-item-info h1 #objekt-pris {
        text-align: right;
        margin: 0;
        font-size: 28px;
        color: inherit;
    }
    
    /** Add **/    
    #add-summary {
        display: inline-block;
        width: 285px;
        left: 50%;
        margin-left: 300px;
        padding-left: 15px;
    }
    
    #add-summary .panel {
        border-radius: 0;
        border-color: #9c9e9f;
    }
    #add-summary .panel-heading {
        border-color: #9c9e9f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #6f7172;
    }
    #add-summary .panel-footer {
        border-color: #9c9e9f;
    }
    
    /** Sort **/
    #sort-wrap {
        background-position: right 12px center;
    }
    #sort {
        padding: 0 12px;
    }
    
    #view-item-left {
        width: 820px;
    }
    #item-all-images-col {
        width: 820px;
    }    
    
    #view-item-right {
        width: 350px;        
    }
    
    .parallax {
        background-position: -170px -80px;
        background-size: 134%;
    }
    .parallax h2 {
        font-size: 48px;
        line-height: 80px;
    }
    
    #login-menu1 {
        margin-top: 0px;
        right: 0px;
        top: 73px;
    }
    #login-menu1 > li > a:focus,
    #login-menu1 > li > a:hover {
        color: #262626;
    }
}

#fbn_panorama {
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.fbn_panorama_header {
    background: #eee;
    color: #afafaf;
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
    padding: 2px;
}

.annonsera_gratis_banner {
    margin-top: 10px;
}
.annonsera_gratis_banner a div {
    height: 100px;
    background-image: url('../img/HUSBIL_HUSVAGN_980x200-v2.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 768px) {
    .annonsera_gratis_banner a div {
        background-image: url('../img/HUSBIL_HUSVAGN_980x200-v2.gif');
        height: 150px;
    }

    #fbn_panorama {
     display: none;
    }
}

@media (min-width: 992px) {
    .annonsera_gratis_banner a div {
        height: 200px;
        background-image: url('../img/HUSBIL_HUSVAGN_980x200-v2.gif');
    }

    #fbn_panorama {
     display: block;
    }
    .fbn_panorama_header {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .annonsera_gratis_banner a div {
        height: 200px;
    }
}

.swish-main {
    text-align: center;
    margin-top: 50px;
}
.swish-body {
    margin-top: 40px;
}
.swish-done {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}
.swish-loading {
    position: absolute;
    left: 0;
    right: 0;
}
#swish-img-container {
    position: relative;
    margin: 55px auto 50px auto;
    width: 200px;
    height: 200px;

}