/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/




/* The ribbons */

.corner-ribbon2{
  width: 300px;
  background: #e43;
  position: absolute;
  top: -50px;
  left: -120px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 90px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9999;
}

/* Custom styles */

.corner-ribbon2.sticky2{
  position: fixed;
}

.corner-ribbon2.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon2.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon2.top-right2{
  top: -50px;
  right: -120px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon2.bottom-left2{
  top: auto;
  bottom: -50px;
  left: -120px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon2.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon2.white{background: #f0f0f0; color: #555;}
.corner-ribbon2.black{background: #333;}
.corner-ribbon2.grey{background: #999;}
.corner-ribbon2.blue2{background: #d81919;}
.corner-ribbon2.green{background: #2c7;}
.corner-ribbon2.turquoise{background: #1b9;}
.corner-ribbon2.purple{background: #95b;}
.corner-ribbon2.red{background: #e43;}
.corner-ribbon2.orange{background: #e82;}
.corner-ribbon2.yellow{background: #ec0;}