body
{
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 21px;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

h1,
.jumbotron h1
{
	color: #e72487;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}


h2
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 36px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}






.StartTextPane
{
	margin-bottom: 55px;
}



.MainFrame
{
	
	
}

p
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a
{
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a:hover
{
	
	text-decoration: underline;
	color:#e00b12;
}

.Header
{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:rgba(255,255,255,0.9);
	z-index: 99;
	position:relative;
}

img
{
	max-width: 100%;
}

.ContentFrame
{
		background-color: #fff;
}




.jumbotron
{
	background-color: transparent;
	padding-top: 0px;
	
}

.innerJumboTron
{
	width: 600px;
	margin:auto;
	text-align:center;
	background-image: url("/media/1108/transparent.png");
	background-repeat:repeat-y;
	background-position:center;
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	max-width: 100%;
}

.StartLogga
{
	margin-top: 25%;
	margin-bottom: 30px;
	position:relative;	
	animation: animated_div 1s 1;
-moz-animation: animated_div 1s 1;
-webkit-animation: animated_div 1s 1;
-webkit-animation-name: animated_div;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: initial;
-webkit-animation-delay: initial;
-webkit-animation-iteration-count: 1;
-webkit-animation-direction: initial;
-webkit-animation-fill-mode: initial;
-webkit-animation-play-state: initial;
-o-animation: animated_div 1s 1;
}


@keyframes animated_div
{
0%		{transform: rotate(0deg);top:-400px;}

100%	{transform: rotate(0deg);top:0px;}
}

@-webkit-keyframes animated_div
{
0%		{transform: rotate(0deg);top:-400px;}

100%	{transform: rotate(0deg);top:0px;}
}

@-moz-keyframes animated_div
{
0%		{transform: rotate(0deg);top:-400px;}

100%	{transform: rotate(0deg);top:0px;}
}

@-o-keyframes animated_div
{
0%		{transform: rotate(0deg);top:-400px;}

100%	{transform: rotate(0deg);top:0px;}
}




.VarumarkePane
{
	position:relative;
			
		
	
	animation: animated_varumarke 3s 1;
-moz-animation: animated_varumarke 3s 1;
-webkit-animation: animated_varumarke 3s 1;
-webkit-animation-name: animated_varumarke;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: initial;
-webkit-animation-delay: initial;
-webkit-animation-iteration-count: 1;
-webkit-animation-direction: initial;
-webkit-animation-fill-mode: initial;
-webkit-animation-play-state: initial;
-o-animation: animated_varumarke 3s 1;			
}
			
@keyframes animated_varumarke
{
0%		{transform: rotate(0deg);bottom:-400px;}
50%		{transform: rotate(0deg);bottom:10px;}
60%	{transform: rotate(0deg);bottom:0px;}
}

@-webkit-keyframes animated_varumarke
{
0%		{transform: rotate(0deg);bottom:-400px;}
50%		{transform: rotate(0deg);bottom:10px;}
60%	{transform: rotate(0deg);bottom:0px;}
}

@-moz-keyframes animated_varumarke
{
0%		{transform: rotate(0deg);bottom:-400px;}
50%		{transform: rotate(0deg);bottom:10px;}
60%	{transform: rotate(0deg);bottom:0px;}
}

@-o-keyframes animated_varumarke
{
0%		{transform: rotate(0deg);bottom:-400px;}
50%		{transform: rotate(0deg);bottom:10px;}
60%	{transform: rotate(0deg);bottom:0px;}
}

.IntroLink
{
    display: block;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: fadeInFromNone;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display:none; 
        opacity: 0;
    }

    50% {
        display: block ; 
        opacity: 0;
    }

    100% {
        display: block ; 
        opacity: 1;
    }
}


.LoggaSmall
{
	position: fixed;
	left: 30px;
	top: 20px;
}

.TopNav
{
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-align:center;
}

.TopNav li
{
	display: inline-block;
	margin-right: 30px;
}

.OmButikenPane,
.kontaktaOssPane,
.hittaHitPane
{
	display:none;
	width: 500px;
	margin:auto;
	margin-top: 20px;
	font-size: 19px;
	max-width: 100%;
}

.OmButikenWrapper
{
	margin-left: 79px;
}

.KontaktaOssWrapper
{
	margin-left: 219px;
}

.hittaHitWrapper
{
	margin-left: 383px;
	width: 300px;
	max-width: 100%;
}


footer
{
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #e72487;
	
	color: #fff;
}



@media screen and (max-width: 1024px) {
	

.OmButikenWrapper,
.KontaktaOssWrapper,
.hittaHitWrapper
{
	margin-left: 0;
}




	
}

@media screen and (max-width: 768px) and (min-width: 561px) {
	




	
}

@media screen and (max-width: 650px) and (orientation : landscape) {
	

.StartLogga
{
	width: 25%;
	margin-top: 1%;
	margin-bottom: 0px;
}

.StartTextPane
{
	width: 80%;
	margin:auto;
	font-size: 15px;
	
}
	
.VarumarkePane
{
	width: 25%;
	margin:auto;
}

.OmButikenWrapper,
.KontaktaOssWrapper,
.hittaHitWrapper
{
	margin-left: 0;
}

.TopNav
{
	margin-left: 25%;
}

.TopNav li a
{
	font-size: 17px;
}

.TopNav li
{
	margin-right: 15px;
}

.LoggaSmall
{
	width: 15%;
	top: 5px;
}

	
}

@media screen and (max-width: 320px) {
	

.StartLogga
{
	width: 60%;
	margin-top: 10%;
}

.StartTextPane
{
	width: 90%;
	font-size: 17px;
	margin:auto;
}
	
.headerDiv
{
	text-align:center;
}
	
.LoggaSmall
{
	position: static;

}

.TopNav li {
margin-right: 10px;
}
		

	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
