f.columns {
    max-width: 1220px;
}

/*
	Fix long words in main hero
*/
.wide_image_tall_with_text .content .intro .title {
    font-size: clamp(14px, 8vw, 70px) !important;
}

/* Hide phone on small devices */
@media (max-width: 767px) {
	.tele {
		display: none;
	}
	
	.image-logo img {
	    max-width: 80px !important;
	}
	.navbar-header {
		margin-bottom: 10px !important;
	}
}


/* START: PAGE MOD */
@media (min-width: 992px) {
	.container {
	    max-width: 1170px;
	}
}

i {
	padding-right: 5px;
}

dd div input,
dd {
	margin-bottom: 20px!important;
}

ul {
	padding-left: 0;
	list-style: none;
}

.side-menu-has-dropdown > a:hover {
	color: #000;
}

.flexslider-custom ul li img {
	width: 100%;
}

.wide-divider {
	border-bottom: 1px solid #000;
	margin-top: 80px;
	margin-bottom: 80px;
}

table tr:nth-of-type(even) {
    background: #f9f9f9;
}

.margin-bottom {
	margin-bottom: 40px;
}

.navbar-nav ul li.active a {
	color: #c6026b;
}

.sf_image_top {
	margin-bottom: 10px;
}

.form {
	padding-right: 25px;
}

.produktskiss .container .row .col-sm-12 span,
.produktskiss .container .row .col-sm-12 a {
	margin-bottom: 60px;
}

textarea,
select {
	background-color: transparent;
	border: 1px solid #dedede;
}

/* END: PAGE MOD */

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* ======================= START: FONT MODD  ==========================*/
h1,
h2,
h3,
h4,
p {
	color: rgb(71,69,71);
}

p {
	margin-bottom: 5px;
}

h2 {
    font-size: 24px;
    color: #474547;
    margin-bottom: 0;
}

h2 strong {
	font-weight: 500;
}

h3 {
	font-size: 18px;
	color: rgb(71,69,71);
	line-height: 1.3em;
	margin: 0 0 7px 0;
    padding: 0 0 0 0;
}

h4 {
	float: right;
	padding: 7px 11px;
	border-radius: 5px;
	background-color: #c6026b;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.snippet_area a {
	border: none;
	color: #c6026b;
}

.snippet_area a:hover {
	border: none;
	color: #c6026b;
}

.menu ul li a {
    font-size: 13px!important;
}

.side-menu-has-dropdown > a {
	font-weight: 400;
	font-size: 14px;
	cursor: default;
	color: rgb(71,69,71);
}

.side-menu-has-dropdown > ul > li > a {
	color: #c6026b;
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px;
}

.side-menu-has-dropdown > ul > li > ul > li > a {
	color: #c6026b;
	font-size: 14px;
	font-weight: 400;
	margin-left: 16px;
}

.side-menu-has-dropdown > ul > li > a.active {
	font-weight: 600;
}

.last-child li {
	padding-top: 14px;
}

/* =======================  END: FONT MODD   ==========================*/


/* ======================= START: CUSTOM NAVIGATION  ==========================*/

.navbar-default {
	border: none;
	background-color: #FFF;
	background-image: none;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 60px;
}

.navbar-header {
	width: 100%;
	margin-bottom: 20px;
}

#logo {
	width: 0;
	height: 0;
}

.menu ul li a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.image-logo img {
	max-width: 140px;
}

.border_bottom_small {
	border-bottom: 1px dotted #000;
}

