/*
font-family:'Proxima Nova A W01 Medium';
font-family:'ProximaNW01-AltLightReg';
font-family:'Proxima N W01 At Reg';
font-family:'Proxima N W01 At Smbd';
font-family:'Proxima N W01 At Bold';
*/
div, p, h1, h2,h3,h4,h5{
	font-family: 'ProximaNW01-AltLightReg';
}
h1,h2,h3{
	font-family: 'Proxima N W01 At Smbd';
}
h1{
	font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
h2{	
	font-size: 24px;
}
h3{	
	font-size: 20px;
}
a h3{
	text-decoration: none;
}
h1 a, h2 a,h3 a{
	text-decoration: none;
}

a{
	color:#000;
	/*text-decoration: underline;*/
}
a:hover{
	color:#ed9142;
}
a:active,a:visited,a:focus{
	color:#ed9142;
	color:#000;
	/*text-decoration: underline;*/
}


/* XS */
@media (max-width: 767px) {
	h3{
		font-size: 25px;
	}
}





/* --------- ABOVE NAVBAR BUTTONS TOP RIGHT --------- */

.senab-search-form-top input[type="search"]{
	border: 1px solid gray;
    padding: 10px 0;
    text-align: center;
    width: 250px;
    color:gray;
    background-color: transparent;
}
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}

.search-box + label .search-icon {
  color: black;
}

.search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}

.search-box:hover + label .search-icon {
  color: white;
}

.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}

.search-box:focus + label .search-icon {
  color: black;
 
    left: 270px;
    position: absolute;
    top: 12px;
}

.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: absolute;
  left: 13px;
  top:12px;
  color: white;
  cursor: pointer;
}

#search-icon {
	color: #D8751E !important;
}

/* --------- ABOVE NAVBAR BUTTONS TOP RIGHT --------- */




.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* GENERAL SENAB ELEMENTS*/
.section-senab, .senab-section{
	/*padding: 65px 0px 65px;*/
	padding: 65px 0px 65px;
}
.section-senab h2, .senab-section h2{
	margin:0px 0px 30px 0px;
}
.section-senab h3.search-result{
	margin: 0 !important;
}
.section-senab h3, .senab-section h3{
	margin:0px 0px 30px 0px;
}
.section-senab h1, .senab-section h1{
	margin-top:0px;
}
.senab-background-blue{
	background-color: #eaeff2;	
}
.senab-background-red{
	 background-color: #f6f3f2;
}
.senab-background-green{
	background-color: #ebf2eb;
}
.senab-background-grey{
	    background-color: rgba(221, 221, 221, 0.24);
}
.senab-listing h3{
	margin-bottom: 15px;
	margin-top: 25px;
}






















/* -------- BUTTONS NEW START -------- */


.btn-senab{
	border:none;
	display: inline-block;
	font-family: 'Proxima N W01 At Reg';
	text-decoration: none;
}
.btn-senab:hover{
	text-decoration: none;
	-o-transition:.15s;
  	-ms-transition:.15s;
  	-moz-transition:.15s;
  	-webkit-transition:.15s;
  	transition:.15s;
  	cursor: pointer;
  	color:#fff;
}
.btn-senab:active{
	text-decoration: none;
}
/*SIZES*/
.btn-senab-large{
	padding:17px 40px;
	font-size: 15px;
}
.btn-senab-medium{
	padding: 12px 25px;
	font-size: 13px;
}
.btn-senab-small{
	padding: 7px 15px;
	font-size: 13px;
}


/*COLORS*/
a.btn-senab-blue{	
	/*background-color:#eaeff2;*/
	background-color: #879cb3;
	color:#fff;
}
a.btn-senab-blue:hover{
	background-color:#b2cede;
	color:#fff;

}
a.btn-senab-green{
	background-color: #eaeff2;
	color:#000;
}
a.btn-senab-orange{
	background-color: #ed9142;
	color:#fff !important;
}
a.btn-senab-orange:hover{
	background-color: #ee9b53;
}
a.btn-senab-black-ghost{
	background-color: transparent;
	border-radius: 0;
	border:1px solid #000;
	color:#000;
}
a.btn-senab-black-ghost:hover{
	background-color: #000;
	color:#fff;
}
a.btn-senab-black-fill-ghost{
	background-color: #000;
	border-radius: 0;
	border:1px solid #000;
	color:#fff;
}
a.btn-senab-white-ghost{
	background-color: transparent;
	border-radius: 0;
	border:1px solid #fff;
	color:#fff;
}
a.btn-senab-white-ghost:hover{
	background-color: #fff;
	color:#000;
}
/* --------- BUTTONS NEW END --------- */













.page-header {
	border:none;
	margin:25px 0;
	padding-bottom: 5px;
}
a.navbar-brand {
	padding-left: 0;
	margin: 0px;
	float: none;
	display: block;
}

/*
.navbar-nav > li > a {
    line-height: 20px;
}



.navbar-default {
	background-color: #fff;
    border-color: #fff;
    
}
.navbar-default .navbar-nav > li > a {
    color: #545454 !important;
}

*/

/* -------- CENTERED TOP MENU START -------- */

