/* -------------------------------------------------------- */
/* Fonts */
/* -------------------------------------------------------- */

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#site-wrapper h1 { font-size: 46px; }
#site-wrapper h2 { font-size: 40px;}
#site-wrapper h3 { font-size: 34px; }
#site-wrapper h4 { font-size: 28px; }
#site-wrapper h5 { font-size: 22px; }
#site-wrapper h6 { }

#site-wrapper h1,
#site-wrapper h2,
#site-wrapper h3,
#site-wrapper h4,
#site-wrapper h5,
#site-wrapper h6

{ 
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #525252;
	margin-bottom: 1em;
	font-weight: 700;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	

}

#site-wrapper .page h5 {
	text-transform: none;
	color: #292929;
}

#site-wrapper p, #site-wrapper td, #site-wrapper li {
	font-size: 18px;
	color: #292929;
	font-weight: 300;
	letter-spacing: 0.4px;
}

#site-wrapper p strong {
	color: #222;
}


#site-wrapper #content-wrapper {
	background: #fbfbfb;
}


/* -------------------------------------------------------- */
/* Primary Color */
/* -------------------------------------------------------- */

/* Text */

.side-menu li > i,
a,
a:hover,
#menu-top li.active > a,
#menu-top a:hover,
#body .fa-icon:before,
#body .form-control:focus

{ color: #90c84b; }

/* Background */

#top-area .top-container .social-top a:hover,
#body .btn-default:hover,
.button-one a:hover, a.button-one:hover

{ background:  #90c84b; }

/* Border */

.submenu-wrapper.level_1,
#body .form-control:focus,
.button-one a, a.button-one


{ border-color: #90c84b; }


/* Misc */

#body {
	background: #fbfbfb;
	background: #fff;
}

/* --------------------------------------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------------------------------------- */

#top-header {
	background: #f1f1f1;
	display: none;
}

.top-inner {
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.top-inner .top-left a {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}

.top-inner .top-left a i {
	font-size: 100%;
}


.top-inner #language-flags {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.top-inner #language-flags li {
	margin: 0 10px;
}

.top-inner #language-flags li img {
	height: 35px;
}

#header {
	background:  #fff!important;
	/* background: url(/content/themes/newyork/img/header-bg.png)!important; */
}


#header * {
	
}

#menu-top a {
	color: #232323;
	text-shadow: none;
	font-family: 'Lato';
	font-size: 14px!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 900;
}

#menu-top > ul > li > a {
	color: #232323;
}

#menu-top a:hover {
	color: #90c84b;
}

#menu-top li.active > a {
	color: #90c84b;
	font-weight: 900;

}

#header .navbar-header {
	padding: 20px 15px;

}

#header .navbar-toggle .icon-bar {
	background: #222;
}

#header .main-header {
    position: relative;
    z-index: 3;
}


#header .navbar {
	border: 0;
}

.submenu-wrapper.level_1 {
	background: rgba(19,19,19,.7);
	background: rgba(255, 255, 255, 1);
	border-color: #333;
	border-width: 3px;

}

.submenu-wrapper > .container > li a:hover {
	background: none;
}

#back-button {
	display: none;
}


@media (max-width: 767px) {
	.nav li.parent > a:nth-child(2) {
		padding: 20px 20px 20px 100%;
	}
	.nav li.parent > a:nth-child(2) i {
		color: #fff;
	}
}

@media (min-width: 768px) {


#header .main-header.start {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.main-header.start .navbar-header {
	display: none;
}

#menu-top .navbar-nav>li>a:not(.arrow-nav) {
	padding: 25px 15px;
}

.submenu-wrapper.level_1 {
	top: 70px;
	min-width: 300px;
}

.submenu-wrapper.level_1 > .container {
	margin: 15px 0;
}


#top-area {
	background: none;
	padding: 0 30px;
}

#top-area .top-container {
	 justify-content: flex-end;
    -webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

#header .navbar-header {
	
}

#header .navbar-header a {
	height: 50px;
}


#header {
	top: -20%;
	z-index: 10;
	width: 100%;
	transition: all ease .6s;
    -webkit-transition: all ease .6s;
	background: none;
	box-shadow: none;
	border-bottom: none;
	background: none;
	padding: 20px;
}

