body {
	background: url("img/BKG.jpg");
	background-color: #ffffff;
	/*color: #1e4065;*/
	color: #222222;
	font-family: 'Raleway', sans-serif , Arial, Verdana;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

.box {
	background-color: #ffffff;
	Xborder: 1px solid gray;
    	border: 1px solid #222222;
	text-decoration: none;
	display: block;
	width: 318px;
	height: 318px;
	float: left;
	margin: 0 10px 10px 0;
	opacity: .99;
	-webkit-transform: scale(1,1);	
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
			
	/*
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	*/
}

.box4 {
	background-color: #000000;
    border: 1px solid #222222;
	text-decoration: none;
	display: block;
	width: 648px;
	height: 648px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	Xopacity: .8;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	
	/*
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	*/
}

#logo img {
	width: 318px;
   	padding-top: 15px;
    	margin-bottom: -25px;
}

.box:hover, .box4:hover {
	opacity: 1;
	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;		
	z-index: 10;
	
	/*
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	*/
}

.box h2 {
	text-transform:uppercase;
	background-color:#222222;/*#1e4065;*/
	color: #ffffff;
	z-index: 20;
	float: left;
	font-size: 1.4em;
	margin-left: -5px;
	margin-top: 20px;
	padding: 5px 30px 5px 15px;	
	opacity: .95;
}

.box p {
	clear: both;
	Xmargin-left: -5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	display: inline-block; 
	vertical-align: middle;
	width: 280px;		
	padding: 0 20px 0 20px;		
}

.box p a {
	color:#222222;/*#1e4065;*/
	text-decoration: none;
	white-space: nowrap;
}

.box p a:hover {
	background-color:#222222;/*#1e4065;*/
	color: #ffffff;
	text-decoration: none;
}

.box span.boxme {
	clear: both;
	background-color:#222222;/*#1e4065;*/
	color: #ffffff;
	z-index: 20;
	float: left;
	font-size: 1.4em;
	margin: 200px 0 0 -5px;
	padding: 5px 30px 5px 15px;	
	opacity: .85
}

.box4 span.boxme {
	clear: both;
	background-color:#222222;/*#1e4065;*/
	color: #ffffff;
	z-index: 20;
	float: left;
	font-size: 1.4em;
	margin-left: -5px;
	margin-top: -10px;
	padding: 5px 30px 5px 15px;	
	opacity: .85;	
	width: 600px;
}


#KKinstagram {
	background-image: url(img/instagram.jpg);	
	background-size: 100%;
	cursor: hand;
}

#instafeed h2 {
	display: none;
	height: 0px;
}

#instafeed span.boxme {
	top: 500px;
	position: relative;	
}

#instafeed img {
	Xposition: relative;
	margin-top: -59px;
	padding-top: 17px;
	border: 0;
	width: 648px;	
}

#facebook {
	background-image: url(img/facebook.jpg);	
	background-size: 318px;
	cursor: hand;
}

#hitta {
	background-image: url(img/hitta.jpg);		
}

#footer {
	clear: both;
	width: 100%;
	height: 20px;
}

#container {
	margin: 20px auto;
    text-align: left;
}

#main {
	margin: auto;	
	top: 20px; 
	left: 0;
	bottom: 0px; 
	right: 0;
}

.clickable {
	cursor: pointer; 
}

@media screen and (max-width:320px) {
	body {
		background-image: none;
		background-color: #EAEAEA;
	}

	#footer {
		height: 0px;		
	}
	
	#main {
		max-width: 320px;
		margin: auto;
		position: absolute;
		top: 0px; 
		left: 0;
		bottom: 0px; 
		right: 0;				
	}

	.box {
		float: right;
		margin: 0;
		padding:0
	}

	.box4 {
		float: right;
		width: 318px;
		height: 318px;
		margin: 0;
		padding:0
	}
}

@media screen and (min-width:321px) and (max-width:670px) {			
	body {
		background-image:none;
		background-color: #EAEAEA;
		text-align: center;
	}

	#footer {
		height: 0px;
	}			

	#container {
		margin: 0 auto;		
	}

	#main {
		max-width: 320px;
		Xpadding-top: 648px;
		padding-top: 324px;
		margin: 0 auto;
		Xposition: absolute;
		top: 0px; 
		left: 0;
		bottom: 0px; 
		right: 0;
	}
	
	#logo {
		position: absolute;
		top: 20px;
		margin: -10px;
	}

	#window {
		position: absolute;
		top: 350px;		
		margin: -10px;		
	}

	.box {
		float: right;	
		padding: 0;					
	}

	.box4 {
		float: right;
		width: 318px;
		height: 318px;
		padding: 0;		
	}

	.box4 span.boxme {
		top: 200px;
	}

	.box4 img {
		width: 318px;
		height: 318px;		
	}

	#instafeed span.boxme {
		width: 200px;
		top: 200px;
	}

	#instafeed img {
		width: 318px;
		margin-top: -121px;
	}
}

@media screen and (min-width:671px) and (max-width:999px) {
	#main {
		max-width: 660px;
		padding-top: 312px;
	}
	
	#logo {
		position: absolute;
		top: 20px;
	}

	#window {
		position: absolute;
		top: 330px;
	}

	#facebook {			
		position: absolute;
		top: 20px;
		margin-left: 330px;
	}

	.box {
		float: right;		
	}

	.box4 {
		float: right;
		margin-top: 20px;
	}
}

@media screen and (min-width:1000px) and (max-width:1339px){
	#main {
		width: 1000px;
	}
}

@media screen and (min-width:1340px) {
	#main {
		width: 1320px;
	}
	
	#hitta.box {
		float: right;
		margin-right: 10px;
	}
}

@media print {}