html, body {
	padding:0;
	margin:0;
	font-family: Roboto;
	font-size: 16px;
	background: #ffffff;
	color: #212121;
}

.right {
	margin-top: 2px;
	float: right;
	/*position: relative;
	top: 3px;*/
}

.header {
	background: #03A9F4;
	color: #ffffff;
	border-bottom: 1px solid #BDBDBD;
}

.heading {
	padding: 10px;
	background: url(images/bg-header.png);
}

.nav {
	text-align: right;
}

.content {
	text-align: center;
}

.demo_nav {
	height:27px;
	padding: 10px;
	background: #81D4FA;
}

h1 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 2.5em;
}

h1 a {
	color: #FF9800;
	text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000;
	text-decoration: none;
}

.demo_list {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	width: 180px;
	padding: 2px;
	background: #ffffff;
	color: #212121;
	border: 1px solid #BDBDBD;
	transition: all 0.3s linear;
}

.demo_list:hover {
	background: #FFE0B2;
	transition: all 0.3s linear;
}

.demo_list ul {
	max-height: 0px;
	display: block;
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin-top: 3px;
	width: 180px;
	overflow-y: scroll;
	background: #ffffff;
	box-shadow: -2px 2px 5px rgba(0,0,0,.4);
	z-index: 2;
	transition: all 0.3s linear;
}

.demo_list:hover ul {
	max-height: 200px;
}

.demo_list li a {
	text-decoration: none;
	padding: 3px;
	color: #212121;
	display: block;
}

.demo_list li a:hover {
	background: #FF9800;
	color: #ffffff;
}

.nav_buttons {
	display: inline-block;
	float: right;
}

.button {
	display: inline-block;
	cursor: pointer;
	padding: 4px 7px;
	background: #ffffff;
	color: #212121;
	border: 1px solid #BDBDBD;
	border-radius: 12px;
	text-decoration: none;
	line-height: 1;
	transition: all 0.3s linear;
}

.button:hover {
	background: #FFE0B2;
	transition: all 0.3s linear;
	border-color: #FF9800;
	color: #212121;
}

.demo_list span, .button i {
	color: #FF9800;
	transition: color 0.4s linear;
}

.demo_list:hover > span, .button:hover > i {
	color: #212121;
	transition: all 0.4s linear;
	transform: rotateX(360deg);
}

.index {
	padding: 10px 0;
}

.preview {
	width: 226px;
	margin:10px;
	display: inline-block;
	background: #E1F5FE;
	border:1px solid #BDBDBD;
}

.name {
	background: #81D4FA;
	font-size: 1.2em;
	padding:4px;
	border-bottom: 1px solid #bdbdbd;
}

.screenshot {
	width: 190px;
	height: 200px;
	border: 1px solid #BDBDBD;
	margin: 10px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.style_info {
	font-size: .85em;
	background: #f8fdff;
	padding: 5px;
	margin: 10px;
	border: 1px solid #bdbdbd;
	border-radius: 7px;
}

.footer {
	padding:20px;
	background: #757575;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #BDBDBD;
}

iframe[scrolling="no"] {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}

/* Responsive */

@media (min-width: 700px) {
	h1 {
		font-size: 3em;
	}
}

@media (max-width: 455px) {
	.resp-hide {
		display: none;
	}
	
	.nav {
		text-align: center;
	}
	
	h1 {
		font-size: 2em;
	}
}
