* {
    -webkit-font-smoothing: antialiased;
}

/*
	START: Meny fix
*/

.inline-menu ul li a {
	margin: 0;
	color: #9d8c72;
}

.top-menu a {
	font-size: 12px;	
}

#custom-menu #custom-links .inline-menu ul .has_dropdown ul,
#custom-menu #custom-links .inline-menu ul .has_dropdown ul li,
#custom-menu #custom-links .inline-menu ul .has_dropdown ul li a{
	background-color: #282828!important;
	text-align: left;
}

/*
	END: Meny fix
*/

body {
	background-color: #FFF;
    margin-top: 99px;
}

.start-page {
	display: none;
}

.other-pages {
	display: block;
}

.inline-menu ul li,
.inline-menu ul {
	text-align: right;
}

#logo_wrapper a {
	pointer-events: auto;
}

@media screen and (max-width: 991px) {
	body {
		margin-top: 90px;	
	}
}

@font-face {
  font-family: 'Avenir';
  src: url('../../../styles/AvenirLTStd-Book.eot'); /* IE9 Compat Modes */
  src: url('../../../styles/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../styles/AvenirLTStd-Book.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../styles/AvenirLTStd-Book.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../../styles/AvenirLTStd-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../../../styles/AvenirLTStd-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

p,
input,
h1,
h2,
h3,
a {
	font-family: 'Avenir', Fallback, sans-serif!important;
}

form dl dd input {
	background-color: #FFF;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

form dl dd input:focus {
	border: none;
	background-color: #FFF;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.textarea {
	background-color: #FFF;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.textarea:focus {
	border: none;
	background-color: #FFF;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

form .submitBtnArea {
	text-align: center;
}

form .submitBtnArea input:hover {
	color: #000;
	transform: none;
	font-weight: bold;
}

form .submitBtnArea input {
	background-color: #FFF;
	border: none;
	color: #000;
	font-weight: bold;
}

::-webkit-input-placeholder {
   color: #000;
   font-size: 11px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
   font-size: 11px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
   font-size: 11px;
}

:-ms-input-placeholder {  
   color: #000;  
   font-size: 11px;
}

.text_divider {
	max-width: 730px;
}

.snippet_area_main .columns.text:first-child {
	margin-top: 140px;
}

.columns.text_divider {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.columns.text_divider {
		padding-left: 25px;	
	}
}

.text_divider .divider {
	width: 60px;
	border-bottom: 2px solid #000;
}

.text p a:hover {
	color: #000;
}

/* shop product image margin */
.mfp-wrap {
	margin-top: 60px!important;
}

/* shop text size */
.sf-single-product .intro p {
	font-size: 15px;
}

/* Right place added Jquery text under checkout order table */
.shipping_to_sweden {
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 0;
	float: right;
}

#custom-links {
	float: right;
}

/*
@media (min-width: 768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	    float: right;
	}
}
*/

/*******************************************
	START STICKY NAV WITH TRANSITION
*******************************************/
.sf-extended-button-right:after {
	content: '\f105'!important;
	color: #FFF;
}

.top-menu-wrapper {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background-color: #282828;
	transition: all 0.3s ease-in-out;
}

.container.top-menu {
	max-width: 1150px;
}

.gradient-top {
	display: hidden;
}

.tbl {
	pointer-events: none;
}

#logo .inner a img {
	pointer-events: auto;
}

.top-menu-wrapper .component-dropdown {
    height: 99px;
}

.top-menu-wrapper .inline-menu {
    margin-top: 35px;
    margin-bottom: 35px;
}

.inline-menu ul li a {
	font-weight: 700;
}

#logo_wrapper a img {
	margin-top: 18px;
	margin-left: 20px;
	transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 992px) {
	.top-menu-wrapper {
	    position: fixed;
	}

	.top-menu-wrapper.sticky {
		transition: all 0.3s ease-in-out;
    	background-color: #282828!important;
	}

	.sticky header .row .col-sm-12 #custom-menu #custom-logo a h2 {
	    transition: all 0.3s ease-in-out;
	    margin-top: 0;
	   	visibility: visible;
	}

	.sticky .inline-menu ul li a,
	.sticky .sf-extended-button-right:after {
		color: #9d8c72;
	}
	
	.component-dropdown .inline-menu li.has_dropdown ul {
	    transition: all 1s ease-in-out;
		margin-top: 20px;
	}
	
	.sticky header .row .col-sm-12 .inline-menu ul li ul {
		margin-top: 20px;
	}
	
	.inline-menu ul li.active a {
		color: #9d8c72;
	}
	
	.sticky.top-menu-wrapper .top-menu .row .col-sm-12 #custom-logo .tbl #logo_wrapper a img {
		margin-top: 10px;
		width: 80px;
	}

	.sticky .component-dropdown {
		height: 60px;
	}
	
	.sticky .component-extended {
    	height: 60px;
	}
	
	.sticky .inline-menu {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#logo a.sticky.image-logo {
		top: 0;
	}
	
	.sticky .top-menu a {
		font-size: 13px;
	}

	.top-menu a,
	.inline-menu,
	.top-menu,
	.gradient-top,
	.component-dropdown,
	.component-extended,
	.top-menu-wrapper {
		transition: all 0.5s ease-in-out;
		color: #9d8c72;
	}
	
	nav.inline-menu ul li a:hover {
		color: #000;
	}
	
	.sticky header .row .col-sm-12 #custom-menu #custom-links nav.inline-menu ul li a:hover {
		color: #FFF;
	}
}

