/* line 1, ../sass/partials/_shame.scss */
.OMGRotator {
  font-size: 1em;
  /* @include font-size(10); */
  position: relative;
  width: 960px;
  height: 454px;
  font-family: "PT-Serif", "Trebuchet MS", Helvetica, sans-serif;
}

/* line 10, ../sass/partials/_shame.scss */
.OMGslides {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 72%;
  height: 454px;
  /* overflow: hidden; */
}
/* line 19, ../sass/partials/_shame.scss */
.OMGslides li {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: inherit;
  height: 454px !important;
  display: block;
  /* background-size: 100%; ;*/
  /*display: block;*/
  background-size: 100%;
  -ms-behavior: url(http://lillianvernon.com/text/lillianvernon/html_includes/js/OMGRotate/js/background-size-polyfill-gh-pages/backgroundsize.min.htc/backgroundsize.min.htc);
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); */
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 33, ../sass/partials/_shame.scss */
.OMGnavigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 27.5%;
  height: 454px;
  background: #999999;
  border: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 44, ../sass/partials/_shame.scss */
.OMGnavigation li {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21+ */
  display: flex;
  /* NEW: Opera 12.1, Firefox 22+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  /* OLD… */
  -ms-flex-align: center;
  /* You know the drill now… */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #999999;
  display: block;
  color: #fff;
  height: 91.25px;
  margin: 0;
  text-align: center;
  padding: 10px 30px;
  border-bottom: 3px solid #fff;
  position: relative;
}
/* line 56, ../sass/partials/_shame.scss */
.OMGnavigation li:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #cccccc;
  cursor: pointer;
}
/* line 61, ../sass/partials/_shame.scss */
.OMGnavigation li .activeIcon {
  width: 41px;
  height: 41px;
  top: 40%;
  right: auto;
  bottom: auto;
  left: 5px;
  position: absolute;
  background: #ccc;
  display: none;
}
/* line 68, ../sass/partials/_shame.scss */
.OMGnavigation li.active {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #cccccc;
  cursor: default;
}
/* line 72, ../sass/partials/_shame.scss */
.OMGnavigation li.active .activeIcon {
  /*background: transparent url('/text/lillianvernon/html_includes/gateways/themes/2014Spring/images/homeRotatorNavActiveIcon.png') top right no-repeat;*/
  display: block;
}
/* line 77, ../sass/partials/_shame.scss */
.OMGnavigation li div {
  padding-left: 25px;
}
/* line 80, ../sass/partials/_shame.scss *****************  H2 COLOR *********/
.OMGnavigation li h2 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 0px;
  /* IE 8 Hack to center more */
  margin-top: 15px/9;
  border: 1 px solid #666;
}
/* line 90, ../sass/partials/_shame.scss */
.OMGnavigation li p {
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0;
  padding: 0;
}
/* line 96, ../sass/partials/_shame.scss */
.OMGnavigation li:last-child {
  border-bottom: 0px;
}

/* line 102, ../sass/partials/_shame.scss */
.OMGcontrols {
  display: none;
}

@-moz-document url-prefix() {
  /* line 107, ../sass/partials/_shame.scss */
  .OMGRotator .OMGnavigation h2 {
    margin-top: 20px;
  }
}

/* line 1, ../sass/partials/_grid.scss */
.OMGRotator.fullwidth {
  height: auto;
}
/* line 75, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth:before, .OMGRotator.fullwidth:after {
  content: "";
  display: table;
}
/* line 79, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth:after {
  clear: both;
}
/* line 5, ../sass/partials/_grid.scss */
.OMGRotator.fullwidth .OMGslides {
  width: 100%;
  background-color: #fff;
}
/* line 75, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth .OMGslides:before, .OMGRotator.fullwidth .OMGslides:after {
  content: "";
  display: table;
}
/* line 79, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth .OMGslides:after {
  clear: both;
}
/* line 10, ../sass/partials/_grid.scss */
.OMGRotator.fullwidth .OMGnavigation {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  text-align: justify;
}
/* line 75, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth .OMGnavigation:before, .OMGRotator.fullwidth .OMGnavigation:after {
  content: "";
  display: table;
}
/* line 79, ../sass/partials/_mixins.scss */
.OMGRotator.fullwidth .OMGnavigation:after {
  clear: both;
}
/* line 19, ../sass/partials/_grid.scss */
.OMGRotator.fullwidth .OMGnavigation:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
/* line 24, ../sass/partials/_grid.scss */
.OMGRotator.fullwidth .OMGnavigation li {
  width: 24.65%;
  float: none;
  display: inline-block;
  height: auto;
  padding: 5px 0;
  margin: 0;
}

