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

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?v0txp6');
	src:url('../fonts/icomoon.eot?#iefixv0txp6') format('embedded-opentype'),
			url('../fonts/icomoon.woff?v0txp6') format('woff'),
			url('../fonts/icomoon.ttf?v0txp6') format('truetype'),
			url('../fonts/icomoon.svg?v0txp6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
	content: "\e601";
}

.icon-menu:before {
	content: "\e602";
}


#menu_toggle {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}
h1 {
  font-size: 20px;
  line-height: 26px;
} 
body {
	font-size: 16px;
}
/*#cms_slideshow_0 {
  display: none;
}*/
#cms_slideshow_0 {
   width: 100% !important;
}
#cms_slide_0_img_0 {
   width: 100% !important;
}
#cms_slide_0_img_1 {
   width: 100% !important;
}

.desktop_logo {
	display: none;
}
.logo {
	float: left;
/*  background: url('../images/temp_logo.png')no-repeat;*/
  background: url('../images/logo.png')no-repeat;
  width: 180px;
  height: 43px;
  display: block;
 /* background-size: 77%;*/
  background-size: contain;
  margin-top: 5px;
  margin-left: 5%;
  color: #7A323E;
  font-family: 'Arial';
  text-transform: uppercase;
  font-weight: 900;
  line-height: 40px;
  font-size: 14px;

}
.TM_CONT {
	float: left;
	 width: 100%;
}
.mobile_header {
	width: 100%;
	height: 50px;
	position: fixed;
/*	background: #6E2632;*/
  background: #8A1C29;
	display: block;
	top: 0;
	z-index: 5;
}
#MAIN_nav ul li a.TM_L_Off {
	width: auto;
	height: 48px;
}
#MAIN_nav ul li a.TM_L_On  {
	background: #fff;
	width: auto;
	height: 48px;
	border-top-color: #F0F0F0;
  border-bottom-color: #F1F1F1;
}

#MAIN_nav ul li {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	width: 100%;
	border-top-color: #FFF;
}
#MAIN_nav ul li:first-child {
  border-top-color: #F0F0F0;
  border-bottom-color: #F1F1F1;
}
#MAIN_nav ul li:hover	{
	background: #fff !important;
}
#SITE_wrap	{
	width:100%;
	height:100%;
	/*min-height:800px;*/
	margin:0 auto;
}
#TOP_header	{
	background: none;
	height: auto;
	width:100%;
	margin-bottom: 20px;
}
#MAIN_nav	{
	width:100%;	
	height:0;
	padding-top: 0;
	background: #fff;
	position: fixed;
	top: 50px;
	overflow: hidden;
	-webkit-transition: height .5s cubic-bezier(.33,0,.2,1);
	-moz-transition: height .5s cubic-bezier(.33,0,.2,1);
	-o-transition: height .5s cubic-bezier(.33,0,.2,1);
	-ms-transition: height .5s cubic-bezier(.33,0,.2,1);
	transition: height .5s cubic-bezier(.33,0,.2,1);
	  z-index: 5;
}

#CONTENT_wrap {
	width: 90%;
  padding: 0 5%;
}
.CONTENT_header	{
	width:100%;
	padding-bottom:20px;
	text-transform:uppercase;
}
#CONTENT_left	{
	float:left;
	width:  auto !important;
	margin: 15px 0;
}
.startpage {
	width: 100% !important;
}	
#CONTENT_right	{
	width: auto !important;
	margin: 15px 0;
}
#FOOTER_wrap	{
	width:90%;
	clear:both;
	border-top:1px solid #ccc;
  padding: 20px 5%;
  float: left;
}
#FOOTER_right	{
	float:left;
	font-size:12px;
	width: 100%;
	text-transform:uppercase;	
}
#FOOTER_right	span{
	display:block;
	width: 45%;
	float: left;

}
#FOOTER_right	span:nth-child(odd){
	margin-right: 10%;

}

#FOOTER_left	{
	float:left;
	width: 100%;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom: 20px;
}


#CONTENT_box	{
	width: 48%;
	height: auto;
	overflow: inherit;
	padding: 0;
	margin-bottom: 15px;
}
#CONTENT_box:nth-child(odd)	{
	margin-left: 4%;
}
.BOX_picture	{
	padding: 0;
	overflow: inherit;
	margin-right: 20px;
	height: auto;
}
.BOX_rubrik	{
	font-weight:bold;
	font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}
.BOX_text	{
	font-size:12px;
	line-height:1.2em;
	overflow:hidden;
	height: auto;
	padding: 0;
}
/* ==== NYHETSDELEN ==== */

#CONTENT_right ul {
	padding:0;
	margin:0;	
}

#NEWS_title {
	width:100%;
	padding-bottom:20px;
	color:#666;	
	font-weight:bold;
	font-size:16px;
	
}
#NEWS_text	{
	width:100%;	
	font-size:16px;
}
#BODY_wrap {
  background: none; 
  margin: 0 auto;
  padding: 50px 0 30px;
}

/* ==== KONTAKT FORMULÄR ==== */

.button	{
	padding:3px;
	background:#eee;
	font-size:14px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
		
}
.slides_box {
	width: 100% !important;
}
.slides_box ul li{
	 padding: 0 !important;
}
#webwidget_slideshow_common2 {
	width: 100% !important;
}

}
/*// END MEDIA SCREEN WIDTH 900px*/
@media only screen and (max-width: 850px)  {  



}/*// END MEDIA SCREEN WIDTH 850px*/
@media only screen and (max-width: 667px)  {  
	table, tbody , tr{
		display: block;
		float: left;
		width: 100%;
	}
td {
	width: 100%;
	float: left;
	display: block;
}
tr {
	margin-bottom: 10px;
  display: block;
  float: left;
}
.form {
  border: none;
  background: #eee;
  padding: 10px;
  margin-bottom: 0px;
	width: 96%;
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  margin-right: 1%;
}
table {
	width: 100% !important;
	height: auto !important;
}
#CONTENT_right	{
	float: left;
	width: 100% !important;

}
#CONTENT_left	{
	width:  100% !important;
}
}/*// END MEDIA SCREEN WIDTH 667px*/
@media only screen and (max-width: 568px)  {  

#CONTENT_box	{
	width: 100%;
}
#CONTENT_box:nth-child(odd)	{
	margin-left: 0;
}
	
} /*// END MEDIA SCREEN WIDTH 568px*/
@media only screen and (max-width: 380px)  {  

} /*// END MEDIA SCREEN WIDTH 380px*/
@media only screen and (max-width: 340px)  {  



} /*// END MEDIA SCREEN WIDTH 340px*/


