/******************************************** EFFECTS  ****************************************************************/
/* Removes highlightability of text and elements */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown-menu {
  position: relative;
  background: transparent;
  border-radius: 0;
  min-width: 260px;
  left: 50%;
  margin: 0 0 0 -130px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid white;
  padding: 15px; }

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6 {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s, -webkit-transform 0.3s ease-in-out, visibility 0s, z-index 0s 0.3s;
  transition: opacity 0.6s, transform 0.3s ease-in-out, visibility 0s, z-index 0s 0.3s; }

.fadeIn {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
  visibility: visible; }

/*** ACCORDIAN  *****/
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }
