@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
      font-family: "iskra";
      font-weight: 200;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

ul#menu  {
	text-transform: uppercase; 
}

caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    font-size: 120%;
    margin:0;
	margin-bottom: 20px;
    padding:0;
    color:#444;
    text-transform: uppercase;
}

h1 a {
	color: #000;
	text-decoration: underline;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 4em;	
}
p{
	font-size: 2em;
}
.section{
	text-align:center;
}

/* Menu
 * --------------------------------------- */
 #menu{
	position:fixed;
	text-align: center;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	color: #fff;
	background: #000;
	padding-bottom: 20px;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #fff;
	font-weight: 300;
}

#menu li.active{
	color: #dadada;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #dadada;
	border-bottom: solid 1px #ccc;
}

#menu li.active a:hover{
	color: #fff !important;
}
#menu li a:hover {
	background: #666;
	color: #fff !important;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


/* Sections
 * --------------------------------------- */
#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}	
#section2 img{
	margin: 20px 0 0 52px;	
}
#section3 img{
	bottom: 0px;
	margin:auto;
	display:block;
}
.intro p{
	width: 80%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}

/* Navigation
 * --------------------------------------- */
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

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

	ul#menu {
		display: none !important;
	}

h1 {
	font-size: 1.2em;	
}
p {
	font-size: 1em;
}
.intro p{
	width: 80%;
	margin: 0 auto;
	font-size: 1em;
}

.intro img {
	max-width: 100%;
}

div#section2 img {
	}

}