.sf-extended-button-right:after {
	color: #9d8c72;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 991px) {
	ul li.active a {
		color: #0b0704;
	}
	
	ul > li.active > a {
		color: #9a9a9a;
	}
	
	ul li a:hover {
		color: #9a9a9a;
	}
	
	.inline-menu ul {
		margin-right: 50px;
	}
	
	#logo_wrapper a img {
		margin-left: 15px;
	}

	.top-menu a,
	.inline-menu,
	.top-menu,
	.gradient-top,
	.component-dropdown,
	.component-extended,
	.top-menu-wrapper {
		transition: all 0.5s ease-in-out;
		color: #9d8c72;
	}
	
	ul li.activeRoot > a {
		color: #9d8c72;
	}
	
	.sf-bar-menu-button-right a {
		color: #9d8c72;
	}
	
	.open-menu-btn:hover a {
		color: #0b0704;
    	font-weight: bold;
	}
}

/* ----- END: Topmenu ------ */

@media screen and (max-width: 767px) {
	#custom-links .open-menu-btn {
		top: 0;
		margin-top: 30px!important;
		color: #9d8c72;
		
	}
	
	.open-menu-btn a {
		color: #9d8c72!important;
	}

	#logo {
	    height: 114px;
	}
}

@media screen and (min-width: 991px) {
/*
	.inline-menu {
		margin-right: 80px;
	}
*/
	
	.top-menu {
		padding-right: 0;
	}
	
	#custom-links {
		margin-right: 10px;
	}
}

/*******************************************
	END STICKY NAV WITH TRANSITION
*******************************************/


/*******************************************
			START SHOP
*******************************************/
.shop_nav {
	margin-top: 70px;
}

.shop_wrapper {
	margin-top: 0px;
}

.shop_wrapper nav.shop_nav section.search {
	width: 100%;
}

.sf-checkout #payment_button .green_button,
.sf_cart_wrapper #sf_cart .blue_button,
.green_button.sf-button {
	background-color: #0b0704;
	font-weight: bold;
	border: 1px solid #0b0704;
	font-family: 'Avenir', Fallback, sans-serif!important;
}

.sf-checkout #payment_button .green_button:hover,
.sf_cart_wrapper #sf_cart .blue_button:hover,
.green_button.sf-button:hover {
	background-color: #FFF;
	border: 1px solid #0b0704;
	color: #0b0704;
}

.sf_cart_wrapper #sf_cart_button a {
	background-color: rgba(11, 7, 4, 0.4)!important;	
}

.shop_wrapper section.products .product .overlay {
	background-color: rgba(11, 7, 4, 0.8)!important;
}

.shop_wrapper section.products .product:hover .overlay {
    opacity: 1;
}

