/* CSS Document */
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, t, 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;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #CCC;
  text-decoration: none;
}
html {
  background: #2F2F2F;
}

section.container1 {
  max-width: 100%;
  margin: 79px 0 auto;
}


#transitiongallery section.container1 #slidercontainer { /* .gallery-wrapper */
  margin: 0 0 30px;
  max-width: 750px;
  width: 100%;
}

section.container1 #slider { /* gallery-container */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(0,  0,  0,  0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255,  255,  255,  0.1),  0 0 8px rgba(0,  0,  0,  0.9) inset;
  position: relative;
  padding-top: 0px; /* adjustment for player controls or video sizing slightly off */
  height: 0; /* fix for IE, to give the element "layout" */    
}

section.container1 #slider img {
  width: 100% !important;
  height: auto;  
}  
  
section.container1 #slider .fluxslider { /* gallery */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;    
}
  
section.container1 #slider .fluxslider .surface {
  width: 100%;
  height: 100%;    
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.image1, .image2 {
  background-size: 100% auto;   
}  

section.container1 #slider .fluxslider ul.pagination {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  position: absolute;
  bottom: -30px;
}
section.container1 #slider .fluxslider ul.pagination li {
  text-indent: 10000px;
  height: 10px;
  width: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 50%;
  background: #969696;
  -webkit-box-shadow: 0 -1px 1px rgba(0,  0,  0,  1);
  box-shadow: 0 -1px 1px rgba(0,  0,  0,  1);
}
section.container1 #slider .fluxslider ul.pagination li.current {
  background: #00b8e9;
}
footer {
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  color: #666;
  clear: both;
  border-top: 1px solid rgba(255,  255,  255,  0.1);
  padding-top: 20px;
}
footer p {
  margin-bottom: 2em;
}
#transitiongallery section.container1 {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
#transitions {
  font-size: 0.85em;
}
#transitions .pull-left {
  float: left;
  width: 45%;
}
h2 {
  font-size: 1em;
  text-align: left;
  color: #CCC;
  font-weight: bold;
  margin-bottom: 0.7em;
}
#transitions ul {
  margin-bottom: 1.5em;
}
#transitions ul li {
  font-size: 0.8em;
  margin-bottom: 0.7em;
  float: left;
  margin-right: 3px;
}
#transitions ul li a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em;
  background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #444444),  color-stop(100%,  #333333));
  background-image: -webkit-linear-gradient(top,  #444444, #333333);
  background-image: -moz-linear-gradient(top,  #444444, #333333);
  background-image: -o-linear-gradient(top,  #444444, #333333);
  background-image: -ms-linear-gradient(top,  #444444, #333333);
  background-image: linear-gradient(top,  #444444, #333333);
  border: 1px solid rgba(255,  255,  255,  0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  -moz-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  -o-box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  box-shadow: 0px 1px 0px rgba(0,  0,  0,  0.2) inset;
  position: relative;
}
#transitions ul li a:active {
  top: 1px;
}
/*
#transitions ul li a.new:after {
  content: 'New';
  font-size: 0.8em;
  padding: 0.2em 0.4em;
  color: #FFF;
  background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #dd4c10),  color-stop(100%,  #d23a13));
  background-image: -webkit-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -moz-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -o-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: -ms-linear-gradient(top,  #dd4c10, #d23a13);
  background-image: linear-gradient(top,  #dd4c10, #d23a13);
  border: 1px solid #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  -o-box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  box-shadow: 0px 1px 3px rgba(0,  0,  0,  0.2);
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}
*/

.with-bullets {
  list-style: disc outside;
  margin-left: 1.5em;  
}  

.with-bullets li {
  list-style: disc;
}

.issues {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;  
}  

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
} 
/* CSS Document */

