body{
	font-family: 'Roboto', sans-serif;
	color:rgb(20,20,20);
	text-align:center;
}

p{
	margin:0px 0px 10px 0px;
	padding:0px;
}

#pallet{
	margin:0px;
	padding:0px;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

#pallet li{
 list-style: none;
 list-style-image: none;
 display: block;
 height:100%;
 width:25%;
 float:left;
}

#pallet .label{
	position: relative;
	top:50%;
	left:0px;
	width:100%;
	text-align: center;
}

#pallet .label .name{
	font-size:2em;
	line-height: 2em;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#pallet span{
	display: block;
	margin-bottom: 5px;
	font-size: 1em;
	text-transform: uppercase;
}

#ip-container{
	position: absolute;
	top:10%;
	width:100%;
	color:rgb(20,20,20);
	font-size:14px;
}

#ip-container td{
	text-align: center;
}

#ip-container td .bg{
	display: inline-block;
	 padding: 10px 10px 0px 10px ;
   background: #FAFAFA;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAF0lEQVQIW2NkAIIPHz7MFBAQSGckjgMAl1UQBbKGQEAAAAAASUVORK5CYII=);
   color: rgb(20,20,20);
   border: 2px dashed rgb(210,210,210);
   border-top-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   -webkit-border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-box-shadow: 0 0 0 4px #FAFAFA, 2px 1px 4px 4px rgba(10,10,0,.2);
   -webkit-box-shadow: 0 0 0 4px #FAFAFA, 2px 1px 4px 4px rgba(10,10,0,.2);
   box-shadow: 0 0 0 4px #FAFAFA, 2px 1px 6px 4px rgba(10,10,0,.2);
}

#ip{
	font-size:24px;
}

#footer-container{
	position: absolute;
	width: 100%;
	bottom:0px;
	background:#231f20;
  color: rgb(250,250,250);
}

footer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

footer a{
	color:rgb(220,220,220);
}

footer .description{
	float:left;
	width:420px;
  text-align: left;
}

footer .social{
	float:left;
	width: 420px;
	text-align: right;
}

footer .logo{
	float:left;
	width:100px;
	padding-left:10px;
	padding-right:10px;
  text-align:center;
}

footer img{
	max-width:100%; 
	max-height:100%;
}

.tweet{
	float:right;
}
.fb-like{
	margin-right:10px;
	margin-top:-1px;
	float: right;
}

.popup-container{
	position:relative;
}

.popup{
	display:none;
	position:absolute;
	top:-80px;
	left:0px;
	height:60px;
	width:100px;
	padding:10px;
	color:white;
	text-align: center;
}

.popup a{
	display:block;
	margin-top:5px;
}

.arrow_box {
	background-color:rgb(35,31,32);
	background-color:rgba(35,31,32,1);
	border: 2px solid #d9d9d9;
	border-color:rgba(250,250,250,.8);
	-webkit-border-radius:3px;
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(35, 31, 32, 0);
	border-top-color: #231f20;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(217, 217, 217, 0);
	border-top-color: #d9d9d9;
	border-width: 13px;
	left: 50%;
	margin-left: -13px;
}

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

	.nomobile{
		display: none;
	}

	#pallet .label .name{
		font-size:14px;
	}
	#pallet span{
		font-size:12px;
	}

	footer{
		width:300px;
		text-align:center;
		font-size:12px;
	}

	footer .description{
		width:200px;
	}

	footer .social{
		display: none;
	}

	footer .logo{
		width:80px;
		float:right;
	}
}

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

	#pallet .label .name{
		font-size:12px;
	}
}