/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr{
	clear: both;
	margin-bottom: 10px;
	border: 0;
	height: 1px;
}

/*%%%% MIRA SEARCH %%%%%*/

.nav-search-in{
	display: none;
}
.search-wrapper-centered .form-search .input-text {
  padding-left: 10px!important;
}
.search-autocomplete ul{
	padding: 10px;
}
.search-autocomplete li{
	padding: 10px;
	border-bottom: 1px dashed #999;
	margin-top: 10px;
}
.search-autocomplete li:last-child{
	border-bottom: 0px;
}
.search-autocomplete .all {
  padding: 10px;
  font-size: 16px;
  text-align: right;
  background: #0062AC;
}
.search-autocomplete .all a{
  color: #fff;
}
.searchautocomlete-image{
	float: left;
	margin-right: 5px;
}
.searchautocomplete-content{
	float: left;
	width: 180px;
}
.search-autocomplete .name{
	font-size: 16px;
}
.search-autocomplete .highlight {
    float: left;
    line-height: 20px;
    clear: both;
}
.search-autocomplete .price-box {
    padding: 6px 0px;
    display: block;
    float: left;
    clear: both;
}
.search-autocomplete .old-price {
  margin: 0!important;
}
.form-search .search-autocomplete {
  top: 36px !important;
  z-index: 5000 !important;
}
.sticky-header .sticky-container {
  z-index: 6000!important;
}

.search-autocomplete .b2b-discount{
	font-size: 14px;
}

/*%%%% END MIRA SEARCH %%%%%*/

.products-grid .product-image-wrapper {
  min-height: 200px;
}
.products-grid .product-name {
  min-height: 41px;
}

/* PRISER */
.right-column .special-price .price{
	font-size: 20px!important;
}
.special-price .price,
.special-price .price-label{
	color: #00A9C7!important;
}

.b2b-discount {
  margin-top: 5px;
  padding: 7px;
  background: #A8022F;
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
  color: #fff;
}

.product-view .add-to-box {
  clear: both;
}
.price-box .price {
  font-size: 20px;
}

.price{
	font-family: 'open_sanssemibold'!important;
}
.price-label{
	font-size: 14px!important;
	color: #000!important;
}
.old-price{
	margin-bottom: 10px!important;
}
.old-price .price {
	font-size: 14px!important;
	text-decoration: none;
	color: #000!important;
}
/*:::::::::: Category IMG lista ::::::::::: */
.cat-lista{
	margin-bottom: 20px;
	border-radius: 5px;
}
.cat-img{
	text-align: center;
	min-height: 250px;
}
.cat-img-list {
  width: 100%;
  overflow: hidden;
  float: left;
  text-align: center;
  vertical-align: baseline;
  background: #0062AC;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #fff!important;
  padding-top: 10px;
  border-radius: 5px;
  margin-top: 5px;
}
.cat-img-list h4{
	margin: 0;
}
.note-msg.empty-catalog{
	display: none!important;
}

/*:::::::::: Ikoner som fonter ::::::::::: */
 
.fa { margin-right: 4px;}

.bracart{
	background: transparent url('../images/cart.png') no-repeat left top;
	background-size: 100%;
	width: 45px;
	height: 45px;
	float: left;
}
.f-icons {font-size: 20px; margin-right: 5px; line-height: 30px; }
.icons{	margin-top: 10px;}
.icons li{	display: inline;}
.icons2 a{	text-transform: uppercase; line-height: 50px; font-size: 20px; font-family: 'Open Sans', georgia, serif!important; }

/*:::::::::: Allmänna site inställningar ::::::::::: */

html{	
	background: #a90230;	
}

h1, h2, h3, h4, h5, h6, label{
	font-family: 'open_sanslight', georgia, serif!important;
}
.messages {
  width: 95%;
}

.col-edit{
	display: none;
}

.main p,
.main ul{
	font-size: 15px;
}

.catalog-category-view p{
	margin-bottom: 20px;
}
.name{
	font-family: 'open_sansbold';
	text-transform: uppercase;
}
.ingress{
	font-size: 18px;
	line-height: 28px;
	font-family: 'open_sanslight_italic';
	margin-bottom: 30px;
}