/* FIX FOR MAIN CSS */
.sf-checkout #purchase_extra {
    margin-top: 0;
}

.sf-checkout #purchase_extra #message p {
    padding-left: 15px;
}

.shop_wrapper {
    background: #f4f4f4;
}
/*END*/


/*******************************************
			END SHOP
*******************************************/


@media screen and (min-width: 991px) {
	 header .row .col-sm-12 nav ul li.has_dropdown ul {
		background-color: rgba(40,40,40, 0.6)!important;
	}
	/*
	 header .row .col-sm-12 nav ul li.has_dropdown ul li a {
	 	background-color: transparent;
	 }
	*/
	.sticky header .row .col-sm-12 nav ul li.has_dropdown ul {
		background-color: #282828!important;
	}
}

/************************************
		START CB: STARTBILD
************************************/
.head-section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.columns.startbild {
	max-width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

.column.startbild {
	height: 100vh;
}

.columns.startbild:first-child {
	margin-top: 0;
}

.startbild-img section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: -webkit-calc(100vh);
	height: -moz-calc(100vh);
	height: calc(100vh);
    min-height: 580px;
    min-width: 100%;
}

@media screen and (min-width: 991px) {
	.startbild-img section {
	    background-attachment: fixed;
	}
}

.startimage-content {
	width: 100%;
    position: absolute;
    bottom: 100px;
    margin: 0 auto;
}

.overlay-content {
	text-align: center;
}
/*
.overlay-content img:first-child {
	margin-bottom: 80px;
}
*/
.overlay-content h1 {
	color: #FFF;
	font-size: 60px;
	letter-spacing: 15px;
}

/************************************
		END CB: STARTBILD
************************************/


/************************************
	START CB: TEXT MED BRED BAKGRUND
************************************/
.columns.text_med_bred_bakgrund {
	max-width: 100%;
	background-color: #282828;
	padding: 60px 0;
}

.text_med_bred_bakgrund h2,
.text_med_bred_bakgrund p {
	color: #FFF;
}
/************************************
	END CB: TEXT MED BRED BAKGRUND
************************************/


/************************************
		START CB: BLOCK
************************************/
.sk-folding-cube {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4975e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/************************************
		END CB: CUBE
************************************/


/************************************
		START CB: Preloader
************************************/
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 10px auto;
  font-size: 10px;
  /*position: relative;*/
  /*text-indent: -9999em;*/
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/************************************
		END CB: Preloader
************************************/


/************************************
		START CB: TRE KATEGORIER
************************************/
.tre_kategorier .hover_class {
	margin:0;
	padding:0;
	float:left;
	height: 100%;
	position: relative;
	text-align: center;
}

.tre_kategorier .hover_class img {
	width:100%;
	max-height: 100%;
	margin:0;
	padding:0;
	float:left;
	position: relative;
}

.tre_kategorier .hover_class .tk-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	float: left;
	text-align: center;
	pointer-events: none;
}

.tre_kategorier .container .row .col-sm-4 .tk-overlay p {
	color: #000;
}

@media screen and (max-width: 767px) {
	.tre_kategorier .container .row .col-sm-4 {
		max-width: 500px;
		margin: 0 auto;
	}
}

/************************************
		END CB: TRE KATEGORIER
************************************/


/*******************************************
	CB: PROJECTGALLERY EXTRA
********************************************/
.first {
	padding-top: 80px;
}

.last {
	padding-bottom: 80px;
}

.projektgalleri_extra {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	background-color: #282828;
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 0!important;
	clear: both;
}

.one_object_image_overlay { 
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0 !important;
}

#overlay_image_content{
	width: 100%;
}

.image_overlay_snippet_extra {
	width: 31%;
	margin: 1.1%;
	padding: 0;
	float: left;
	height: 100%;
	position: relative;
}

.overlay_snippet_extra {
	margin: 0;
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	pointer-events: none;
}

.pe_color {
	display: none;  /* Ta bort denna om du vill att overlay skall synas hela tiden samt ta bort Js ur global*/
	width: 100%;
	background: rgba(0, 0, 0, 0.86); /* Ta bort denna för att inte visa färg över bilden vid hover. */
	height: 100%;
	pointer-events: none;
}

