/* 2013 Jesse Egan stylesheet, bitches. There are many like it, but this one is mine.
*************************************************************************************/

body {
}

.background.home {
	background: #FFF url('../img/bg-home.jpg') no-repeat top center;
	width: 100%;
	height: 335px;
	margin-top: -30px;
}

.background.interior {
  background: #FFF url('../img/bg-interior.jpg') no-repeat bottom center;
  width: 100%;
  height: 316px;
  bottom: 0;
  margin-top: -200px;
}

.background.interior.anchor {
  background: #FFF url('../img/bg-interior.jpg') no-repeat bottom center;
  width: 100%;
  height: 316px;
  bottom: 0;
  margin-top: 0px;
}

.background.interior.web {
  background: #FFF url('../img/bg-interior.jpg') no-repeat bottom center;
  width: 100%;
  height: 316px;
  bottom: 0;
  margin-top: 0px;
}

.arrows {
  margin-top: 10px;
  padding-right: 100px;
}

a#arrow-left {
  background: #FFF url('../img/arrows-sprite.png') no-repeat 0 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  float: left;
}

a#arrow-left:hover {
  background: #FFF url('../img/arrows-sprite.png') no-repeat 0 -51px;
  width: 50px;
  height: 50px;
}

a#arrow-right {
  background: #FFF url('../img/arrows-sprite.png') no-repeat -50px 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  float: left;
}

a#arrow-right:hover {
  background: #FFF url('../img/arrows-sprite.png') no-repeat -50px -51px;
  width: 50px;
  height: 50px;
}

a.nolink {
  color: #333333;
}

a.nolink:hover {
  color: #333333;
  text-decoration: none;
}

hr.home {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 100px;
  margin-bottom: -80px;
}

hr.intro {
  border-top: 1px dashed #b8b8b8;
  margin: 10px 0 10px 0;
  border-bottom: 0;
}

.container.copyright {
  margin-top: -40px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

.breaker-home {
  height: 40px;
  width: 100%;
}

.breaker-intro {
  height: 60px;
  width: 100%;
}


h2.home {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 200;
  display: inline;
  line-height: 50px !important;
  color: #625b65;
}

h1.heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 200;
  display: inline;
  line-height: 50px !important;
  color: #625b65;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #000;
}

p.italics {
  font-style: italic;
  display: inline;
}

p.desc {
  color: #787878;
  display: inline;
  font-size: 14px;
}

p.desc a {
  color: #787878;
  display: inline;
  text-decoration: underline;
}

p.desc a:hover {
  color: #3e1e50;
  display: inline;
  text-decoration: underline;
}

p.bold {
  font-weight: bold;
  display: inline;
}

.inline {
  display: inline;
  line-height: 20px;
}

.inline.pads {
  display: inline;
  line-height: 25px;
  padding-right: 10px;
}

/* buttons 
***********************/

.view {
margin-top: -15px;
display: inline;
padding-right: 5%;
}

