body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e74c3c url(https://download.unsplash.com/photo-1428279148693-1cf2163ed67d);
  background-size: cover;
  background-position: 50% 50%;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

#slideBox {
  width: 55%;
  height: 110%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: #ffffff;
  transform: rotate(5deg);
  top: -30px;
  z-index: 1;
}
.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: -100%;
}

.left {
  width: 50%;
  height: 100%;
  background: #2C3034;
  left: 0;
  position: absolute;
}

.right {
  width: 55%;
  height: 100%;
  right: 0;
  top: 50px;
  position: absolute;
  transform: rotate(-5deg);
}

.content {
  margin: 0 auto;
  top: 10%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
}

.content h2 {
  color: #03A9F4;
  font-weight: 300;
  font-size: 35px;
}

button {
  background: #2d85db;
  padding: 10px 16px;
  width: auto;
  font-weight: 600;
  text-transform:  uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  border: 0;
  outline: 0;
  margin: 15px 15px 15px 0;
  transition: all 0.25s;
}

button:hover {
  background: #1e68c1;
  box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}

.btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  width: 100%;
}

.off {
  background: none;
  color: #03A9F4;
  box-shadow: none;
}

.right .off:hover {
  background: #eee;
  color: #03A9F4;
  box-shadow: none;
}
.left .off:hover {
  box-shadow: none;
  color: #03A9F4;
  background: #363A3D;
}
input {
  background: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #45494C;
  font-size: 14px;
  color: #959595;
  padding: 8px 0;
  margin-top: 20px;
}


/* Aizat - SLIDER */

#sliderFrame, #sliderFrame div {
  box-sizing: content-box;
}
#sliderFrame
{
  width: 100%;
  height: 845px;
  margin:0 auto; /*center-aligned*/
}

#slider, #slider .sliderInner {
  width: 100%;
  height: 845px;/* Must be the same size as the slider images */
  border-radius:3px;
}

#slider {
  background-color:white;
  position:relative;
  margin:0 auto; /*center-aligned*/
  transform: translate3d(0,0,0);
  box-shadow: 0px 1px 5px #999999;
  z-index: 0;
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
  z-index:2;
  cursor:pointer;
  position:absolute;
  top:0px;left:0px;border:0;padding:0;margin:0;
  width:100%;height:100%;
}

/* Caption styles */
#slider .mc-caption {
  position:absolute;
  width:100%;
  height:auto;
  padding:10px 0;/* 10px will increase the height.*/
  left:0px;
  bottom:0px;top:auto;
  overflow:hidden;
  font: bold 14px/20px Arial;
  color:#EEE;
  text-align:center;
  background:rgba(0,0,0,0.3);
}
#slider .mc-caption a {
  color:#FB0;
}
#slider .mc-caption a:hover {
  color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
  top: 620px;
  left: 300px;
  background:none;
  position:relative;
  z-index:1000;
}

/* each bullet */
#slider .navBulletsWrapper div
{
  width:11px; height:11px;
  font-size:0;color:White;/*hide the index number in the bullet element*/
  /*background:transparent url("../images/bullet.png") no-repeat 0 0;*/
  display:inline-block; *display:inline; zoom:1;
  overflow:hidden;cursor:pointer;
  margin:0 6px;/* set distance between each bullet*/
}

#slider .navBulletsWrapper .active {background-position:0 -11px;}


/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
  position:absolute; border:none; display:none;
}

#slider .sliderInner {
  overflow:hidden;
  position:absolute; top:0; left:0;
}

table.dataTable thead>tr>td.sorting_asc {
  padding-right: 20px !important;
}