@media screen and (min-width: 767px) {
	.navbar-nav {
	    float: none;
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
	}
	
	.navbar-nav li {
		display: inline;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
		text-transform: uppercase;
	}
	
	.navbar-collapse {
	    max-width: 1170px;
	    margin: 0 auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
	.inner .image-logo img {
		float: left;
	}
	
	.inner a h4 {
		margin-left: 20px;
	    margin-top: 50px;
	    float: left;
	}
}

@media screen and (max-width: 767px) {
	.navbar-header .row .col-sm-3 .inner,
	.navbar-header .row .col-sm-6 .inner {
		text-align: center;
	}
	
	h4 {
		float: none;
		width: 140px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: center;
	}
	
	.navbar-default {
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	.navbar-toggle {
		float: none;
		margin-top: 0;
	}
	
	.color-svea {
		background-color: #c6026b;
		margin-bottom: 10px;
	}
	
	.navbar-default > .container > .row > .col-sm-12 button {
		border: none;
	}
		
	.navbar-default > .container > .row > .col-sm-12 button span {
		background-color: #FFF;
	}
	
	.navbar-default .navbar-toggle:hover {
		background-color: #c6026b;		
	}
}


/* ======================= STOP: CUSTOM NAVIGATION  ===========================*/


/* ======================= START: BUTTONS  ===========================*/
.sf-btn,
.submitBtnArea input {
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1em;
	color: #FFF!important;
}

/* ======================= STOP: BUTTONS   ===========================*/
footer {
	clear: both;
}


/***********************************************
			START: START BLOCK
***********************************************/
dd input {
	border: 1px solid #dedede;	
	background-color: #FFF;
}


.submitBtnArea input {
	border-radius: 5px;
}

.column_left_flexslider {
	position: relative;
	margin-bottom: 30px;
}

.iof_wrapper {
	margin-left: 0;
}

.iof_overlay_text{
	position: absolute;
	bottom: 0;
	background: rgba(252, 252, 253, 0.8);
	z-index: 9999;
	width: 100%;
	height: auto;
	padding: 2% 4% 0;
	pointer-events: auto;
}

.iof_overlay_text p,
.iof_overlay_text h2,
.iof_overlay_text h1{
	color: rgb(71,69,71);
}

.iof_overlay_text h1 {
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.iof_overlay_text {
		position: static;
	}
	
	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		display: none;
	}
	
	.start_block .container .row .col-sm-7 {
		margin-bottom: 60px;
	}
}
/***********************************************
			END: START BLOCK
***********************************************/


/***********************************************
			START: TEXT BLOCK BRED
***********************************************/
.columns.text_block_bred {
	color: #FFF;
	max-width: 100%;
	background-color: #e08a8a;
	padding-top: 60px;
	padding-bottom: 80px;
}

.columns.text_block_bred h2 {
	color: #FFF;
}

.columns.text_block_bred:last-child {
	margin-bottom: 0;
}


/***********************************************
			START: TEXT BLOCK BRED
***********************************************/


/***********************************************
		START: TRE TEXT BILD BLOCK
***********************************************/
.tre_text_bild_block .container .row .col-sm-4 {
	text-align: center;
}

.tre_text_bild_block .container .row .col-sm-4 img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.tre_text_bild_block .container .row .col-sm-4 img:hover {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}


@media screen and (max-width: 600px){
	.tre_text_bild_block .container .row .col-sm-4 {
		margin-bottom: 30px;
	}
	
	.tre_text_bild_block .container .row .col-sm-4 img {
		margin-bottom: 3px;
	}
}



/***********************************************
		END: TRE TEXT BILD BLOCK
***********************************************/


/***********************************************
			START: HEADING DIVIDER
***********************************************/
.columns.heading_divider {
	margin-bottom: 40px;
}

.breakborder {
	height: 1px;
    border: 0;
    border-top: 1px solid #D8D7D7;
    margin: 3em 0 2.5em 0;
    padding: 0;
    text-align: center;
    clear: both;
}

.breakborder h1 {
	position: relative !important;
    padding: 0 10px 0 10px !important;
    background-color: #fff;
    display: inline-block;
    top: -30px;
    text-align: center;
    margin-left: 0;
}

.breakborder h2 {
	position: relative !important;
    padding: 0 10px 0 10px !important;
    background-color: #fff;
    display: inline-block;
    top: -23px;
    text-align: center;
    margin-left: 0;
}

/***********************************************
			END: HEADING DIVIDER
***********************************************/


/***********************************************
		START: IMAGE 30 TEXT 70 BLOCK
***********************************************/
.columns.image_30_text_70_block .container .row .col-md-3 img {
	
}

/***********************************************
		END: IMAGE 30 TEXT 70 BLOCK
***********************************************/


/***********************************************
		START: IMAGE 70 TEXT 30 BLOCK
***********************************************/
.columns.text_70_image_30_block .container .row .col-md-3 img {
	
}

/***********************************************
		END: IMAGE 70 TEXT 30 BLOCK
***********************************************/


/***********************************************
	START: MENU BILD TEXT FORM KNAPP BLOCK
***********************************************/
.menu_bild_text_form_knapp_block .container .row .col-sm-10 .row .col-sm-12 {
	text-align: center;	
}

.menu_bild_text_form_knapp_block .container .row .col-sm-10 .row .col-sm-12 .sf-btn {
	margin-top: 80px;
}

/***********************************************
	END: MENU BILD TEXT FORM KNAPP BLOCK
***********************************************/

/***************************************
		START CB BILD OMO
****************************************/
.omo {
	width:100%;;
	padding:0;
	margin:0;
	
}

.omo ul{
	position: relative;
}

.omo ul li img {
	width: 100%;
	height: auto;
}

.omo ul li{
	list-style: none;
}

.omo ul li:nth-child(1){
	position: relative;
}

.omo ul li:nth-child(2){
	width: 100%;
	position: absolute;	
	top: 0;
	opacity: 0;
	-webkit-transition:opacity .35s ease-in-out;
	transition:opacity .35s ease-in-out;
}

.omo ul li:nth-child(2):hover{
	opacity: 1;
}

@media screen and (max-width: 767px){
	.omo ul li {
		text-align: center;
	}
	
	.omo ul li img {
		width: 50%;
	}
}

@media screen and (max-width: 599px){
	.omo {
		width: 100%;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	.omo ul li {
		text-align: center;
	}
	
	.omo ul li img {
		width: 60%;
	}
}

/***************************************
		STOP CB BILD OMO
****************************************/



/***********************************************
	START: MENU BILDER TEXT TABELL BLOCK
***********************************************/

.div_pk_bilder{
	float:left;
	width:100%;
}

.div_pk_bilder img{
	max-width:100%;
	transition: .2s ease-in-out;
}

.div_pk_bilder img:hover {
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}

.div_pk_bilder ul{
	list-style: none;
}

.div_pk_bilder ul li{
  width:24%;
  float:left;
}

.div_pk_bilder ul li:nth-child(-n+3){
  margin-right:1.333%;
}

.pk_tabell{
	width: 100%;
}

.pk_tabell tbody tr td p {
	margin-bottom: 0;
}

.pk_tabell tbody tr td:first-child {
	width: 30%;
}


.pk_tabell tbody tr td:last-child {
	width: 70%;
}

@media screen and (min-width:600px) and (max-width:941px){
	.div_pk_bilder ul li:nth-child(1),
	.div_pk_bilder ul li:nth-child(2){
	  width:49%;
	  float:left;
	}
	
	.div_pk_bilder ul li:nth-child(1) {
		margin-right: 2%;
	}
	
	.div_pk_bilder ul li:nth-child(2){
		margin-right: 0;
	}
	
	.div_pk_bilder ul li:nth-child(3),
	.div_pk_bilder ul li:nth-child(4){
		display:none;
	}
}

@media screen and (max-width:600px){
	.div_pk_bilder ul li{
		width:100%;
	}
	
	.div_pk_bilder{
		width:100%;
		margin-bottom:30px;
	}
	
	.div_pk_bilder ul li:nth-child(2),
	.div_pk_bilder ul li:nth-child(3),
	.div_pk_bilder ul li:nth-child(4){
		display:none;
	}
}
/***********************************************
	END: MENU BILDER TEXT TABELL BLOCK
***********************************************/


/***********************************************
			START: PRODUKTSKISS
***********************************************/
.columns.produktskiss {
	margin-bottom: 60px;
}

.produktskiss .container .row .col-sm-12 {
	text-align: center;
}

@media screen and (max-width:767px){
	.produktskiss .container .row .col-sm-3 {
		text-align: center;
	}

	.produktskiss .container .row .col-sm-12 span {
		margin-bottom: 60px;
	}
}

/***********************************************
			END: PRODUKTSKISS
***********************************************/

/***********************************************
			START: UTSTÄLLNINGEN
***********************************************/
.utstallning > .container > .row > .col-sm-12 {
	margin-bottom: 40px;
}

@media screen and (max-width:767px){
	.utstallning .container .row .col-sm-6 a {
		text-align: left;
	}
}

@media screen and (max-width:600px){
	.utstallning .container .row .col-sm-6 a img {
		width: 100%;
	}
	
	.utstallning .container .row .col-sm-5 .flexslider-custom {
		margin-bottom: 20px;
	}
}

/***********************************************
			END: UTSTÄLLNINGEN
***********************************************/

.bild_text_block_produktsida .container .row img {
	margin-bottom: 30px;
}

.pr-image {
	margin-bottom: 20px;
}

.pr-text p a {
	border: none;
}

.pr-text p a:hover {
	color: rgb(69,66,69);
}

@media screen and (max-width:600px){
	.fem_ikoner_block .container .row .col-sm-2 {
		text-align: center;		
	}
}