/* line 1, ../sass/modules/_buttons.scss **************************SHOP BUTTON COLOR *******************/
.OMGbutton {
  border-top: 1px solid #97f7d4;
   background: #8edb58;
   background: -webkit-gradient(linear, left top, left bottom, from(#717ab7), to(#535ca0));
   background: -webkit-linear-gradient(top, #717ab7, #535ca0);
   background: -moz-linear-gradient(top, #717ab7, #535ca0);
   background: -ms-linear-gradient(top, #717ab7, #535ca0);
   background: -o-linear-gradient(top, #717ab7, #535ca0);
   padding: 7.5px 15px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,0.6) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,0.6) 0 1px 0;
   box-shadow: rgba(0,0,0,0.6) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
/* line 12, ../sass/modules/_buttons.scss */
.OMGbutton:hover {
   background: #535ca0;
   color: #FFFFFF;
}

/* line 17, ../sass/modules/_buttons.scss */
.OMGbutton {
  padding: 5px 15px 5px 15px;
  font-size: 1.3em;
  position: absolute;
  bottom: 5%;
  right: 5%;
  border: 1px solid #ffffff;
  font-family: inherit;
}
/* line 29, ../sass/modules/_buttons.scss */
.OMGbutton:hover {
  background-color: #cccccc;
}


/********************************** ACTIVE THEME ON SITE ********************************************/
/* line 10, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 8px 2px #cccccc;
  -moz-box-shadow: 0 2px 8px 2px #cccccc;
  box-shadow: 0 2px 8px 2px #cccccc;
}
/* line 14, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGslides {
  background: #dcdcdc;
}
/* line 16, ../sass/themes/_BackToSchool.scss SHOP BUTTON COLOR*/
.OMGRotator.fullwidth.backtoschool2014 .OMGslides .OMGbutton {
  background-color: #5d9c43;
}
/* line 18, ../sass/themes/_BackToSchool.scss SHOP BUTTON COLOR HOVER********************************/
.OMGRotator.fullwidth.backtoschool2014 .OMGslides .OMGbutton:hover {
  background-color: #535ca0;
}
/* line 22, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGslides li {
  /*background-size: 99%; */
  /*@include bg-size(99%); */
  background-position: 50% 100%;
  background-color: transparent;
}
/* line 29, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation {
  border-top: 0 solid #a63e7a;
  border-bottom: 0 solid #a63e7a;
  background: #e9e9e8;
}
/* line 33, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li {
  background: #ffffff;
  width: percent(3/100);
}
/* line 36, ../sass/themes/_BackToSchool.scss ************************ H2 COLOR **************/
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li h2 {
  color: #535ca0;
}
/* line 37, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li p {
  color: #555555;
}
/* line 38, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li.active {
  background: #f6f6f6;
}
/* line 40, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li.active .activeIcon {
  display: none;
}
/* line 43, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li.active div {
  background: transparent url("/text/lillianvernon/html_includes/js/OMGRotate/images/themes/easter/easter-icon.png") no-repeat 2% 50%;
}
/* line 46, ../sass/themes/_BackToSchool.scss ***************** HOVER IMAGE *******/
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li.active:hover div {
  /* background: transparent url("/text/lillianvernon/html_includes/js/OMGRotate/images/themes/holly/holly-icon-over.png") no-repeat 2% 50%; */ /* Removed white icon that shows up on hover -Chris Frees */
}
/* line 50, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li .activeIcon {
  display: none;
} 


/* line 53, ../sass/themes/_BackToSchool.scss ******************IMAGE NAV BUTTON COLOR*************/
 .OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li:hover {
  /* background-color: #717ab7; */  /* Removed to get rid of red hover -Chris Frees */
  /*lighten($theme-secondary-color, 50%);*/
  /* color: white; */ /* Removed to get rid of red hover -Chris Frees */
} 


/* line 57, ../sass/themes/_BackToSchool.scss */
.OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li:hover h2, .OMGRotator.fullwidth.backtoschool2014 .OMGnavigation li:hover p {
  /* color:white; */ /* Removed to get rid of red hover -Chris Frees */
}
