/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/*==============================
  STYLES
==============================*/
body {
/*background: url("bg.jpg");
background:
radial-gradient(black 2%, transparent 16%) 0 0,
radial-gradient(black 2%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#eee;
background-size:16px 16px;*/
background-color: #f5fbff;
background-image: url(images/square.png);
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 28px;
}

.container {
width: 1280px;
margin: 0 auto;
padding:0;
-webkit-transform: translateZ(0);
position:absolute;
left:0;
right:0;
}

#content {
/*background-color:#aaa;*/
margin: 0 auto;
/*top:200px;*/
}

.module {
position:relative;
float:left;
width:280px;
height:280px;
margin:15px;
border: 5px solid;
border-color:#d1d8dd;
border-radius: 280px;
-webkit-filter: drop-shadow(3px 3px 5px #ccc);
}

.module img:hover {
filter: blur(1px); 
-webkit-filter: blur(1px); 
-moz-filter: blur(1px);
-o-filter: blur(1px); 
-ms-filter: blur(1px);
/*filter: url(blur.svg#blur);*/
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}

.box-title {
font-size: 30px;
margin-bottom: 10px;
}

.box {
/*color: #212121;*/
padding: 10px;
float: right;

/*margin-left: 10px;
margin-right: 10px;
width: 200px;
background: #ffffff;
border: 2px solid #787878;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}
/*
#topnav {
/*background-color:#aaddfa;* /
height:50px;
padding-top:25px;
padding-left:9px;
color:#032343;
font-weight:700;
font-size: 36px;
margin-left: 200px;
}
*/

#nav {
/*background:#abc125;*/
height:100px;
width:100%;
list-style:none;
margin: 0 auto;
position: absolute;
text-align:center;
/*margin-left: 20px;*/
margin-top: 20px;
}
 
#nav li{
 
display:inline-block;
/*margin-right: 10px;
margin-left: 10px;*/
}
 
#nav ul li:nth-child(2){
padding-right: 80px;
}
 
#nav ul li:nth-child(3){
padding-left: 80px;
}
 
#nav a {
display:block;
text-align:center;
width:120px;
margin-top:50px;
font-family: 'Roboto Slab', serif;
font-weight:300;
text-decoration: none;
font-size: 20px;
color: #173d70;
}
 
#nav a:hover {
color:#800000;
-webkit-transition-duration: 0.48s;
transition-duration: 0.8s;
}
 
#nav a:active {
color: #778899;
}

.face {
background: url(face.png) 0 no-repeat;
width: 120px;
height: 184px;
/*background: url(face_2.png) 0 no-repeat;
width: 102px;
height: 158px;*/
margin:0 auto;
padding-top:20px;
}


.content {
  overflow: hidden; }
  .content.right .sidebar {
    float: right;
    margin: 10px;
    margin-left: 0; }
    .content.right .main {
      margin: 10px;
      margin-right: 220px; }
  .content.double .main {
    margin-left: 434px; }
  .content .sidebar {
    width: 200px;
    height: 66px;
    margin: 10px;
    margin-right: 0;
    border: 1px solid red;
    float: left;
    overflow: hidden;
    font-family: sans-serif; }
    .content .sidebar.alt {
      height: 133px; }
    .content .sidebar.tall {
      height: 400px; }
    .content .sidebar.medium {
      height: 300px; }
    .content .sidebar.flat {
      border: 0;
      height: auto; }
  .content .inner {
    border: 1px solid red;
    height: 66px;
    margin: 10px 0; }
    .content .inner.static {
      margin-top: 0;
      border: 1px solid blue; }
  .content .item {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border: 1px solid blue;
    font-size: 16px;
    margin: 10px;
    overflow: hidden; }
    .content .item.sticky {
      border: 1px solid red;
      height: 100px; }
  .content .inline_columns {
    font-size: 0; }
  .content .main {
    margin: 10px;
    margin-left: 222px;
    border: 1px solid blue;
    height: 400px;
    overflow: hidden; }
    .content .main.short {
      height: 133px; }
    .content .main.tall {
      height: 600px; }

#pages {
text-align:center;
margin-top:20px;
width:100%;
}

h1{
margin-top:20px;
text-align:center;
font-family: 'Roboto Slab', serif;
font-weight:700;
text-decoration: none;
font-size: 42px;
color: #173d70;
}