.overlay_snippet_extra p,
.overlay_snippet_extra h1,
.overlay_snippet_extra h2,
.overlay_snippet_extra h3{
	color: #9d8c72;
	pointer-events: auto;
	position: absolute;
	top: 45%;
	width: 100%;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.image_overlay_snippet_extra img {
	width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.content_oi_extra {
	margin:49% 0 0 0;
	text-align: center;
	pointer-events: auto;
}

.overlay_snippet_extra p a {
	text-decoration: none;
	border-bottom: none;
	color: #9d8c72;
}
/*
.overlay_snippet_extra p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #9d8c72;
	color: #9d8c72;
}
*/
.one_overlay_image_extra {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
	.first {
		padding-top: 50px;
	}
	
	.last {
		padding-bottom: 30px;
	}
	
	.column.projektgalleri_extra {
		margin: 0;
	}

	.projektgalleri_extra {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.image_overlay_snippet_extra {
		width: 90%;
		margin: 5%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		float: none;
		height: 100%;
		position: inherit;
	}
	
	.image_overlay_snippet_extra img {
		max-height: 100%;
		margin: 0;
		padding: 0;
		float: none;
		position: inherit;
	}
	
	.overlay_snippet_extra {
		display: inherit;  /* Ta bort denna om du vill att overlay skall synas hela tiden samt ta bort Js ur global*/
		width: 90%;
		margin: 5%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		padding-top: 3%;
		padding-bottom: 5%;
		float: none;
		position: inherit;
		height: 100%;
		pointer-events: auto;
		text-align: center;
	}
	
	.overlay_snippet_extra p {
		position: inherit;
	}
}

@media screen and (max-width: 600px) {
	.projektgalleri_extra {
		max-width: 100%;
		background-color: #000;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0!important;
	}
}

/*******************************************
   END CB:	PROJECTGALLERY EXTRA
********************************************/


/*******************************************
		START CB: ABOUT LARGE
********************************************/
.head-section {
    height: 100%;
    overflow: hidden;
}

.columns.about_large {
	position: relative;
	max-width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
}

.column.about_large {
	height: 700px;
}

.about-divider {
	width: 23px;
	border-bottom: 2px solid #9d8c72;
	margin-bottom: 25px;
}

.large-img section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
    min-height: 580px;
    min-width: 100%;
    background-attachment: fixed;
}

@media screen and (max-width: 450px) {
	.large-img section {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 700px;
	    min-width: inherit;
	    background-attachment: initial;
	}	
}

.large-content {
	width: 40%;
	height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-right: 60px;
   	background: rgba(11, 7, 4, 0.8);   	
   	padding: 40px;
	overflow: auto;
}

@media screen and (max-width: 767px) {
	.large-content {
		width: 70%;
	    margin: 0 auto;
	    margin-right: 20px; 	
	   	padding: 10px;
	   	padding-top: 20px;
		overflow: auto;
	}
	
	.large-overlay-content-start p {
		line-height: 22px;
	}
}

.large-overlay-content-start .sf-btn {
	background-color: #282828;
	color: #9d8c72;
    border-radius: 0;
    padding: 7px 28px;
    transition: none;
    float: right;
    margin-right: 30px;
    font-family: 'Avenir', Fallback, sans-serif!important;
}

.large-overlay-content-start .sf-btn:hover {
    transform: none;
}

.large-overlay-content-start p {
	color: #9d8c72;
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.large-overlay-content-start p a {
	color: #9d8c72;
	border: none;
}

.large-overlay-content-start h2 {
	color: #9d8c72;
	margin-bottom: 0;
	
}

/*******************************************
		END CB: ABOUT LARGE
********************************************/


/*******************************************
		START CB: HITTA
********************************************/
.head-section {
    height: 100%;
    overflow: hidden;
}

.columns.hitta {
	position: relative;
	max-width: 100%;
	height: 700px;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
}

.column.hitta {
	height: 700px;
}


.hitta .head-section .large-content .large-content-inner .large-overlay-content .sf-btn {
	float: none;
	margin-top: 0;
}

.about-divider {
	width: 23px;
	border-bottom: 2px solid #9d8c72;
	margin-bottom: 25px;
}

.large-img section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
    min-height: 580px;
    min-width: 100%;
    background-attachment: fixed;
}

@media screen and (max-width: 450px) {
	.large-img section {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 700px;
	    min-width: inherit;
	    background-attachment: initial;
	}	
}

.large-content {
	width: 40%;
	height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-right: 60px;
   	background: rgba(11, 7, 4, 0.8);   	
   	padding: 40px;
	overflow: auto;
}

@media screen and (max-width: 767px) {
	.large-content {
		width: 70%;
	    margin: 0 auto;
	    margin-right: 20px; 	
	   	padding: 10px;
	   	padding-top: 20px;
		overflow: auto;
	}
	
	.large-overlay-content p {
		line-height: 28px;
	}
}

.large-overlay-content .sf-btn {
	background-color: #282828;
	color: #9d8c72;
    border-radius: 0;
    padding: 7px 28px;
    transition: none;
    float: right;
    margin-right: 30px;
    font-family: 'Avenir', Fallback, sans-serif!important;
}

.large-overlay-content .sf-btn:hover {
    transform: none;
}

.large-overlay-content p {
	color: #9d8c72;
}

.large-overlay-content h2 {
	color: #9d8c72;
	margin-bottom: 0;
}

/*******************************************
		END CB: HITTA
********************************************/


/*******************************************
		START CB: CONTACT
********************************************/
.contact {
	margin-top: 40px;	
}

.contact a:hover {
	color: #000;
}

.contact .row .col-sm-6 .row .col-sm-12 img,
.contact .row .col-sm-6 .row .col-sm-6 img {
	margin: 5px 20px 40px 0;
}

.contact .row .col-sm-6 .row .col-sm-6 img,
.contact .row .col-sm-6 .row .col-sm-12 img {
	margin: 5px 10px 14px 0;
}

.contact > .row > .col-sm-6 > .form > form > dl {
	margin-bottom: 0;
}
.contact-last {
	padding-top: 63px;
	max-width: 100%;
}

.contact-last .row .col-sm-12 p a:hover,
.contact-last .row .col-sm-12 p strong a:hover {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 767px) {
	.contact > .row > .col-sm-6 > .row > .col-sm-6 > p  {
		padding-left: 30px;
	}
}

@media screen and (min-width: 991px) {
	.contact-first {
		padding-right: 120px!important;
	}
	
	.contact-last {
		padding-left: 120px!important;
	}
}

@media screen and (min-width: 891px) and (max-width: 991px) {
	.contact-first {
		padding-right: 90px!important;
	}
	
	.contact-last {
		padding-left: 90px!important;
	}
}

@media screen and (min-width: 767px) and (max-width: 891px) {
	.contact-first {
		padding-right: 40px!important;
	}
	
	.contact-last {
		padding-left: 40px!important;
	}
}

@media screen and (max-width: 600px) {
	.contact-first {
		margin-bottom: 40px;
	}
	.contact-first .form form dl dt {
		display: none;
	}
	
	.contact-first .form form dl dd {
		margin-bottom: 10px!important;
	}
	
	.contact-first .form form dl dd input,
	.contact-first .form form dl dd textarea {
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
		box-shadow: none;
	}
	
	.contact .row .col-sm-6 .row .col-sm-12 img,
	.contact .row .col-sm-6 .row .col-sm-6 img {
		margin: 5px 20px 0 0;
	}
}

/*******************************************
		END CB: CONTACT
********************************************/


/*******************************************
		START CB: JOURNEY
********************************************/
.journey-head-section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.columns.journey {
	max-width: 100%;
	height: 900px;
	margin: 0;
	padding: 0;
}

.column.journey {
	height: 900px;
}

@media screen and (min-width: 991px) {
	.journey-overlay-content .col-sm-12 ul {
		padding-left: 0;	
	}
	
	.journey-overlay-content .col-sm-12 ul li {
		display: inline;
		margin-right: 50px;
	}
	
	.journey-overlay-content .col-sm-12:last-child {
		margin-top: 0;
	}
}

.journey-img section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 900px;
    min-height: 580px;
    min-width: 100%;
}

.journey-content {
    width: 880px;
    height: 600px;
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    margin: 0 auto;
    background: rgba(11, 7, 4, 0.58);
   	padding: 50px;
	overflow: scroll;
}

@media screen and (max-width: 991px) {
	.journey-content {
	    width: 80%;
	    height: 60%;
	}
}

/* scroll start here */
.journey-content {
	overflow-x: hidden;
	overflow-y: scroll; /* manage scrollbar content overflow settings */
}
.journey-content::-webkit-scrollbar {
	width: 10px; /* manage scrollbar width here */
}

.journey-content::-webkit-scrollbar * {
	background: transparent; /* manage scrollbar background color here */
}
/* scroll ends here */

.journey-overlay {
	top: 0;
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(11, 7, 4, 0.58);
}


.journey-overlay-content h2 {
	color: #FFF;
	margin-bottom: 0;
}

.journey-divider {
	width: 23px;
	border-bottom: 2px solid #FFF;
}

.journey-overlay-content p {
	color: #FFF;
}

.journey-overlay-content a {
	color: #FFF;
	font-weight: bold;
}

.journey-overlay-content .col-sm-12 {
	margin-bottom: 20px;
}

.journey-overlay-content .col-sm-12 ul {
	list-style-type: none;
}

.journey-overlay-content .col-sm-12 ul li {
	margin-bottom: 20px;
}

.journey-overlay-content .col-sm-12 ul li a {
	 -webkit-transition:  border-color 1.5s ease;
	 -moz-transition:  border-color 1.5s ease;
	 -o-transition:  border-color 1.5s ease;
	 -ms-transition: border-color 1.5s ease;
	 transition: border-color 1.5s ease;
	border-bottom: 1px solid transparent;
	color: #FFF;
	font-size: 24px;
    font-weight: bold;
}

.journey-overlay-content .col-sm-12 ul li a:hover {
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 1220px) {
	.journey-overlay-content .col-sm-12 ul a {
		line-height: 38px;
	}
}

@media screen and (max-width: 767px) {
	.journey-overlay-content .col-sm-12 ul {
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.journey-content {
	    width: 94%;
	    height: 80%;
	    top: 12%;
	    left: 3%;
	    right: 3%;
	   	padding-top: 20px;
	   	padding-left: 5px;
	   	padding-right: 5px;
	}

	.journey-overlay-content .col-sm-12 p {
		line-height: 24px;
	}
}

/************************************
		END CB: JOURNEY
************************************/


/************************************
		START CB: INSTAGRAM
************************************/
.columns.instagram {
	max-width: 100%;
	background-color: #e2e1e1;
	padding: 60px 50px 100px 50px;
	margin-bottom: 0;
}

.column.instagram .instagram-text h2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
	.columns.instagram {
		padding: 30px 8px 50px 8px;
	}	
}

/************************************
		END CB: INSTAGRAM
************************************/


/************************************
	START CB: SOCIALA FORM SYNCED
************************************/
.columns.sociala_form_synced {
	margin-bottom: 120px;
}

.sociala_form_synced .row .col-sm-6:first-child p {
	margin-bottom: -1px;
}
.sociala_form_synced .row .col-sm-6:last-child p {
	margin-bottom: -15px;
}

.sociala_form_synced .row .col-sm-6 p {
	font-size: 15px;
}

.sociala_form_synced .row .col-sm-6 .form form dl dt {
	display: none;
}

.sociala_form_synced .row .col-sm-6 .form form dl dd {
	width: 70%;
	float: left;
	border-radius: 0;
}

.sociala_form_synced .row .col-sm-6 .form form dl dd input {
	border: 1px solid #9a9a9a;
	border-radius: 0;
}

.sociala_form_synced .row .col-sm-6 .form form .submitBtnArea {
	max-width: 20%;
	margin-right: 10%;
   	float: right;
}

.sociala_form_synced .row .col-sm-6 .form form .submitBtnArea input {
	background-color: #9a9a9a;
	color: #FFF;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.columns.sociala_form_synced {
		margin-bottom: 60px;
	}
	
	ul.last-child.slides {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	.slides img {
		width: 35px;
	}
}
@media screen and (max-width: 450px) {
	.sociala_form_synced .row .col-sm-6 p{
		font-size: 12px;
	}
}
/************************************
	END CB: SOCIALA FORM SYNCED
************************************/


/************************************
		START CB: FOOTER MENY
************************************/
.columns.footer_meny_synced {
	padding: 0;
}

.footer_meny_synced ul {
	list-style-type: none;
}

.footer_meny_synced ul li {
	display: inline;
	padding: 15px 10px;
	text-transform: uppercase;
}

.footer_meny_synced ul li a:hover {
	color: #0b0704;
}

@media screen and (min-width: 1200px) {
	.footer_meny_synced ul:first-child {
		padding-left: 12px;
	}
}

@media screen and (max-width: 767px) {
	.footer_meny_synced ul li a {
		font-size: 14px;
	}
	
	.footer_meny_synced ul li {
		padding: 15px 6px;
	}
}

/************************************
		END CB: FOOTER MENY
************************************/


/**********************************************
		START HORIZONTAL IMAGE SLIDER
**********************************************/
.columns.horizontal_image_slider {
	margin-bottom: 10px;
}

.horizontal_image_slider > ul.images {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}

.horizontal_image_slider > ul.images > li {
  display: inline;
  background-color: transparent;
  margin-left: 4px;
  margin-right: 4px;
}

.horizontal_image_slider > ul.images > li:first-child {
	margin-left: 0;
}

.horizontal_image_slider > ul.images > li:last-child {
	margin-right: 0;
}

.horizontal_image_slider > ul.images > li img{
  height: 400px;
}

.popup-image-gallery a img {
	max-width: none;
}

.columns.horizontal_image_slider {
	Margin-bottom: 10px;
	max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 700px) {
	.popup-image-gallery a img {
		width: inherit;
	}
}

/**********************************************
		END HORIZONTAL IMAGE SLIDER
**********************************************/



/*******************************************
		START CB: CONTACT US
********************************************/
.columns.contact_us {
	max-width: 100%;
}

.cu_inner {
	max-width: 1170px;
	margin: 0 auto;
}

.contact_us .row .col-sm-6 .row .col-sm-12 img,
.contact_us .row .col-sm-6 .row .col-sm-6 img {
	margin: 5px 20px 40px 0;
}

.contact_us .row .col-sm-6 .row .col-sm-6 img,
.contact_us .row .col-sm-6 .row .col-sm-12 img {
	margin: 5px 10px 14px 0;
}

.contact_us > .row > .col-sm-6 > .form > form > dl {
	margin-bottom: 0;
}

.contact-last > .large-overlay-content > .row > .col-sm-12 > p,
.contact-last > .large-overlay-content > .row > .col-sm-6 > p {
	color: #948765;
}

.contact-last > .large-overlay-content > .row > .col-sm-12 > p:hover,
.contact-last > .large-overlay-content > .row > .col-sm-6 > p:hover,
.contact-last > .large-overlay-content > .row > .col-sm-6 > p > strong > a:hover{
	color: #948765;
}

.contact_us > .row > .contact-last {
	background-color: rgba(11, 7, 4, 0.8)!important;
	height: 410px;
}

.contact_us > .row.cu_inner > .contact-first > form {
	max-width: 400px;
}

.contact_us > .row > .contact-last {
	padding-left: 50px!important;
}

.contact_us > .row > .contact-last > .large-overlay-content > form {
	
}

@media screen and (min-width: 767px) {
	.contact_us > .row > .col-sm-6 > .row > .col-sm-6 > p  {
		padding-left: 30px;
	}
	
	.snippet_area_main > .columns .sf_image_left {
		margin-right: 20px;
	}
}

@media screen and (max-width: 600px) {
	.contact_us .row .col-sm-6 .row .col-sm-12 img,
	.contact_us .row .col-sm-6 .row .col-sm-6 img {
		margin: 5px 20px 0 0;
	}
}

/*******************************************
		END CB: CONTACT US
********************************************/