.navbar-brand .logo-image {
    width: 282px;
}


#navbar-centered{
/*	    float:right;*/
	    position:relative;
/*	    left:-52%;*/
	    text-align:left;
	    margin:10px 0px 50px 0px;
}
#navbar-centered ul{
    list-style:none;
   /* position:relative;
    left:50%;*/
}

#navbar-centered li{ float:left;position:relative; }/* ie needs position:relative here*/

#navbar-centered a{
    text-decoration:none;
    margin:10px;
    float:left;
    color:#000;
    text-align:center;
    white-space:nowrap;
    font-size: 16px;
}
#navbar-centered a:hover{ 
	text-decoration: none;
}
#navbar-centered a:before{
	content: "";
	position: absolute;
  	width: 100%;
  	height: 3px;
	bottom: -6px;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1231px) {
	#navbar-centered a:before{		
		width: calc(100% - 24px);
		left: 12px;
	}
  }

  @media (min-width: 992px) and (max-width: 1230px) {
	#navbar-centered a:before{
		width: calc(100% - 12px);
		left: 6px;
	}
  }
/*#navbar-centered a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/
#navbar-centered li:hover a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#navbar-centered li.active a:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	/*//padding-bottom: 4px;
	//border-bottom: 3px solid #000;*/
}
#navbar-centered li.active a:hover:before
{
/*	visibility: hidden;*/
}

#navbar-centered li.current-menu-item a:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	/*//padding-bottom: 4px;
	//border-bottom: 3px solid #000;*/
}
#navbar-centered li.current-menu-item a:hover:before
{
/*	visibility: hidden;*/
}


#navbar-centered a{
	padding:0px;
	margin:0px;
}

/*KNAPPEN SOM STYRER RESPONSIVE*/
.navbar-toggle {
   float: inherit;
   margin-top: 13px;
   padding:6px;
   border-width: 0px;
   border: 2px solid #ed9142;
   border-radius: 0px;
  /* background-color: #f6f3f2;*/
}
.navbar-toggle .icon-bar{
	/*background-color: #ed9142;
	height: 3px;
	width: 30px;*/
}
.navbar-toggle span{
	background-color: #ed9142;
}
.navbar-toggle span:nth-child(3) {
	/*background-color: #ed9142;*/
}

@media  (min-width: 992px ) {
	body .navbar-collapse.collapse {
		height: auto !important;
	}
}

@media  (max-width: 991px ) {
	.page-header {
		border:none;
		margin:25px 0 25px;
	}

	#logo-left-fix{
		text-align: left;
	}

	.sub-site .page-header #navbar .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.page-header #navbar{
		background-color: #eaeff2;
		margin-right: -100%;
    	margin-left: -100%;
	}


    .navbar-collapse.collapse:not(.in) {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

	#navbar-centered{
		float: left;
		left:0;
		padding-top: 20px;
		max-width: 750px;
		margin: 10px auto 30px auto !important;
	}
	#navbar-centered ul {
		left:0;
		padding-left: 15px;
	}
	#navbar-centered ul li {
	    float: none;
	    position: relative;
	    display: block;
	    padding:10px 0px;
	}
	#navbar-centered ul li a {
	   margin: 10px 0;
	}
	#navbar-centered a{
    	float:none;
    	text-align:left;
    	font-size: 18px;

	}
	#navbar-centered li.active a{
		
		border-bottom: none;
	}
	#navbar-centered li a:hover:before
	{
		visibility: hidden;
	}
	#navbar-centered li.active a:before{
		visibility: hidden;
	}
	
	#navbar-centered li.current-menu-item a:before{
		visibility: hidden;
	}
	#navbar-centered li.current-menu-item a:hover:before
	{
		visibility: hidden;
	}
	
}
/* SM */
@media (min-width: 992px ) and (max-width: 991px ) {
	
	#navbar-centered ul li{
		margin:2px 20px;
	}
	#navbar-centered ul > li:first-child a {
    	margin-left:0px;
    	/*padding-left:0px;*/
	} 
	#navbar-centered ul > li:first-child a {
    	margin-right:0px;
    	/*padding-right:0px;*/
	} 
}
/* MD */
@media (min-width: 992px) and (max-width: 1199px ) {
	#navbar-centered ul li{
		margin:2px 20px;
	}
}
/* LG */
@media (min-width: 1200px) {
	
	#navbar-centered ul li{
		margin:2px 20px;
	}
}
@media (max-width: 767px) {
	.page-header #navbar{
		margin-right: -15px;
    	margin-left: -15px;
	}
	.sub-site .page-header #navbar .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/* -------- CENTERED TOP MENU END -------- */









/* -------- FORSIDE TEMPLATE START -------- */