/*:::::::::: Huvud ::::::::::: */
.welcome-msg{
	margin: 0!important;
	font-size: 12px;
}

#nav{	
	border-radius: 3px;		
}
.header-top .ic{
	font-size: 18px;
	position: relative;
	top: 2px;
	color: #0062AC;
}
.head-cms{
	display: inline-block;
	line-height: 100%;
}
.header-primary{
	padding: 0;
}
.header-top-container {
	padding-top: 5px;
}
.ic-txt{
	clear: both;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
}
.message {
	clear: both;
	float: left;
	padding: 8px;
	background: #eaeaea url('../images/arrow-msg.jpg') no-repeat right top;
	border-radius: 3px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2001;
	width: 477px;
	top: 125px;
	margin-left: 182px;
	padding-right: 50px;
}
.bg-service {
  background: transparent url('../images/bragross_service.png') no-repeat left top;
  width: 166px;
  height: 158px;
  position: absolute;
  top: 57px;
  margin-left: 715px;
  pointer-events: none;
  background-size: 70%;
}

.block_header_top_right_value {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 10px;
}

/*::::::::SEARCH :::::::::*/
.header-regular .hp-blocks-holder .hp-block{
	vertical-align: middle;
}

.form-search .button{
	background-color: #0062AC!important;
	float: left;
	position: relative;
	margin: 0;
	height: 36px;
	width: 60px;
	border-radius: 0px 3px 3px 0px;
}
.form-search .button span {
	color: #fff;
	text-transform: uppercase;
}

.form-search .button:before {
  content: ""!important;
}

.fa-search {
  float: left;
  height: 24px;
  width: 36px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  text-align: center;
  padding-top: 10px;
  border-radius: 3px 0px 0px 3px;
}
.search-wrapper-centered .form-search .input-text {
  float: left;
  width: 60%;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 0px 5px 0 0px;
  border-radius: 3px 0px 0px 3px;
}

/*::::::::::Customer account:::::::*/

.customerchange-connections {
    position: absolute;
    background: #eaeaea;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2001;
    left: 0px;
    margin-top: 16px;
}
.customerchange-connection{
	padding: 6px;
	box-sizing: border-box;
}
.logout, .customerchange-switch{
    float: right;
    border-radius: 4px;
    padding: 0px 13px;
    line-height: 38px;
}

.customerchange-text {
	float: left;
	max-width: 250px;
	margin-top: 5px;
}

