@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* end of fonts */

html { 
  background: url(images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -99;
    height: 100%;
    width: 100%;
    background: url("images/patt.png") left top repeat
}

#container {
	width: 100%; /*310px*/
	height: 200px;
	bottom: 0%;
	left: 0;
	margin: auto;
	position: absolute;
	top: 40%;
	right: 0;
	background: rgba(0, 0, 0, 0.76);
}	

#flip-tabs{
	width: 80%; /*310px*/
	height: 150px;
}

#card {
	/*background-color:#009DD9;
	background-color:#000;*/
	
	color:#FFFFFF;
	border: 0px #EEEEEE solid;
	width: 100%; /*310px*/
	height: 150px;
	padding: 40px 20px 20px 30px;
}

#name {
	color:#FFFFFF;
	font-family: DroidSansBold;
	font-size: 28pt;
	padding-top:10px;
}

#info {
	color:#FFFFFF;
	font-family:DroidSansRegular;
	font-size: 12pt;
	line-height: 20px;
	float: left;
}

#info2 {
	color:#FFFFFF;
	font-family:DroidSansRegular;
	font-size: 12pt;
	line-height: 20px;
	padding-left: 30px;
	float: left;
}


#rest{
	padding-top:20px;
}


#url {
	color:#FFFFFF;
	font-family: DroidSansRegular;
	font-size: 12pt;
	height: 32px;
	line-height: 32px;
	padding-left: 30px;
	float: left;
}

#url a {
	color: #FFFFFF;	
	text-decoration: none;
}

#url a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}


#lang {
	padding-right:10px;
	float: right;
}




@media screen and (max-width: 1010px),  screen and (max-device-width: 1010px) {

	#info {
		color:#FFFFFF;
		font-family:DroidSansRegular;
		font-size: 12pt;
		line-height: 20px;
		float: left;
	}

	#info2 {
		color:#FFFFFF;
		font-family:DroidSansRegular;
		font-size: 12pt;
		line-height: 20px;
		padding-left: 20px;
		float: left;
		
	}

	#url {
		color:#FFFFFF;
		font-family: DroidSansRegular;
		font-size: 12pt;
		height: 32px;
		line-height: 32px;
		padding-left: 0px;
		padding-top: 15px;
		width: 100%;
		float: left;
	}

	#container {
		width: 100%; /*310px*/
		height: 250px;
		bottom: 0%;
		left: 0;
		margin: auto;
		position: absolute;
		top: 40%;
		right: 0;
		background: rgba(0, 0, 0, 0.76);
	}	
}

@media screen and (max-width: 670px),  screen and (max-device-width: 670px) {

	#info {
		color:#FFFFFF;
		font-family:DroidSansRegular;
		font-size: 12pt;
		line-height: 20px;
		float: left;
	}

	#info2 {
		color:#FFFFFF;
		font-family:DroidSansRegular;
		font-size: 12pt;
		line-height: 20px;
		padding-left: 0px;
		padding-top: 20px;
		width: 100%;
		float: left;		
	}

	#url {
		color:#FFFFFF;
		font-family: DroidSansRegular;
		font-size: 12pt;
		height: 32px;
		line-height: 32px;
		padding-left: 0px;
		float: left;
		width: 100%;
		padding-top: 15px;
	}

	#container {
		width: 100%; /*310px*/
		height: 300px;
		bottom: 0%;
		left: 0;
		margin: auto;
		position: absolute;
		top: 40%;
		right: 0;
		background: rgba(0, 0, 0, 0.76);
	}	
}

@media screen and (max-width: 360px),  screen and (max-device-width: 360px) {

	#magna {
		display: block;
	}

	#container {
		width: 100%; /*310px*/
		height: 80%;
		top: 20%;
		padding-bottom: 20px;
	}	
	
}

@media screen and (max-height: 400px),  screen and (max-device-height: 400px) {

	#container {
		width: 100%; /*310px*/
		height: 300px;
		bottom: 0%;
		left: 0;
		margin: auto;
		position: absolute;
		top: 0%;
		right: 0;
		background: rgba(0, 0, 0, 0.76);
	}	
	
}