.draggable a.tabledrag-handle{
  margin-top:70px;
}

.aotw-thumbnail input[type=submit]{
  float: right;
  margin: 62px 0px 0px 0px;
}

.aotw-thumbnail img {
  height: 150px;
}

.aotw-slider .aotw-slider-item .caption {
  position: absolute;
  width: inherit;
  height: 37%;
  background: rgba(0,0,0,.4);
  bottom: 0%;
  padding-left: 2.2em;
  /* padding-left: 1.5em; */
}

.aotw-slider .aotw-slider-item .caption .inner-caption {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.aotw-slider .aotw-slider-item .caption h3 {
  font-family: "Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;
  font-weight: normal;
  color: white;
  margin: 0;
}

.aotw-slider{
	 visibility:hidden;
	 opacity:0;
	 transition: opacity 1s;
}

.slick-initialized{
	visibility:visible;
	opacity:1;
}

.aotw-slider .aotw-slider-item{
	display:none ;
}

.slick-initialized .aotw-slider-item{
	display:block;visibility:visible!important;
}



/* Desktops and laptops ----------- */
@media only screen and (max-width : 1824px) {
}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 1224px) {

}

/* iPads (portrait) ----------- */
@media only screen and (max-width : 1024px) {
  .aotw-slider .caption {
    padding-left: 1.8rem !important;
  }
  .aotw-slider .caption h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 768px) {
}

/* Big smartphones (portrait) (ie: Galaxy 3 has 360)*/
@media only screen and (max-width : 640px) {
}

/* Smartphones (portrait) (ie: Galaxy 1) */
@media only screen and (max-width : 321px) {
}
