.ve_widget {
  width: 100%;
}
.ve_widget_right {
  display: inline;
  float: right;
}
.ve_widget_left {
  display: inline;
  float: left;
}
.ve_widget_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ve_align_left,
.ve-alignleft {
  text-align: left;
}
.ve_align_right,
.ve-alignright {
  text-align: right;
}
.ve_align_center,
.ve-aligncenter {
  text-align: center;
}
.ve_row.ve_row-no-padding .ve_col {
  padding-left: 0;
  padding-right: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.lt-ie8 .video-container {
  height: auto;
  max-width: none;
}
.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ve-popup {
  position: fixed;
  width: 100%;
  z-index: 100000;
}
.ve-popup .ve-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ve-popup.ve_popup_center {
  top: 50%;
  left: 50%;
}
.ve-popup.ve_popup_center-top {
  top: 0;
  left: 50%;
}
.ve-popup.ve_popup_center-bottom {
  bottom: 0;
  left: 50%;
}
.ve-popup.ve_popup_top-left {
  top: 10px;
  left: 10px;
}
.ve-popup.ve_popup_top-right {
  top: 10px;
  right: 10px;
}
.ve-popup.ve_popup_bottom-left {
  bottom: 10px;
  left: 10px;
}
.ve-popup.ve_popup_bottom-right {
  bottom: 10px;
  right: 10px;
}
.ve-popup .ve-popup-wrapper {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.ve-popup .popup-header {
  padding: 12px;
  background: #91c46b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ve-popup .popup-header .popup-title {
  margin: 0 0 0 10px;
  color: #ffffff;
}
.ve-popup .popup-content {
  padding: 0 15px;
}
.ve-popup .popup-content > * {
  background: #ffffff;
}
.ve-popup .close-popup {
  color: #000;
  position: absolute;
  z-index: 1000;
}
.ve-popup .close-popup.close-right {
  right: 0;
  top: 0;
}
.ve-popup .close-popup.close-left {
  left: 0;
  top: 0;
}
.ve-popup .close-popup .close-icon {
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 29px;
}
.ve-popup .close-popup .close-icon:before {
  font: 20px/29px "FontAwesome";
}