.quick-orders {
  padding: 30px;
  background: #9EC3DF;
  border-radius: 5px;
  width: 93%!important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.quick-orders h2{
	margin: 0;
}

.b2bsalesorder {
	  display: block;
	  margin: 0;
	  padding: 0;
	  font-family: 'open_sanslight';
	  margin-bottom: 30px;
	  border: 1px solid #f3f3f3;
	  border-radius: 5px;
	  font-size: 14px!important;
}
.b2bsalesorder table {
	  font-size: 14px!important;
	  width: 100%;
	  background: #f3f3f3;
}
.b2bsalesorder table .order-title{
	font-family: 'open_sansbold'!important;
	font-size: 11px;
	text-transform: uppercase;
}
.b2bsalesorder-head{
	background: #eaeaea;
	padding: 20px;
}
.b2bsalesorder-head ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.user-info{
	margin-top: 10px;
	display: inline-block;
}
.user-info .address,
.user-info .invoice {
  background: #F4F4F4;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
  max-width: 350px;
}
.user-info .invoice{
	display: none;
}
.street{
	width: 90%;
}
.checkout-types a{
	display: none;
}

.salesperson{
	padding: 10px;
}

.b2bsalesorder-head ul li{
	display: inline-block;
	margin-right: 40px;
	line-height: 20px;
	
}
.b2bsalesorder-head ul li p{
	font-size: 12px;
}
.b2bsalesorder-head label{
	font-family: 'open_sansbold'!important;
	font-size: 14px;
	text-transform: uppercase;
}
.b2bsalesorder-head p{
	margin: 0;
}
.b2bsalesorder-rows td{
	padding: 10px;
}

.block-account h5{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: 'open_sansbold'!important;
	font-size: 16px;
}
.bg-contacts{
	margin-bottom: 10px;
}

.bg-contacts ul{
	list-style: none!important;
	padding: 0!important;
	margin-top: 10px;
	font-size: 12px;
}
.bg-contacts ul li{
	
}
.bg-contacts ul li .fa{
	width: 10px;
	display: inline-block;
}
.bg-contacts ul li a{
	text-transform: none;
}

.salesperson-name{
	font-family: 'open_sansbold';
	text-transform: uppercase;
}

.bg-account{
	list-style: none!important;
	padding-left: 8px!important;
}
.bg-account li > *{
	display: inline-block!important;
	font-size: 14px!important;
	line-height: 24px!important;
}

.block-account .block-content {
  padding: 10px!important;
  background: #F4F4F4;
  border-radius: 5px;
}
.dashboard .box .box-title{
	border: 0px;
}

.customer-login {
  list-style: none;
  position: relative;
  top: -6px;
  background: #F4F4F4;
  padding: 15px;
  border-radius: 0px 0px 4px 4px;
  min-width: 320px;
}
.customer-login li{
	display: inline-block;
	width: 100%;
}
.log-name {
  float: left;

}
.current{
	color: #3ec2df;
}
.wish{
	font-size: 14px;
	padding-bottom: 5px;
}
.wishrename{
	cursor: pointer;
}

.box-account {
  margin-top: 2em;
}
.box-title a{
	background: #0062AC;
	padding: 1px 8px;
	border-radius: 2px;
	color: #fff;
	margin-right: 10px;
}
.box-title h3{
	text-transform: uppercase;
	font-size: 16px;
}
.grey{
	background: #f4f4f4;
	padding: 20px;
	border-radius: 5px;
	min-height: 150px;
	margin-bottom: 5px;
}
.grey h4{
	margin-top: 10px;
}
.konto-info{
	overflow: hidden;
	margin-bottom: 40px;
}
.src-filter{
	background: #cccccc;
	border-radius: 3px;
}
.src-filter label, 
.src-filter input,
.date-to {
  float: left;
}
.src-filter input {
  margin-top: 2px;
}
.src-filter #searchtext,
.date-from{
	clear: both;
	float: left;
}
.src-filter label{
	text-transform: none;
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.src-filter li {
  display: inline-block;
  margin-right: 16px;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: top;
  border-right: 1px solid #fff;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
}
.src-filter li:first-child{
	padding-left: 10px;

}

.src-filter li:last-child {
  border: 0;
  padding: 0;
  float: right;
  margin: 0;
  padding: 0;
}

.txt-search-order {
	padding: 5px;
	max-width: 150px;
	border-radius: 3px;
	border: 1px solid #bbb;
}
.txt-search-order:focus {background:#c5d9c7}
.date-to{
	margin-left: 5px;
}

#date_select_trig_o,
#date_select_trig,
#date_select_trig_o_to,
#date_select_trig_i_to{
	position: relative;
	z-index: 1;
	margin-left: 3px;
	margin-top: 3px;
}
.fa-calendar {
  font-size: 20px;
}
.src-filter .s-calendar .txt-search-order {
  padding-left: 30px;
  position: relative;
  margin-top: -26px;
  margin-left: -2px;
  z-index: 0;
}
#inv-src-reference,
#src-reference{
	margin-left: 10px;
}
.opensalesorder-page-links,
.invoice-page-links {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.opensalesorder-page-links li,
 .invoice-page-links li{
  display: inline-block;
  margin-right: 5px;
	line-height: 35px;
}
.opensalesorder-page-links li a,
.invoice-page-links li a{
  padding: 5px 10px;
  color: #fff;
  background: #0062AC;
  border-radius: 3px;
}
.opensalesorder-page-links li a.selected,
.invoice-page-links li a.selected{
  background: #999;
}

#checkout-shipping-method-load label,
#shipping-method-reset,
#payment-method-reset{
	display: none;
}

/*:::::::: CALENDAR :::::::::::*/
.calendar .button{
	display: table-cell;
	padding: 0 10px;
}
.calendar table thead tr:first-child td:first-child,
.calendar table thead tr:first-child td:last-child,
.wn {
	display: none;
}

body .calendar {
  background: #fff;
  padding: 10px;
  z-index: 5000;
  border: 1px solid #eaeaea;
}
body .calendar .day{
	text-align: center;
	padding: 5px;
	cursor: pointer;
}
.calendar .title,
.calendar .ttip{
	font-family: 'open_sansbold';
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	background: #0062AC;
	text-align: center;
	padding: 5;
	border-radius: 3px;
}
.daysrow{
	line-height: 15px;
}
.today{
	background: #0062AC!important;
	color: #fff!important;
	border-radius: 3px;
}


/*::::::::MINI CART :::::::::*/
.fast-order{
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	display: block;
	padding-bottom: 20px;
}
.fast-order small{
	font-size: 0.8em;
}
.fast-sku label,
.fast-order-qtwrap label{
	float: left;
	clear: both;
}


.fast-sku{
	float: left;
	margin-right: 10px;
}
.fast-order-sku{
	float: left;
	clear: both;
}

.fast-order-qtwrap{
	float: left;
	width: 36px;
}
.fast-buy{
	line-height: 32px;
	padding: 0 12px;
	margin-left: 2px;
	float: right;
	margin-top: 20px;
}
.fast-add{
	float: left;
	clear: both;
}

	.mini-cart {
	  float: right;
	  width: 300px;
	  padding: 25px;
	  background: #f4f4f4 url('../images/pull-cart.png') no-repeat bottom center;
	}
	.mini-cart .mini-cart-heading label{
		margin-left: 10px;
	}
	.mini-cart .mini-cart-heading .summary{
		float: right;
		font-size: 20px;
	}
	.hide-above-960{
		display: none!important;
	}


.skip-link .count{
	background-color: #A90230;
	margin-left: -9px;
	margin-right: -13px;
	margin-top: -40px;
}
.dropdown.open > .dropdown-heading.cover > *{
	background: #f4f4f4!important;
	box-shadow: 0px 0px 0px #fff!important;
}
.dropdown-heading.cover{
	box-shadow: 0px 0px 0px #fff!important;
}
.dropdown .dropdown-heading.cover > span{
	padding: 0;
}
.user-menu{
	vertical-align: bottom!important;
}

.ic-english{
	background: transparent url('../images/flags/en.png') no-repeat left top;
	width: 20px;
	height: 12px;
}

#nav .nav-panel-inner {
	background: #025392;
}
#nav .nav-panel-inner li{
	border-bottom: 1px dashed #0062AC;
	margin-top: 8px;
}

