﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,300italic,100,100italic,700);
body {
  background: #FAFAFA url(../img/egg_shell.jpg) repeat top left;
  color: #414a51;
  padding: 0;
  margin: 0;

  font-family:'Roboto', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }
.pn-container
{
     position: relative;
    width: 100%;
}
.pn-header
{
    /*background: none repeat scroll 0 0 #0099cc;
    padding: 10px 0;
    position: relative;
    padding-bottom:0;
    z-index: 999;
    margin-bottom:10px; old*/ 

       background: none repeat scroll 0 0 #0099cc;
    padding: 10px 0;
    position: fixed;
    padding-bottom:0;
    z-index: 999;
    width: 100%;
    margin-bottom:10px;
    top: 0;
    right: 0;
    left: 0;
}
.pn-content
{

    margin: 0 auto;
    top: 150px;
    position: relative;
}
@media screen and (max-width: 480px) {
.pn-content
{
    margin: 0 auto;
    top: 180px;
    position: relative;
}
}

@media screen and (max-width: 680px) {
.pn-content
{
    margin: 0 auto;
    top: 180px;
    position: relative;
}
}

@media screen and (max-width: 580px) {
.pn-content
{
    margin: 0 auto;
    top: 180px;
    position: relative;
}
}

@media screen and (max-width: 1180px) {
.pn-content
{
    margin: 0 auto;
    top: 180px;
    position: relative;
}
}
.pn-inner
{
    /*margin: 0 auto;
    max-width: 1360px;*/
    padding: 0 10px;
    position: relative;
}
.toggle
{
    width:100%;
    height:100%;
    color:white;
}

.switch-selection
{
  display: block;
  position: absolute;
  z-index: 1;
  background: none repeat scroll 0 0 #216A93;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  bottom:0;
  height:5px;
  left:0;}
dd.active + .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 50%;
}
dd.active:first-child  + .switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 0;
}

h3.title
{
    font-family:'Roboto';
  margin: 0 0 10px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a; text-align:center;
}
.line
{
	padding: 22px 0;
	background:transparent url(img/line.png) repeat-x bottom left;
}
.pn-latest-any
{
    margin: 5px 0 0 0;
	padding: 9px 0;
	border-bottom: 1px solid #0099CC;
}

.btn_shadow
{
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.pn-footer
{
    background: none repeat scroll 0 0 #30abd5;
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    margin-top:20px;
    border-top:solid 5px #216A93;
}

.column-last
{
    padding-right:0;
}
.column-first
{
    padding-left: 0;
}
        .loading {
    position: absolute;
    top: 50%;
    left: 50%;
}
.loading .bullet {
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    background: #197de1;
    -webkit-animation: animIn 1s ease-in-out 0s infinite;
    animation: animIn 1s ease-in-out 0s infinite;
}
.loading .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading .bullet:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.loading .bullet:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading .bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
@keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
.copyright
{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom:0;
}
.copyright:hover
{
color: #056495;
}
