﻿.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}








#ribbon-example-9 {
    text-align: center;
    color: #FFF;
    font-family: sans-serif;
    margin: 80px 0;
}

/* line 92, ../sass/3d-ribbon-examples.scss */
#ribbon-example-9 h2 {
    font-size: 28px;
    line-height: 40px;
}

/* line 104, ../sass/3d-ribbon-examples.scss */
#ribbon-example-9 .ribbon-wrapper {
    margin: 0 auto;
}

/* line 59, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-wrapper {
    height: 60px;
    width: 300px;
    position: relative;
    z-index: 3;
    background-position: 0 40px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, #555555), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#555555 0px, rgba(255, 255, 255, 0) 20px);
    background-image: -moz-linear-gradient(#555555 0px, rgba(255, 255, 255, 0) 20px);
    background-image: -o-linear-gradient(#555555 0px, rgba(255, 255, 255, 0) 20px);
    background-image: linear-gradient(#555555 0px, rgba(255, 255, 255, 0) 20px);
}

/* line 76, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-front {
    width: 360px;
    height: 40px;
    background-color: #cb261b;
    position: relative;
    z-index: 2;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    left: -30px;
}

/* line 133, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-edge-left-top,
#ribbon-example-9 div.ribbon-edge-left-bottom {
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    left: -30px;
    border-style: solid;
}

/* line 137, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-back-left {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cb261b;
    left: -40px;
}

/* line 133, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-edge-right-top,
#ribbon-example-9 div.ribbon-edge-right-bottom {
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    right: -30px;
    border-style: solid;
}

/* line 137, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-back-right {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #cb261b;
    right: -40px;
}

/* line 164, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-edge-left-bottom {
    top: 40px;
    border-width: 0 30px 20px 0;
    border-color: transparent #440d09 transparent transparent;
}

/* line 170, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-back-left {
    top: 20px;
}

/* line 190, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-edge-right-bottom {
    top: 40px;
    border-width: 20px 30px 0 0;
    border-color: #440d09 transparent transparent transparent;
}

/* line 196, ../extensions/3d-ribbon/stylesheets/_3d-ribbon.scss */
#ribbon-example-9 div.ribbon-back-right {
    top: 20px;
}

/* line 117, ../sass/3d-ribbon-examples.scss */
#ribbon-example-9 h2 {
    font-style: italyc;
    font-family: Georgia, Verdana,sans-serif;
    text-shadow: rgba(0, 0, 255, 0.2) 1px 1px 0, rgba(0, 0, 255, 0.2) 2px 2px 0, rgba(0, 0, 255, 0.2) 3px 3px 0;
}

/* line 126, ../sass/3d-ribbon-examples.scss */
#example-9-content {
    padding: 80px 20px 20px 20px;
    width: 260px;
    position: relative;
    top: -80px;
    background: #E7E7E7;
    color: #000;
    line-height: 1.2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
    margin: 0 auto;
}
#example-9-content p{
    margin: 0 0 10px 0;
}








        .white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 53%;
			height: 56%;
			padding: 20px;
			border: 10px solid #ABC4D8;
			overflow:hidden;
			z-index:1002;

		 background: #FFFFFF url('../images/bg9.jpg') bottom left no-repeat;
		    margin: 0.2px auto 0px auto;
		    border-radius: 4px;	
		    border-style:solid;
	            -webkit-box-shadow:0 16px 16px rgba(0, 0, 0, 0.8);
               -moz-box-shadow:0 16px 16px rgba(0, 0, 0, 0.8);
                    box-shadow:0 16px 16px rgba(0, 0, 0, 0.8);
		}