.page-front .wide-image{
	height: 500px;
	background-size: cover;
}
/*
.page-front .wide-image .btn{
	color:#fff;
	border-color: #fff;
}*/
.page-front .wide-image h1.top-heading{
	font-size: 50px;
	margin-top: 110px;
	text-transform: none;
	color:#fff;
}
.page-front .white-space-front-page{
	padding-top: 40px;
    margin-bottom: 30px;
}
.page-front .front-section-2{
	/*background-color:#eaeff2;*/
        background-color: #f7f5f4;
}
.page-front .front-section-2 h2{
	/*margin:60px 0px 30px;*/
}
.page-front .front-section-2 a{
	/*margin:0px 0px 65px;*/
}
.page-front .colored-row-1{
	background-color:#f2edea;
}
.page-front .colored-row-2{
	background-color:#dfe9e0;
}
.page-front .colored-row-3{
	/*background-color:#eaeff2;*/
}
.page-front .colored-box{
	padding:30px 20px;
}
/*.page-front .search-row-wrapper{
	background-color: #f6f3f2;
}*/
.page-front .search-row{
	/*margin-top:45px;
	margin-bottom:65px;*/
}
.page-front .search-row h2{
	margin-bottom: 30px;
}
.page-front .search-row input[type="search"]{
	padding: 15px 20px;
    width: 459px;
	border:1px solid gray;
	text-align: center;
	background-color: transparent;

	 background-image: url(https://senabeikeland.no/wp-content/uploads/2015/10/glass.png);
    background-position: 411px 12px;
    background-repeat: no-repeat;
}
/* SM */
@media (max-width: 767px ) {
	.page-front .search-row input[type="search"]{
    	width: 100%;
    }
    .page-front .wide-image{
		height: 350px;
		background-size: cover;
	}
    .page-front .wide-image h1.top-heading{
		margin-top: 55px;
		margin-bottom: 55px;
    	font-size: 40px;
    }
    
    .search-results{
        h3{
            font-size: 20px;
        }
    }
}
/* -------- FORSIDE TEMPLATE END -------- */




/*4 col product list*/
.product-in-list h3{
	margin-bottom:25px;
}





/*PRODUCTS TEMPLATE START*/
.products-main .senab-section{
	margin-bottom: 70px;
}
.products h2{
	margin:60px 0px 35px;
	font-size: 25px;
}
.brand-box{
	padding:65px 0px;
	/*background-color: #f6f3f2;*/
}
.brand-box h2{
	margin:0px 0px;
	font-size: 25px;
}

.brand-box .brand-field {
    margin-top: 25px;
}

.brand-box .brand-list {
    margin-top: 25px;
}

/*PRODUCTS TEMPLATE END*/











/* DEFAULT TEMPLATE START */
.page .p{
	color:#888888;

}
/* DEFAULT TEMPLATE END */

/* -------- PRODUCT LIST TEMPLATE START -------- */
.product-in-list{
	margin-bottom: 20px;
    /*min-height: 300px;*/
}

@media (min-width: 1200px) {
    .product-in-list {
        /*min-height: 335px;*/
    }
}

.products-topic h3{
	font-size: 20px;
	/*padding-bottom: 10px;*/
}	
.products-topic .senab-section{
	margin-bottom: 20px;
}
.products-topic.main-level .product-in-list h3{
	font-size:27px;
}
.product-3-in-list h3{
	font-size:25px;
	margin-bottom: 15px;
}
.product-3-in-list{
	margin-bottom: 40px;
}

@media (max-width: 767px ) {
	.product-3-in-list h3{
		font-size:18px;
		
	}
	.product-in-list {
    	margin-bottom: 25px;
	}
}

.cross-reference-text {
	font-family: 'Proxima N W01 At Smbd';
}

.cross-reference-button {
	margin-top: 10px;
}

.cross-reference-wrapper {
	padding-top: 40%;
}

.cross-reference-link {
	text-decoration: underline;
}

.product-in-list .image-wrapper {
	background-color: #fafafa;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100%;
}

.topic-list {
	margin-top: 15px;
	margin-bottom: 30px;
}

/* -------- PRODUCT LIST TEMPLATE END -------- */



/* -------- BRAND LIST TEMPLATE START -------- */
.brand-list img.img-responsive{
	display: inline;
}
.brand-list .senab-section{
	margin-bottom: 70px;
}

.brand-list-item {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;

}

/* -------- BRAND LIST TEMPLATE END -------- */



/* -------- SINGLE BRAND TEMPLATE START -------- */

.single-brand h2{
	/*margin:50px 0px 40px 0px; */
}	
.single-brand  img.brand-logo{
	display: inline;
}
.single-brand a{
	color:#000;
	margin-bottom: 20px;
}
.single-brand .product-box{
	margin-bottom: 20px;
}
/* -------- SINGLE BRAND TEMPLATE END -------- */











/* -------- SINGLE PRODUCT PAGE START -------- */

.single-product h1{
	margin-bottom: 30px;
	margin-top: 0px; 
	font-family: 'Proxima N W01 At Reg';
	font-weight: 100;
	text-transform: none;
	font-size: 30px;
}
.single-product h2{
	font-family: 'Proxima N W01 At Reg';
	font-size: 25px;
	margin-top: 50px;
}
.single-product h4{
	font-family: 'Proxima N W01 At Smbd';
	margin:25px 0 15px;
}
.single-product img.main-product-image{
	/*max-height: 500px;*/
	margin-bottom: 65px;
}
.single-product .colored-box-container{
	/*background-color: #f6f3f2;*/
	padding-bottom: 30px;
}
.single-product .product-is-part-of{
	background-color:#c4d7de;
}
.single-product .call-to-action-container{
	margin: 40px 0 20px;
}
.single-product .category-container p {
    margin: 4px 0 0px;
}
.single-product .single-product-cta{
	
}
.single-product .button-color-1{
	/*background-color:#e3f1f5;	*/
	background-color: #d9ada8;
}
.single-product .button-color-2{
	/*background-color:#f5e9e1;*/
	background-color: #93c8b4;	
}
.single-product .button-color-3{
	/*background-color:#dff1df;*/
	background-color: #d9ada8;;	
}
.single-product .single-product-label{
	font-family: 'Proxima N W01 At Smbd';
	padding-right: 5px;
}
/*.single-product .senab-breadcrumbs{
	padding-bottom:10px;
}*/


/*FULL SCREEN GALLERY*/
.fotorama__dot {
    border: 1px solid #fff;
    border-radius: 6px;
    display: block;
    height: 8px;
    left: 6px;
    position: relative;
    top: 12px;
    width: 8px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    border-width: 4px;
}

.fotorama__arr.fotorama__arr--prev{
	display: block;
	background-color: #000;
	border:1px solid #fff;
	height: 50px;
	width: 50px;
	
	background-image: url('../images/prev2.png');
	background-position: 7px 11px !important;
	background-size: 24px auto;
}
.fotorama__arr.fotorama__arr--next{
	display: block;
	background-color: #000;
	border:1px solid #fff;
	height: 50px;
	width: 50px;
	background-image: url('../images/next2.png');
	background-position: 13px 11px !important;
	background-size: 24px auto;

}
.fotorama__fullscreen-icon{
	height: 50px;
	width: 50px;
	background-color: #000;
	border:1px solid #fff;
	background-image: url('../images/x2.png');
	background-position: 13px 11px !important;
	background-size: 24px auto;
}
.fotorama-share-social{
	 position: absolute;
	 background-color: #474646;
 
    background-position: 13px 11px !important;
    color:#fff;
    height: 48px;
    width: 170px;
    right: 60px;
    top: 3px;
    padding-top: 15px;
    padding-left: 20px;
    
    z-index: 20;
}
.fotorama-share-social i{
	padding:0px 5px 0px 5px;
}
.fotorama-share-social .label{
	font-family: 'Proxima N W01 At Smbd';
	padding-right: 5px;
	font-weight: normal;
}

.fotorama-share-social a {
	color: #fff !important;
}


@media (max-width: 767px ) {
	.single-product h1{
		margin-top: 25px;
	}
}
@media (min-width: 768px ) and (max-width: 991px ) {
	.single-product h1{
		margin-top: 25px;
	}
	.single-product h4{
		margin:0px 0 15px;
	}
}



/* -------- SINGLE PRODUCT PAGE END -------- */








/* -------- DOWNLOAD IMAGE PAGE START -------- */

.download-image .download-buttons a{
	
}

/* -------- DOWNLOAD IMAGE PAGE END -------- */






/* --------  SEARCH PAGE START  -------- */

.search-page .colored-filter-box{
	/*background-color: #eaeff2;*/
}
.search-page h3.page-title.search-result span{
	color:#d87433;
}
.search-page input[type="search"]{
	border: 1px solid gray;
    padding: 10px 0;
    text-align: center;
    width: 250px;
    color:gray;
    background-color: transparent;
}
.hidden-search input[type="search"]{
	border: 1px solid gray;
    padding: 10px 0;
    text-align: center;
    width: 250px;
    color:gray;
    background-color: transparent;
}

.result-container .image-container {
	padding-top: 100%;
	overflow: hidden;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.result-container .image-container.image-contain {
	background-size: contain;
	background-color: transparent;
}


/* --------  SEARCH PAGE END  -------- */













/* -------- PAGE SINGLE REFERENCE START -------- */


.single-reference .wide-image {
    height: 350px;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .single-reference .wide-image {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .single-reference .wide-image {
        height: 550px;
    }
}

.info-box{
	background-color: #f7f3f2;
}
.single-reference a{
	color:#000;
}
.single-reference .info-box{
	/*background-color: #f7f3f2;
	padding:20px 20px 20px 20px;	*/
    padding-top: 0px;
}

.single-reference .info-box h1{
    margin-top: 61px;
    padding:0px;
}

.single-reference .info-box h2{
	margin-top: 0;
	padding:0px;
}
.single-reference h3{
	margin-top: 20px;
	margin-bottom: 15px;

}
.single-reference img{
	/*max-height: 600px;*/
	display: inline;
}
.single-reference .button-wrapper{
	margin:60px 0px 60px;
}

.single-reference .single-images {
    padding-bottom: 65px;
}

.single-reference .single-images img{
	margin:30px 0px 0px;
}
.single-reference .single-related h2,.single-reference .single-images h2{
	margin:70px 0px 50px;
}

/* col-sm */
@media (min-width: 768px ) and (max-width: 991px ) {
	.a-grouped-product{
		min-height: 330px;
	}
}
/* col-md */
@media (min-width: 992px) and (max-width: 1199px ) {
	.a-grouped-product{
		min-height: 330px;
	}
}
/* col-lg */
@media (min-width: 1200px) {
	.single-reference .info-box{
		
	}	
}


/* -------- PAGE SINGLE REFERENCE END -------- */















/* -------- PAGE REFERENCES LIST START -------- */

.page-references-list h3{
	
}
.page-references-list .col-sm-4{
	margin-bottom: 30px;
}
.page-references-list .row.brand-list{
	font-weight: 300;
}
.page-references-list .row.reference-list .reference-element{
	margin-bottom: 65px;
}
.page-references-list .row.reference-list .reference-element .btn-senab{
	margin-top: 10px;
}
.page-references-list .btn-senab{
	margin:5px 0px 0px;
}

.page-blog-list .col-sm-4{
	margin-bottom: 30px;
}
.page-blog-list .row.brand-list{
	font-weight: 300;
}
.page-blog-list .row.blog-list .blog-element{
	margin-bottom: 65px;
}
.page-blog-list .row.blog-list .blog-element .btn-senab{
	margin-top: 10px;
}
.page-blog-list .btn-senab{
	margin: 20px 0px 0px !important;
}

/* -------- PAGE REFERENCES END -------- */







/* -------- PAGE PRODUCTS GRUPED START  -------- */

/* make square images */
.a-grouped-product .image-container {
	padding-top: 100%;
	overflow: hidden;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/*.senab-breadcrumbs a,.senab-breadcrumbs span{
	font-size: 15px;
	font-weight: 300;
}*/
.senab-breadcrumbs .fa.fa-angle-right{
	padding:0px 4px;
}
.page-products-grouped .senab-breadcrumbs{
	margin-bottom: 20px;
}
.page-products-grouped h1{
	margin-top: 15px;
}
.page-products-grouped h2{
	font-size: 25px;
}
.page-products-grouped.page .heading-as-a-box{
	padding:5px 15px 45px 25px;
}
.page-products-grouped.page .heading-as-a-box h2{
	margin-top: 0px 15px;
}
.page-products-grouped.page .colored-box-1{
	background-color: #f5f1ee;
}
.page-products-grouped.page .colored-box-2{
	background-color: #f1f5f6;	
}
.page-products-grouped.page .colored-box-3{
	background-color: #ebf2eb;
}
.page-products-grouped .one-group{
	margin-bottom: 0px;
}
.page-products-grouped a{
	color:#000;
}
.page-products-grouped h4{
	font-size: 16px;
}
.row.one-group{
	
}
.row.one-group .heading-column{
	min-height: 262px;
	position: relative;
}
.row.one-group .image-container{
	min-height: 262px;
	position: relative;
}

.row.one-group .image-container:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: blue;
    opacity: 0.03;
}
.row.one-group .heading-column.image-container:after {
	opacity: 0.0;
} 
.page-products-grouped .a-grouped-product{
	margin-bottom: 10px;	
}
.page-products-grouped .a-grouped-product h4{
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Proxima N W01 At Smbd';
}

.page-products-grouped .a-grouped-product h5{
	margin-top: 0px;
}

.page-products-grouped .heading-column p{
	padding:10px 0px;
}

@media (max-width: 767px ) {
	.row.one-group .image-container{
		min-height: 158px;
	}
	.heading-column{
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}

/* SM */
@media (min-width: 768px ) and (max-width: 991px ) {
	.a-grouped-product{
		min-height: 275px;
	}
	.row.one-group .image-container{
		min-height: 158px;
	}
	.heading-column{
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.row.one-group .heading-column{
		min-height: 158px;
		
	}
}
/* MD */
@media (min-width: 992px) and (max-width: 1199px ) {
	.a-grouped-product{
		min-height: 290px;
	}
	.row.one-group .image-container{
		min-height: 212px;
	}
	.heading-column p{
		font-size: 12px;
	}
	.row.one-group .heading-column{
		min-height: 212px;
		
	}
}
/* LG */
@media (min-width: 1200px) {
	.a-grouped-product{
		min-height: 330px;
	}	
}
/* -------- PAGE GROUPED PRODUCTS END    -------- */










/* -------- PAGE ABOUT US START  -------- */
.about-us .submenu{
	margin:30px 0;
}
.about-us .about-us-text{
	font-size: 18px;
}
.about-us a.btn-senab{
	margin-top: 10px;
}
.about-us h3{
	margin-top: 25px;
	margin-bottom: 15px;
}
.page-front .wide-image{
	background-position: center center;
}

.about-us-item {
	min-height: 200px;
}

/* XS */
@media (max-width: 767px) {
	.bottom-rows div.col-md-4:nth-child(1) {
		margin-bottom: 65px;
	}
	.bottom-rows div.col-md-4:nth-child(2) {
		margin-bottom: 65px;
	}
}

/* SM */
@media (min-width: 768px ) and (max-width: 991px ) {
	.bottom-rows div.col-md-4:nth-child(1) {
		margin-bottom: 65px;
	}	
}
/* -------- PAGE ABOUT US END  -------- */







/* -------- PAGE CONTACT START  -------- */

.contact-form input{
	border:none;
	padding:20px;

}

.contact-entry {
    font-size: 12px;
    margin-bottom: 30px;
}

/* -------- PAGE CONTACT END  -------- */


.page-contact h2{
	margin-bottom: 15px;
	font-size: 28px;
}
.page-contact a.btn-senab{
	margin-top:15px;
}

.contact-container {
    padding-top: 65px;
}



/* -------- PAGE LOCATION START  -------- */
.page-location .employees h2{
	margin-bottom: 65px;
}
.page-location .employees h4{
		font-family: 'Proxima N W01 At Smbd';
}
.page-location .location-contact-form input{
	border: 1px solid gray;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 300px;
    color:gray;
}
.page-location .location-contact-form textarea{
	border: 1px solid gray;
    padding: 10px 10px;
    margin-bottom: 10px;
    color:gray;
}

.map-container {
    min-height: 300px;
}

#map {
    width: 100%px;
    height: 300px;
}




/* -------- PAGE LOCATION END  -------- */










/* PAGE SEARCH RESULTS START */
.search h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
.search .filter-panel{

}
.search .row.search-results .result-container{

	min-height: 205px;
}
.search .section-senab{
    margin-bottom: 40px;
    padding: 31.5px 0;
}
/* PAGE SEARCH RESULTS END */




/* -------- FOOTER START -------- */
footer{
	background-color: #000;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 100px;

}
footer h3{
	font-size: 14px;
	font-weight: 500;
}
footer p{
	font-size: 12px;
	padding-top:10px;
}
footer .row.top-row{
	margin:20px 0px;
}
footer .row.bottom-row{
	margin:30px 0px 20px;
}
footer .row.bottom-row img{
	margin-top: 6px;
}
footer .row.bottom-row img.footer-logo{
    height: 40px;
}
footer a{
	color:#fff !important;
}

.social-footer-icons{
	margin:5px 0px 5px 0px;
}
.social-footer-icons a{
	text-decoration: none;
	margin-right: 5px;
	color: #D8751E;
}

.social-footer-icons a:hover{
	text-decoration: none;
	margin-right: 5px;
	color: #ed9142;
}


/* XS */
@media (max-width: 767px ) {
    .navbar-brand .logo-image{
            width: 200px;
    }
	footer h3{
		font-size: 24px;
	}
	footer p {
    	font-size: 14px;
	}
	footer .logo-image{
		width: 200px;
	}
}

@media (min-width: 768px ) and (max-width: 991px ) {
	.navbar-brand .logo-image{
		width: 200px;
	}
}


/*  --------  FOOTER END  -------- */



/* XS */
@media (max-width: 767px) {
	.navbar-nav > li > a {
    	line-height: 30px;
	}
	h1{
		font-size: 25px;
	}

	h3 {
		font-size: 22px;
	}

	.product-in-list .img-responsive{
		width: 100%;
	}
	
}

/* SM */
@media (min-width: 768px ) and (max-width: 991px ) {
	.product-in-list .img-responsive{
		width: 100%;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px ) {
		
}

/* LG */
@media (min-width: 1200px) {
		.page-front .wide-image{
			height: 550px;
		}
}

/* LG */
@media (min-width: 1300px) {
		.page-front .wide-image{
			height: 600px;
		}
		.page-front .wide-image h1.top-heading {
    		margin-top: 140px;
    	}
}

.wishlist-add-link > .fa-heart-o {
	display: inline;
}


.wishlist-add-link > .fa-heart {
	display: none;
}

.wishlist-add-link.added-to-wishlist > .fa-heart {
	display: inline;
}

.wishlist-add-link.added-to-wishlist > .fa-heart-o {
	display: none;
}

.wishlist-field--page {
    padding-bottom: 1px;
	margin-bottom: -100px;
}

.wishlist-wrapper {
	margin: 30px auto 60px;
}

table.wishlist {
	margin: 30px 0;
	width: 100%;
}

table.wishlist td {
	padding-right: 10px;
	padding-top: 10px;
}

.wishlist-close-icon, .wishlist-add-link, #wishlist-icon {
	color: #D8751E !important;
}

.wishlist-formfield {
	padding-bottom: 15px;
}

.wishlist-formfield input {
	width: 100%;
}

.wishlist-formfield select {
	width: 100%;
}

.wishlist-formfield textarea {
	height: 140px;
}

.wishlist-form_wrapper {
    margin: 0 !important;
    max-width: 100% !important
}

.wishlist-form_wrapper .top_label .gfield_label {
    display: none !important;
}

.wishlist-form_wrapper .top_label input {
    border: none;
    margin-bottom: 15px;
}

.wishlist-form_wrapper .top_label select {
    border: none;
    margin-bottom: 15px;
    border-radius: 0;
    margin-left: 0;
}

.wishlist-form_wrapper .top_label textarea {
    border: none;
    margin-bottom: 15px;
    width: 100% !important;
}

.wishlist-permalink {
    margin-top: 15px;
}

.wishlist-submitted-msg {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.btn-wishlist {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .btn-wishlist {
        width: 100%;
    }
}

/*************** LEFT MENU *******************/

.row.products-and-menu {
	background-color: #fafafa;
}

.topic-left-menu {
	padding-top: 15px;
}

.left-menu-wrapper {
	padding-top: 30px;
	padding-left: 30px;
}

.right-products-list {
    padding-top: 30px;
}

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

ul.left-menu a {
	/*text-decoration: underline;*/
}

ul.left-menu > li > ul.left-menu {
	padding-left: 15px;
}

li.left-menu-item {
	margin-top: 5px;
}

li.left-menu-item > a.active {
	font-family: 'Proxima N W01 At Smbd';
}

.product-submenu-heading {
	font-size: 16px;
	font-family: 'Proxima N W01 At Smbd';
}

.product-submenu-item {
	font-size: 16px;
	margin-bottom: 0px;
}

@media print {
    #wpadminbar {
        display: none;
    }

    #navbar-centered {
        display: none;
    }

    .wishlist-remove-link {
        display: none;
    }

    .wishlist-form-wrapper {
        display: none;
    }

    .wishlist-button-wrapper {
        display: none;
    }

    .wishlist a[href]:after {
        content: '';
    }

    footer {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .wishlist-submitted-msg {
        display: none;
    }
}


/***Calculator Styles***/
/*.home_form
{
	width:33%; 
	margin:2% auto;
	font-size: 14px;
	border:1px solid black;
	padding: 1% 1% 1% 1%;
	background: #EAEFF3;
}

.title{
	text-align: center;
}


body, select, textarea{
width:100%;
background: #DADEE7;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea
{
background: #DADEE7 !important;	
}
.div_imagetranscrits
{
	padding:1%;
	text-align: center;
}*/

.row.white-space-front-page.blog-home-page{
	margin-bottom: 50px;
}
.blog-home-page img,.blog-element img,.blog-image img{
max-width: 100%;
height:auto;
}
.blog-home-page img,.blog-element img{
	width: 100%;
}
.blog-home-page h3{
	margin-bottom: 4px;
	font-size: 18px;
}
.blog-home-page .top-heading,.blog-home-page h3 a{
	color: #222221;

}
.blog-home-page .top-heading{
	font-weight: bold;
}
.published-date a{
	color:#9d9d9c;
	font-size: 12px;
	font-style: italic;
}
.b2{
	
/*	display: flex;
	
	flex-wrap: wrap;*/
	

}
.row.b2:before, .row.b2:after {
  width: 0;
}
.b2 .blog-element {
    /*display: flex;
    justify-content: space-between;
    flex-direction: column; */
    margin-bottom: 65px;
}
.blog-element h3 a{
/*text-transform: uppercase;
color: #646363;*/

}
.blog-element .post-excerpt{
	color: #2e2d2d;
	font-size: 16px;
}
.blog-element a.btn-senab-black-ghost{
	margin-bottom: 70px;
	margin-top: 10px;
}
 #sidebar{
	background: #f4f7f8;
	padding: 50px;
}

@media screen and (max-width: 768px) {
	#sidebar {
		padding: 30px;
	}
}

 #sidebar .widget-title{
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #888a89; 
	margin-bottom: 25px;
	margin-top: 0px;
	color: #222221;
}
 #sidebar #text-2 .textwidget{
 	color:#2e2d2d;
 	margin-bottom: 100px;
 
 }

