@font-face {
  font-family: 'masterOfBreak';
  src: url("../fonts/master_of_break/master_of_break.otf"), url("../fonts/master_of_break/master_of_break.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FFFD;
}


.block_right_content{
  background-color: #ffe9dd;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%,  rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid #fff0e7;
}
.womens_day_container{
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #000;
  position: relative;
  width: 608px;
  margin-left: auto;
  margin-right: auto;
}
.womens_day_container p{
  text-align: center;
}
.womens_day_title{
  text-align: center;
  margin-bottom: 12px;
}
.womens_day_container .text{
  margin-bottom: 14px;
}
.video_container{
  /*width: 600px;*/
  /*height: 400px;*/
  width: inherit;
  margin-right: auto;
  margin-left: auto;
  background-color: #e0e4e3;
}
.video_container img{
  /*width: 600px;*/
  width: inherit;
  height: auto;
}

.march8_description_title{
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}
.march8_description p{
  margin-bottom: 4px;
}

.text_highlighted_darkpink{
  color: #f44878;
}
.darkgrey_text{
  font-style: normal;
  font-size: 15px;
  color: #424242;
}
.flower_container{
  position: relative;
}
.flower_container .flower_block{
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 214px;
  height: 298px;
  box-sizing: border-box;
}
.flower_block.red_flower{
  margin-left: -17px;
  background-image: url("../img/red1.png");
}
.flower_block.white_flower{
  background-image: url("../img/white1.png");
}
.flower_block.darkpink_flower{
  float: right;
  margin-right: -17px;
  background-image: url("../img/darkpink1.png");
}

.flower_block.lightpink_flower{
  margin-left: -17px;
  background-image: url("../img/light_pink1.png");
}
.flower_block.yellow_flower{
  background-image: url("../img/yellow1.png");
}
.flower_block.orange_flower{
  float: right;
  margin-right: -17px;
  background-image: url("../img/orange1.png");
}

.flower_block.peach_flower{
  margin-left: -17px;
  background-image: url("../img/peach1.png");
}
.flower_block.coral1_flower{
  background-image: url("../img/coral1.png");
}
.flower_block.lavender_flower{
  float: right;
  margin-right: -17px;
  background-image: url("../img/lavender1.png");
}

.flower_block.yellowandredtip_flower{
  margin-left: -17px;
  background-image: url("../img/yellow_with_red_tip1.png");
}
.flower_block.redandwhite_flower{
  background-image: url("../img/red_and_white1.png");
}
.flower_block.redandyellow_flower{
  float: right;
  margin-right: -17px;
  background-image: url("../img/red_and_yellow1.png");
}
.flower_block .flower_title{
  margin-top: 180px;
  margin-bottom: 8px;
  font-family: 'masterOfBreak';
  font-size: 24px;
}
.flower_block.redandyellow_flower .flower_title,  .flower_block.redandwhite_flower .flower_title, .flower_block.yellowandredtip_flower .flower_title{
  margin-top: 176px;
  margin-bottom: 8px;
}
.flower_block p {
  line-height: 1.2;
}
.flower_block .flower_title img{
  /*width: 82%;*/
  /*margin-left: 17px;*/
}
a.real-present-btn{
  display: block;
  width: 300px;
  height: 73px;
  border-radius: 37px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7BB461), to(#8DD070));
  background-image: linear-gradient(to top, #7BB461 0%, #8DD070 100%);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 73px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}
a.real-present-btn:hover{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7BB461), to(#b9fb83));
  background-image: linear-gradient(to top, #7BB461 0%, #b9fb83 100%);
}

/*for .womens_day_container with width 680px*/
.block_right_content.womens_day_width_680 .womens_day_container{
  position: relative;
  width: 680px;
  margin: 20px auto;
}
.block_right_content.womens_day_width_680 .flower_container .flower_block {
  width: 240px;
  height: 333px;
}
.block_right_content.womens_day_width_680 .flower_block.red_flower{
  margin-left: -20px;
}
.block_right_content.womens_day_width_680 .flower_block.darkpink_flower{
  margin-right: -20px;
}

.block_right_content.womens_day_width_680 .flower_block.lightpink_flower{
  margin-left: -20px;
}
.block_right_content.womens_day_width_680 .flower_block.orange_flower{
  margin-right: -20px;
}

.block_right_content.womens_day_width_680 .flower_block.peach_flower{
  margin-left: -20px;
}
.block_right_content.womens_day_width_680 .flower_block.lavender_flower{
  margin-right: -20px;
}

.block_right_content.womens_day_width_680 .flower_block.yellowandredtip_flower{
  margin-left: -20px;
}
.block_right_content.womens_day_width_680 .flower_block.redandyellow_flower{
  margin-right: -20px;
}

.block_right_content.womens_day_width_680 .flower_block .flower_title {
  margin-top: 200px;
}

.block_right_content.womens_day_width_680 .darkgrey_text {
  font-size: 16px;
}

