/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/*==============================
	MY STYLES
==============================*/

.box {
    float: left;
    overflow: hidden;
    position: relative;

    color: #57575a;
    background: #b7c8d4;

    padding: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 12px;

    width: 200px;

    border: 2px solid #787878;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: none medium;
    border-radius: 0;
}

.box.menu { 
    background: #92acbd;
    height: 200px; 
}

.box.menu:hover { 
    cursor: pointer; 
}

.box.info,
.box.menu.selected,
.box.menu.selected a {
    color: #FFFFFF;
    background-color: #004268;
} 

.box.menu a { color: #004268; }

.box.menu.selected:hover,
.box.menu.selected:hover a {
    color: #FFFFFF;
    background: #57575a;
}

.box.menu:hover,
.box.menu:hover a{
    color: #FFFFFF;
    background: #004268;
}

.box.big {
    width: 200px;
    height: 202px;
}

.box.big2 { 
    width: 450px;
    height: 452px; 
    overflow: hidden; 
}

.box.big3 {
    width: 450px;
    height: 704px; 
    overflow: hidden; 
}

.box.big4 { 
    width: 450px;
    height: 956px; 
    overflow: hidden; 
}

.box.big5 { 
    width: 450px;
    height: 1208px;
    overflow: hidden; 
}

.variable.box { 
	height: auto;
    min-height: 1208px;
    overflow: visible; 
    overflow: hidden; 
}

.box-img {
    background: none repeat scroll 0 0 #000000;
    margin-top: 70px;
    padding: 20px;
    position: relative;
    width: auto;
}

img.right { float: right; }

img.over-right { 
    right: 0; 
    position: absolute;
}

img.bottom {
    bottom: 0;
    position: absolute;
}

.box-img h6.description {
    background: none repeat scroll 0 0 #A5A5A7;
    color: #FFFFFF;
    font-family:'Martel', serif;
    font-size: 16px;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 15px 10px 7px;
    position: absolute;
    top: -38px;
    width: 50%;
}


.box-img .container {
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.box-img h6.label {
    bottom: -35px;
    float: left;
    font-family:'Martel', serif;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 10px 10px 10px 0;
    position: absolute;
    width: auto;
}

.box h2 { 
    font-size: 31px; 
    /*text-transform: uppercase;*/
}

.box h2.name {
    font-family:'Martel', serif;
    font-size: 32px;
    margin-bottom: 10px;
}

.box h5 { 
    font-family:'Martel', serif;
    font-size: 20px;
    margin-bottom: 10px;

}

.box .title {
    font-family:'Martel', serif;
    font-size: 33px;
    color: #004268;
    margin-bottom: 10px;
    text-transform: none;
}

.box .text p {
    font-family:'Martel', serif;
    font-size: 21px;
    margin-bottom: 10px;
}


.box .number { display: none; }


#nav {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    position: fixed;
}

#nav a {
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
}

#nav a:hover {
    color: #393939;
}

#nav a:active {
    color: #151515;
}


