.page-template-default .container img{
	max-width: 100%;	
}

@media screen and (max-width: 768px) {
	#sidebar #text-2 .textwidget {
		margin-bottom: 50px;
	}
}

#sidebar #text-3 .list-inline {
	padding-top: 5px;
}

.list-inline .blog-recent-posts{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #c9cbcc ;
	
	display: flex;
	align-items: center;
  	
}

.blog-recent-posts .blog-image{
	max-width: 144px;
    width: 44%;
}

.blog-recent-posts .blog-description {
    padding-left: 20px;
    width: 56%;
}

.blog-recent-posts .blog-description h3{
	margin-top: 0px;
	font-size: 18px;

	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.blog-recent-posts .blog-description h3 a{
	color:#222221;	
}

.arkive-list{
	padding-left: 0px;

}

.arkive-list li:before{
	content: ">";
    position: absolute;
    left: 0;
}

.arkive-list li{
    padding-left: 12px;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    padding-bottom: 3px;
}

.arkive-list li a{
	color: #2e2d2d;
}

#sidebar .screen-reader-text,#sidebar .search-submit{
	display: none;
}

#sidebar .search-form label{
	display: none;
}

#sidebar .search-form{
	padding-top: 40px;
    padding-bottom: 58px;
}

#sidebar .search-field{
	font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    border: 1px solid #9d9d9c;
    width: 100%;
    color:#2e2d2d ;
    appearance: none;
 	-webkit-appearance: none;
 	border-radius: 0px;
}

