html
{
	padding: 0;
	margin: 0;
	width: 100%;
		font-size: 90%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Lucida Sans", "Myriad Pro", sans-serif;
	color: #f6f6f6;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Georgia, serif;
	font-weight: normal;
}

header
{
	background: url('../images/top.png');

	position: fixed;
	top: 0px;
	left: 0px;

	min-width: 960px;
	width: 100%;
	height: 70px;

	-webkit-box-shadow:  4px 4px 10px 10px rgba(0, 0, 0, 0.8);
    box-shadow:  4px 4px 10px 10px rgba(0, 0, 0, 0.8);

	font-family: Georgia, serif;
    z-index: 1000;
}

header nav
{
	margin-left: 430px;
}

header nav ul
{
	list-style: none;
	margin-top: 24px;
}

header nav li
{
	text-transform: uppercase;
	display: inline;

	margin-left: 20px;
}

#logo
{
	background-size: cover;
	background-image: url('../images/logo.png');

	width: 150px;
	height: 48px;

	position: absolute;
	background: cover;
	top: -10px;
	left: 0px;
}

a, a:hover, a:link, a:visited
{
	color: #f6f6f6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

section.main
{
	padding: 40px 0;
	width: 100%;
	color: #999393;
}

section.left
{
	width: 47%;
	float: left;

	margin-right: 3%;
}

section.right
{
	width: 47%;
	float: left;

	margin-left: 3%;
}

.inner
{
	position: relative;
	width: 70%;
	min-width: 600px;
	max-width: 1000px;

	margin: 0 auto 0 auto;
}

.image-caption
{
	background: rgb(55,25,25);
	padding: 20px 0;
	display: block;

	text-transform: uppercase;
	text-align: center;
	font-size: 1.3em;

}

.center
{
	text-align: center;
}

.no-margin
{
	margin: 0;
}

.section-title
{
	text-align: center;
}

#inredning-slide
{
	text-align: center;
}

#inredning-slide img
{
	margin: 2em;
	border-radius: 2px;
	border: 4px solid rgb(223, 223, 223);
}

#inredning-content section
{
	width: 45%;
	float: left;
}

#inredning-content section.left
{
	margin-right: 5%;
}

#inredning-content section.right
{
	margin-left: 5%;
}

h4
{
	text-align: center;
	text-transform: uppercase;
}

p
{
	font-size: 0.9em;
}

strong
{
	font-weight: bold;
}

footer#kontakt
{
	background: url('../images/texture.png');

	padding: 50px 0;
	width: 100%;
	height: 300px;

	color: #999393;
}

img.dot
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.fill-x
{
	width: 100%;
}

small {
	font-size: 0.6em;
}

#inredning-content
{
	position: relative;
	margin-top: 2em;
	border-radius: 1px;

	background: white;
    /*box-shadow:  0px 5px 35px 1px rgba(0, 0, 0, 0.1);*/
	padding: 25px 50px;
}

#hastar
{
	background: url('../images/horsetexture.png');
	color: rgb(120,120,120);
	margin-top: -320px;
}

#horses-slide img
{
	border-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#horses-slide div
{
	position: relative;
}

#horse-section-title.section-title
{
	background:url('../images/horsetexture-fade.png');
	height: 375px;
	position: relative;
	top: -320px;
	text-align: center;
	z-index: -120;
}

#horse-section-title.section-title img
{
	margin-top: 330px;
}

#tillsalu
{
	background: url('../images/horsetexture.png');
}

.horse-description
{
	background: rgb(14,14,14);
	padding: 10px;
	margin-top: -10px;
}

#tillsalu .horse-entry
{
	color: black;
	margin-top: 50px;
	padding: 0px;
	background: rgb(241, 240, 240);
	background: rgba(241, 240, 240, 0.78);
	border-radius: 5px;
	overflow: hidden;
}

.for-sale-banner
{
	position: relative;
	width: 65%;
	margin: -1.5em auto 0 auto;
	top: 1.3em;
	display: block;
}

section#video
{
	margin: 30px auto;
	padding: 5em 5em;
	background: rgba(240, 240, 240, 0.34);
}