#header {
	background: rgba(19,19,19,.7);
	background: rgba(255, 255, 255, 1);
	padding: 0;
	border-bottom: 3px solid #333;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.18);
}

#header-placeholder {
	

}

#header.down {
	position: fixed;
	top: 0;
}

#header .main-header {

    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;

}

.start-url #back-button {

    position: absolute;
    display: block;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 9999;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;


}

.start-url #back-button a {
	display: inline-block;
}

.start-url #back-button a .fa {
	font-size: 60px;
	color: white;
}

.start-url .back-button-down {
    bottom: -125px !important;
    opacity: 0 !important;
}


/* logo absolute */


#header.down .container .main-header .navbar-header a {
	height: 45px;
}

}

@media (min-width: 768px) {

#header .container .main-header {
	flex-direction: column;
	-webkit-flex-direction: column;
}

}


@media (min-width: 992px) {

	#header .navbar-header a {
	height: 85px;
}

}

@media (min-width: 768px) AND (max-width: 991px) {
	#menu-top .navbar-nav>li>a:not(.arrow-nav) {
		padding: 20px 10px;
	}

	#header .container .main-header {
	}

	#menu-top a {
		font-size: 11px !important;
	}

	#header-placeholder {
		
	}
}

@media (min-width: 992px) AND (max-width: 1199px) {
	#menu-top .navbar-nav>li>a:not(.arrow-nav) {
    padding: 25px 10px;
}

}




/* header fix */

#header .navbar-header a {
	height: 100%;
    width: auto;
}

#header .navbar-header a img {
	height: 45px;
}


@media (min-width: 768px) {

	#header .navbar-header a img {
	height: 50px;
}

#header.down .container .main-header .navbar-header a img {
	height: 45px;
}

}

@media (min-width: 992px) {

	#header .navbar-header a img {
	height: 125px;
}

}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */

#slideshow-wrapper > .row {
    margin: 0;
 }

.slideshow .slideshow-image {
	height: 250px;
}


.slideshow .slide-overlay {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	/* background: rgba(31, 31, 31, 0.25); */
	
}

.slideshow .description {
	right: 0;
	-webkit-transform: translate(0%,50%);
	transform: -webkit-transform: translate(0%,50%);
	width: 100%;
}

.slideshow .description > * {
	color: #fff!important;
    font-family: 'Open Sans'!important;
    text-shadow: 0px 1px 7px #000;

}

#body .slideshow .description > h1 {
	font-size: 180%;
}

#body .slideshow .description > h2 {
	font-size: 150%;
	text-transform: none;
	font-weight: 700;

}

#body .slideshow .description > h3 {
	font-weight: 300!important;
	text-transform: uppercase;


}

#body .slideshow .description img {
	height: 250px;
	width: auto;
	display:
}

@media (max-width: 767px) {

#body .slideshow .description > h4 {
	font-size: 18px;
}

}


@media (min-width: 768px) {

#slideshow-wrapper {
	
}

.start-url .slideshow .slideshow-image {
	
}

.slideshow .slideshow-image {
	height: 350px;
}


#body .slideshow .description > h1 {
	font-size: calc(46px * 2);
}

#body .slideshow .description > h2 {
	font-size: calc(40px * 1.4);

}

}

@media (max-width: 767px) {

}


/* --------------------------------------------------------------------------------------------- */
/* Side-menu */
/* --------------------------------------------------------------------------------------------- */


#sidebar-left-wrapper .sub-page-menu h2 {
	margin: 0 0 15px 0;
}

.sub-page-menu .side-menu li {
	padding: 0;
}

.sub-page-menu .side-menu li:last-child {
	padding: 0;
}

.side-menu li:last-child {
	padding: 0;
}

#sidebar-left {
	padding: 0;
    background: #fff;
    border: 1px solid #ccc;
}

#sidebar-left .sub-page-menu > ul {
	margin: 0 -25px;
}

#sidebar-left h2 {
	font-size: 26px;
	margin: 0;
	padding: 15px;
}

.side-menu a {
	color: #333;
	display: block;
	padding: 10px 15px;
	position: relative;
}

.side-menu li > ul {
	margin: 0;
}

.side-menu li.parent ul li {
	line-height: 1.5;
}

