@import url('https://fonts.googleapis.com/css?family=Open+Sans');

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

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e902";
}
.icon-facebook:before {
	content: "\e903";
}
.icon-info:before {
	content: "\e904";
}
.icon-instagram:before {
	content: "\e905";
}
.icon-left:before {
	content: "\e906";
}
.icon-mail:before {
	content: "\e907";
}
.icon-menu:before {
	content: "\e90a";
}
.icon-more:before {
	content: "\e90b";
}
.icon-more-dots:before {
	content: "\e90c";
}
.icon-phone-square:before {
	content: "\e90d";
}
.icon-right:before {
	content: "\e910";
}
.icon-search:before {
	content: "\e911";
}
.icon-search-square:before {
	content: "\e916";
}
.icon-twitter-square:before {
	content: "\e914";
}
.icon-youtube:before {
	content: "\e915";
}
.icon-phone:before {
	content: "\e900";
}
.icon-key:before {
	content: "\e901";
}
.icon-menu-down:before {
	content: "\e908";
}
.icon-mail2:before {
	content: "\e909";
}
.icon-menu2:before {
	content: "\e90e";
}
.icon-request:before {
	content: "\e90f";
}
.icon-menu-right:before {
	content: "\e912";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Roboto', sans-serif;;
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-weight: normal;
	line-height: 10px;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #231F20;
}
a:hover {
	text-decoration: underline;
	color: #231F20;
}
h1 {
	font-family: 'Coda', cursive;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: none;
	font-size: 30px;
	color: #231F20;
	line-height: 140%;
}
h2 {
	font-family: 'Coda', cursive;
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 22px;
	color: #414142;
	line-height: 140%;
}
hr {
	border: 0 solid #fff;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
	display: block;
	width: 100%;
}
table, tr, th, td {
	font-family: 'Roboto', sans-serif;;
	font-size: 16px;
	color: #000000;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
label {
	font-weight: bold;
}
p {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin: 10px 0 0 20px;
}
section li {
	padding: 5px;
}
form {
	margin: auto;
	line-height: normal;
}
#error_form {
	background-color: #fff;
	max-width: 1200px;
	padding: 2%;
}
input, textarea, select {
	font-family: 'Roboto', sans-serif;;
	background-color: #fff;
	border: 1px solid #999;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	padding: 15px 8px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
}
textarea {
	height: 125px;
}
select {
	width: 100%;
	padding: 0 8px;
}
option {
	padding: 15px 8px;
}
input[type='radio'] {
	width: 30px !important;
}
input.submit, a.submit {
	background-color: #231F20;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	width: auto;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
}
input.submit:hover, a.submit:hover {
	text-decoration: none;
	background-color: #AB2E36;
	color: #fff;
	cursor: pointer;
}
.hide {
	display: none;
}

.mobile {
	display: none;
}
.desktop {
	display: inline-block;
}
.left {
	display: inline-block;
	text-align: left;
	width: 49%;
}
.right {
	display: inline-block;
	width: 49%;
	float: right;
	text-align: right;
}
.quote {
	width: 100%;
	position: absolute;
	top: 150px;
	text-align: center;
	
}
.quote h1 {
	font-family: 'Coda', cursive;
	color: #fff;
	font-size: 42px;
	text-shadow: 2px 2px 4px #000000;
}
header {
	z-index: 100;
	color: #333;
	display: inline-block;
	width: 100%;
	position: relative;
	transition: all 0.4s ease;
	float: left;
}
header .content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
/** height: 80px; - Döljer menyn **/
	background-color: #fff;
	box-shadow: 5px 10px 18px rgba(0,0,0,0.2);
}
header #logo {
	float: left;
	width: auto;
	height: 80px;
	padding: 0;
}
header #logo img {
	width: auto;
	max-height: 70px;
