@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}


.container{
	position: relative;
	background-color: #FFF;
}

html { height: 100%; }
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px 0px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px 0px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Merriweather';
}


/* Header Style */
.novotny-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.novotny-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.novotny-top a:hover {
	background: rgba(255,255,255,0.6);
}

.novotny-top span.right {
	float: right;
}

.novotny-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.novotny-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .novotny-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.novotny-demos a {
    display: inline-block;
    margin: 6px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 4px solid transparent;
}

.novotny-demos a:hover {
	color: #2CA6D4;
	border-color: #2CA6D4;
}

.novotny-demos a.current-demo,
.novotny-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}


@media screen and (max-width: 700px) { 
.container > header h1 span{
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-family: 'AnimalsNormal';

}
}
@media screen and (max-width: 500px) { 
.container > header h1 span{
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	text-shadow: none;
}
.novotny-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 4px solid transparent;
}

.novotny-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.novotny-demos a.current-demo,
.novotny-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}
.novotny-demos {
	float: left;
	padding-top: 5px;

}