/*
Version 0.0.1
Author: Jeff Reis
Twitter: @jeff_reis
Author URL: http://www.jeffreis.com/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Jeff Reis simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.jeffreis.com/.
*/

@charset "utf-8";
/* CSS Document */

/* Portfolio fade */
#cssfade01 { background-image: url('../assets/01_kidney tracker_hover.png'); height:285px; width:285px; }
#cssfade01 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade01 img:hover { opacity:0; }

#cssfade02 { background-image: url('../assets/02_tools_hover.png'); height:285px; width:285px; }
#cssfade02 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade02 img:hover { opacity:0; }

#cssfade03 { background-image: url('../assets/03_pulse_hover.png'); height:285px; width:285px; }
#cssfade03 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade03 img:hover { opacity:0; }

#cssfade04 { background-image: url('../assets/04_mpos_hover.png'); height:285px; width:285px; }
#cssfade04 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade04 img:hover { opacity:0; }

#cssfade05 { background-image: url('../assets/05_struts_hover.png'); height:285px; width:285px; }
#cssfade05 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade05 img:hover { opacity:0; }

#cssfade06 { background-image: url('../assets/06_findmore_hover.png'); height:285px; width:285px; }
#cssfade06 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade06 img:hover { opacity:0; }

#cssfade07 { background-image: url('../assets/07_bta_hover.png'); height:285px; width:285px; }
#cssfade07 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade07 img:hover { opacity:0; }

#cssfade08 { background-image: url('../assets/08_senses_hover.png'); height:285px; width:285px; }
#cssfade08 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade08 img:hover { opacity:0; }

#cssfade09 { background-image: url('../assets/09_portrait_hover.png'); height:285px; width:285px; }
#cssfade09 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade09 img:hover { opacity:0; }

#cssfade10 { background-image: url('../assets/10_fountain_hover.png'); height:285px; width:285px; }
#cssfade10 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade10 img:hover { opacity:0; }

#cssfade11 { background-image: url('../assets/11_leaves_hover.png'); height:285px; width:285px; }
#cssfade11 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade11 img:hover { opacity:0; }

#cssfade12 { background-image: url('../assets/12_window_hover.png'); height:285px; width:285px; }
#cssfade12 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssfade12 img:hover { opacity:0; }

#cssnav01 { background-image: url('../assets/floating_nav_active.png'); height:19px; width:18px; }
#cssnav01 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssnav01 img:hover { opacity:0; }

#cssnav02 { background-image: url('../assets/floating_nav_active.png'); height:19px; width:18px; }
#cssnav02 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssnav02 img:hover { opacity:0; }

#cssnav03 { background-image: url('../assets/floating_nav_active.png'); height:19px; width:18px; }
#cssnav03 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssnav03 img:hover { opacity:0; }

#cssnav04 { background-image: url('../assets/floating_nav_active.png'); height:19px; width:18px; }
#cssnav04 img { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
#cssnav04 img:hover { opacity:0; }

