                                                            
                    /*@@@@@@@@@@@@@@@@@@                     
                @@@@@:               +@@@@#                 
             ~@@@O                       8@@@:              
           Z@ 7                             $ @@            
         #@@: I?                           ZD 7@@?          
        @@D    @@@                       @@@    @@@         
      O@@      O@7@@                   @@O@?     :@@,       
     $@@        @@ ~@@#             ?@@, @@        @@7      
    $@@         #@    @@Z         #@@   ,@,         @@,     
   I@@           @@     @@@     @@8     @@           @@     
   @@             @,      ,@@~+@:      I@             @@    
  @@+             @@       I @@Z       @@             D@@   
  @@              ,@I    @@Z   #@@    ,@               @@   
 $@7               @@  @@~       O@@  @D               @@:  
 @@                 ~@@             8$@                #@D  
 @@               @@@                @@@#               @@  
 @@             @@+  @I             #@  ~@@             @@  
 @@          :@@     O@             @Z     @@           @@  
 @@,       $@@        @@           @@        @@#       :@8  
 $@Z     @@@          #@           @~          $@@     @@,  
  @@  :@@@############ @#~#######################@@@   @@   
  @  ################## @ ############################ ,@   
   @@                   @@       @@                   @@    
   8@@                   @~      @                   @@     
    @@Z                  @@     @#                  @@7     
     @@D                  @#   O@                  @@@      
      @@@                 @@   @@                 @@#       
       ~@@:                @O #@                @@@         
         @@@               D@ @Z              Z@@#          
           @@@D             @@@             8@@@            
             @@@@           Z@+           @@@#              
               ,@@@@@        @       :@@@@@                 
                   I@@@@@@@@@ @@@@@@@@@#                    
                          ### #*/                           
                                         
/* ------------  The Black Fucking Forest ---------------*/


/* 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;
}

/*--------End Eric's awesome reset ---------*/

body {
background: #000;
font-family: "futura-pt-1", Helvetica, Arial, sans-serif;
font-size: 12px;
}
 
#content {
width: 80%;
margin: 0 auto;
margin-top: 20px;
}
 
.box-title {
font-size: 30px;
margin-bottom: 10px;
}
 
.box {
color: #fff;
/*padding: 15px;*/
float: left;
margin-left: 10px;
margin-right: 10px;
width: 250px;
/*background: #333;*/
margin-bottom: 20px;
}

#nav {
float: left;
font-family: "futura-pt-1", Helvetica, Arial, sans-serif;
margin-left: 20px;
/*position: fixed;*/
width:10%
}
 
#nav a {
font-family: "futura-pt-1", Helvetica, Arial, sans-serif;
text-decoration: none;
font-size: 15px;
line-height: 25px;
color: #92278f;
}
 
#nav a:hover {
color: #b0d352;
}
 
#nav a:active {
color: #151515;
}

ul {
margin-left:20px;
}

.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: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.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;
}

ul#blackforest {
font-family: "futura-pt-1", Helvetica, Arial, sans-serif;
}
