/*RESET*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video { margin:0;padding:0; border:0;outline:0;}        

/*FINISHED RESET*/
@font-face {
	font-family: sony;
	src: url('sony.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body
{
	color:#000000;
	font-size:1em;
	min-height:500px;
	background:url('images/circuits.png');
}
#wrapper
{
	width:900px;
	margin:0 auto;
}
#logo
{
	width:6%;
	margin-bottom:-2px;
	padding-right:1%;
}
h1
{
	margin:2% 0 0 0%;
	font-family: sony;
	font-size:6em;
	text-align:center;
}

a
{
	color:#00aeef;
}
	h1 a
	{
			color:#00aeef;
			text-decoration:none;
	}
.pics
{
	width:440px;
	margin-left:0px;
}

.pictogram
{
	width:100px;
	padding:20px;
}
menu
{
	list-style:none;
	position:relative;
	text-align:center;
	font-family: sony;
	font-size:1.7em;

}
	menu li
	{
			display:inline;
			padding:0 2.2%;
	}
	menu a
	{
			color:#00aeef;
			text-decoration:none;
				-webkit-transition:color 300ms ease-in-out;
				-moz-transition:color 300ms ease-in-out;
				-o-transition:color 300ms ease-in-out;
				transition:color 300ms ease-in-out;
	}
		menu a:hover
		{
			color:#000000;
		}
	
	.content
	{
		font-family:sony;
		font-size:1.4em;
		text-align:justify;
		position:absolute;
		width:870px;
		background-color:rgba(256, 256, 256, 0.7);;
		padding:2%;
		font-weight:normal;

}

		.content p
		{
			text-align:justify;
			width:60%;
			float:left;
			margin-top:15px;
		}

		.contentimage
		{
			float:right;
			width:260px;
			padding:35px 0px;
			
		}
			.contentmap
			{
				float:right;
				width:40%;
				height:40%;	
			}
#block
{
	width:300px;
	height:300px;
	margin-top:20px;
	-webkit-border-radius:20px;
	background-color:#00aeef;
	color:#FFFFFF;
	float:right;
   -webkit-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
	
}
	#block p
	{
		width:300px;
		margin-top:31px;
		text-align:center;
		font-size:2.4em;
		font-family: sony;
		text-shadow: 1px 1px white, -1px -1px #444;
	}
	
	ul#webfolio
	{
		list-style:none;
		width:700px;
		position:relative;
		top:40px;
	}
		#webfolio li
		{
			display:inline;
			margin:10px;
		}
			#webfolio li img:hover
			{
				opacity:.8;
				-webkit-transition:opacity 500ms ease-in-out;
				-moz-transition:opacity 500ms ease-in-out;
				-o-transition:opacity 500ms ease-in-out;
				transition:opacity 500ms ease-in-out;
			}
				.fancytext
				{
					font-family: sony;
					font-size:1.5em;		
				}
					.fancytext a
					{
						color:#00aeef;
					}


#inventory {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -500px;
  width: 100%;
  height: 90%;
  z-index:999;
}


#footer-img
{
		font-family: sony;
		width:440px;
		height:152px;
		font-size:1.2em;
		position:fixed;
		bottom:0;
		left:50%;
        margin-left: -220px;
		line-height:35px;
		text-align:center;
}

#footer-shop-link {
		font-family: sony;
		width:440px;
		height:52px;
		font-size:26px;
		position:fixed;
		bottom:20px;
		left:50%;
    		margin-left: -600px;
		line-height:35px;
		text-align:center;
}

#footer
{
		font-family: sony;
		width:100%;
		height:40px;
		font-size:1.2em;
		position:fixed;
		bottom:0;
		left:0;
		background-color:#FFFFFF;
		border-top:1px solid #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		-moz-box-shadow:0px 0px 2px #000000;
		-o-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		line-height:35px;
		text-align:center;
}

	#footer a
	{
			color:#00aeef;
			text-decoration:none;
				-webkit-transition:color 300ms ease-in-out;
				-moz-transition:color 300ms ease-in-out;
				-o-transition:color 300ms ease-in-out;
				transition:color 300ms ease-in-out;
	}
		#footer a:hover
		{
			color:#000000;	
		}
#panel .contactcontent .right h2

{
	color: #FFFFFF;
	font-family: 'sony';
	font-size:3em;
	margin:20px;
}
	#panel .contactcontent .right p
	{
		padding:5px 10px;
		color:#FFFFFF;
		font-size:1.4em;
		font-family:'sony';
	}
		#panel .contactcontent .right p a
		{
				-webkit-transition:color 300ms ease-in-out;
				-moz-transition:color 300ms ease-in-out;
				-o-transition:color 300ms ease-in-out;
				transition:color 300ms ease-in-out;
		}
		
		#panel .contactcontent .right p a:hover
		{
				color:#FFFFFF;
				-webkit-transition:color 300ms ease-in-out;
				-moz-transition:color 300ms ease-in-out;
				-o-transition:color 300ms ease-in-out;
				transition:color 300ms ease-in-out;
		}



	/* MEDIA QUERIES FOR MOBILE */


/*LANDSCAPE*/ @media screen and (max-width: 480px) {

body
{
}

#wrapper
{
	width:100%;
	margin:0 auto;
}

#logo
{
	width:10%;
		
}

h1
{
	font-size:2.2em;
	margin-top:20px;
	text-align:center;
}
menu
{
	font-size:1em;	
	position:relative;
	margin-top:3%;
}

	menu li a
	{
		float:left;
		width:96px;
		padding: 15px 0 15px 0;
		text-align:center;
		-webkit-border-radius:5px;
		background-color:#d1d2d4;
		margin:5px;
	}
	
	.content
	{
		position:absolute;
		top:155px;
		width:90%;
		margin: 30px 20px 0px 10px;
		font-size:1.3em;
		
	}
		.content p
		{
			width:100%;
			float:none;
			text-align:left;
		}
				.contentimage, .contentmap

		{
			display:none;
			width:90%;
			margin-top:10px;

		}
		#block
{ display:none;
}
.pics
{
	width:200px;
	margin: 20px auto;
}

.pictogram
{
	width:58px;
	margin:2px;
	padding:0;
}

	ul#webfolio
	{
		list-style:none;
		width:700px;
		position:relative;
		top:40px;
		display:none;
	}
		#webfolio li
		{
			display:inline;
			margin:10px;
		}

			#webfolio li img:hover
			{
				opacity:.8;
				-webkit-transition:opacity 500ms ease-in-out;
				-moz-transition:opacity 500ms ease-in-out;
				-o-transition:opacity 500ms ease-in-out;
				transition:opacity 500ms ease-in-out;
			}
span.hide
{
	display:none;
}

#footer-img
{
  display: none;
}
#footer
{
	display:none;
}