#nav .nav-panel-inner a{
	color: #fff!important;
	text-transform: none!important;
	font-size: 14px!important;
}
#nav .nav-panel-inner a:hover{
	color: #4FC3DF!important;
}

.caption p{
	line-height: 30px;
}

.the-slideshow-wrapper{
	margin-bottom: 30px;
}

.sidebar .nav-2,
.sidebar .nav-3,
.sidebar .nav-4,
.sidebar .nav-5,
.sidebar .nav-6,
.sidebar .nav-7{
	display: none;
}

/* ====== TESTIMONIALS ========*/

/* Firefox */

/* ANIMATION */
@-moz-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; } 
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; } 
	21% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-moz-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; } 
	60% { top:325px; opacity:0; z-index:0; }
	61% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

/* Chrome Safari */

@-webkit-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; }
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; }
	21% { top:-325px; opacity:0; z-index:-1; }
	50% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-webkit-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; }  
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; z-index:0; } 
	60% { top:325px; opacity:0; z-index:0; } 
	61% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

/* IE */

@keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; }
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; }
	21% { top:-325px; opacity:0; z-index:-1; }
	50% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; }  
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; z-index:0; } 
	60% { top:325px; opacity:0; z-index:0; } 
	61% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

/* ANIMATION BAR */
@-moz-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@-webkit-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}

/* CONTENT SLIDER */
.the-slideshow-wrapper-outer{
	display: none;
}