.side-menu li.parent ul li > a {
	 padding: 10px 15px 10px 30px;
}

.side-menu a i {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    padding: 15px;
    cursor: default;
}

.side-menu li.current > .link-container > a {
	background: #90c84b !important;
	color: #fff;
	font-weight: 700!important;
}

.side-menu li a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.05);
}

.webshop-categories-menu {
	padding-bottom: 25px;
}

@media (max-width: 767px) {

#container > .container > .row {
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}

}

 @media (min-width: 768px) AND (max-width: 1199px) {
#sidebar-left-wrapper .sub-page-menu h2 {
 	font-size: 18px;
    margin: 0 -10px 15px;
}

.side-menu li.current>.link-container>a {
	font-size: 16px!important;

}

}

/* --------------------------------------------------------------------------------------------- */
/* Products */
/* --------------------------------------------------------------------------------------------- */

#product-view .content {
	padding: 15px;
}

#product-view .description {
	padding: 40px 20px;
}

#products-list .product.list .title {
	font-size: 22px;
	margin-top: 1em;
}

#products-list .product.list .summary {
	padding: 0 20px 20px 20px;
}

#product-view .gallery a {
	padding: 3px;
	display: block;
}

#product-view .gallery img {
	border: 1px solid #8f8f8f
}

.table-one table tr td .title {
	font-size: 16px!important;
}



/* --------------------------------------------------------------------------------------------- */
/* Language Flags */
/* --------------------------------------------------------------------------------------------- */

.language-flags .dropdown-toggle {
	padding: 0px;
	margin: 0 10px;
	border: none;

}

.language-flags img {
	height: 35px;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
	border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
	 background-color: #e8e8e8;
}

@media(min-width: 768px) {

#navbar {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;

}

}


@media(max-width: 767px) {

.navbar-nav .open .dropdown-menu {
	position: absolute;
	
}

.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 10px;

}

}

/* --------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------- */

#google-map {
	height: 250px;
	width: 100%;
}

.top-footer {
	padding: 30px 15px;
	background: #404040;
}

.top-footer > * {
	text-align: center;
	color: #fff!important;
	font-size: 24px!important;
}

.top-footer > *:last-child {
	margin: 0!important;
}

.top-footer > h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.top-footer > h3 > i {
	font-size: 40px;
    margin-right: 25px;
}

#footer {
	padding: 0;
	position: relative;
	background: #222;
}

#footer > .container {
    padding: 25px 15px;
}

#footer .footer-content .footerbox {
	padding: 35px 25px;
}

#footer .footer-content p {
	color: #eee;
	font-size: 16px;
}

#footer .footer-content .footerbox > * {
	color: white;
}

/* Pre-footer */

.pre-footer {
	background: url(/content/themes/newyork/img/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.pre-footer .pre-footer-content {
	text-align: center;
	color: white;
	padding: 30px 0;
}

.pre-footer .pre-footer-content > *:last-child {
	margin: 0;
}

.pre-footer .pre-footer-content .social-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 10px;
}

.pre-footer .pre-footer-content .social-bottom a {
	color: white;
	font-size: 30px;
	padding: 0 10px;
}

.pre-footer .pre-footer-content .phone,
.pre-footer .pre-footer-content .mail {
	font-weight: 700!important;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-size: 24px!important;
}


@media (min-width: 768px) {

.pre-footer .pre-footer-content {
	padding: 100px 0;
}

.pre-footer .pre-footer-content .mail {
 	font-size: 66px!important;
}
.pre-footer .pre-footer-content .phone {
	font-size: 42px!important;
}

.pre-footer .pre-footer-content .social-bottom a {
	font-size: 50px;
	padding: 0 20px;
}

.pre-footer .pre-footer-content .mail {
	
}

}

@media (max-width: 767px) {
#footer .container .footer-content > * {
	margin: 0;
}

}

/* Footer v2 */

#footer .footer-top {
	background: #464646;
	padding: 45px 0;
	background: url(/content/themes/newyork/img/footer_bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

#footer .footer-top * {
	color: #fff;
}

#footer .footer-top .container > * {
	margin-bottom: 45px;
}

#footer .footer-top .container > .col-md-6 {
	padding: 0;
}

