div.header
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    padding: 5px;
    text-align: right;
    color: #f2f2f2;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f2f2f2;
}
ul.header_bar
{
    list-style-type: none;
    padding-right: 60px;
}
li
{
    margin-right: 15px;
    padding: 5px;
    display: inline;
}
div.main_div
{
    margin-top: 10px;
    margin-right: 450px;
    margin-bottom: 200px;
    margin-left: 450px;
    padding: 25px;
    max-width: 100%;
    float: left;

    text-align: left;
}
div.pict
{
    padding: 13px;
}
p.description
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    color: #dadada;
    padding: 2px;
    line-height: 1.5;
}
body
{
    background-color: #2b2b2b;
}
h1
{
    font-family: 'Dosis', sans-serif;
    color: #d2d2d2;
    text-align: center;
    font-size: 42px;
}

nav.main {
	height: 100px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    color: #dadada;
}

nav.main ul {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	display: block;
	border-top: 1px solid #dadada;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

nav.main li {
   display:inline-block;
   *display:inline; /*IE7*/
   *zoom:1; /*IE7*/
   margin-right: 20px;
	padding-bottom: 0px;
}

nav.main a {
	display: block;
	color: #dadada;
	text-transform: uppercase;
	padding-top: 28px;
	padding-bottom: 0px;
	border-top: 2px solid transparent;
   -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
}

nav.main a:hover {
	border-top: 2px solid #dadada;
}

nav.sticky {
/*	background-image: url('/img/head-bg.png');
	background-color: #fff;*/
	position: fixed;
	color: #000;
	width: 100%;
	left: 0px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align: center;
	top: 0px;
	bottom: auto;
}

nav.sticky ul {
	text-align: left;
	height: 50px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

nav.sticky li {
   display:inline-block;
   *display:inline; /*IE7*/
   *zoom:1; /*IE7*/
   margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
	height: 36px;
}

nav.sticky a {
	text-transform: uppercase;
	color: #dadada;
	margin-top: 11px;
	display: inline-block;
	height: 100%;
}

nav.sticky a.active {
	border-bottom: 1px solid #bfbfbf;
}

nav.sticky a:hover {
   -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
	border-bottom: 1px solid #5D6D63;
}

nav ul {
	padding: 0px;
	list-style: none;
}

nav a {
	height: 50px;
}
.site-wrapper {
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.icon-cog>i {
    color: #dadada;
    padding: 10px;
    margin: 0,auto;
    font-size: 1.5em;
}