.customers{
	background: transparent url('../images/customer.jpg') no-repeat 0px -20px;
}

.customers h2 {
	font-size: 28px;
	color: #fff;
	margin-top: 80px;
	margin-left: 38%;
	max-width: 50%;
}

#testimonials {
	width: 60%;
	height: 350px;
	border-radius: 4px;
	color: #fff;
	margin-left: 38%;
}
/* SLIDER */
#testimonials #slider {
	width:80%;
	overflow:visible;
	position:relative;
	padding-top: 10px;
}
#testimonials #mask {
	overflow:hidden;
	height:280px;
}
#testimonials #slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#testimonials #slider li {
	width: 100%;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#testimonials p,
#testimonials i{
	line-height: 26px;
	font-size: 20px;
	font-family: 'open_sanslight_italic';
	text-align: left;
}

#testimonials #slider li.firstanimation {
	-moz-animation:cycle 60s linear infinite;	
	-webkit-animation:cycle 60s linear infinite;
	animation:cycle 60s linear infinite;			
}
#testimonials #slider li.secondanimation {
	-moz-animation:cycletwo 60s linear infinite;
	-webkit-animation:cycletwo 60s linear infinite;	
	animation:cycletwo 60s linear infinite;		
}
#testimonials #slider li.thirdanimation {
	-moz-animation:cyclethree 60s linear infinite;
	-webkit-animation:cyclethree 60s linear infinite;
	animation:cyclethree 60s linear infinite;		
}
#testimonials #slider li.fourthanimation {
	-moz-animation:cyclefour 60s linear infinite;
	-webkit-animation:cyclefour 60s linear infinite;
	animation:cyclefour 60s linear infinite;		
}
#testimonials #slider li.fifthanimation {
	-moz-animation:cyclefive 60s linear infinite;
	-webkit-animation:cyclefive 60s linear infinite;
	animation:cyclefive 60s linear infinite;		
}

/* PROGRESS BAR */
#testimonials .progress-bar { 
	position:relative;
	width:100%; 
	height:2px;
	background:#fff;
	-moz-animation:fullexpand 60s ease-out infinite;
	-webkit-animation:fullexpand 60s ease-out infinite;
	animation:fullexpand 60s ease-out infinite;
}
/*:::::::::: Front CMS ::::::::::: */

.cms-index-index .page-title{
	margin-top: 20px;
}

.front-seo{
	margin-top: 25px;
}

.block-reorder{
	display: none;
}

/*:::::::::: Tabs ::::::::::: */

.cms-tabs 				{	width:100%;	display:inline-block;	}
 /*----- Tab Links -----*/
 /* Clearfix */
.cms-tab-links:after 	{	display:block;	clear:both;	content:'';	}
.cms-tab-links{
	margin: 0;
	margin-left: 5px;
}
.cms-tab-links li 		{	margin:-2px 1px;	float:left;	list-style:none;	}
.cms-tab-links a 		{
			            padding:9px 15px;
			            display:inline-block;
			            border-radius:3px 3px 0px 0px;
			            background:#0062AC;
			            font-size:14px;
			            font-weight:600;
			            color:#fff;
			            transition:all linear 0.15s;
        			}