#footer .footer-top .container > .col-md-6 > * {
	margin-bottom: 45px;
}

#footer .footer-top h4 {
	font-size: 20px;
	font-weight: 700;
}

#footer .footer-top a {
	font-size: 16px;
	font-weight: 300;
	display: block;
	letter-spacing: 0.4px;
}

#footer .footer-top p {
	font-size: 16px;
	letter-spacing: 0.4px;
}

#footer .footer-top table {
	table-layout: fixed;
	width: 100%;
}


#footer .footer-top .footer-social {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;

}

#footer .footer-top .footer-social a {
	display: inline-block;
	font-size: 32px;
	margin:0 10px;
	color:#fff!important;
	position: relative;
	top: 5px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

#footer .footer-top .footer-social a:hover {
	top: 0;
}

#footer .footer-top .button-two {
	display: inline-block;
	padding: 15px 25px;
	background: #fff;
	color: #304d59;
	text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    min-width: 200px;
    text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    letter-spacing: 1px;
}

#footer .footer-top .button-two:hover {
	text-decoration: none;
	background: #3178d8;
	color: #fff;
}

#footer .footer-top a.inactive {
	opacity: 0.4;
	pointer-events: none;
    cursor: default;
}

#footer .footer-top a i {
	font-size: 100%;
}

#footer .footer-bottom {
	padding: 15px 35px;
	background: #111;
}

#footer .footer-bottom > *  {
	color: #cacaca;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#footer .footer-bottom > *:last-child {
	margin: 0!important;
}

@media(min-width: 992px) {

#google-map {
	height: 350px;
}



}


@media (max-width: 767px) {

#footer .footer-top .col-md-4 {
	margin-bottom: 30px;
}


}

/* --------------------------------------------------------------------------------------------- */
/* Buttons */
/* --------------------------------------------------------------------------------------------- */


.button-one a, a.button-one {
	color: #fff;
	background: #3178d8;
	display: inline-block;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 300;
	min-width: 200px;
	text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    letter-spacing: 1px;
}

.button-one a:hover, a.button-one:hover {
    text-decoration: none;
    background: #24508b;
}


/* button one over image */

.slideshow .button-one a, .slideshow a.button-one {
	color: #fff;
	border-color: #fff;
}


.slideshow .button-one a:hover, .slideshow a.button-one:hover {
	color: #333;
	background: #fff;
}


/* --------------------------------------------------------------------------------------------- */
/* Site structure 2.0 */
/* --------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {

 #header {
 	border-bottom: 5px solid #2a2a2a;
 }


/*

.start-url #header:not(.down) {
	background: transparent;
	box-shadow: none;
	border-bottom: none;
}

.start-url #header:not(.down) #menu-top > ul > li > a {
	color: #fff;
}

.start-url #header .navbar-header a {
	transition: all ease .6s;
    -webkit-transition: all ease .6s;
}


.start-url #header:not(.down) .navbar-header a {
	opacity: 0;
}

.start-url #slideshow-wrapper {
	padding: 0;
}

*/

.submenu-wrapper.level_1 {
	border-top: 5px solid #97cb5e;
	border-radius: 0;
}

.submenu-wrapper.level_1 a {
}

.submenu-wrapper > .container  li > a {
	padding: 10px 30px;
}

.submenu-wrapper.level_1 a:hover {
	background: #97cb5c!important;
	color: #fff!important;
}
/*
.start-url #header:not(.down) .submenu-wrapper.level_1 {
	background: #fff;
}
*/
}

@media (min-width: 1400px) {
	.container {
		width: 1240px;
	}
}

/* --------------------------------------------------------------------------------------------- */
/* Custom */
/* --------------------------------------------------------------------------------------------- */

/* start */

