.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=30);
}







/* dragula-specific example page styles */
.wrapper {
  display: block;
}


/*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
.container > div,
.gu-mirror {
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
}
.container > div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.container .ex-moved {
  background-color: #e74c3c;
}
.container.ex-over {
  background-color: rgba(255, 255, 255, 0.3);
}
#left-lovehandles > div,
#right-lovehandles > div {
  cursor: initial;
}
.handle {
  padding: 0px 10px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
  float:left;
}
.image-thing {
  margin: 20px 0;
  display: block;
  text-align: center;
}
.slack-join {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
}
.parent {
  background-color: #ecf0f1;
}
#left-defaults{
  border:2px dashed #3498db;
  min-height:300px;
  padding:30px;
}
#left-defaults > div{
  font-weight:700;
  text-align: center;
  padding:20px;
}
.drag-over{
  background: #ececec;
}
#right-defaults{
  overflow-x: scroll;
  white-space: nowrap;
  background:#3498db;
}
#right-defaults > div{
  display: inline-block;
  padding:20px 80px;
  text-align: center;
  color:#f2f2f2;
}

/*STYLE THE SCROLLBAR ON CHROME,IOS,ANDROID,SAFARI,OPERA*/
#right-defaults::-webkit-scrollbar {
    width: 1em;
}
#right-defaults::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#right-defaults::-webkit-scrollbar-thumb {
  background-color: #2c3e50;
  outline: 1px solid slategrey;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 5% from the top and centered */
    /*padding: 20px;
    border: 1px solid #777;*/
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius:5px;
    
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.modal-body{
  padding:20px;
}
.modal-header, .modal-footer{
  padding:20px;
}
/* The Close Button */
.close {
    color: #fff;
    padding-right:20px;
    font-size: 28px;
    font-weight: bold;
    width:100%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

#slider-table, #slider-table td, #slider-table th, #testimonial-table, #testimonial-table td, #testimonial-table th, #galleries-table, #galleries-table td, #galleries-table th, #staff-table, #staff-table td, #staff-table th, #partners-table, #partners-table td, #partners-table th, #infoboxes-table, #infoboxes-table th, #infoboxes-table td, #timeline-table, #timeline-table th, #timeline-table td {
  border-collapse: collapse;
  border:1px solid #bdc3c7;
  padding:10px 30px;
}
#slider-table th, #testimonial-table th, #galleries-table th, #staff-table th, #partners-table th, #infoboxes-table th,#timeline-table th {
  height:30px;
  background:#ecf0f1;
}
#slider-table, #testimonial-table, #galleries-table, #staff-table, #partners-table, #infoboxes-table, #timeline-table{
    width:100%;
    text-align: center;
    border-radius:5px;
}


/* Style the buttons that are used to open and close the accordion panel */
    .accordionz {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        border-bottom:1px solid #ddd;
        font-weight:700;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .accordionz:active, .accordionz:hover {
        background-color: #ddd;
    }

    /* Style the accordion panel. Note: hidden by default */
    div.panelz {
        padding: 18px;
        background-color: white;
        display: none;
    }
    .heading-cell{
      vertical-align: top;
      padding-right: 30px;
    }