.cms-tab-links a:hover 	{	background:#00437A;	text-decoration:none; color:#fff;	}
.cms-tabs li.active a, 
.cms-tabs li.active a:hover 	{	background: #fafafa;	
						color:#333333;	
						position: relative; 
						top: 1px;	
						z-index: 1; 
						border-left: 1px #ccc solid; 
						border-top: 1px #ccc solid;
						border-right: 1px solid #ccc;
						text-decoration: none;
						
}
 
/*----- Content of Tabs -----*/
.cms-tab-content 		{
				        padding:30px;
				        background: #fafafa;
				        overflow: hidden;
				        border: 1px solid #ccc;
				        border-radius: 5px;
   					}
.cms-tab 				{	display:none;	}
.cms-tab.active 		{	display:block;	
}

.downloadList a{
	float: left;
	clear: both;
}

.clearer{
	clear: both;
}

/*:::::::::: Responsiva tabeller ::::::::::: */

.b2bsalesorder-rows table {
    border-collapse: collapse;
    border-spacing: 0;
}
.b2bsalesorder-rows td,
.b2bsalesorder-rows th {
    padding: 4px 8px;
}
.b2bsalesorder-rows tbody tr:nth-child(even)  td { background-color: #eee; }

@media screen and (max-width: 960px) {
	.b2bsalesorder-rows table,
	.b2bsalesorder-rows	tbody,
	.b2bsalesorder-rows	tbody tr,
	.b2bsalesorder-rows	tbody th,
	.b2bsalesorder-rows	tbody td {
	  	  display: block;
	  	  border-top: none;
	  	  border-right: none;
	  	  border-left: none;
	  	  text-align: center;
	}
}


.downloadTable{
	width: 100%;
}
.downloadTable thead th {
	font-family: 'open_sansbold';
	font-size: 12px;
	text-transform: uppercase;
}
.downloadTable .alt{
	background: #eaeaea;
}


/*::::::: KASSAN ::::::::*/


#crealevant-empty-cart a{
	color: #fff;
	padding: 10px;
	text-align: center;
	background: #A9022F;
	float: right;
	border-radius: 3px;
}

.changelink{
	display: none;
}
.cart-delivery li{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	overflow: hidden;
	border-radius: 3px;
	font-size: 10px;
	line-height: 10px;
}

.cart-delivery .cart-red{
	background-color: #A80230;
	padding: 5px;
}
.cart-delivery .cart-yellow{
	background-color: #e5a309;
	padding: 5px;
}
.cart-delivery .cart-green{
	background-color: #1eaa4f;
	padding: 5px;
}
.cart-delivery .secondary-warehouse li{
	color: #A80230;
}
.b2bcart-text{
	clear: both;
	float: left;
}
.b2bcart-price{
	float: right;
}
.col-unit-price{
	min-width: 130px;
}
.data-table thead{
	font-family: 'open_sansbold';
}
.firecheckout-index-index .a-right {
  min-width: 130px;
}

/*:::::::::: Kategorier ::::::::::: */

.category-nav .nav-item a {
	background: #0062AC;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
	float: left;
	min-height: 40px;
	margin-bottom: 15px;
}
.category-nav .nav-item a:hover{
	background: #025392;
}
.category-nav .nav-item a span{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.category-title {
	margin-bottom: 30px;
}
.img-container {
	margin-bottom: 10px;
}
.vcard{
	min-height: 300px;
}

/*:::::::::: Product page ::::::::::: */
.add-to-cart.left-side .qty-wrapper {
  float: left;
  background: #eaeaea;
}

/*:::::::::: Sidfot ::::::::::: */
.footer{
	font-family: 'open_sanslight', georgia, serif!important;
}
.footer p{
	margin-bottom: 10px;
}
.footer h4 {
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px;
	margin-top: 30px;
	font-family: 'open_sansbold'!important;
}

.footer-primary-bottom-spacing {
	padding-top: 80px;
	padding-bottom: 60px;
}

.footer-primary-bottom-spacing {
	border-top: 0px solid;
	
}
.footer_label {
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	line-height: 40px;
	max-width: 90%;
}
.footer-block {
	line-height: 30px;
	float: left;
	clear: both;
	font-size: 16px;
	margin-top: 5px;
	max-width: 90%;
}
.block_footer_contact,
.copyright{
	text-align: center!important;
	color: #fff!important;
}
.footer .button {
	background-color: #0062ac!important;
	color: #fff!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 17px;
	border: 0px;
	height: 41px;
	border-radius: 0px 3px 3px 0px;
}
#subscribe-form label {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 10px;
}

#subscribe-form {
	margin-top: 3px;
}
#subscribe-form .input-text{
	padding: 13px!important;
	border: 0!important;
	border-radius: 3px 0px 0px 3px;
}
#subscribe-form .input-box {
	margin: 0 0px 0px 0;
}
.footer-top-container {
	min-height: 70px;
}