.view a {
  width: 50px;
  height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 11px 21px;
  background: -moz-linear-gradient(
    top,
    #acd642 0%,
    #acd642 38%,
    #8bb230 64%,
    #8bb230);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#acd642),
    color-stop(0.38, #acd642),
    color-stop(0.64, #8bb230),
    to(#8bb230));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #949494;
  -moz-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  -webkit-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  text-shadow:
    0px 0px 5px rgba(000,000,000,0.8),
    0px 1px 0px rgba(255,255,255,1);
}
.view a:hover {
  width: 50px;
  height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  padding: 11px 21px;
  background: -moz-linear-gradient(
    top,
    #ceee83 0%,
    #ceee83 38%,
    #aad04d 64%,
    #9bc23b);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#acd642),
    color-stop(0.38, #ceee83),
    color-stop(0.64, #9bc23b),
    to(#9bc23b));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #949494;
  -moz-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  -webkit-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  text-shadow:
    0px 0px 5px rgba(000,000,000,0.8),
    0px 1px 0px rgba(255,255,255,1);
}

/* launch
********************/

.launch {
  margin: 50px 0 50px 293px;
  width: 200px;
}

.launch a {
  width: 50px;
  height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 11px 21px;
  background: -moz-linear-gradient(
    top,
    #8e8e8e 0%,
    #8e8e8e 38%,
    #575757 64%,
    #575757);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#8e8e8e),
    color-stop(0.38, #8e8e8e),
    color-stop(0.64, #575757),
    to(#575757));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #949494;
  -moz-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(0,0,0,0.3);
  -webkit-box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(0,0,0,0.3);
  box-shadow:
    1px 1px 7px rgba(0,0,0,0.3),
    inset -2px -3px 6px rgba(0,0,0,0.3);
  text-shadow:
    0px 0px 5px rgba(000,000,000,0.8),
    0px 1px 0px rgba(255,255,255,1);
}
.launch a:hover {
  width: 55px;
  height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  padding: 11px 21px;
  background: -moz-linear-gradient(
    top,
    #a5a3a3 0%,
    #a5a3a3 38%,
    #656565 64%,
    #656565);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#a5a3a3),
    color-stop(0.38, #a5a3a3),
    color-stop(0.64, #656565),
    to(#656565));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #949494;
  -moz-box-shadow:
    1px 1px 10px rgba(0,0,0,0.5),
    inset -2px -3px 6px rgba(68,87,18,0.53);
  -webkit-box-shadow:
    1px 1px 10px rgba(0,0,0,0.5),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  box-shadow:
    1px 1px 10px rgba(0,0,0,0.5),
    inset -2px -3px 6px rgba(68,87,18,0.3);
  text-shadow:
    0px 0px 5px rgba(000,000,000,0.8),
    0px 1px 0px rgba(255,255,255,1);
}


/* dontclick button
*******************************************************************************/
button.dontclick {
  background: #4162a8;
  border-top: 1px solid #38538c;
  border-right: 1px solid #1f2d4d;
  border-bottom: 1px solid #151e33;
  border-left: 1px solid #1f2d4d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  color: #fff;
  font: bold 20px/1 "helvetica neue", helvetica, arial, sans-serif;
  margin-bottom: 10px;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #1e2d4d;
  width: 150px;
  -webkit-background-clip: padding-box; }
  button.dontclick:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
    cursor: pointer; }
  button.dontclick:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 10px; }

#dumb-button {
  margin: 0px auto;
  width: 50%;
}

/* interior pages
*******************************************************************************/

.interior-feature-1 {
  width: 100%;
  height: auto;
}

.interior-head {
  width: 300px;
  margin-left: 45%;
}

.interior-copy {
  width: 50%;
  margin: 0 auto;
}

.interior-head.firestone {
  margin-left: 48%;
}

.interior-head.ge {
  margin-left: 47%;
}

/* Features */

.feature {
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
}

.feature.first {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
}

.feature.firestone{
  background: #FFF url('../img/logos/logo-home-firestone.gif') no-repeat top left;
}

.feature.tomah{
  background: #FFF url('../img/logos/logo-home-tomah.gif') no-repeat top left;
}

.feature.masterlock{
  background: #FFF url('../img/logos/logo-home-masterlock.gif') no-repeat top left;
}

.feature.doorcounty{
  background: #FFF url('../img/logos/logo-home-doorcounty.jpg') no-repeat top left;
}

.feature.thenewseven{
  background: #FFF url('../img/logos/logo-home-thenewseven.jpg') no-repeat top left;
}

.feature.waukesha{
  background: #FFF url('../img/logos/logo-home-waukesha.jpg') no-repeat top left;
}

.feature.milwaukee{
  background: #FFF url('../img/logos/logo-home-milwaukee.jpg') no-repeat top left;
}

.feature.karma{
  background: #FFF url('../img/logos/logo-home-karma.gif') no-repeat top left;
}

.feature.brakeparts{
  background: #FFF url('../img/logos/logo-home-brakeparts.gif') no-repeat top left;
}

.feature.artbyegan{
  background: #FFF url('../img/logos/logo-home-artbyegan.gif') no-repeat top left;
}

.feature.ge{
  background: #FFF url('../img/logos/logo-home-ge.gif') no-repeat top left;
}

.feature.brightstart{
  background: #FFF url('../img/logos/logo-home-brightstart.gif') no-repeat top left;
}

.feature.medela{
  background: #FFF url('../img/logos/logo-home-medela.gif') no-repeat top left;
}

.feature.jacks{
  background: #FFF url('../img/logos/logo-home-jacks.jpg') no-repeat top left;
}

img.featureimg {
  padding-bottom: 25px;
}

img.featureimgside {
  padding-right: 10%;
}

.left.featureimgside {
  padding-right: 4%;
}

.copy.interior.web {
  padding: 50px 0 40px 0;
  margin: 0 auto;
  text-align: center;

}

.copy.interior.web h1 {
  
}

.send-buttons {
  width: 250px;
}

.input-norm {
  width:50%;
}

.input-big {
  width:100%;
  height: 200px;
}

.formside.left {
  float: left;
  width: 30%;
  padding-right: 40px;
  margin-top: -15px;
}

.formside.right {
  float: right;
  width: 60%;
}

.pads-bottom {
  padding-bottom: 15px;
}

/* text blur 
***************************/

h2.shineon {
      color: white;
      display: inline;
      padding-top: 30px;
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: -1px;
      padding-right: 10px;
      font-size: 45px;
      line-height: 50px !important;
    }
    
    .hovertown span {
      -webkit-transition: all 0.9s ease;
      -moz-transition:    all 0.9s ease;
      -o-transition:      all 0.9s ease;
      transition:         all 0.9s ease;
    }
    .hovertown span:hover {
      text-shadow: 0 0 72px black; 
      color: transparent;     
      -webkit-transition: all 0.2s ease;
      -moz-transition:    all 0.2s ease;
      -o-transition:      all 0.2s ease;
      transition:         all 0.2s ease; 
    }
    
    @-webkit-keyframes blackblur {
      from { text-shadow: 0 0 72px black; color: transparent; }
      to   { text-shadow: 0;              color: black;       }
    }  
    
	.smokemonster span:nth-of-type(1)  { -webkit-animation: blackblur 2s 0.15s 1 alternate; }
	.smokemonster span:nth-of-type(2)  { -webkit-animation: blackblur 2s 0.1s  1 alternate; }
	.smokemonster span:nth-of-type(3)  { -webkit-animation: blackblur 2s 0.15s 1 alternate; }
	.smokemonster span:nth-of-type(4)  { -webkit-animation: blackblur 2s 0.2s  1 alternate; }
	.smokemonster span:nth-of-type(5)  { -webkit-animation: blackblur 2s 0.25s 1 alternate; }
	.smokemonster span:nth-of-type(6)  { -webkit-animation: blackblur 2s 0.3s  1 alternate; }
	.smokemonster span:nth-of-type(7)  { -webkit-animation: blackblur 2s 0.35s 1 alternate; }
	.smokemonster span:nth-of-type(8)  { -webkit-animation: blackblur 2s 0.4s  1 alternate; }
	.smokemonster span:nth-of-type(9)  { -webkit-animation: blackblur 2s 0.45s 1 alternate; }
	.smokemonster span:nth-of-type(10) { -webkit-animation: blackblur 2s 0.5s  1 alternate; }
	.smokemonster span:nth-of-type(11) { -webkit-animation: blackblur 2s 0.55s 1 alternate; }
	.smokemonster span:nth-of-type(12) { -webkit-animation: blackblur 2s 0.6s  1 alternate; }
	  	
  	@-webkit-keyframes fun-1 {
      from { text-shadow: 0 0 72px red; color: transparent; }
      to   { text-shadow: 0;            color: white;       }
    }
    @-webkit-keyframes fun-2 {
      from { text-shadow: 0 0 21px mediumspringgreen; color: transparent; }
      to   { text-shadow: 0;            color: white;        }
    }
    @-webkit-keyframes fun-3 {
      from { text-shadow: 0 0 122px grey; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-4 {
      from { text-shadow: 0 0 102px cyan; color: transparent; }
      to   { text-shadow: 0;            color: white;         }
    }
    @-webkit-keyframes fun-5 {
      from { text-shadow: 0 0 122px magenta; color: transparent; }
      to   { text-shadow: 0;            color: white;            }
    }
    @-webkit-keyframes fun-6 {
      from { text-shadow: 0 0 92px yellow; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-7 {
      from { text-shadow: 0 0 82px firebrick; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-8 {
      from { text-shadow: 0 0 100px indigo; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-9 {
      from { text-shadow: 0 0 55px seashell; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-10 {
      from { text-shadow: 0 0 76px turquoise; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    .shineon { color: darkmagenta; }
    .shineon span:nth-of-type(1)  { -webkit-animation: fun-1 2s 0.2s  19 alternate; }
    .shineon span:nth-of-type(2)  { -webkit-animation: fun-2 2s 1.2s  19 alternate; }
    .shineon span:nth-of-type(3)  { -webkit-animation: fun-3 2s 2.65s 19 alternate; }
    .shineon span:nth-of-type(4)  { -webkit-animation: fun-4 2s 2.2s  19 alternate; }
    .shineon span:nth-of-type(5)  { -webkit-animation: fun-5 2s 1.25s 19 alternate; }
    .shineon span:nth-of-type(6)  { -webkit-animation: fun-6 2s 2.3s  19 alternate; }
    .shineon span:nth-of-type(7)  { -webkit-animation: fun-7 2s 3.10s 19 alternate; }
    .shineon span:nth-of-type(8)  { -webkit-animation: fun-8 3s 2.4s  19 alternate; }
    .shineon span:nth-of-type(9)  { -webkit-animation: fun-9 2s 1.45s 19 alternate; }
    .shineon span:nth-of-type(10) { -webkit-animation: fun-10 2s 3.2s  19 alternate; }
  	
  	.textshadow .foreverblur {
  	   text-shadow: 0 0 22px white;
  	   color: crimson;
  	}
  	
  	#jquerybuddy span {
  	   text-shadow: 0 0 4px rgba(0,0,0,1);
  	   color: transparent;
  	}

/* lilshine
************************************/
h2.lilshine {
      color: white;
      display: inline;
      padding-top: 30px;
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      letter-spacing: -1px;
      padding-right: 10px;
      font-size: 45px;
      line-height: 50px !important;
    } 

    @-webkit-keyframes fun-1 {
      from { text-shadow: 0 0 101px red; color: transparent; }
      to   { text-shadow: 0;            color: white;       }
    }
    @-webkit-keyframes fun-2 {
      from { text-shadow: 0 0 111px yellow; color: transparent; }
      to   { text-shadow: 0;            color: white;        }
    }
    @-webkit-keyframes fun-3 {
      from { text-shadow: 0 0 121px turquoise; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-4 {
      from { text-shadow: 0 0 110px cyan; color: transparent; }
      to   { text-shadow: 0;            color: white;         }
    }
    @-webkit-keyframes fun-5 {
      from { text-shadow: 0 0 111px indigo; color: transparent; }
      to   { text-shadow: 0;            color: white;            }
    }
    @-webkit-keyframes fun-6 {
      from { text-shadow: 0 0 112px mediumspringgreen; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-7 {
      from { text-shadow: 0 0 112px firebrick; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-8 {
      from { text-shadow: 0 0 111px magenta; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-9 {
      from { text-shadow: 0 0 121px seashell; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-10 {
      from { text-shadow: 0 0 110px yellow; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-11 {
      from { text-shadow: 0 0 121px turquoise; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-12 {
      from { text-shadow: 0 0 110px cyan; color: transparent; }
      to   { text-shadow: 0;            color: white;         }
    }
    @-webkit-keyframes fun-13 {
      from { text-shadow: 0 0 111px indigo; color: transparent; }
      to   { text-shadow: 0;            color: white;            }
    }
    @-webkit-keyframes fun-14 {
      from { text-shadow: 0 0 112px mediumspringgreen; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-15 {
      from { text-shadow: 0 0 112px firebrick; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-16 {
      from { text-shadow: 0 0 111px magenta; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-17 {
      from { text-shadow: 0 0 121px seashell; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-18 {
      from { text-shadow: 0 0 121px seashell; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }
    @-webkit-keyframes fun-19 {
      from { text-shadow: 0 0 121px seashell; color: transparent; }
      to   { text-shadow: 0;            color: white;          }
    }

    .lilshine { color: darkmagenta; }
    .lilshine span:nth-of-type(1)  { -webkit-animation: fun-1 3s 0.1s  5 alternate; }
    .lilshine span:nth-of-type(2)  { -webkit-animation: fun-2 3s 0.2s  5 alternate; }
    .lilshine span:nth-of-type(3)  { -webkit-animation: fun-3 3s 0.3s 5 alternate; }
    .lilshine span:nth-of-type(4)  { -webkit-animation: fun-4 3s 0.4s  5 alternate; }
    .lilshine span:nth-of-type(5)  { -webkit-animation: fun-5 3s 0.5s 5 alternate; }
    .lilshine span:nth-of-type(6)  { -webkit-animation: fun-6 3s 0.6s  5 alternate; }
    .lilshine span:nth-of-type(7)  { -webkit-animation: fun-7 3s 0.7s 5 alternate; }
    .lilshine span:nth-of-type(8)  { -webkit-animation: fun-8 3s 0.8s  5 alternate; }
    .lilshine span:nth-of-type(9)  { -webkit-animation: fun-9 3s 0.9s 5 alternate; }
    .lilshine span:nth-of-type(10) { -webkit-animation: fun-10 3s 1.1s  5 alternate; }
    .lilshine span:nth-of-type(11) { -webkit-animation: fun-12 3s 1.2s  5 alternate; }
    .lilshine span:nth-of-type(12) { -webkit-animation: fun-13 3s 1.3s  5 alternate; }
    .lilshine span:nth-of-type(13) { -webkit-animation: fun-14 3s 1.4s  5 alternate; }
    .lilshine span:nth-of-type(14) { -webkit-animation: fun-15 3s 1.5s  5 alternate; }
    .lilshine span:nth-of-type(15) { -webkit-animation: fun-16 3s 1.6s  5 alternate; }
    .lilshine span:nth-of-type(16) { -webkit-animation: fun-17 3s 1.7s  5 alternate; }
    .lilshine span:nth-of-type(17) { -webkit-animation: fun-18 3s 1.8s  5 alternate; }
    .lilshine span:nth-of-type(18) { -webkit-animation: fun-19 3s 1.9s  5 alternate; }



/* floppers
***********************************/

.floppers a { 
      display: block; 
      height: 130px; 
      margin: 0 0 20px 0; 
      /*border: 1px solid #ccc;*/
      height: 150px; 
      overflow: hidden; 
      width: 200px;
      text-decoration: none !important;
      float: left;
      padding: 0 15px 0 15px;
    }
    
    .floppers h5 { 
      color: #333; 
      text-align: center;
      height: 65px;
      padding-top: 20px; 
      font: italic 18px/65px 'Open Sans', sans-serif;    /* Vertically center text by making line height equal to height */
       opacity: 1;
       -webkit-transition: all 0.2s linear; 
       -moz-transition: all 0.2s linear; 
       -o-transition: all 0.2s linear;
    }
    
    .floppers a:hover h5 { 
      margin-top: -45px; 
      padding-top: 0px;
      opacity: 0; 
    }
    
    .floppers div { 
      position: relative; 
      text-align: center;
      color: white; 
      font-family: 'Open Sans', sans-serif;
      font-size: 25px;
      font-weight: 800;
      text-transform: uppercase;
      height: 45px; 
      padding: 10px; 
      opacity: 0; 
      text-shadow: 0 0 32px black;
      -webkit-transform: rotate(14deg); 
      -webkit-transition: all 0.3s linear; 
      -moz-transform: rotate(14deg); 
      -moz-transition: all 0.3s linear; 
      -o-transform: rotate(14deg); 
      -o-transition: all 0.3s linear; 
    }

    .floppers a:hover div { 
      opacity: 1; 
      -webkit-transform: rotate(0); 
      -moz-transform: rotate(0); 
      -o-transform: rotate(0); 
    }
    .floppers a:nth-child(1) div { background: #006075 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; }/*tomah */
    .floppers a:nth-child(2) div { background: #ee3a33 url(../img/logos/) 21px 10px no-repeat; padding-left: 10px; padding-top: 17%; } /*firestone */
    .floppers a:nth-child(3) div { background: #424a15 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; }/* waukesha*/
    .floppers a:nth-child(4) div { background: #444444 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; padding-top: 17%; }/*masterlock*/
    .floppers a:nth-child(5) div { background: #eb6924 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; }/*brightstart*/
    .floppers a:nth-child(6) div { background: #636363 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; padding-top: 7%;}/*brakeparts */
    .floppers a:nth-child(7) div { background: #262a41 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; }/*doorcounty*/
    .floppers a:nth-child(8) div { background: #0083a8 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; }/*milwaukee */  
    .floppers a:nth-child(9) div { background: #e4cebc url(../img/logos/) 14px 16px no-repeat; padding-left: 5px; padding-top: 7%;}/* recollection*/
    .floppers a:nth-child(10) div { background: #ea8a60 url(../img/logos/) 14px 16px no-repeat; padding-left: 10px; padding-top: 7%;}/*thenewseven */
    .floppers a:nth-child(11) div { background: #c73b1b url(../img/logos/) 17px 17px no-repeat; padding-left: 10px; padding-top: 17%; } /*artbyegan*/
    .floppers a:nth-child(12) div { background: #04a3e9 url(../img/logos/) 17px 17px no-repeat; padding-left: 10px; } /*gehealthcare*/
    .floppers a:nth-child(13) div { background: #f68121 url(../img/logos/) 17px 17px no-repeat; padding-left: 10px; padding-top: 17%; } /*medela*/
    .floppers a:nth-child(14) div { background: #343440 url(../img/logos/) 17px 17px no-repeat; padding-left: 10px; padding-top: 17%; } /*jacks*/
    .floppers a:nth-child(15) div { background: #c51721 url(../img/logos/) 17px 17px no-repeat; padding-left: 10px; padding-top: 17%; } /*karma*/

/* button 
************************/

a.stupidbtn:before {
  height: 5px;
  width: 100%;
  background: white;
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
}

a.stupidbtn {
  background-color: #d64078;
  color: white;
  border-radius: .3em;
  padding: .2em 0;
  position: relative;
  margin: 0 1.5em;
  width: 10em;
  display: inline-block;
  text-decoration: none;
  border: solid #b03060 1px;
  border-bottom: solid #b03060 4px;
  text-shadow: 0px 2px 0 #b03060;
  -webkit-transition: all 0.1s ease-out;  /* Safari 3.2+, Chrome */
     -moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.1s ease-out;  /* Opera 10.5–12.00 */
          transition: all 0.1s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

a.stupidbtn.prev {
    margin-left: 0;
}

a.stupidbtn.next {
    margin-right: 0;
}

a.stupidbtn:hover {
  background-color: #c63b6f;
}

a.stupidbtn:active {
  border-bottom: solid #b03060 1px;
  top: 4px;
  -webkit-transition: all 0 ease-out;  /* Safari 3.2+, Chrome */
  -moz-transition: all 0 ease-out;  /* Firefox 4-15 */
  -o-transition: all 0 ease-out;  /* Opera 10.5–12.00 */
  transition: all 0 ease-out;  /* Firefox 16+, Opera 12.50+ */
}

/* webkit check
*******************************************************************************/
button.webkit-check {
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #77e9d8), color-stop(1, #29b381));
  color: #fff;
  height: 88px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  text-shadow: 0px -1px 1px #3d0700;
  width: 150px;
  -webkit-mask-image: url("../img/check.png");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat; }
  button.webkit-check:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #55c8b6), color-stop(1, #1c9066));
    cursor: pointer; }
  button.webkit-check:active {
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #31665e), color-stop(1, #13503a)); }


   /* webkit send button
*******************************************************************************/
button.send {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(87,181,112,1);
    border:none;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    width: 110px;
    text-align: center;
  
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

button.send:active {
    -webkit-box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

  /* webkit reset button
*******************************************************************************/
button.reset {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(244,186,212,1);
    border:none;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(197,123,156,1), 0px 9px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(197,123,156,1), 0px 9px 10px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(197,123,156,1), 0px 9px 10px rgba(0,0,0,.7);
    width: 110px;
    text-align: center;
  
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

button.reset:active {
    -webkit-box-shadow: 0px 3px 0px rgba(197,123,156,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(197,123,156,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(197,123,156,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}


/* Social Bar
================================================== */

.socialbar {
  width: 100%;
  min-height: 40px;
  background-color: #FFFFFF;
  padding: 0;
  font-size: 0;
  z-index: 999;
}

.socialbar:after {
  clear: left;
  content: " ";
}

.socialbar_transparent {
  width: 100%;
  min-height: 40px;
  padding: 0;
  font-size: 0;
  z-index: 999;
}

.socialbar_transparent:after {
  clear: left;
  content: " ";
}

.borderless .ss li { border: none; }
.borderless .ss li:first-child { border: none; }

.borderless li { border: none; }
.borderless li:first-child { border: none; }

/* Social Sprites: Shapes
================================================== */

.sssquare { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.sscircle { overflow: visible !important; }
.sscircle li { border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; background-color: #FFF;
-webkit-box-shadow:0 2px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0 2px rgba(0,0,0,0.3); 
    box-shadow:0 2px rgba(0,0,0,0.3); 
    
    margin-right: 5px !important;
  
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color all 0.2s linear;
  -ms-transition: background-color all 0.2s linear;
  transition: background-color all 0.2s linear; }

.sscircle li:active, .sscircle li a:active { border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; }


/* Social Sprites: General Listing
================================================== */

.ss {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.ss li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
  background-image:url("../img/socialsprites.png");
  background-repeat: no-repeat;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ss li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ss li:first-child {
  border-left: 1px solid rgba(0,0,0,0.2);
}

.ss li a {
  display: block;
  text-indent: -9999;
  height: 40px;
  width: 40px;
}

.ss li a:active {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

/* Social Sprites: Icon Classes
================================================== */

.ss li.digg { background-position: 0 0; }
.ss li.digg:hover { background-position: 0 -40px; }
.ss li.dribbble { background-position: 0 -80px; }
.ss li.dribbble:hover { background-position: 0 -120px; }
.ss li.facebook { background-position: 0 -160px; }
.ss li.facebook:hover { background-position: 0 -200px; }
.ss li.flickr { background-position: 0 -240px; }
.ss li.flickr:hover { background-position: 0 -280px; }
.ss li.forrst { background-position: 0 -320px; }
.ss li.forrst:hover { background-position: 0 -360px; }
.ss li.googleplus { background-position: 0 -400px; }
.ss li.googleplus:hover { background-position: 0 -440px; }
.ss li.html5 { background-position: 0 -480px; }
.ss li.html5:hover { background-position: 0 -520px; }
.ss li.icloud { background-position: 0 -560px; }
.ss li.icloud:hover { background-position: 0 -600px; }
.ss li.lastfm { background-position: 0 -640px; }
.ss li.lastfm:hover { background-position: 0 -680px; }
.ss li.linkedin { background-position: 0 -720px; }
.ss li.linkedin:hover { background-position: 0 -760px; }
.ss li.myspace { background-position: 0 -800px; }
.ss li.myspace:hover { background-position: 0 -840px; }
.ss li.paypal { background-position: 0 -880px; }
.ss li.paypal:hover { background-position: 0 -920px; }
.ss li.picasa { background-position: 0 -960px; }
.ss li.picasa:hover { background-position: 0 -1000px; }
.ss li.pinterest { background-position: 0 -1040px; }
.ss li.pinterest:hover { background-position: 0 -1080px; }
.ss li.reddit { background-position: 0 -1120px; }
.ss li.reddit:hover { background-position: 0 -1160px; }
.ss li.rss { background-position: 0 -1200px; }
.ss li.rss:hover { background-position: 0 -1240px; }
.ss li.skype { background-position: 0 -1280px; }
.ss li.skype:hover { background-position: 0 -1320px; }
.ss li.stumbleupon { background-position: 0 -1360px; }
.ss li.stumbleupon:hover { background-position: 0 -1400px; }
.ss li.tumblr { background-position: 0 -1440px; }
.ss li.tumblr:hover { background-position: 0 -1480px; }
.ss li.twitter { background-position: 0 -1520px; }
.ss li.twitter:hover { background-position: 0 -1560px; }
.ss li.vimeo { background-position: 0 -1600px; }
.ss li.vimeo:hover { background-position: 0 -1640px; }
.ss li.wordpress { background-position: 0 -1680px; }
.ss li.wordpress:hover { background-position: 0 -1720px; }
.ss li.yahoo { background-position: 0 -1760px; }
.ss li.yahoo:hover { background-position: 0 -1800px; }
.ss li.youtube { background-position: 0 -1840px; }
.ss li.youtube:hover { background-position: 0 -1880px; }

.ss li.github { background-position: 0 -1920px; }
.ss li.github:hover { background-position: 0 -1960px; }
.ss li.behance { background-position: 0 -2000px; }
.ss li.behance:hover { background-position: 0 -2040px; }
.ss li.yelp { background-position: 0 -2080px; }
.ss li.yelp:hover { background-position: 0 -2120px; }
.ss li.mail { background-position: 0 -2160px; }
.ss li.mail:hover { background-position: 0 -2200px; }
.ss li.instagram { background-position: 0 -2240px; }
.ss li.instagram:hover { background-position: 0 -2280px; }
.ss li.foursquare { background-position: 0 -2320px; }
.ss li.foursquare:hover { background-position: 0 -2360px; }
.ss li.zerply { background-position: 0 -2400px; }
.ss li.zerply:hover { background-position: 0 -2440px; }



/* Social Sprites Mini
================================================== */
.socialbar_mini {
  height: 30px;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 999;
}

.borderless .ssm li { border: none; }
.borderless .ssm li:first-child { border: none; }

.ssm { width: auto; margin: 0; padding: 0; text-align: center; overflow: hidden; font-size: 0; }
.ssm li { display: inline-block; margin: 0 0px; padding: 0; border-right: 1px solid rgba(0,0,0,0.2); background-image:url("../img/socialsprites_mini.png"); background-repeat: no-repeat;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.ssm li:hover {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.ssm li:first-child { border-left: 1px solid rgba(0,0,0,0.2); }
.ssm li a { display: block; text-indent: -9999; height: 30px; width: 30px; }
.ssm li a:active { box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3); }

.ssm li.digg { background-position: 0 0; }
.ssm li.digg:hover { background-position: 0 -30px; }
.ssm li.dribbble { background-position: 0 -60px; }
.ssm li.dribbble:hover { background-position: 0 -90px; }
.ssm li.facebook { background-position: 0 -120px; }
.ssm li.facebook:hover { background-position: 0 -150px; }
.ssm li.flickr { background-position: 0 -180px; }
.ssm li.flickr:hover { background-position: 0 -210px; }
.ssm li.forrst { background-position: 0 -240px; }
.ssm li.forrst:hover { background-position: 0 -270px; }
.ssm li.googleplus { background-position: 0 -300px; }
.ssm li.googleplus:hover { background-position: 0 -330px; }
.ssm li.html5 { background-position: 0 -360px; }
.ssm li.html5:hover { background-position: 0 -390px; }
.ssm li.icloud { background-position: 0 -420px; }
.ssm li.icloud:hover { background-position: 0 -450px; }
.ssm li.lastfm { background-position: 0 -480px; }
.ssm li.lastfm:hover { background-position: 0 -510px; }
.ssm li.linkedin { background-position: 0 -540px; }
.ssm li.linkedin:hover { background-position: 0 -570px; }
.ssm li.myspace { background-position: 0 -600px; }
.ssm li.myspace:hover { background-position: 0 -630px; }
.ssm li.paypal { background-position: 0 -660px; }
.ssm li.paypal:hover { background-position: 0 -690px; }
.ssm li.picasa { background-position: 0 -720px; }
.ssm li.picasa:hover { background-position: 0 -750px; }
.ssm li.pinterest { background-position: 0 -780px; }
.ssm li.pinterest:hover { background-position: 0 -810px; }
.ssm li.reddit { background-position: 0 -840px; }
.ssm li.reddit:hover { background-position: 0 -870px; }
.ssm li.rss { background-position: 0 -900px; }
.ssm li.rss:hover { background-position: 0 -930px; }
.ssm li.skype { background-position: 0 -960px; }
.ssm li.skype:hover { background-position: 0 -990px; }
.ssm li.stumbleupon { background-position: 0 -1020px; }
.ssm li.stumbleupon:hover { background-position: 0 -1050px; }
.ssm li.tumblr { background-position: 0 -1080px; }
.ssm li.tumblr:hover { background-position: 0 -1110px; }
.ssm li.twitter { background-position: 0 -1140px; }
.ssm li.twitter:hover { background-position: 0 -1170px; }
.ssm li.vimeo { background-position: 0 -1200px; }
.ssm li.vimeo:hover { background-position: 0 -1230px; }
.ssm li.wordpress { background-position: 0 -1260px; }
.ssm li.wordpress:hover { background-position: 0 -1290px; }
.ssm li.yahoo { background-position: 0 -1320px; }
.ssm li.yahoo:hover { background-position: 0 -1350px; }
.ssm li.youtube { background-position: 0 -1380px; }
.ssm li.youtube:hover { background-position: 0 -1410px; }

.ssm li.github { background-position: 0 -1440px; }
.ssm li.github:hover { background-position: 0 -1470px; }
.ssm li.behance { background-position: 0 -1500px; }
.ssm li.behance:hover { background-position: 0 -1530px; }
.ssm li.yelp { background-position: 0 -1560px; }
.ssm li.yelp:hover { background-position: 0 -1590px; }
.ssm li.mail { background-position: 0 -1620px; }
.ssm li.mail:hover { background-position: 0 -1650px; }
.ssm li.instagram { background-position: 0 -1680px; }
.ssm li.instagram:hover { background-position: 0 -1710px; }
.ssm li.foursquare { background-position: 0 -1740px; }
.ssm li.foursquare:hover { background-position: 0 -1770px; }
.ssm li.zerply { background-position: 0 -1800px; }
.ssm li.zerply:hover { background-position: 0 -1830px; }

/* VIDEO SECTION 
********************************************/

/*- FILTER OPTIONS -*/
ul#filterOptions {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
  overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 20px; display: inline-block; float: left; }

ul#filterOptions li a {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(87,181,112,1);
    border:none;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(13,120,40,1), 0px 9px 10px rgba(0,0,0,.7);
    width: 100px;
    text-align: center;
  
  -webkit-transition: all .05s ease;
  -moz-transition: all .05s ease;
  -ms-transition: all .05s ease;
  -o-transition: all .05s ease;
  transition: all .05s ease;
}

ul#filterOptions li a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(13,120,40,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;

}

ul#filterOptions li a:hover { background: #7c79b3; }
ul#filterOptions li.active a { background: #9ebaa6; }
/*- -*/

/*- OUR DATA HOLDER -*/
ul.ourHolder {
  width: 100%;
  height: 850px;
  
}
ul.ourHolder li.item {
  width: 160px;
  padding-right: 60px;
  height: 200px;
  float: left;
  text-align: center;
  overflow: hidden;
}
ul.ourHolder li.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; margin-bottom: 2px; }

ul.ourHolder {
  margin: 0 !important;
}


/* Video work Button rollovers 
*********************************/
a.view-more {
  font-size: 11px;
}

body.video h3 a {
  color: #000;
  font-size: 14px;
}

body.video h3 a:hover {
  color: #7c79b3;
  text-decoration: none !important;
}

.video-rollover { 
  width: 160px;
  height: 91px;
  opacity:1;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.89);
  -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.89);
  box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.89);
  -o-transition: all 0.3s;transition: all 0.3s; 
}
.video-rollover:hover { 
  opacity:0.7;
  -webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.98);
  -moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.98);
  box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.98);
  -o-transition: all 0.3s;transition: all 0.3s; 
}