/**margin: 5px 0 0 20px;**/
}
header.sticky {
	position: fixed;
	padding: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #fff;
	overflow-y: auto;
}
header.sticky #logo img {
	width: 80%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.slideshow img {
	width: 100%;
}
section {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}
section #info, section .info {
	word-wrap: break-word;
	padding: 40px 20px;
	margin: 200px 0;
	width: 100%;
	line-height: 22px;
	max-width: 1200px;
	min-height: 250px;
	background-color: #fff;
	box-shadow: 5px 10px 18px rgba(0,0,0,0.2);
	float: left;
}
footer {
	padding: 2%;
	background-color: none;
	border-top: 2px solid #059148;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	width: 100%;
	float: left;
}
#services {
	width: 100%;
}
#services td{
	padding: 1%;
	float: left;
	width: 33%;
}
footer a:link, footer a:visited {
	color: #000;
}
footer h2 {
	color: #000;
}
footer .content {
	padding: 0 1.5%;
}
footer .content:nth-child(2) {
	padding: 75px 0 0 0;
}
footer .footer-map {
	width: 48.5%;
	text-align: center;
	margin: 0 1.5% 0 0;
	float: left;
}
footer .footer-contact {
	width: 48.5%;
	text-align: center;
	margin: 0 1.5% 0 0;
	float: left;
}
.copy {
	padding: 0 0 30px 0;
	background-color: #fff;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1;
}
.copy a:link, .copy a:visited {
	color: #000;
}

/* Klasser */
.center {
	width: 1080px;
	margin: auto;
}
.clear {
	text-indent: -4000px;
	line-height: 0;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.submenu{
	display: none;
}
.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.modal {
	padding: 20px;
}

@media all and (max-width: 1150px) {
	header #logo img {
		max-height: 60px;
	}
}

@media all and (max-width: 1080px) {
	body {

	}
	header {
		padding: 0;
	}
	section #info, section .info {
		padding: 20px 1.5%;
	}
}
@media all and (max-width: 960px) {
	section #info, section .info {
		width: 100%;
	}
	.mobile {
		display: inline-block;
	}
	#mail {
		background-color: #231F20;
		color: #fff;
		padding: 5px 0;
		width: 50%;
		text-align: center;
	}
	#call {
		background-color: #8CC63F;
		color: #fff;
		padding: 5px 0;
		width: 50%;
		text-align: center;
	}

	#mail:hover {
		background-color: #00A651;
	}
	#call:hover {
		background-color: #00A651;
	}
	.quote h1{
		font-size: 32px;
	}
	.desktop {
		display: none;
	}
	.shadow {
		margin: 0;
	}
	header #logo {
		display: inline-block;
		margin: 10px 0 0 0;
		height: 60px;
	}
	section {
		background-image: none;
	}
	section #info, section .info {
		padding: 20px 3%;
		font-size: 14px;
	}
	section #info h1, section .info h1 {
		margin-bottom: 10px;
		font-size: 22px;
	}
	section #info h2, section .info h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	form {
		width: 97%;
		padding: 3%;
	}
	footer .content {
		padding: 0;
	}
	footer .footer-map {
		width: 100%;
		margin: 0;
	}
	footer .footer-contact {
		width: 100%;
		margin: 0;
		padding: 20px 20px;
		text-align: center;
	}
	.shadow {
		margin: 0;
	}
	footer span {
		width: 100%;
		display: block;
	}
	section #info, section .info {
		margin: 200px 0 0;
		box-shadow: none;
	}
}

@media all and (max-width: 550px) {
	header #logo {
		left: 10px;
		width: 70%;
		height: auto;
	}
	table.ref img{
		width: 100%;
		padding: 0 0 15px 0 !important;	
	}
}
@media all and (max-width: 350px) {
	section #info, section .info {
		font-size: 13px;
	}
	section #info h1, section .info h1 {
		font-size: 20px;
	}
	section #info h2, section .info h2 {
		font-size: 16px;
	}
	header #logo {
		margin-top: 10px;
	}
}