.start-url .row-2 {
	background: url(/content/themes/newyork/img/start-row.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0!important;
	margin-bottom: 60px;

}


.start-url .row-2 .black-box {
	padding: 50px 25px;
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
}

.start-url .row-2 .black-box > * {
	color: #fff!important;
}

.start-url .row-2 .black-box * {
	color: #fff!important;
}



/* start box */


.start-url .row-3 {
	padding: 120px 0!important;
	margin: -60px -15px -30px!important;
}

.start-url .wrap-a {
	background: #fff;
	border: 4px solid transparent;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	position: relative;
}

.start-url .wrap-a .overlay-text {
	padding: 25px 15px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.start-url .wrap-a img {
	opacity: 0.8;
}


.start-url .wrap-a .overlay-text > * {
	color: #fff!important;
    text-shadow: 2px 2px 2px #222;
}

.start-url .wrap-a .overlay-text > *:last-child {
	margin: 0!important;
}

.start-url .wrap-a:hover {
	text-decoration: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	border-color: #7aaf48;
}

.start-url .wrap-a:hover a {
	text-decoration: none;
}
 


/* menu header */

.page .menu-header > *:first-child {
	margin-bottom: 5px!important;
}


.page .menu-header > *:nth-child(2) {
	margin-bottom: 25px!important;
	font-weight: 300!important;
    letter-spacing: 1px!important;
}


/* table one */


.table-one table {
	table-layout: fixed;
    margin-bottom: 30px;
}
/*
.table-one table tr:first-child {
    background: #464646!important;
    border: 1px solid #464646!important;
}

.table-one table tr:first-child td {
	color: #fff!important;
	font-size: 22px!important;
}
*/

.table-one table tr {
	border-bottom: 2px dotted #d0d0d0;
}


.table-one table tr td {
    padding: 30px 15px 10px;
}

.table-one table tr td p:last-child {
	margin-bottom: 0!important;
}

.table-one table tr:hover {
    background: rgba(131, 183, 82, 0.20);
}

.table-one table tr:hover td {
	
}

.table-one table tr td .title {
	font-weight: 700!important;
	margin: 0!important;
}

.table-one table tr td .title:first-letter {
	text-transform: uppercase;
}

.table-one table tr td .summary {
	display: none;
}


@media (min-width: 768px) {
	.table-one table,
	.table-one tbody,
	.table-one tr {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.table-one td {
		display: block;
	}

	.table-one tr {
		width: 50%;
	}
}


.type-page-id-4 .row-3 {
	padding: 30px 0 0!important;
}

.type-page-id-4 .row-3 .row > * > * {
	margin: 0!important;
}


.type-page #content-wrapper.col-sm-9 {
	padding: 25px;
    background: #fff!important;
    border: 1px solid #ccc;
    margin: 60px 0;
}

.type-page #content-wrapper.col-sm-9 .row-1 {
	padding: 0 0 30px!important;
}


@media (min-width: 550px) AND (max-width: 1199px) {
	.type-page-id-4 .page .row-4 .row {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.type-page-id-4 .page .row-4 .row > * {
		width: 50%;
		padding-bottom: 60px;
	}
}

/* link style 1 */

.link-style-1 a {
	text-transform: uppercase;
	letter-spacing: 0.6px;
	display: flex;
    align-items: center;
   	display: -webkit-flex;
    -webkit-align-items: center;
    font-size: 16px;
}

.link-style-1 a:hover {
	text-decoration: none;
}

.link-style-1 a:before {
	content: '\f0a9';
	font-family: 'fontAwesome';
	margin-right: 10px;
	color: #222;
	font-size: 26px;
}

.link-style-1 a:hover:before {
	color: #90c84b;
}




/* custom rows */



.type-page-id-3 #content-wrapper {
	padding: 0 15px 30px;
}

@media (min-width: 768px) {

.type-page-id-3 .row-1 {
	padding: 140px 0!important;
    margin-bottom: 30px;
    background: url(/content/files/tjanster/bygg-row.jpg);
    background-size: cover;
    background-position: center 25%;
}

.type-page-id-3 .row-3 {
	padding: 140px 0!important;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(/content/files/tjanster/scan-row.jpg);
    background-size: cover;
    background-position: center 25%;
}

.type-page-id-3 .row-2,
.type-page-id-3 .row-4 {
	padding: 80px 0!important;
}

}

@media (max-width: 767px) {
	.type-page-id-3 #content .row-1 .row > *:last-child,
	.type-page-id-3 #content .row-3 .row > *:first-child {
		display: none;
	}

.type-page-id-3 #content .row-1:before {

	background: url(/content/files/tjanster/bygg-row.jpg);
    background-size: cover;
    background-position: center 25%;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}