.single-blogg h1,
.page-template-default h1{
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #3c3c3b;
}  

.single-blogg img,
.page-template-default img{
	max-width: 100%;
	height: auto;
}

.single-blogg footer,
.page-template-default footer{
	margin-top: 85px;
}

.blog-single .published-date{
	color: #9d9d9c;
	margin-bottom: 30px;
	font-style: italic;
}

.blog-single .blog-content,
.page-template-default .container{
	font-size: 16px;
	color:#2e2d2d;
}

.blog-single .blog-content footer,
.page-template-default footer .container{	
	color:#fff;
}

.blog-single .blog-content p,
.page-template-default .container p{
	font-size: 16px;
	color:#2e2d2d;
}

.blog-single .blog-content footer p,
.page-template-default footer .container p{
	font-size: 12px;
	color:#fff;
}

.blog-single .blog-content a,
.page-template-default .container a{
	color: #ed9142;
}

.blog-single .blog-featured-image{
	margin-bottom: 50px;

}

.blog-single .blog-featured-image img{
	width: 100%;	
}

.blog-single .blog-content p{
	
}

.blog-single .blog-content .aligncenter,
.page-template-default .container .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.blog-single .blog-content .alignleft,
.page-template-default .container .alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}
.blog-single .blog-content .alignright,
.page-template-default .container .alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
@media (max-width: 767px) {
	.blog-single .blog-content h3,
	.page-template-default .container h3{
		font-size: 20px;
	}
}
.blog-single .comment-form-author input, .blog-single .comment-form-email input,.blog-single  .comment-form-url input{
width:92%;
padding: 4px 8px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    border:1px solid #888a89;
}
.blog-single .comment-form-comment textarea{
width:100%;
padding: 4px 8px;
 appearance: none;
 -webkit-appearance: none;
 border-radius: 0px;
 border:1px solid #888a89;

}
.blog-single .comment-form-author , .blog-single .comment-form-email,.blog-single  .comment-form-url{
float:left;
width:33.33%; 
}
.blog-single .comment-form-comment{
clear: both;
}
.blog-comments label{
display: block;
}
.blog-comments h3#reply-title {
    text-transform: uppercase;
    font-size: 18px;
}
.blog-comments input[type="submit"]{
appearance: none;
-webkit-appearance: none;
border: none;
background: #333333;
color:#fff;
text-transform: uppercase;
padding: 10px 30px; 
border-radius: 0px;
}
.blog-comments p.form-submit {
	margin-bottom: 0px;
}
.blog-comments .commentlist{
	    list-style: none;
	    padding-left: 0px;
}
.blog-comments h3#comments {
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.blog-comments footer.comment-meta {
    background: transparent;
    color: #222221;
    margin-top: 0px;
    padding: 0px;
}
.blog-comments footer a{
	color: #000 !important;
}
.blog-comments li{
    background: #f4f7f8;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
}
.page-blog-list{
	/*padding-top: 5px;45px;*/
}
.senab-eikeland p.image-text{
	margin-bottom: 0px;		
}
.blog-single .blog-content img,
.page-template-default .container img{
	padding-top: 44px;
	padding-bottom: 44px;
}
.blog-single .page-header .blog-content img,
.page-template-default .page-header .container img{
	padding-top: 0;
	padding-bottom: 0;
}
.blog-single .blog-content .wp-caption,
.page-template-default .container .wp-caption{
	padding-bottom: 34px;
	max-width: 100%;
}
.blog-single .blog-content .wp-caption img,
.page-template-default .container .wp-caption img{
	padding-bottom: 0px;
}
.blog-single .blog-content .wp-caption p.wp-caption-text,
.page-template-default .container .wp-caption p.wp-caption-text{
	font-size: 14px;
	font-style: italic;
}
.blog-single  span.apss-share {
    display: none;
}
.blog-single  span.apss-social-text {
    display: none;
}
.blog-single  i.fa {
    font-size: 18px;
}
.blog-single .blog-social-share{
	margin-bottom: 80px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 55px;
}
.blog-single .apss-single-icon {
    display: inline-block;
    margin: 0 5px;
}
.blog-single .social-tt{
	display: inline-block;
    padding-right: 5px;
}
.blog-single .apss-social-share {
	display: inline-block;
}
.spinner {
    margin: 1em auto 0;
    width: 70px;
    text-align: center;
    display: none;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { background-color: #000; }
    40% { background-color: #000; }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        background-color: #000;
    } 40% { 
         background-color: #000;
    }
}


a, span, p, div, ul, li, h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

@media (min-width: 992px){
	.page-blog-list .col-md-8.blog-archive{
		width:62.66666666666666%;
	}
	.page-blog-list .col-md-4.sidebar{
		width: 37.33333333333333%
	}
}
/*@media (min-width: 1200px){
	.page-blog-list		.container{

		max-width: 1230px;
	}
}*/
@media (max-width: 767px){
	.blog-single .comment-form-author , .blog-single .comment-form-email,.blog-single  .comment-form-url{
		float: none;
		clear: both;
		width: 100%;
	}
	.blog-single .comment-form-author input, .blog-single .comment-form-email input,.blog-single  .comment-form-url input{
		width: 100%;
	}
	.blog-comments{
		margin-bottom: 50px;
	}
}
.leverandor_link {
	color: #ed9142!important;
}