/* CUSTOM CSS - this is where you add your own css rules !!
OP system: Huvudfärg: #5E656A rgba: 94, 101, 106
***********************************************************/
html, body {
  height: 100%; /* required to make body occupy the full viewport by default */
}

    /*height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
body {
	font-size:15px; 
	line-height:21px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;	
} 
/* Länkar */
.tab-content a:link, .tab-content a:visited {text-decoration: none; color: #1394d9 !important;}

/* Grå bakgrundsfärg i box */
.box_gray_bg {display:block;background-color:#f5f5f5;padding:20px;}

/* Webshop */
.webshop {position:relative; right: 200px;}

/* Knapp: Produktblad */
.product-sheet-multi-container {
	display: inline-block;
	background: transparent;
	width: auto;
	height: auto;
}
.btn-product-sheet, 
.btn-product-sheet-multi {
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	background: #5E656A;
	color: #fff;
	transition: all .5s ease;
	margin: 0;
	min-width: 180px;
    text-align: center;	
}
.btn-product-sheet:hover ,
.btn-product-sheet-multi:hover{
	background: #444;
	color: #fff;
	transition: all .5s ease;
	cursor: pointer;
}
.btn-product-sheet a:link,
.btn-product-sheet a:visited,
.btn-product-sheet a:active,
.btn-product-sheet-multi a:link,
.btn-product-sheet-multi a:visited,
.btn-product-sheet-multi a:active {color: #fff !important;}

/* Döljer pdf-box på hemsida men visar i editor */
.box-product-sheet-multi {display: none;}
.mceContentBody  .box-product-sheet-multi {display: block;}
.box-product-sheet-multi {
    background: #fff;
    border: 1px solid #dedede;
    padding: 5%;
    margin: 0; 
    text-align: left;
}

/* Loggan */
#header.style1, 
#header.style2 #logo a, 
#header.style2 a#logo, 
#header.style3 #logo a, 
#header.style3 a#logo, 
.tabs_style1 > ul.nav > li.active > a {border-top: 0px solid #1394d9;border-bottom:0px;}

ul.topnav.navRight li a {color:#555;}
#loginBtn {background-color:#1394d9;}
.readmore a {color: #1394d9;}
.readmore a:hover {color: #999;}

/* Liten text */
.small {font-size: 0.8rem;}

/* Rubrik i pageheader */
.header-titles h2 {text-shadow:0px 0px 0 rgba(0,0,0,0.5); line-height:1.3; margin-top: 20px; padding:0 10px;}
h1,
h1.page-title,
h1.title,
.item-page h2.page-title,
.header-titles h2,
.gallery h2
{
	font-family: Source Sans Pro, Arial, Tahoma, sans-serif;
	line-height:46px;
	font-weight:300;
	font-size:40px;
	color:#555;
}
h1.title,
h2.page-title {
	font-family: 'Open Sans', 'Helvetica', Arial, serif !important;
	font-size: 31.5px !important;
	line-height: 40px !important;
    margin: 10px 0;
    font-weight: bold !important;
    color: inherit !important;
    text-rendering: optimizelegibility;	
    border: 0;
    padding: 0;	
}
h4 {
	font-family: Source Sans Pro, Arial, Tahoma, sans-serif;
	line-height:30px;
	font-weight: 300;
	font-size:24px;
	margin-bottom: 20px;
}
h6 {
	font-family: Source Sans Pro, Arial, Tahoma, sans-serif;
	line-height:24px;
	font-weight: 300;
	font-size:18px;
}

/* Hanterar design av boxar på sidorna */
.page-box {
    position: relative;
    width: 100%;	
}
.page-box:hover {}
.page-box-header {
    background: #dedede;
    font-family: Source Sans Pro, Arial, Tahoma, sans-serif;
    line-height: 24px;
    font-weight: 700 !important;
    font-size: 16px;
    color: #555;
    padding: 15px 10px;
	text-transform: uppercase;
}
.page-box-header span {
	float:right;
    font-family: Source Sans Pro, Arial, Tahoma, sans-serif;
    line-height: 24px;
    font-weight: 100 !important;
    font-size: 16px;
    color: #555;
	text-transform: uppercase;
}
.page-box-image img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.page-box-text {
	margin-top: .5rem;
}
.page-box-overlay {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.page-box:hover img {
	opacity: 0.3;
}
.page-box:hover .page-box-overlay {
	opacity: 1;
}
.page-box-overlay-content {
	background: #5E656A;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	transition: all .5s ease;
	position: relative;
    -webkit-animation: mymove .s; /* Safari 4.0 - 8.0 */
    animation: mymove .5s;
}
.page-box-overlay-content:hover {
	background: #444;
	transition: all .5s ease;
}
.page-box-overlay-content a,
.page-box-overlay-content a:hover {color: #fff; padding: 15px; line-height: 3rem;}
	
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: 0px;}
    to {top: 50px;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: 0px;}
    to {top: 50px;}
}

p.product-image-thumb {display: block; text-align: center; width: 100%; margin-top: 1.5rem;}

/* START - Responsiva tabeller */
/* Kontaktlista */
/* 
Generic Styling, for Desktops/Laptops 
*/
table.contact {width: 100%; border-collapse: collapse;}
/* Zebra striping */
table.contact tr:nth-of-type(odd) {background: #eee;}
table.contact th {background: #333; color: white; font-weight: bold;}
table.contact td, table.contact th {padding: 6px; border: 1px solid #ccc; text-align: left;}
table.striped {width: 100%; border-collapse: collapse;}
/* Zebra striping */
table.striped tr:nth-of-type(odd) {background: #eee;}
table.striped th {background: #333; color: white; font-weight: bold;}
table.striped td, table.striped th {padding: 6px; border: 1px solid #ccc; text-align: left;}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
	table.contact, table.contact thead, table.contact tbody, table.contact th, table.contact td, table.contact tr {display: block;}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.contact thead tr {position: absolute; top: -9999px; left: -9999px; visibility: hidden;}	
	table.contact tr {border: 1px solid #ccc;}
	table.contact td {
		/* Behave  like a "row" */
		border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%;}
	
	table.contact td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}	
	/*
	Label the data
	*/
	table.contact td:nth-of-type(1):before { content: "Namn"; }
	table.contact td:nth-of-type(2):before { content: "Befattning"; }
	table.contact td:nth-of-type(3):before { content: "Telefon"; }
	table.contact td:nth-of-type(4):before { content: "E-post"; }
}

/* Standard */
table.responsive {margin: 0 auto; border-collapse: collapse; font-family: inherit; font-weight: 100; background: #999; color: #fff; text-rendering: optimizeLegibility; border-radius: 0px; width: 100%;}
table.responsive caption {font-size: 2rem; color: #444; margin: 1rem; background-size: contain; background-repeat: no-repeat; background-position: center left, center right;}
table.responsive thead th {font-weight: 600;}
table.responsive thead th, table.responsive tbody td {padding: .2rem; font-size: inherit;}
table.responsive tbody td {padding: .2rem; font-size: 0.8rem; color: #444; background: #fff;}
table.responsive tbody tr:not(:last-child) {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
table.responsive tbody tr:last-child {border-bottom: 1px solid #444; margin-bottom: 1rem;}
@media screen and (max-width: 600px) {
	table.responsive caption {background-image: none;}
	table.responsive thead { display: none;}
	table.responsive tbody td {display: block; padding: .6rem;}
	table.responsive tbody tr td:first-child {background: #666; color: #fff;}
	table.responsive tbody td:before {content: attr(data-th); font-weight: bold;	display: block; width: auto;}
}
/* Boxar */
.page-box-image table.responsive {margin: 0 auto; border-collapse: collapse; font-family: inherit; font-weight: 100; background: #999; color: #fff; text-rendering: optimizeLegibility; border-radius: 5px; width: 100%;}
.page-box-image table.responsive caption {font-size: 2rem; color: #444; margin: 1rem; background-size: contain; background-repeat: no-repeat; background-position: center left, center right;}
.page-box-image table.responsive thead th {font-weight: 600;}
.page-box-image table.responsive thead th, table.responsive tbody td {padding: .2rem; font-size: inherit;}
.page-box-image table.responsive tbody td {padding: .2rem; font-size: inherit; color: #444; background: #eee; transition: all .4s ease;}
.page-box-image table.responsive tbody tr:not(:last-child) {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.page-box-image table.responsive tbody tr:last-child {border-bottom: 1px solid #444; margin-bottom: 1rem;}
@media screen and (max-width: 600px) {
	.page-box-image table.responsive caption {background-image: none;}
	.page-box-image table.responsive thead { display: none;}
	.page-box-image table.responsive tbody td {display: block; padding: .6rem;}
	.page-box-image table.responsive tbody tr td:first-child {background: #666; color: #fff;}
	.page-box-image table.responsive tbody td:before {content: attr(data-th); font-weight: bold;	display: block; width: auto;}
}
/* Produktbeskrivning */
table.responsive.product {margin: 0 auto; border-collapse: collapse; font-family: inherit; font-weight: 100; background: #999; color: #fff; text-rendering: optimizeLegibility; border-radius: 5px; width: 100%;}
table.responsive.product caption {font-size: 2rem; color: #444; margin: 1rem; background-size: contain; background-repeat: no-repeat; background-position: center left, center right;}
table.responsive.product thead th {font-weight: 600;}
table.responsive.product thead th, table.responsive tbody td {padding: .2rem; font-size: 0.8rem; transition: all .4s ease;}
table.responsive.product tbody td {padding: .2rem; font-size: inherit; color: #444; background: #fff;}
table.responsive.product tbody tr:not(:last-child) {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
table.responsive.product tbody tr:last-child {border-bottom: 1px solid #444; margin-bottom: 1rem;}
@media screen and (max-width: 600px) {
	table.responsive.product caption {background-image: none;}
	table.responsive.product thead { display: none;}
	table.responsive.product tbody td {display: block; padding: .6rem;}
	table.responsive.product tbody tr td:first-child {background: #666; color: #fff;}
	table.responsive.product tbody td:before {content: attr(data-th); font-weight: bold;	display: block; width: auto;}
}
/* SLUT - Responsiva tabeller */

/* START - Produkter */
/* Hanterar texten "För mer information..." */
p.product-more-info-text {font-weight: bold;} 

/* Hanterar produktbild med produkt-titel */
h4#product-header-name {text-align: center;}
.product-image-name-container {
	display: inline-block; 
	background: transparent; 
	position: relative;
}
.product-name-top-left-doppstadt,
.product-name-top-right-doppstadt,
.product-name-bottom-right-doppstadt,
.product-name-bottom-left-doppstadt ,
.product-name-top-left-sennebogen,
.product-name-top-right-sennebogen,
.product-name-bottom-right-sennebogen,
.product-name-bottom-left-sennebogen,
.product-name-top-left-rubblemaster,
.product-name-top-right-rubblemaster,
.product-name-bottom-right-rubblemaster,
.product-name-bottom-left-rubblemaster,
.product-name-top-left-demarec,
.product-name-top-right-demarec,
.product-name-bottom-right-demarec,
.product-name-bottom-left-demarec,
.product-name-top-left-spaleck,
.product-name-top-right-spaleck,
.product-name-bottom-right-spaleck,
.product-name-bottom-left-spaleck,
.product-name-top-left-trombia,
.product-name-top-right-trombia,
.product-name-bottom-right-trombia,
.product-name-bottom-left-trombia  {
	display: inline-block;
    font-size: 18px;
    /* font-size: 2vmax; */
    padding: 1.3vmax;
	position: absolute;
	z-index: 0;
}
.product-name-top-left-doppstadt,
.product-name-top-right-doppstadt,
.product-name-bottom-right-doppstadt,
.product-name-bottom-left-doppstadt {
	background-color: rgba(240, 125, 0, 0.9);
	color: #fff;
}
.product-name-top-left-sennebogen,
.product-name-top-right-sennebogen,
.product-name-bottom-right-sennebogen,
.product-name-bottom-left-sennebogen {
	background-color: rgba(90, 172, 36, 0.9);
	color: #fff;
}
.product-name-top-left-rubblemaster,
.product-name-top-right-rubblemaster,
.product-name-bottom-right-rubblemaster,
.product-name-bottom-left-rubblemaster {
	background-color: rgba(255, 221, 45, 0.9);
	color: #444;
}
.product-name-top-left-demarec,
.product-name-top-right-demarec,
.product-name-bottom-right-demarec,
.product-name-bottom-left-demarec {
	background-color: rgba(184, 54, 54, 0.9);
	color: #fff;
}
.product-name-top-left-spaleck,
.product-name-top-right-spaleck,
.product-name-bottom-right-spaleck,
.product-name-bottom-left-spaleck {
	background-color: rgba(0, 134, 191, 0.9);
	color: #fff;
}
.product-name-top-left-trombia,
.product-name-top-right-trombia,
.product-name-bottom-right-trombia,
.product-name-bottom-left-trombia {
	background-color: rgba(0, 128, 200, 0.9);
	color: #fff;
}

.product-name-top-left-doppstadt,
.product-name-top-left-sennebogen,
.product-name-top-left-rubblemaster,
.product-name-top-left-demarec,
.product-name-top-left-spaleck,
.product-name-top-left-trombia {
	left: 0px;
	top: 0px;
}
.product-name-top-right-doppstadt,
.product-name-top-right-sennebogen,
.product-name-top-right-rubblemaster,
.product-name-top-right-demarec,
.product-name-top-right-spaleck,
.product-name-top-right-trombia  {
	right: 0px;
	top: 0px;
}
.product-name-bottom-right-doppstadt, 
.product-name-bottom-right-sennebogen,
.product-name-bottom-right-rubblemaster,
.product-name-bottom-right-demarec,
.product-name-bottom-right-spaleck,
.product-name-bottom-right-trombia {
	right: 0px;
	bottom: 0px;
}
.product-name-bottom-left-doppstadt,
.product-name-bottom-left-sennebogen,
.product-name-bottom-left-rubblemaster,
.product-name-bottom-left-demarec,
.product-name-bottom-left-spaleck,
.product-name-bottom-left-trombia {
	left: 0px;
	bottom: 0px;
}	
.product-image {
	position: relative;
	top: 0px;
	z-index: 0;
}
.doppstadt-color {}
.product-image img {width: 100%;}
#product_vendor_logo {margin-top: 20px;}
#product_vendor_logo img {max-width: 85%;}

.product-group {background: #e5e5e5; padding: 10px 0 10px 10px;}

/* SLUT - Produkter */

/* Inställningar */
span#product_preferences_product_name {display: block; width: 150px; padding: 5px; background: #fff; border: 1px solid #ececec;}

/*** JUX Mega Menu ***/

#mega-menu_top_container {float: left; width: 100%; height: auto; background-color: #D7DBDE; font-size: 1.5em !important;}
#js-mainnav.megamenu.blackwhite, 
#megamenucss #js-mainnav.blackwhite .js-megamenu {background: #D7DBDE !important; border: 0 !important;}

/*** CSS3 Mega Menu ***/
#css3_mega-menu_top_container {float: left; width: 100%; height: auto; background-color: #D7DBDE; font-size: 1.5em !important;}
#css3_mega-menu_top_container .menu-title {font-size: 1.2em !important;}
#css3_mega-menu_top_container .separator-top-menu-item {width: 10.0em !important; background-color: #D7DBDE !important;}
#css3_mega-menu_top_container .separator-top-menu-item:hover {cursor: default !important;}
/* Arrow (style.css:279) */
#jux_megamenucss3 .megamenu.horizontal ul.level0 li a.haschild.megacss3 span.menu-title:after,
#jux_megamenucss3 .megamenu.horizontal ul.level0 li a.haschild-over.megacss3 span.menu-title:after  {
    margin-left: 10px !important;
    top: 18px !important;
    font-size: 1.2em;
}
/* Nivå 3 */
.none #js-mainnavcss3.megamenu ul.level1 .childcontent {margin-top: -40px !important;}

/* Translation */
div#translate {
    position: relative;
    right: -11em;
    top: 3.8em;
    float: right;
    margin: 10px;
}

/* Sök */
#search {z-index: 999;}
/* Produkt-sök */
.offlajn-ajax-search-container {margin: 50px 0 -30px 30px !important;}
/* Produkt-sökresultat */
#offlajn-ajax-tile-results.bottom-margin {margin-top: 45px; margin-bottom: 20px; margin-left: 30px;}
#offlajn-ajax-tile-results.no-bottom-margin {margin-top: 45px; margin-bottom: -40px; margin-left: 30px;}

/* Slideshow */
#slideshow {top: 154px;}

/* Header image */
#page_header {/*min-height: 300px !important;*/ top: 156px; margin-bottom: 156px;}

/*** Innehåll ***/
section#content-got-slideshow {margin-top: 204px;}

/*** Chronoform (formulär) ***/
/* Formulär för produkter */
#contact_form.product-inquiry {display: none; border: 1px solid #ececec; padding: 0 20px;}
	#contact_form .close-product-inquiry {float: right; margin-top: 10px;}
	#contact_form.product-inquiry.in-content {margin-bottom: 30px;}
	
/* Döljer chronoform-länk  */
.chrono_credits, .chronoform {display: none;}

/* Portfolio */
.hg-portfolio-sortable #sorting {display: none;}

/* Aktuellt på startsidan */
.css3accordion>ul>li {
    /*border-top: 4px solid #507896;*/
}

/* Partnerkarusell */
.partners_carousel {height: 100px}
.partners_carousel li a, .partners_carousel li > span {
    border: 4px solid transparent;
    background: transparent;
}
.partners_carousel li a, .partners_carousel li > span img{max-height: 75px;}

/* Startsidan */
.moduletable.latest_news h3,
.moduletable.welcome h3 {
    background: #D7DBDE;
    color: #5F666A;
    padding: 0.5rem 1rem;
}
div.facebook h3 {
	text-align: left;
	background: #D7DBDE;
    color: #5F666A;
    padding: 0.5rem 1rem;
}
.moduletable.latest_news li {
	line-height: 20px;
    list-style-type: none;
    margin-left: -20px;
	padding: 5px;
	transition: all .5s ease;
	border-bottom: 1px solid rgba(0,0,0, 0.10);
}
.moduletable.latest_news li:nth-child(1) {
	padding-top: 0px;
}
.moduletable.latest_news li:hover {
	background: #eee;
	transition: all .5s ease;
}
.moduletable.latest_news li a:link,
.moduletable.latest_news li a:visited {
	color: #5F666A;
}
.srfrContainer.concern-news {
    background: #f5f5f5;
    padding: 0 0.2rem;
    max-height: 200px;
    overflow: auto;
}
div.srfrContainer ul.srfrList li {
    border-top: 1px solid #ccc;
    padding: 5px 4px;
}
div.srfrContainer ul.srfrList li.srfrRowIsOdd {background: #fff;}
div.srfrContainer ul.srfrList li a ,
div.srfrContainer ul.srfrList li a:hover{
	color: #000;
    display: block;
    font-size: 0.8rem;
    font-family: 'Open Sans', 'Helvetica', Arial, serif;
}
div.srfrContainer ul.srfrList li div.srfrFeedDetails span.srfrFeedSource a ,
div.srfrContainer ul.srfrList li div.srfrFeedDetails span.srfrFeedSource a:hover{
    color: #999;
}
div.srfrContainer ul.srfrList li div.srfrFeedDetails {
    font-size: 0.8rem;
}
/* När sidan laddas */
#page-loading {position:fixed; top:0; left:0; width:100%; height:100%; background:url(../images/loader_light.gif) no-repeat center center #dedede !important; z-index:999999;}

/* Chaser, toppmeny som visas vid scrollning */
.chaser {background-color:#666;font-weight:600;}

/* Modul - Säljare (på produktsidorna) */
.moduletable_sales .team_member {
	left: 30px;
	max-width: 145px;
}
.moduletable_sales .team_member > h4, .moduletable_sales .team_member > h6 {
    padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.moduletable_sales .team_member h6 {
    font-size: 80%;
    font-weight: 600;
    margin-top: -15px;
}
.moduletable_sales .team_member .details {
    min-width: 105px;
}


/* Högerkolumn på produktsidorna */
.product-right-column {text-align: right;}

/* Modul - Action box */
.action_box:after, .action_box:before {/*display: none;*/}
#action_box237 {background-color: #999 !important;}

/* Modul - Image boxes */
.hoverBorderWrapper {margin-top: 40px;}
/*.image-boxes img {min-height: 145px; max-height: 145px;}*/

/* Modul - Karta */
.static-content.maps-style {
	background: #507896;
	text-align: center;
	line-height: 2rem;
}
/* Modul - Datum */
#current-date {display: none;}

/* Innehåll */
.system-messages {}
section#content {margin-top:10px;}
#mainbody {}
#mainbody ul.actions {margin:0 0 10px 0 !important;}
#mainbody ul.actions > li a:hover {background:#1394d9; background:rgba(19,148,217,0.6);}

/* Accordion, style2 */
.acc-group ul {list-style-type: none; margin-left: 0px;}

/* accordions style3 */
.acc-group.style3 { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #e5e5e5; }
.acc-group.style3 > button {display: block; width: 100%; text-align: left; position:relative; margin:0; padding:10px 10px 10px 60px; background:none; border:0; font-size:16px}
.acc-group.style3 > button:after {content:'-'; position:absolute; left:0; top:0; width:20px; height:20px; font-size:40px; background:#eee; color:#cd2122; padding:7px 6px 13px 14px; text-shadow:0 1px 0 #fff;}
.acc-group.style3 > button:hover { color:#1394d9 !important; }
.acc-group.style3 > button:hover:after { color:#1394d9 !important; background:#e9e9e9;}
.acc-group.style3 > button.collapsed:after {color:#b5b5b5; content:'+'; padding:10px;  font-size:35px;}
.acc-group.style3 > button.collapsed {color:#505050;}
.acc-group.style3 .content {padding: 10px 15px; }
/*.acc-group.style3 .content p:last-child {margin-bottom:0;}*/

/* Bild med popup-länk */
a.jcepopup img {border: 2px solid transparent; transition: all .4s ease; padding: 5px;}
a.jcepopup img:hover {border: 2px solid; transition: all .4s ease;}

/* Modul: Sidebar Menu */
#mainbody .sidebar ul.menu li {margin-bottom: 1px;}
#mainbody .sidebar.submenu ul.menu li a {background-color: transparent;}
#mainbody .sidebar.submenu ul.menu li a:hover {background-color: #d7dbde; color: #5E656A;}
#mainbody .sidebar.submenu ul.menu li a:after {
    /*position: absolute;
    margin-left: 0px;
    top: 5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;*/
	color: #5E656A;
}
#mainbody .sidebar.submenu ul.menu li.active > a {background-color: #d7dbde; color: #5E656A;}
#mainbody .sidebar.submenu ul.menu li.active > a:after {color: #5E656A;}
#mainbody .sidebar.submenu ul.menu li a:hover  {background-color: #d7dbde;}
.submenu ul ul, ol ul {list-style-type: none; margin: 2px 0 0 15px;}
#mainbody .sidebar.submenu ul.menu ul li a {background-color: transparent; color: #565656;}
#mainbody .sidebar.submenu ul.menu ul li a:hover {color: #5E656A;}
#mainbody .sidebar.submenu ul.menu ul li.active > a {background-color: #ececec; color: #5E656A; font-weight: 400;}
#mainbody .sidebar.submenu ul.menu ul li.active > a:after {color: #5E656A; font-weight: bold;}
#mainbody .sidebar.submenu ul.menu ul li a:after {color: #5E656A;}
#mainbody .sidebar.submenu ul.menu ul li a:hover {background-color: #d7dbde;}

/* Tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    transition: allt 2s ease !important;
    padding-right: 20px;
}

/* Sidfot */
#footer1 {border-top:0px solid #1394d9; font-size: 80%;}
#footer {background:#2f2f2f; padding:0px 0 20px; color:#d5d5d5;}
#footer .bottom {padding-top:30px; border-top:0px solid #484848; color:#8b8c8d;}
/* Sidfot modul */
h4.footer-title {color:#666666;margin:30px 0 10px;font-size:20px;}
#footer1 a {color:#5E656A !important; transition: all .4s ease;}
#footer1 a:hover {color:#000 !important; transition: all .4s ease;}

#footer1 .row, #footer2 .row, #bottom .row {margin-left: auto;}

/* Youtube-kanaler */
.youtube-channels {
	font-weight: bold;
	font-size: .8rem;
	transition: all .5s ease;
}

/* Pilen under page_header */
#page_header:before {display:none;}
#page_header > .shadowUP {display:none !important;}

/* Bild i portfolio-meny */
.hg-portfolio-item .img-full {max-width:300px;}

ul.ext_accordion {
    margin-left: 0 !important; 
    padding-left: 0 !important;
	margin-top:10px;
}
ul.ext_accordion li {
	list-style-type: none !important; 
	padding-bottom: 8px !important;	
	margin-bottom:10px;
	border-bottom: 1px solid #ddd;	
}
ul.ext_accordion li ul li {
	list-style-type: none !important; 
	padding-bottom: 0px !important;	
	margin-bottom: 10px;
	border-bottom: 0px solid #ddd;	
}
.ext_accordion .handle {
    background: none;
    cursor: pointer;
    font-weight: normal;
	font-size: 120%;
    padding: 5px 15px;
	border: 0px solid #ddd;
	color: #333;
	text-transform:uppercase;
	text-align:left;
	margin-left:50px;
	position:relative;
	top:-10px;
	left:-15px;
}
.ext_accordion .handle:hover {
	color:#1394d9;
}
.ext_accordion .static .handle,
.ext_accordion_html .static .handle:hover {
    background: none;
}
.ext_accordion .panel {
    padding: 5px;
	border-left: 0px solid #ddd;
	margin-left:20px;
	margin-top:5px;

}
.ext_accordion .handle::before {
	content:"+";position:relative;top:8px;font-size:40px;color:#bbb;padding:0px 10px 0px 10px;line-height:40px;background-color:#e9e9e9;margin-left:-50px;margin-right:10px;
}
.ext_accordion .handle:hover::before {
	content:"+";position:relative;top:8px;font-size:40px;color:#1394d9;padding:0px 10px 0px 10px;line-height:40px;background-color:#e9e9e9;margin-left:-50px;margin-right:10px;
}
.ext_accordion .open .handle::before {
	content:"-";position:relative;top:8px;font-size:40px;color:#1394d9;padding:0px 14px 0px 14px;line-height:40px;background-color:#e9e9e9;margin-left:-50px;margin-right:10px;
}
.ext_accordion .open .handle {
	color:#1394d9;
}

/* Formulär */
#rp_name,
#rp_email,
#rp_subject,
#rp_message {width:75%;max-width:400px;min-width:150px;}

/* Team member */
.team_member {}
.team_member h6 {font-size:80%;font-weight:600;}
.details {font-size:125%;}
.desc {font-size:125%;padding-bottom:20px;}
.details a,
.desc a {color: #1394d9;}

/*******************************************************
		MEDIA QUERIES
*******************************************************/

@media (max-width: 979px) {
  .span12-tablet {
    width: 95.48936170212765% !important;
    *width: 95.43617021276594% !important;
  }
}

/* Smartphones ----------- */
@media only screen and (max-width: 768px) {
	/* Topp-meny 
	#jux_megamenucss3 .megamenu ul.level1 li.haschild, #jux_megamenucss3 .megamenu ul.level1 li.haschild-over {background: #f5f5f5;}
	#jux_megamenucss3 .megamenu.horizontal ul.level0 ul.level1 li a.haschild.megacss3 span.menu-title:after, #jux_megamenucss3 .megamenu.horizontal ul.level0 ul.level1 li a.haschild-over.megacss3 span.menu-title:after {margin-top: -20px;}			
	*/
	/* Nivå 1 
	a.haschild-over.megacss3 span.menu-title:after {margin-top: -20px !important;}*/
	/* Nivå 2 
	#jux_megamenucss3 .megamenu ul.level2 li a.haschild.megacss3 span.menu-title, 
	#jux_megamenucss3 .megamenu ul.level2 li a.haschild-over.megacss3 span.menu-title {font-weight: bold;}*/
	/* Nivå 3 
	ul.megamenu.wtf-menu.level3 {display: none;}*/
	
	#test-mobile {display: none;}
}

/* MOBIL STÅENDE */
@media (max-width: 567px) {
	/* Slideshow */
	#slideshow {top: 0px;}
	/*** Innehåll ***/
	section#content-got-slideshow {margin-top: 3rem;}
	/*** Translation ***/
	div#translate {margin-top: -50px; right: 3em;}
	/*** Sök ***/
	 #search {margin-top: -20px;margin-bottom:5px}
	.offlajn-ajax-search-container {margin: 10px 0 20px 0 !important;}
	/* Produkt-sökresultat */
	#offlajn-ajax-tile-results,
	#offlajn-ajax-tile-results.add-margins {margin-top: 0px; padding-bottom: 50px; margin-left: 0px;}
	/* Header image */
	#page_header {min-height: 60px !important;margin-top: 0px; top: 34px; margin-bottom: 2rem;}
	/* Modul - Säljare (på produktsidorna) */
	.moduletable_sales .team_member {left: 0px;}
	/* Högerkolumn på produktsidorna */
	.product-right-column {text-align: center;}
	/* Tabbar */
	.tabs_style1 > ul.nav > li > a {font-size: 0.7em;}
}

/* MOBIL LIGGANDE */
@media (min-width: 568px) and (max-width: 767px) {
	/* Slideshow */
	#slideshow {top: 0px;}
	/*** Innehåll ***/
	section#content-slideshow {margin-top: 3rem;}
	/*** Translation ***/
	div#translate {margin-top: -20px; right: 3em;}
	/*** Sök ***/
	#search {margin-top: 10px;margin-bottom:0px;}
	.offlajn-ajax-search-container {margin: 10px 0 20px 0 !important;}
	#offlajn-ajax-tile-results.add-margins {margin-top: 0px; margin-bottom: 20px; margin-left: 0px;}
	/* Header image */
	#page_header {min-height: 100px !important;margin-top: 0px; top: 34px; margin-bottom: 2rem;}	
}

/* IPAD STÅENDE */
@media (min-width: 768px) and (max-width: 1023px) {
	/* Slideshow */
	#slideshow {top: 50px;}
	/*** Innehåll ***/
	section#content-got-slideshow {margin-top: 4.5rem; margin-left: 2rem;}
	/*** Translation ***/
	div#translate {margin-top: 0px;}
	/*** Sök ***/
	 #search {margin-top: 10px;margin-bottom:0px;}
	/* Header image */
	#page_header     {min-height: 150px !important; margin-top: 0px; top: 100px;  margin-bottom: 6rem;}
}

/* Välkommenbox på startsidan */
@media (min-width: 767px) {
	.moduletable.welcome {margin-left: -30px;}
}