.type-page-id-3 #content .row-3:before {

	background: url(/content/files/tjanster/scan-row.jpg);
    background-size: cover;
    background-position: center 25%;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}

}



/* normal boxes */

.box-one {
	padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
}




/* start boxes */

.page .start-box {
	padding: 0!important;
}

.page .start-box .row > * {
	padding: 0!important;
}

.page .start-box .row > * > * {
	margin: 0!important;
}

.page .start-box p {
	line-height: 0;
}

.page .start-box a {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.page .start-box .row > * img {
	transform: scale(1);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

.page .start-box .row > *:hover a img {
	transform: scale(1.05);
}

.page .start-box .wrap-a {
	display: block;
	line-height: 0;
	background: #000;
}


.page .start-box .overlay-text {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px;
    background: rgba(34, 34, 34, 0.6);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.page .start-box .overlay-text > * {
	color: #fff!important;
	margin-bottom: 0!important;
	white-space: nowrap;

}

.page .start-box .overlay-text > *:not(:last-child) {
	margin-bottom: 5px!important;
}

.page .start-box .overlay-text:after {
	content: '\f061';
	font-family: 'fontAwesome';
	position: absolute;
	right: 90px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	color: #fff;
	font-size: 40px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

.page .start-box .row > *:hover .overlay-text:after {
	right: 30px;
	opacity: 1;
}

/* start-box overlay on mouseover */

.page .start-box .row > *:hover img {
	opacity: 0.7;
}

.page .start-box .row > *:hover .overlay-text {
	background: #3f545d;
	bottom: 43px;
}

.page .start-box .row > *:nth-child(2):hover .overlay-text {
	background: #ab6a43;
}


@media(min-width: 1400px) {
	.page .start-box .overlay-text h3 {
		font-size: 43px!important;
	}
}

@media(min-width: 1600px) {
	.page .start-box .overlay-text h3 {
		font-size: 53px!important;
	}
}




/**** Product view ******/


#body.type-product,
#body.type-reserved_page,
#body.type-category {
	background: #fbfbfb;
}

/* start boxes through product module */


#products-list .col-md-4 {
	padding: 0!important;
}

#products-list .start-box {
	padding: 0!important;
	line-height: 0;
}

#products-list .start-box .row > * {
	padding: 0!important;
}

#products-list .start-box .row > * > * {
	margin: 0!important;
}

#products-list .start-box p {
	line-height: 0;
}

#products-list .start-box a {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#products-list .start-box .wrap-a img {
	transform: scale(1.01) translateZ(0);
	-webkit-transform: scale(1.01) translateZ(0);
	-ms-transform: scale(1.01);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

#products-list .start-box .wrap-a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

#products-list .start-box .wrap-a {
	display: block;
	line-height: 0;
	background: #000;
}


#products-list .start-box .overlay-text {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px;
    background: rgba(34, 34, 34, 0.6);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#products-list .start-box .overlay-text > * {
	color: #fff!important;
	margin-bottom: 0!important;
	white-space: nowrap;

}

#products-list .start-box .overlay-text > *:not(:last-child) {
	margin-bottom: 5px!important;
}

#products-list .start-box .overlay-text:after {
	content: '\f061';
	font-family: 'fontAwesome';
	position: absolute;
	right: 90px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	color: #fff;
	font-size: 40px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;

}

#products-list .start-box .wrap-a:hover .overlay-text:after {
	right: 30px;
	opacity: 1;
}

/* start-box overlay on mouseover */

#products-list .start-box .wrap-a:hover img {
	opacity: 0.7;
}

#products-list .start-box .wrap-a:hover .overlay-text {
	background: #3f545d;
	bottom: 43px;
}

.start-url #products-list .row > .col-md-4:nth-child(2) .start-box .wrap-a:hover .overlay-text {
	background: #ab6a43;
}
.start-url #products-list .row > .col-md-4:nth-child(3) .start-box .wrap-a:hover .overlay-text {
	background: #3f5d56;
}
.start-url #products-list .row > .col-md-4:nth-child(4) .start-box .wrap-a:hover .overlay-text {
	background: #5d3f59;
}
.start-url #products-list .row > .col-md-4:nth-child(5) .start-box .wrap-a:hover .overlay-text {
	background: #5d3f3f;
}

