/*!
Theme Name: Well Built
Theme URI: https://blazethemes.com/theme/well-built
Author: Blaze Themes
Author URI: https://blazethemes.com
Description: Well Built is a multipurpose WordPress Theme. This theme is focused on building websites for construction companies. It provides all the sections necessary for complete Construction website like about us, client, services, team, news, portfolio, contact sections. You can check demo at https://demo.blazethemes.com/well-built.
Version: 1.6.0
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: well-built
Tags:  portfolio, blog, grid-layout, right-sidebar, featured-images, custom-logo, custom-menu, footer-widgets, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Well Built is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-size: 13px;
	line-height: 150%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	/*background: #e1e1e1;*/
	font-weight: normal;
	-webkit-font-variant-ligatures: no-common-ligatures;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Open Sans', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #7ec1ce;
}

a:visited {
	color: #7ec1ce;
}

a:hover,
a:focus,
a:active {
	color: #7ec1ce;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	width: auto;
	height: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: auto;
	height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	/* display: block;
	left: 100%;
	right: auto; */
}

.main-navigation ul ul a {
	width: 200px;
	margin: 0 auto;
}

/* .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
} */

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: #6b6c6e;
	text-align: center;
	padding: 6px 0;
	
}

.main-navigation.toggled ul.sub-menu {
	visibility: visible;
	opacity: 1;
	left: 0;
	position: relative;
	width: 100%;
	text-align: center;
	box-shadow: none;
	border-top: 1px solid #f0f0f09f;
	border-bottom: 1px solid #f0f0f09f;
	font-size: 15px;

}

@media screen and (min-width: 48.0em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget.widget_text {
	margin: 0px!important;
}


.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*-----------------------------------*/
a {
	color: #7ec1ce;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:focus {
	color: #6b6c6e;
	text-decoration: none !important;
	cursor: pointer !important; 
}
a:focus {
	outline: none;
}
p { 
	color: #6b6c6e;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
p.small {
	font-size: 11px;
	line-height: 130%;
}
small {
	font-size: 11px;
	line-height: 80%;
}
strong {
	font-weight: 700;
}
button:focus {
	outline: solid;
}

button {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #7ec1ce;
	border: none;
	padding: 15px 25px;
	margin: 25px 10px;
}

li {
	color: #6b6c6e;
	font-weight: lighter;
}

/*-----------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	color: #212020;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
*.stanley {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 400;
	line-height: 105%;
	color: #fff;
	margin-bottom: 20px;
}
h2 {
	font-size: 40px;
	font-weight: 400;
	color: #aaab7c; 
}
h3 {
	font-size: 15px;
	font-weight: 500;
	color: #6b6c6e;
	margin-top: 10px;
}
h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 160%;
	color: #6b6c6e;
	margin-bottom: 15px;
}
h5, h6 {
	font-weight: 700;
}
h5 {
	font-size: 13px;
	color: #7b7c7f;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h6 {
	font-size: 14px !important;
	padding-top: 10px;

}
/*-----------------------------------*/

div > p+p {
	margin-top: 14px;
}
p+h2 {
	margin-top: 23px
}
p+h3 {
	margin-top: 23px;
	margin-bottom: -5px;
}
p+h4 {
	margin-top: 23px;
}
p+h5 {
	margin-top: 20px;
}
p+h6 {
	margin-top: 20px;
	margin-bottom: -9px;
}
h4+p {
	margin-top: 5px;
}
h3+form {
	margin-top: 40px;
}
h5+button {
	margin-top: 20px;
}
p+button {
	margin-top: 20px;
}
h5+p {
	margin-top: 0px;
}
h3+h5 {
	margin-top: 4px;
	padding-bottom: 10px;
}

h3+form {
	margin-top: 20px;
}
/*-----------------------------------*/
ul ul {
	list-style: none;
}
li {
	font-family: 'Open Sans', sans-serif;
}
/*-----------------------------------*/
img {
	padding: 0;
	margin: 0;
}
img.pull-l {
	margin-right: 20px;
	margin-bottom: 10px;
}
/*-----------------------------------*/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 6px;
	line-height: 1.42857143;
	color: #272727;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: auto;
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	border: 2px solid #aaab7c;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	border: 2px solid #aaab7c;
}
label {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: 400;
}
label+input {
	margin-top: 0;
}
.form-control {
	height: 40px;
	font-size: 13px;
	border: 2px solid #aaab7c;
	padding-top: 9px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
label {
	display: block;
}
input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	*overflow: hidden;
}
.btn:hover {
	border-color: inherit;
}
.btn:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #aaab7c;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
	outline: 0 none;
}

iframe[name='google_conversion_frame'] { 
	height: 0 !important;
	width: 0 !important; 
	line-height: 0 !important; 
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}

.fullw {
	width: 100%;
}

/* Memebers List */
.medarbetare__list {
	clear: both;
	display: flex;
	flex-flow: row wrap;
}

.medarbetare__list .medarbetare__list--item {
	float: none;
	overflow: hidden;
}

.logo_wrap h3{
	margin-top: 0;
}

.logo_wrap h3 a{
	font-weight: 700;
}

.logo_wrap {
	text-align: center;
	padding: 10px 0;
}
.logo_wrap h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.logo_wrap p {
	margin: 0;
}

.SocialIconsMenu {
	text-align: center;
}
.menu-toggle {
	color: #7ec1ce;
    background-color: snow;
    font-weight: 900;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
}

.menu-item-has-children > a:after {
	font-weight: 500;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
}


.main-navigation a {
	display: block;
	text-decoration: none;
	color: #7ec1ce;
}

a:focus {
	outline: solid;
}

.widget a {
	color: #7ec1ce;
	font-weight: 500;
	font-size: 17px;
}

.site-footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.site-footer {
	background-color: #53555b;
	padding: 30px 0;
	margin-top: 0px;
}

footer.site-footer h5 {
	margin-top: 0px;
	padding-bottom: 0px;
	color: #aaab7c;
	font-size: 19px;
	margin-bottom: 15px;
}

footer.site-footer p, footer.site-footer span{
	color: #c8cbd2;
}

