/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0}h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th{font-size:1em;font-weight:normal;font-style:normal}ul,ol{list-style:none}fieldset,img{border:none}caption,th{text-align:left}table{border-collapse:collapse;border-spacing:0}

html {
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

p { margin-bottom: 18px; }
a { color: #808080; text-decoration: none; outline-style: none; }
a:hover { text-decoration: none; }


/*
 * Layout
 */
#page {
  margin: 0 auto;
  width: 800px;
  padding: 50px 20px;
  clear: both;
}

@media all and (max-width: 800px) {
  #page { width: 100%; }
}


h1, h2 { clear: both; font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; font-weight: bold; margin: 0 0 17px 0;}
h1 { font-size: 27px; line-height: 34px; font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",Helvetica,Arial,sans-serif,Verdana; }
h2 { font-size: 13px; line-height: 18px; margin-bottom: 0; }

.demonstrations { 
float: left; clear: both; width: 100%; margin-bottom: 18px;
-webkit-box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
}
.demonstrations a {
  float: left;
  width: 120px;
  height: 110px;
  margin: 0 15px 15px 0;
  cursor: pointer;
}
.demonstrations a img { float: left; }
.demonstrations .rightmost { margin-right: 0; }

.demonstrations1 { 
float: left; clear: both; width: 100%; margin-bottom: 18px;
-webkit-box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
box-shadow: 2px 2px 18px -6px rgba(0,0,0,0.75);
}
.demonstrations1 a {
  float: left;
  width: 120px;
  height: 130px;
  margin: 0 15px 25px 0;
  cursor: pointer;

}
.demonstrations1 a img { float: left; }
.demonstrations1 .rightmost { margin-right: 0; }






.gal_img {
  max-width: 100%;
   width: 120px;
   height: 110px;
   
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
   position: relative;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
 
     border:solid #FFFFFF 4px;
     
}

.gal_img_event {
  max-width: 100%;
   width: 120px;
   height: 110px;
  
   
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
   position: relative;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
 
     border:solid #FFFFFF 4px;
     
}