@media (min-width: 992px) {
	.start-url #products-list .items > .row:first-child .col-md-4:nth-child(-n+2) {
	width: 50%;
}
}

@media (min-width: 992px) AND (max-width: 1199px) {
	#products-list .items > .row .col-md-4 {
		width: 50%;
	}
}


@media(max-width: 1400px) {


	#products-list .start-box .overlay-text h2 {
		font-size: 30px;
	}

	#products-list .start-box .overlay-text h5 {
		font-size: 18px;
	}
}

@media(max-width: 1600px) {

}




.table-logo table

@media (max-width: 767px) {

.table-logo table,
.table-logo table tbody,
.table-logo table tr,
.table-logo table td {
	display: block;
}

}


/* black row */

.page .black-row {
	background: #222;
	padding: 60px 0!important;
	margin: 30px -15px;
}

.page .black-row .row > * > * {
	color: #fff!important;
}


/* Instagram */
.instagram-wrapper .row > * {
  padding: 15px;
}

.instagram-wrapper a {
  position: relative;
  display: block;
  top: 0;
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
  overflow: hidden;
}
.instagram-wrapper a > img {
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
.instagram-wrapper a > img:hover {
  transform: scale(1.05);
}

.fancybox-type-iframe .fancybox-inner {
  height: auto !important;
}

.fancybox-type-iframe .fancybox-nav {
  width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
  visibility: visible;
}

.fancybox-type-iframe .fancybox-next {
  right: -75px;
}

.fancybox-type-iframe .fancybox-prev {
  left: -75px;
}

@media (max-width: 767px) {
  .fancybox-wrap iframe {
    width: 100%;
  }

  .fancybox-prev,
  .fancybox-next {
    display: none;
  }

  .EmbedFooterBrand {
    height: 0;
  }
}


/* Kontakt */

.type-page-id-4 #content-wrapper {
	padding: 0 15px 30px;
}

.type-page-id-4 #content-wrapper .row-1 {
	padding: 0;

}

.type-page-id-4 #content-wrapper .row-2 {
	padding: 60px 0;
}

.type-page-id-4 #content-wrapper .row-1 .row > * {
	padding: 0;
}

.type-page-id-4 #content-wrapper .row-1 p {
	margin: 0!important;
}

/* Om oss */

.page .om-oss table {
	table-layout: fixed;
	min-height: 200px;
}

.page .om-oss table tr td {
	padding: 15px;
	vertical-align: top;
}

.page .om-oss table tr > td:nth-child(1) {
	width: 25%;
}

.page .om-oss table tr > td:nth-child(2) {
	width: 75%;
}

.type-page-id-2 #content-wrapper {
	padding: 0 15px 30px;
}

.type-page-id-2 #content-wrapper .row-1 {
	margin: 0 -15px 30px;
}

@media (max-width: 767px) {


	.page .om-oss table tr {
	display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
	}

	.page .om-oss table tr td {
		width: 100%!important;
		text-align: center;
		padding: 0;
	}
}




/* hook news */

.hook.news-list .news-item {

}

.hook.news-list .news-item .publish-date {
	position: static;
	display: block;
	font-size: 16px;
}

.kontakt table {
	margin-bottom: 15px;
	table-layout: fixed;
}

.kontakt table tr td {
	vertical-align: top;
}

.kontakt table tr td:nth-child(1) {
	width: 20%;
}

.kontakt table tr td:nth-child(2) {
	width: 80%;
}


#body #contact-form {
	max-width: 600px;
	margin: 0 auto;
}

#body #contact-form label {
	width: 100%;
	font-weight: 400;
	text-align: center;
}

#body .form-control:focus {
	border-color: #333;
	box-shadow: none;
}

#body .btn-default:hover {
	background: #333;
}

.page .om-oss table {
	table-layout: fixed;
	min-height: 200px;
}

.page .om-oss table tr td {
	padding: 15px;
	vertical-align: top;
}

.page .om-oss table tr > td:nth-child(1) {
	width: 25%;
}

.page .om-oss table tr > td:nth-child(2) {
	width: 75%;
}

@media (max-width: 767px) {
	.om-oss table tr {
	display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
	}

	.om-oss table tr td {
		width: 100%!important;
		text-align: center;
		padding: 0;
	}
}


