/* Paddings */
/* Colors */
/* MENU */
.shadow_radius:after {
  bottom: 7px;
  width: 100%;
  left: 6px;
  border-radius: 100%/20%;
  -moz-border-radius: 100%/20%;
  -webkit-border-radius: 100%/20%;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 15px 7px;
  height: 8px;
  content: " ";
  position: absolute;
}

.main {
  background: #E72519;
}

.color-helper .main {
  background: transparent;
}

.p-right-custom {
  vertical-align: middle;
}

.p-left-custom {
  padding-bottom: 0px;
  width: auto;
}

.banner300250 {
  padding-top: 0;
}

.main.clearfix.shadow_radius.row.hr .p-right-custom {
  vertical-align: top;
}

.shadow_radius {
  position: relative;
}

.social-right {
  display: none;
}

.caption-large {
  min-height: 60px;
  font-size: 18px;
  line-height: 20px;
}

.row.primaryColors.hr {
  background: #C2C7C1;
}

.white-bg {
  background: #fff;
}