.site-info {
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

h1{
	color: #aaab7c;
}

.logo_wrap a {
	color:#aaab7c;
}

footer.site-footer .menu {
	display: block;
}

footer.site-footer a:hover{
	color: #aaab7c;
}

footer.site-footer p, footer.site-footer div {
	color: #ffffff;
}

.social-footer li{
	display: inline-block;
	padding: 0 2px;
}

.social-footer li i{
	font-size: 25px;
}

.wb_choice {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
 # Call to Action
 --------------------------------------------------------------*/
 .homepage_work_with_us_wrap {
  background-color: #343a40;
  padding: 3rem;
}

.homepage_calltoaction_wrap {
  padding: 3rem 0;
  position: relative;
  background-color: #d4364d;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage_calltoaction_wrap .article-post {
  padding: 2rem;
}
.homepage_calltoaction_wrap__right {
  margin-top: 2rem;
}

.text-center {
	text-align: center;
}

.homepage_work_with_us_wrap .sub-headline {
	color: #fff;
	font-size: 30px;
}

.homepage_work_with_us_wrap h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	padding-top: 35px;
}


/*--------------------------------------------------------------
 # blog
 --------------------------------------------------------------*/
 .homepage_blog_wrap, .homepage_blog_wrap_full {
  padding: 3rem 0 13rem;
  position: relative;
}
@media only screen  and (min-width: 768px) {
  .homepage_blog_wrap, .homepage_blog_wrap_full {
    padding: 5rem 0 10rem;
  }
}
.homepage_blog_wrap:before, .homepage_blog_wrap_full:before {
  content: '';
  position: absolute;
  background-color: #dee2e6;
  right: 0;
  top: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
}
.homepage_blog_wrap .blog-main-heading, .homepage_blog_wrap_full .blog-main-heading {
  margin-bottom: 3rem;
}
.homepage_blog_wrap .blog-main-heading strong, .homepage_blog_wrap_full .blog-main-heading strong {
  font-size: 46.4px;
  font-size: 2.9rem;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  color: #aaab7c;
  display: block;
}

.blog_left_content .sub-headline a, .blog_left_content .sub-headline a:visited{
	font-size: 25px;
	color: #404040;
}

/*--------------------------------------------------------------
 # post
 --------------------------------------------------------------*/
 .article-post article.hentry {
  margin: 0 0 1.5em;
  /*.entry-meta{
   @include font-size(.9);
   margin:0 1.5rem;
   a{
   font-style:italic;
   color:$color__text-gray;
   &:hover,
   &:visited{
   color:$red;
   }
   i{
   @include font-size(.7);
   margin-right:.1rem;
   }
   }
   }
   */
  /*h2.entry-title, h2{
   @include font-size(1.3);
   margin: 0.67em 0;
   }
   */
}
.article-post article.hentry figure {
  position: relative;
  margin: 0;
}
.article-post article.hentry figure img {
  width: 100%;
}
.article-post article.hentry .entry-meta {
  margin: 0 1.5rem;
}
.article-post article.hentry .post-categories {
  margin: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.article-post article.hentry .blog_excerpt {
  padding: 1.5rem 1.5rem 0;
}
.article-post article.hentry p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.article-post article.hentry .readmore_blog {
  padding: 0 1.5rem;
}
.article-post article.hentry .readmore_blog a, .article-post article.hentry .readmore_blog a:visited {
	color: #7ec1ce;
}
.article-post article.hentry .readmore_blog a:hover {
	color: #aaab7c;
}

.hero-post article.format-standard .post-title, .grid-layout article.format-standard .post-title, .hero-post article.format-standard h2, .grid-layout article.format-standard h2 {
  -webkit-transform: translateY(-3rem);
  -moz-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  transform: translateY(-3rem);
}
.hero-post article.format-standard .blog_excerpt, .grid-layout article.format-standard .blog_excerpt {
  padding-top: 0;
  margin-top: -3rem;
}
.hero-post .blog_date_author, .grid-layout .blog_date_author {
  margin: 0 -0.5rem;
}
.grid-layout {
  padding: 1.5rem 0 0.1rem;
}
.grid-layout article.hentry h2 {
  max-width: 87.5%;
}
.grid-layout article.hentry h2 a {
  white-space: pre-wrap;
  display: inline;
  background-color: #fff;
  color: #aaab7c;
  padding: 0.1rem 1.4rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.3;
	font-weight: 600;
}
.grid-layout article.hentry h2 a:hover {
  color: #343a40;
}

.grid-layout article.hentry h2 a:visited {
  color: #aaab7c;
}
.grid-layout article.hentry .blog_excerpt {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-meta, .entry-footer {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #6c757d;
}
.entry-meta a, .entry-footer a {
  font-style: italic;
  color: #6c757d;
}
.entry-meta a:hover, .entry-footer a:hover {
  color: #7ec1ce;
}
.entry-meta a i, .entry-footer a i {
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-right: 0.1rem;
}
.post-categories {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.post-categories li {
  display: inline-block;
}
h2.entry-title, h2 {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin: 0.67em 0;
}
h2.entry-title a, h2 a {
  color: #343a40;
}
h2.entry-title a:hover, h2 a:hover, h2.entry-title a:visited, h2 a:visited {
  color: #7ec1ce;
}
h2.entry-title a:visited, h2 a:visited {
  color: #343a40;
}
.hentry {
  margin: 0 0 2.5rem;
}
.entry-footer {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.blog_date, .blog_author, .blog_category {
  margin: 0 0.5rem;
}
.comments-link {
  float: right;
}
.bazz_single_meta .post-categories {
  display: block;
  margin-bottom: 1rem;
}
.general_single_wrap article.hentry .post-categories {
  margin: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.general_single_wrap article.hentry figure {
  position: relative;
  min-height: 50px;
}
.general_single_wrap article.hentry .blog-cat {
  display: inline-block;
  margin-right: 1rem;
}
.general_single_wrap article.hentry .social-share {
  margin-bottom: 1rem;
  display: block;
}
.blog-cat {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-cat a {
  font-style: italic;
  color: #6c757d;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.archive_list_img_layout .article-post {
  overflow: hidden;
  min-height: 300px;
}
@media (max-width: 768px) {
  .archive_list_img_layout .article-post {
    padding-top: 0;
  }
}
.archive_list_img_layout article.hentry {
  flex-direction: column-reverse;
  display: flex;
}
@media (min-width: 768px) {
  .archive_list_img_layout article.hentry {
    flex-direction: row-reverse;
  }
}
.archive_list_img_layout article.hentry h2 {
  min-width: 100%;
}
.archive_list_img_layout article.hentry figure {
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .archive_list_img_layout article.hentry figure {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .archive_list_img_layout article.hentry .entry-header {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.archive_list_img_layout article.hentry .entry-meta {
  margin: 0;
}
.archive_list_img_layout article.hentry .post-title, .archive_list_img_layout article.hentry h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.archive_list_img_layout article.hentry .post-title a, .archive_list_img_layout article.hentry h2 a {
  padding: 0;
}
.archive_list_img_layout article.hentry .blog_excerpt {
  margin-top: 0;
  padding: 0;
}
.archive_list_img_layout article.hentry .readmore_blog {
  padding: 0;
}
.archive_list_img_layout article.hentry .entry-audio {
  position: absolute;
  bottom: 0;
}
.archive_list_img_layout .entry-content {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.bazz_author_wrap {
  background-color: #495057;
  padding: 2rem;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
}
@media only screen  and (min-width: 768px) {
  .bazz_author_wrap {
    padding: 3rem 3rem 3rem 6rem;
  }
}
@media only screen  and (min-width: 768px) {
  .bazz_author_wrap .author_img {
    position: absolute;
    top: 3rem;
    left: -3rem;
  }
}
.bazz_author_wrap .author_name {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
blockquote {
  padding: 2rem 2rem 2rem 6rem;
  position: relative;
  margin-bottom: 2rem;
}
blockquote:before {
  content: '\201c';
  font-family: 'Open Sans', sans-serif;
  font-size: 112px;
  font-size: 7rem;
  color: #e9ecef;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 2rem;
}
table {
  margin-bottom: 2rem;
}
table thead th {
  border-bottom: 3px solid #e9ecef;
  font-family: 'Open Sans', sans-serif;
}
table td, table th {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem;
}
dl dt {
  font-family: 'Open Sans', sans-serif;
  color: #212529;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
ul, ol {
  margin: 0 0 0.5em 1em;
  padding: 0 0 0 1rem;
}
ul li, ol li {
  line-height: 2;
}
fieldset {
  padding: 2rem 2rem 2rem 2rem;
  border-color: transparent;
}
legend {
  background-color: #253e71;
  padding: 0 1rem;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  width: auto;
}
.bazz_single_content {
  padding: 1rem 0 3rem;
}
@media only screen  and (min-width: 768px) {
  .bazz_single_content {
    padding: 1rem 0 5rem;
  }
}
.bazz_single_content__1 .blog_date, .bazz_single_content__1 .blog_author, .bazz_single_content__1 .blog_comment_num {
  display: block;
  margin: 0.5rem 0;
}
.bazz_single_content__1 .social-share {
  border-top: 1px solid #e9ecef;
  display: -webkit-box;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.bazz_single_content .mejs-container {
  margin-bottom: 2rem;
}
del {
  color: #d4364d;
}
.grid-layout.bazz_no_img article.hentry .post-categories {
  position: static;
  padding: 0 1rem;
}
.grid-layout.bazz_no_img article.hentry h2 {
  -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
.grid-layout.bazz_no_img article.hentry .blog_excerpt {
  margin-top: 0;
}
.grid-layout.bazz_no_img article.hentry .page-content, .grid-layout.bazz_no_img article.hentry .entry-content, .grid-layout.bazz_no_img article.hentry .entry-summary {
  margin: 1em 0 0;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dee2e6;
  font-weight: 400;
  color: #fff;
  color: #6c757d;
  display: block;
  margin-right: 0.5rem;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  display: block;
  background-color: #d4364d;
  color: #fff;
}
.pagination .next, .pagination .prev {
  min-width: 100px;
}

.post-categories-tags, .bazz_creative_style .post-categories, .article-post article.hentry .post-categories, .bazz_single_meta .post-categories, .general_single_wrap article.hentry .post-categories {
  list-style: none;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.post-categories-tags li, .bazz_creative_style .post-categories li, .article-post article.hentry .post-categories li, .bazz_single_meta .post-categories li, .general_single_wrap article.hentry .post-categories li {
  display: inline-block;
  margin: 0.3rem 0.2rem;
}
.post-categories-tags a, .bazz_creative_style .post-categories a, .article-post article.hentry .post-categories a, .bazz_single_meta .post-categories a, .general_single_wrap article.hentry .post-categories a {
  background-color: #7ec1ce;
  padding: 0.4rem 1rem;
  color: #fff;
  font-style: italic;
}
.box-with-shadow, .article-post, blockquote, table, fieldset, .tnp-subscription, .comment-respond, .comment-body, .about_sub_pages__style1 .content_area_about, .about_sub_pages__style1 .content_area_about:after {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  border-color: transparent;
	margin-bottom: 25px;
}

h2.counter-number.counter {
	color: #fff;
}

span.title-counter {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.well_built_banner_section_wrap .caption-text {
	background-color: rgba(0,0,0,0.40);
	max-width: 43%;
	padding: 15px 10px 5px 10px;
}

.AktuelltText i {
	padding: 5px 0 0 7px;
	font-size: 40px;
}

.well_built_banner_section {
	background-size: cover;
	background-repeat: no-repeat;
	height: 60vh;
	top: 0;

	display: flex;
  align-items: center;
  justify-content: center;

}

.services_inner_readmore a, .services_inner_readmore a:visited  {
	color: #7ec1ce;
}

.services_inner_readmore a:hover {
	color: #aaab7c;
}

.well_built_banner_section h2 {
	color: #7ec1ce;
}

.our_quote_wrap figure {
	padding-top: 10px;
}

.our_quote_wrap h2 a{
	color: #aaab7c;
}

.fa-angle-double-down {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	height: 10px;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
	color: #fff;
	animation-name: bounce-1;
	animation-timing-function: linear;
}
@keyframes bounce-1 {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.caption-text h4{
	color: #fff;
	font-weight: 600;
}

.our_quote_wrap {
	background-color: #f4faff;
	padding-bottom: 50px;
}

.about_us_wrap {
	padding-bottom: 40px;
}

.our_portfolio_wrap {
	padding: 0 0 50px 0;
}

.our_team_wrap {
	padding: 50px 0;
}

.site-info a{
	color: #7ec1ce;
	font-weight: 500;
	font-size: 16px;
}

.site-info a:hover {
	color: #aaab7c
}

.SocialIconsMenu a:hover {
	color: #7ec1ce;
}

.counter-number-list i {
	color: #fff;
	font-size: 35px;
}

.portfolio_readmore a.button{
	margin-top: 50px;
}

a.custom-logo-link{
	padding-top: 20px;
}

.bottom_footer .site-info {
	font-weight: 600;
}

.well_built_banner_section_inner {
	height: 50vh;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.entry-header h1{
	font-size: 50px;
  font-weight: 600;
}
.sidebar {
	padding: 33px 0 20px 5px;
	border: none;
}

.sidebar .widget_nav_menu {
	display: block;
	border-left: 1px solid #ddd;
	padding-left: 0;
	padding-bottom: 20px;
	margin-top: 10px;
}

.logo_wrap p.site-description {
	font-size: 16px;
	line-height: 22px;
}

.sidebar .widget_nav_menu h2{
	display: none;
}

.sidebar .widget_nav_menu ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.sidebar .widget_nav_menu .menu {
	display: block;
}

.sidebar .widget_nav_menu ul li {
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	color: #6b6c6e;
}

.sidebar .widget_nav_menu ul li a {
	color: #6b6c6e;
	font-weight: 500;
}
.sidebar .widget_nav_menu ul li a:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
	color: #ddd;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.sidebar .widget_nav_menu ul li a:hover {
	color: #7ec1ce;
	font-weight: 500;
}

.archive_index_page {
	padding-top: 60px;
}

h2.widget-title{
	font-size: 30px;
}

h2.widget-title:after {
	content: " ";
	display: block;
	height: 4px;
	width: 35px;
	background: #6b6c6e;
	text-align: left;
	margin-top: 9px;
}

.widget ul{
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
}

.widget a:hover {	
	color: #aaab7c;
}

.archive_index_page .sidebar {
	margin-top: 0px;
	padding-top: 0px;
}
.archive_index_page h1.page-title{
	font-size: 35px;
	margin-top: 0;
}

.bazz_single_meta .blog-tag ul.post-categories {
	margin: 0;
    padding: 0;
    display: inline-block;
}

.bazz_single_content .bazz_single_meta .blog-tag ul.post-categories li a {
	background: none;
	font-size: 1rem;
  color: #6c757d;
	padding: 2px 3px;
}
.bazz_single_content .bazz_single_meta .blog-tag ul.post-categories li a:hover {
	color: #7ec1ce;
}

.single-title {
	margin-top: 0;
	font-size: 45px;
}
.single .archive_index_page {
	padding-top: 30px;
}

.comment-respond {
	box-shadow: none;
}

.entry-content .liststyleNone {
	padding-left: 0;
	margin-left: 0;
}

.our_quote_wrap.our_services_shortcode {
	background-color: initial;
}
.portfolio_readmore {
	clear: both;
}

.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.clearfix {
	clear: both;
}

.blaze_loadmore.button:hover {
	cursor: pointer;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('assets/img/loader.gif');
	background-repeat: no-repeat; 
	background-color: #FFF;
	background-position: center;
}

/* skip link focus */
a.button:focus {
	outline: 1px solid #000;
}

.bazz_single_content a{
	text-decoration: underline;
}

input[type="file"] {
	width: 400px;
    height: 31px;
}

/*-----------------------------------------------------------*/

/*MEDIA QUERY*/


/*-----------------------------------------------------------*/
@media all and (min-width : 20px)  {

	.logo_wrap img{
		position: relative;
		top: 0;
		left: 0;
		background-color: #79bfce;
	}

	#primary-menu {
		display: none;
	}

	.center {
		text-align: center;
	}

	img.langswitch-se, img.langswitch-en {
		max-width: 25px;
	}

	.flags {
		border-left: 1px solid #6b6c6e;
		padding-left: 15px;
		margin-left: 12px;
	}

	.flagsMobile {
		position: absolute;
		right: 10px;
		top: 15px;
	}

	/* ----------------------------- */

	/*mobil menu */
	.mobile-header {
		position: absolute;
		display: block;
		background: rgba(107,108,110,1);	
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		color: #fff;
		z-index: 999;
	}

	.mobile-header a {
		display: inline-block;
	}

	.mm-menu li a {
		color: #fff;
	}

	.mobile-header a i {
		color: #fff;
		font-size: 25px;
		margin: 13px 0 0 16px;
	}

	.logotype-mob {
		width: 100px;
		height: auto;
		position: absolute;
		top: 0px;
		margin: 12px auto 0 auto;
		left: 0;
		right: 0;
	}

	h1 {
		font-size: 23px;
		line-height: 130%;
	}

	/*.desktopSlider {
		display: none;
	}

	.mobileSlider img.block-bild{
		width: 100%;
	}
	*/

	/*------------------------------------------------------*/

	/*sets min width on container*/
	.container {
		min-width: 280px;
	}

	.WelcomeMessage {
		margin-top: 50px;
	}

	.slick-slider {
		margin-bottom: 0;
	}

	/*------------------------------------------------------*/
	
	/*slider*/
	.slickSlider {
		padding-top: 50px;
	}
	.sliderMob-height {
		margin-top: 0;
		margin-bottom: 30px;
		height: 250px;
	}
	
	/*------------------------------------------------------*/

	/*subpages top image*/
	.topp-block-undersida {
		height: 250px;
		margin-top: -10px;
	}

	/* ----------------------------- */

	/*hide and show stuff on pages*/
	.LogoBackstretchDiv {
		display: none;
	}
	.home .LogoBackstretchDiv {
		display: none;
	}
	
	.topp-block-front {
		display: none;
	}

	.home .topp-block-front {
		display: block;
	}

	/*------------------------------------------------------*/
	
	/* Texter */

	.bildTextH1 {
		position: absolute;
		z-index: 999;
		text-align: center;
		width: 100%;
		padding: 0 12px;
		text-shadow: -1px 0px 12px rgba(0, 0, 0, 0.57);
		max-width: 800px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.bildTextH1 {
		font-size: 20px;
		font-weight: 500;
		line-height: 130%;
	}
	
	h2.TjocktStreck:after {
		content: " ";
		display: block;
		height: 6px;
		width: 80px;
		background: #6b6c6e;
		margin: 12px auto 25px auto;
	}

	.welcome h2.TjocktStreck {
		margin-top: 0;
		font-weight: 600;
		font-size: 30px;
	}

	.TjocktStreckUndersidor {
		width: 100px;
		margin: 12px 0 25px 0;
		border-bottom: 6px solid #6b6c6e;
	}

	.welcome {
		max-width: 624px;
		margin: 0 auto 0 auto;
	}

	.welcome p {
		font-size: 16px;
	    font-weight: lighter;
	    line-height: 160%;
	    color: #6b6c6e;
	    margin-top: 20px;
	    margin-bottom: 15px;
	}
	
	.text-right {
		text-align: right;
	}

	/*------------------------------------------------------*/

	/*front page*/

	.hoverBox-wrap {
		height: 310px;
		margin-top: 30px;
	}
	.hoverBoxBlue-wrap {
		height: 230px;
		margin-top: 30px;
	}

	.hoverBox-wrap .adjustVertical.showMe, .hoverBoxBlue-wrap .adjustVertical.showMe  {
		position: relative;
		z-index: 4;
		display: block;
		-webkit-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		   -moz-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		     -o-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		        transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570);
	}

	.hoverBox-wrap .adjustVertical.showMe {
		top: 24%;
	}


	.hoverBoxBlue-wrap .adjustVertical.showMe {
		top: 16%;
	}

	.hoverBox-wrap p,
	.hoverBox-wrap h2,
	.hoverBox-wrap a,
	.hoverBoxBlue-wrap p,
	.hoverBoxBlue-wrap h2,
	.hoverBoxBlue-wrap a  {
		color: #fff;
		position: relative;
		z-index: 3;	
		-webkit-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		   -moz-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		     -o-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		        transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570);
	}

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
		font-size: 16px;
		padding: 0 20px;
		line-height: 140%;
	}

	.hoverBox, .hoverBoxBlue {
		position: absolute;
	}

	.hoverBox.colorBoxGreen {
		background-color: rgba(170,171,124,0.75);
		z-index: 1;
		-webkit-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		   -moz-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		     -o-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		        transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570);
	}

	.hoverBox.colorBoxGrey {
		background-color: rgba(107,108,110,0.8);
		z-index: 1;
		-webkit-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		   -moz-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		     -o-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		        transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570);
	}


	.hoverBoxBlue.colorBoxBlue {
		background-color: rgba(126,193,206,0.8);
		z-index: 1;
		-webkit-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		   -moz-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		     -o-transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570); 
		        transition: all 300ms cubic-bezier(0.485, 0.440, 0.760, 0.570);
	}

	.hoverBox.imageBox, .hoverBoxBlue.imageBoxBlue {
		z-index: 0;
	}


	/*-------------------------------------------*/

	.HiddenTextDiv {
		padding: 20px 0 15px 0;
		background: rgba(126, 126, 130, 0.12); 
		min-height: 155px;
	}

	.HiddenTextDiv h2 {
		font-size: 18px;
		font-weight: 600;
		margin: 50px 36px 0 36px;
	}

	.HiddenTextDiv p {
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		color: #6b6c6e;
		margin: 20px;
		padding-top: 8px;
	}

	span.AktuelltText {
		position: absolute;
		z-index: 101;
		display: inline-block;
		color: #fff;
		left: 30px;
		top: 6px;
	}

	.TriangleCorner {
		position: absolute;
		z-index: 99;
		width: 0;
		height: 0;
		top: 0;
		border-style: solid;
		border-width: 100px 140px 0 0;
		border-color: #6b6c6e transparent transparent transparent;
		line-height: 0px;
		_border-color: #6b6c6e #000000 #000000 #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}
	/*------------------------------------------------------*/

	/* Singelslider */

	.singleAktuellt {
		margin: 130px 0 30px 0;
	}

	.singleAktuellt h2 {
		color: #7b7c7f;
	}

	#nyhetsbild {
		margin: 15px 0;
		width: 100%;
	}

	.datum {
		font-size: 12px;
		font-style: italic;
		color: #6b6c6e;
	}

	/*------------------------------------------------------*/

	/* Medarbetare */

	ul.medarbetare-lista {
		margin-left: 18px;
	}

	span.bigger {
		font-size: 18px;
		line-height: 36px;
	}

	.medarbetareWrap {
		height: auto;
	}


	.medarbetareImg {
		width: 100%;
	}

	span.boldText {
		font-weight: 700;
		font-size: 14px;
	}

	a.mailadress, a.merInfo {
		color: #7ec1ce;
	}
	
	.medarbetareWrap p {
		font-size: 12px;
	}

	span.kursivText {
		font-style: italic;
	}

	a.lasMer {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
		bottom: 0;
	}

	.infoWrap {
		margin-bottom: 45px;
		margin-top: 20px;
	}

	.merInfoDiv {
		position: absolute;
		display: none;
		z-index: 999;
		padding: 20px;
		height: auto;
		background-color: rgba(205, 205, 205, 0.9); 
		right: 15px;
    left: 15px;
		bottom: 90px;
	}

	.medarbetareWrap:hover{
		cursor: pointer;
	}
	.medarbetareWrap.showMe .merInfoDiv {
		display: block;
	}

	.merInfoDiv ul {
		padding-left: 18px;
	}

	.merInfoDiv ul li {
		list-style: disc;
		color: #000;
		font-weight: 700;
		margin-bottom: 6px;
	}
	
	.merInfoDiv p {
		color: #000;
		font-weight: 400;
	}

	p.merInfo {	
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		color: #7ec1ce;
		cursor: pointer;
		bottom: 0;
		padding-bottom: 10px;
		margin-bottom: 0;
		margin-top: 0px;
	}

	.fa-angle-right { 
	    color: #6b6c6e;
	    font-weight: 700;
	    position: absolute;
	    right: 15px;
	}

	.borderBottom {
		border-bottom: 1px solid #6b6c6e;
	}

	/* Single Medarbetare */

	.singleBlock {
		margin-top: 60px;
	}

	.singleBlockBild {
		margin-top: 20px;

	}
	

	/*------------------------------------------------------*/

	/* Kontor och kontakt */

	.googleMaps iframe {
		max-width: 100% !important;
	}

	/*------------------------------------------------------*/

	/* Rekrytering */

	.imgRightCol {
		width: 100%;
		margin-top: 15px;
	}

	/*------------------------------------------------------*/

	/* Formulär */

	.containerDokument {
		padding: 20px 0 30px 0;
		margin-top: 40px;
		border-top: 1px solid #ddd;
	}

	/*------------------------------------------------------*/

	/* Sub page mob menu */

	.subPageTopMobile {
		margin-bottom: 15px;
	}

	.subPageMobMenu ul {
		list-style: none;
		margin-bottom: 25px;
		padding: 0 15px 15px 15px;
		background: rgba(107,108,110,0.1);
	}

	.subPageMobMenu li {
		padding: 10px 0;
		border-bottom: 1px solid rgba(107,108,110,0.5);
	}

	.subPageMobMenu li a {
		color: #000
	}

	.subPageMobMenu li a:hover::before {
		content: '►';
		color: #7ec1ce;
		padding-right: 22px;
	}

	.subMenuTitleBlock {
		cursor: pointer;
		margin-top: 20px;
		padding: 10px 15px;
		background: #7ec1ce;
		border-bottom: none;
	}

	.subMenuTitleBlock span {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		margin-right: 10px;
	}

	.sidomeny .fa-bars, .fa-times {
		color: #fff;
		cursor: pointer;
	}

	.subPageMobMenu li a:hover {
		color: #7ec1ce;
		font-weight: 700;
	}

	.hideSubmenu {
		display: none;
	}

	.showSubmenu {
		display: block;
	}

	.current_page_item a,
	.current-page-ancestor a {
		color:#7ec1ce !important;
		font-weight: 700;
	}

	/*------------------------------------------------------*/

	a.button,
	.button a, .blaze_loadmore.button {
		display: inline-block;
		background-color: #7ec1ce;
		padding: 15px 25px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 16px;
		color: #fff;
		border: none;
	    text-transform: uppercase;
	}

	.well_built_banner_section a.button {
		padding: 7px 25px;
	}

	

	/*------------------------------------------------------*/
	/*404*/
	.sida404 {
		padding: 150px 15px 40px 15px;
		text-align: center;
		background: #f4f4f4;
	}

	.sida404 h1 {
		color: #6b6c6e;
		max-width: 850px;
		margin: 0 auto;
	}

	.sida404 h2 {
		margin-top: 30px;
	}

	.sida404 h2 a {
		color: #fff;
		background: #6B6B6B;
		padding: 10px 15px;
		font-size: 16px;
	}

	.sida404 h2 a:hover {
		color: #fff;
		background: #4C4C4C;
		padding: 10px 15px;
	}

	/*------------------------------------------------------*/

	/* Help classes */

	.top {
		top: 100px;
	}

	.pTop-20 {
		padding-top: 20px;
	}

	.noPaddingL {
		padding-left: 0;
	}

	.noPaddingSides {
		padding-left: 0;
		padding-right: 0;
	}

	.margin {
		padding-bottom: 40px;
	}

	.NoImgTop {
		margin-top: 10px;
	}

	.center {
		text-align: center;
	}

	.liststyleNone {
		list-style: none;
	}

	.paddingLists ul {
		padding-left: 18px;
	}

	/* Hidden objects */

	#homepage-flag {
		display: none;
	}

	.hideInfo {
		display: none;
	}

	.showInfo {
		display: block;
	}

	/*------------------------------------------------------*/

	/*scroll to top*/
	.scroll-toTop {
	    display: inline-block;
	    position: fixed;
	    z-index: 888;
	    right: 30px;
	    bottom: -45px;
	    width: 40px;
	    height: 40px;
	    padding-top: 10px;
	    background: none repeat scroll 0% 0% #7b7c7f;
	    text-align: center;
	    transition: all 800ms ease 0s;
	    cursor: pointer;
	}

	.scroll-toTop i {
	    color: #FFF;
	}

	.scroll-toTop.isScrolled {
	    bottom: 30px;
	}

	/*------------------------------------------------------*/

	/* -- Footer -- */

	footer h5 {
		margin-top: 12px;
		padding-bottom: 0;
	}

	footer {
		border-top: #7b7c7f 1px solid;
		padding: 30px 0;
		margin-top: 50px;
	}

	footer li {
		list-style: none;
		color: #6b6c6e;
		font-size: 12px;
	}

	footer a, footer p {
		color: #6b6c6e;
		font-size: 12px;
	}

	footer .pTop {
		margin-top: 0px;
	}

	footer .SocialIcon {
		font-size: 20px;
	}

	.social-footer {
		text-align: left;
	}

	/*------------------------------------------------------*/

	
	/*IE 8 WARNING*/
	.alert-warning {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 9999999;
		background: #9c2213;
		color: #fff;
		padding-top: 10px;
		font-size: 20px;
	}

	.alert-warning a {
		color: #fff;
		font-weight: 800;
		text-decoration: underline;
	}

	/** Responsive menu **/
	#primary-menu > li {
		text-align: center;
	}

	#primary-menu li a {
		font-weight: bold;
	}

	.main-navigation ul ul {
		left: 0;
		float: none;
		display: block;
    position: relative;
    box-shadow: none;
		border-top: 1px solid #cac2c2;
		border-bottom: 1px solid #cac2c2;
		width: 70%;
		margin: 0 auto;
	}

	.main-navigation ul ul ul {
		left: 0;
		border: none;
		left: 0;
    border: none;
    font-size: 13px;
    opacity: 0.8;
	}

	.main-navigation ul ul {
		left: -999;
		display: block;
		font-size: 15px;
	}

	.site-footer{
		text-align: center;
	}

	.social-footer {
    text-align: center;
    padding-top: 15px;
	}

}

/*-----------------------------------------------------------*/
@media all and (min-width : 375px)  {
	.hoverBoxBlue-wrap .adjustVertical.showMe {
	    top: 24%;
	}
	a.custom-logo-link{
		text-align: center;
		display: inline-block;
	}
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
@media all and (min-width : 400px)  {


	.hoverBox-wrap .adjustVertical.showMe {
		top: 30%;
	}

	.hoverBoxBlue-wrap .adjustVertical.showMe {
		top: 26%;
	}

	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
		font-size: 15px;
		padding: 0 50px;
	}

	.HiddenTextDiv h2 {
		font-size: 26px;
		margin: 50px 34px 0 34px;
	}

	.HiddenTextDiv p {
	    padding: 0 16px;
	}

	a.lasMer {
		font-size: 14px;
	}

}

/*-----------------------------------------------------------*/
@media all and (min-width : 414px)  {

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
		font-size: 25px;
		padding: 0 5px;
	}
	


}

/*-----------------------------------------------------------*/
@media all and (min-width : 480px)  {


	.welcome h2.TjocktStreck {
		font-size: 36px;
	}

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
	    font-size: 30px;
	    padding: 0 5px;
	}

	.hoverBox-wrap .adjustVertical.showMe {
	    top: 28%;
	}

	.hoverBoxBlue-wrap .adjustVertical.showMe {
	    top: 20%;
	}

}



/*-----------------------------------------------------------*/
@media all and (min-width:600px) {
	body {
			font-size: 16px;
			line-height: 170%;
	}
	h1 {

	}
	h2 {
			font-size: 40px;
	}
	h3 {
			font-size: 25px;
	}

	.HiddenTextDiv p {
		font-size: 16px;
		padding: 8px 0 0 0;
	}

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
		font-size: 34px;
	}

	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
		font-size: 20px;
	}

	.medarbetareWrap {
		min-height: 360px;
	}

	/*------------------------------------------------------*/

	/*slider*/
	.sliderMob-height {
		height: 450px;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.bildTextH1 {
		font-size: 46px;
		line-height: 130%;
	}

	/*------------------------------------------------------*/

	/*subpages top image*/
	.topp-block-undersida {
		height: 400px;
	}

	.logo_wrap h3 {
		font-size: 25px;
	}

}

/*-----------------------------------------------------------*/
@media all and (min-width : 645px)  {

	h1 {
		font-size: 42px;
	}

}

/*-----------------------------------------------------------*/
@media all and (min-width : 768px)  {

	.logo_wrap img{
		position: absolute;
		top: 0;
		left: 0;
		background-color: #79bfce;
	}

	#primary-menu {
		display: initial;
	}

	.SocialIconsMenu {
		text-align: initial;
	}

	.logo_wrap {
		text-align: initial;
		padding: 0;
	}

	.logo_wrap h3 {
		margin-bottom: 25px;
	}
	p {
		margin: 15px 0 10px 0;
	}

	/*slider*/
	.slickSlider {
		padding-top: 0px;
	}

	/*------------------------------------------------------*/

	/*subpages top image*/
	.topp-block-undersida {
		margin-top: -90px;
		height: 590px;
	}

	/*------------------------------------------------------*/


	/*.desktopSlider {
		display: block;
	}

	.mobileSlider {
		display:none;
	}*/

	.welcome {
		margin-top: 120px;
	}

	.welcome p {
		font-size: 20px;
		margin-top: 45px;
	}

	.HiddenTextDiv p {
		font-size: 18px;
	}

	.HiddenTextDiv h2 {
		font-size: 30px;
		margin: 15px 100px 0 100px;
	}

	a.lasMer {
		font-size: 16px;
	}

	.singleBlock {
		margin-top: 130px;
	}

	.singleBlockBild {
		margin-top: 195px;

	}

	.NoImgTop {
		margin-top: 100px;
	}

	/* ------------------------------------------------- */
	.sidomeny {
		display: none;
	}

	.sidebar {
		display: block;
		padding-left: 0;
		padding-bottom: 30px;
		margin-top: 10px;
	}
	.SidebarMenuList {
		list-style: none;
	}
	.SidebarMenuList li {
		padding: 16px 0;
		border-bottom: 1px solid #ddd;
	}
	.SidebarMenuList li a {
		color: #7b7c7f;
		padding-left: 15px;
	}
	.SidebarMenuList li a::before {
		font-family: 'Open Sans', sans-serif;
		content: '\F093';
		color: #ddd;
		font-size: 10px;
		font-weight: 400;
		padding-right: 15px;
	}
	.SidebarMenuList li a:hover {
	/*	color: #7ec1ce;
		font-weight: 600;*/
		/*padding-left: 0 !important;*/
	}
	.SidebarMenuList li a:hover::before {
		color: #7ec1ce;
	}

	.SidebarMenuList li.current_page_item  a::before {
		color: #7ec1ce;
	}

	.page-parent a.topparent {
		color: #7ec1ce;
		font-weight: 600;
	}

	/* Footer */

	footer h5 {
		margin-top: 0px;
		padding-bottom: 10px;
	}

	footer .pTop {
		margin-top: 25px;
	}

	.social-footer {
		text-align: right;
	}

	/*hide mobil menu*/
	.mobile-header,
	.menu {
		display: none;
	}

	/* ----------------------------- */

	/*screen menu wrapper */
	.menu-wrap {
		position: relative;
		display: block;
		left: 0;
		width: 100%;
		margin-top: 0px;
		background: rgba(255, 255, 255, 0.94); 
		-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.405, 1); /* older webkit */
	    -webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.405, 1.020); 
	    -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.405, 1.020); 
	    -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.405, 1.020); 
	    transition: all 250ms cubic-bezier(0.250, 0.250, 0.405, 1.020); /* custom */
	    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
		-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.1);
		box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.1);
	}

	.menu-wrap.isScrolled {

	}
	
	/*hide and show stuff on pages*/
	.LogoBackstretchDiv {
		display: none;
	}
	.home .LogoBackstretchDiv {
		display: block;
	}

	.LogoBackstretchDiv {
		z-index: 99999;
		position: absolute;
		text-align: center;
		width: 100%;
		top: 40px;
	}

	.LogoBackstretchDiv img {
		height: 25px;
	}

	.fixed {
	    position: fixed;
	    z-index: 99999;
	    top:0; 
	    left:0;
	    width: 100%; 
	}

	.home .menu-wrap.fixed {
	    position: fixed;
	    z-index: 99999;
	    top:0; 
	    left:0;
	    margin-top: 0px;
	    width: 100%; 
	}

	/* ----------------------------- */


	/*logotyp screen menu*/
	.logotype-top {
		width: 170px;
		height: auto;
		float: left;
		display: block;
	}

	/* ----------------------------- */

	/*Sociala ikoner*/
	.SocialIconsMenu {
		position: absolute;
		right: 0;
		padding-top: 15px;
		padding-right: 15px;
	}
	.SocialIconsMenu a {
		color: #6b6c6e;
		font-size: 18px;
		vertical-align: bottom;
		padding-right: 3px;
	}
	.SocialIcon {
		display: inline-block;
		padding-left: 8px;
		margin-top: 3px;
	}

	/* ----------------------------- */

	/*topp menu ul li*/
	.topmenu-screen {
		float: right;
		margin-top: 28px;
		margin-bottom: 0;
	}

	.topmenu-screen li {
		display: inline-block;
		float: left;
		margin-top: 15px;
		margin-left: 15px;
		list-style: none;
	}

	.topmenu-screen li:first-child {
		margin-left: 0;
	}

	.topmenu-screen li a {
		color: #6b6c6e;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 13px;
		letter-spacing: 0.03em;
		border-bottom: 2px solid;
		border-color: transparent; 
	}

	.topmenu-screen li.menu-item a {
		color: #6b6c6e;
	}

	.topmenu-screen li a:hover {
		color: #7ec1ce;
	}

	.topmenu-screen li.current-menu-item > a{
		color: #7ec1ce;
		font-weight: 700;
	}

	

	/* ----------------------------- */

	/*toppmeny sub menus ul*/
	.topmenu-screen li ul {
		position: absolute;
		display: inline-block;
	    z-index: 1000;
	    left: -999em;
	    width: 250px;
	    margin: 30px 0 0 0;
	    padding: 1px;
	    background-color: #fff;
	    border: 1px solid #eee;
	    -moz-box-shadow:    0 10px 5px -8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 10px 5px -8px rgba(0,0,0,0.3);
		box-shadow:         0 10px 5px -8px rgba(0,0,0,0.3);
		top: 20px;
	}

	.topmenu-screen li:hover ul, .topmenu-screen li.focus ul {
	    left: 0; 
	    margin-top: 10px;
	}

	.topmenu-screen li ul li {
		display: block;
		width: 100%;
		list-style: none;
		margin-left: 0;
		margin-bottom: 0;
		padding: 5px 15px;
    margin-top: 0px;
		text-align: left;
		border-top: 1px solid #f8f8f8;
	}

	.topmenu-screen li ul li:first-child {
		border-top: none;
	}

	.topmenu-screen li ul li:hover {
		background: #f8f8f8;
	}

	/*toppmeny sub menus links */
	.topmenu-screen li.current-page-ancestor ul li a,
	.topmenu-screen li.active ul li a,
	.topmenu-screen li ul li a {
	    font-size: 14px;
	    text-transform: none;
	    font-weight: 600;
	    color: #000;
	}

	.topmenu-screen li ul li a:hover {
		color: #7ec1ce;
	}

	.topmenu-screen li ul li.active a {
		color: #ea8b1c;
	}

	.topp-block-undersida {
		width: 100%;
		top: -60px;

	}

	.main-navigation a {
		display: block;
		text-decoration: none;
		color: initial;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		visibility: visible;
		position: relative;
		display: block;
	}

	.main-navigation ul li:hover > ul ul,
	.main-navigation ul li.focus > ul ul {
		position: relative;
		display: block;
		width: 85%;
	}

	.main-navigation ul ul {
		border: none;
	}



}

	/* ------------------------------------------------- */