/* 960px <= width < 1280px */
@media only screen and (min-width: 959px) and (max-width: 1279px) {
	
	.header .logo-wrapper .logo {
	  max-width: 300px;
	}
	.nav-regular .nav-item.level0 > a {
	  font-size: 12px;
	}
	
	.message {
	  width: 428px;
	  top: 113px;
	  margin-left: 0px;
	  padding: 6px;
	  font-size: 11px;
	  background: #eaeaea;
	  display: none;
	}
	.bg-service {
	  display: none;
	}
	.customer-login {
	  top: -7px;
	}
	.customers {
	  background: transparent url('../images/customer.jpg') no-repeat -61px -18px;
	}
	
	.src-filter li {
	  max-width: 170px;
	  vertical-align: top;
	  min-height: 115px;
	  margin-right: 10px;
	  padding-right: 10px;
	}
	.date-to{
		margin: 0;
	}
	
	
}

@media only screen and (max-width: 959px){
	#search_mini_form {
	  position: absolute;
	  width: 430px;
	  margin-top: 90px;
	  margin-left: -191px;
	}
	.header-regular .hp-blocks-holder .hp-block {
	  vertical-align: top;
	}
	.header .logo-wrapper .logo {
	  max-width: 234px;
	  margin: 0px 0;
	  position: absolute;
	}
	.bg-account .fa{
		display: none!important;
	}
	.cms-tab-links a {
	  padding: 9px 9px;
	}
	.src-filter li {
	  margin: 0;
	  border: 0;
	  border-bottom: 1px solid #fff;
	  padding: 10px;
	  min-width: 45%;
	}
	.src-filter li:last-child {
	  position: relative;
	  margin-top: -67px;
	  margin-right: 21px;
	}
}

/* 960px <= width < 1280px */
@media only screen and (max-width: 969px){

	.nav-custom-link{
		width: 40px;
		overflow: hidden;
		height: 50px;
	}
	
	.customers{
		background: #0062AC!important;
	}
	.customers h2 {
	  font-size: 23px;
	  margin-top: 30px;
	  margin-left: 10%;
	  max-width: 100%;
	}
	.bg-service, 
	.message {
	  display: none;
	}
	.customer-login {
	  top: -7px;
	}
	#testimonials {
	  width: 100%;
	  margin-left: 10%;
	}
	.front-seo {
	  margin-top: 0px;
	}
	
		
}

/* 960px <= width < 1280px */
@media only screen and (max-width: 960px) {
	.nav-mobile.opt-sb0 .nav-item.nav-item--only-blocks {
	  display: block;
	}
	.nav-custom-link{
		width: 100%;
		overflow: visible;
		height: 50px;
	}
	
}
/* 960px <= width < 1280px */
@media only screen and (max-width: 769px){
	
	.customers{
		background: #0062AC!important;
	}
	.customers h2 {
	  font-size: 23px;
	  margin-top: 30px;
	  margin-left: 10%;
	  max-width: 100%;
	}
	.bg-service, 
	.message, 
	.block_header_top_right_value {
	  display: none;
	}
	.mini-cart-heading .summary,
	.mini-cart-heading label{
		display: none;
	}
	.mini-cart{
		width: auto!important;
		padding: 0;
	}
	.bracart {
	  background: transparent url('../images/cart.png') no-repeat left center;
	  background-size: 50%;
	  width: 40px;
	  height: 40px;
	  float: none;
	}
	.skip-link .count {
	  background-color: #A90230;
	  margin-left: -23px;
	  margin-right: 0px;
	  margin-top: 16px;
	  position: absolute;
	}
	.customer-login {
	  top: -7px;
	}
	#testimonials {
	  width: 100%;
	  margin-left: 10%;
	}
	.front-seo {
	  margin-top: 0px;
	}
	#search_mini_form {
	  position: relative;
	  width: auto;
	  margin-top: 0px;
	  margin-left: 0px;
	}	
}

@media only screen and (max-width: 640px) {
	
	.src-filter li {
	  min-width: 95%;
	}
	.src-filter li:last-child {
	  margin: 0;
	}
	.cms-tab-links li {
	  display: table-cell;
	  float: none;
	}
	.cms-tab-links li a{
	  font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.checkout-cart-index .page-title {
		display: inline-block;
	}
}