#content-wrapper .grey-row {
	background: #eee;
	padding: 60px 0;
	margin: 30px -15px;
}

#content-wrapper .grey-row + .grey-row {
	margin: -30px -15px 30px;
	padding: 0 0 60px;
}

#content-wrapper .grey-row .row > * > *:last-child {
	margin: 0!important;
}

#content-wrapper .color-row {
	background: #3178d8;
	padding: 60px 0;
	margin: 30px -15px;
}

#content-wrapper .color-row + .color-row {
	margin: -30px -15px 30px;
	padding: 0 0 60px;
}

#content-wrapper .color-row .row > * > *:last-child {
	margin: 0!important;
}


/* font awesome */

.fa-icon:before {
	color: #333;
}

.fa-icon.adress:before {
    font-family: 'fontAwesome';
    content: '\f041';
}

.fa-icon.time:before {
    font-family: 'fontAwesome';
    content: '\f017';
}

.fa-icon.info:before {
    font-family: 'fontAwesome';
    content: '\f05a';
}


/* Price Table */

.price-table table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}

.price-table tr {
    border: 1px solid #43ACEF;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.price-table td {
    padding: 10px 25px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.price-table tr>td:nth-child(2) {
    text-align: right;
}

.price-table td p:last-child {
	margin-bottom: 0;
}

.price-table tr:hover {
    background: #43ACEF;
}

.price-table tr:hover td {
	color: white;
}

/* Image border */

.border-image img {
    padding: 7px;
    border: 1px solid #D6D6D6;
    box-shadow: 2px 3px 5px rgb(214, 214, 214);
}



/* Image slider */

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

/* Instagram */
.instagram-wrapper .row > * {
  padding: 15px;
}

.instagram-wrapper a {
  position: relative;
  display: block;
  top: 0;
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
  overflow: hidden;
}
.instagram-wrapper a > img {
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
}
.instagram-wrapper a > img:hover {
  transform: scale(1.05);
}

.fancybox-type-iframe .fancybox-inner {
  height: auto !important;
}

.fancybox-type-iframe .fancybox-nav {
  width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
  visibility: visible;
}

.fancybox-type-iframe .fancybox-next {
  right: -75px;
}

.fancybox-type-iframe .fancybox-prev {
  left: -75px;
}

@media (max-width: 767px) {
  .fancybox-wrap iframe {
    width: 100%;
  }

  .fancybox-prev,
  .fancybox-next {
    display: none;
  }

  .EmbedFooterBrand {
    height: 0;
  }
}

/* Instagram */
.type-page-id-2 #content-wrapper {
  padding: 0 15px 0;
}

.instagram {
  padding: 30px 0 0 !important;
}
.instagram .row p {
  margin: 0 !important;
}

.instagram-wrapper .row > * {
  padding: 0;
}
@media (max-width: 767px) {
  .instagram-wrapper .row > * {
    padding-bottom: 0 !important;
    width: 50%;
    float: left;
  }
}



/* Promo */

.promo-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.promo-container .promo-box {
	width: 50%;
	border: 1px solid #e4e4e4;
}



.promo-container .promo-box .img-box {
	display: block;
    position: relative;
    padding-top: 100%;
    background: #fff;
}

.promo-container .promo-box .img-box img {
	margin: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    max-height: 100%;
}

.promo-container .promo-box .promo-button {
	width: 100%;
	padding: 10px;
	color: #fff;
	background: #222;
	text-align: center;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	display: block;
}


.promo-container .promo-box .promo-button:hover {
	background: #719d3f;
	text-decoration: none;
}



@media (min-width: 768px) {

.promo-container .promo-box {
	width: 50%;
}

.start-url .row-1 {
	padding: 80px 0!important;
}

}

@media (min-width: 992px) {

.promo-container .promo-box {
	width: 33.3333%;
}

}


@media (min-width: 1200px) {

/* 
.promo-container .promo-box {
	width: 20%;
}

*/

}

.start-url .row-2 h3 {
	color: #fff!important;
    background: #222;
    padding: 15px 10px;
    margin: 0!important;
}

.start-url .row-2 .promo-container > .promo-box:not(:first-child) {
	display: none;
}

.start-url .row-2 .promo-container > .promo-box {
	width: 100%;
}