@media all and (min-width : 992px)  {

	.site-footer{
		text-align: initial;
	}

	.social-footer {
    text-align: left;
    padding-top: 5px;
	}

	.welcome {
		margin-top: 75px;
	}

	h2 {
		 margin-top: 0;
	}

	.NoImgTop {
		margin-top: 0px;
	}

	.subMenuTitleBlock {
		margin-top: 0;
	}

	.welcome h2.TjocktStreck {
	    font-size: 40px;
	}

	.HiddenTextDiv h2 {
		font-size: 34px;
	}

	.HiddenTextDiv p {
		font-size: 20px;
	}

	/* ------- Colorboxes front page ------- */

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
	    font-size: 30px;
	}

	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
	    font-size: 18px;
	}

	.hoverBoxBlue-wrap .adjustVertical.showMe {
	    top: 30%;
	}

	.singleBlockBild {
		margin-top: 140px;

	}

	.subPageTopMobile {
		display: none;
	}

	.imgRightCol {
		margin-top: 110px;
	}

	/*------------------------------------------------------*/

	.topp-block-undersida {
		margin-top: -90px;
	}

	.menu-wrap {
		height: 100px;
	}

	.logotype-top {
		width: 240px;
	}

	.topmenu-screen {
		margin-top: 35px;
	}

	.topmenu-screen li {
		margin-left: 35px;
	}

	.topmenu-screen li a {
		font-size: 14px;
	}


}

/*-----------------------------------------------------------*/
@media all and (min-width : 1024px)  {

	.bildTextH1 {
		padding: 0 25px;
	}

	h1 {
		font-size: 52px;
		line-height: 130%;
	}

}



/*-----------------------------------------------------------*/
@media all and (min-width : 1200px)  {

	.HiddenTextDiv h2 {
	    font-size: 40px;
	}

	/* ------ Color boxes front page ------ */

	.hoverBox-wrap .adjustVertical.showMe {
    	position: relative;
		top: 45%;
		z-index: 4;
		display: block;
	}

	.hoverBoxBlue-wrap .adjustVertical.showMe {
	    top: 40%;
	}

	.hoverTrigger:hover .hoverBox-wrap .adjustVertical.showMe{
		position: relative;
		top: 32%;
		z-index: 4;
		display: block;
	}

	.col-md-9 .hoverTrigger:hover .hoverBox-wrap .adjustVertical.showMe{
		position: relative;
		top: 12%;
		z-index: 4;
		display: block;
	}
	
	.hoverTrigger:hover .hoverBoxBlue-wrap .adjustVertical.showMe{
		position: relative;
		top: 32%;
		z-index: 4;
		display: block;
	}

	.hoverBox-wrap p,
	.hoverBox-wrap h2,
	.hoverBox-wrap a,
	.hoverBoxBlue-wrap p,
	.hoverBoxBlue-wrap h2,
	.hoverBoxBlue-wrap a  {
		color: #fff;
		position: relative;
		z-index: 3;	
	}

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
		font-size: 30px;
		text-transform: uppercase;
	}
	
	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
		font-size: 16px;
		padding: 0 50px;
	}

	.hoverBox-wrap p, .hoverBoxBlue-wrap p {
		visibility: hidden;
	}
	.hoverBox-wrap:hover p, .hoverBoxBlue-wrap:hover p {
		visibility: visible;
		opacity: 1;
	}

	.hoverBox, .hoverBoxBlue {
		position: absolute;
	}

	.hoverTrigger:hover .hoverBox.colorBoxGreen {
		background-color: rgba(170,171,124,1);
	}

	.hoverTrigger:hover .hoverBox.colorBoxGrey {
		background-color: rgba(107,108,110,1);
	}

	.hoverTrigger:hover .hoverBoxBlue.colorBoxBlue {
		background-color: rgba(126,193,206,1);
	}

	.hoverBox.imageBox, .hoverBoxBlue.imageBoxBlue {
		z-index: 0;
	}

	.singleBlockBild {
		margin-top: 145px;
	}

}


/*-----------------------------------------------------------*/
@media all and (min-width : 1280px)  {


	.LogoBackstretchDiv img {
		height: 45px;
	}
	
	.home .menu-wrap {
		margin-top: 0px;
	}

	h1 {
		font-size: 64px;
	}

	.hoverBox-wrap h2, .hoverBoxBlue-wrap h2 {
		font-size: 34px;
		font-weight: 600;
	}

	/*subpages top image*/
	.topp-block-undersida {
		height: 660px;
	}


}

/*------------------------------------------------------*/
@media all and (min-width : 1620px)  {

	/*subpages top image*/
	.topp-block-undersida {
		height: 750px;
	}
}

/** additioal css for section in mobile view*/
.about_us_wrap, .our_portfolio_wrap, .our_quote_wrap {
	padding: 20px 0;
}

@media screen and (max-width: 620px) {
  .well_built_banner_section_wrap .caption-text {
		max-width: 70%;
	}
	
}