.inline-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.inline-li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flat-border {
  border: 1px solid #e0e0e0;
}
.etched-border {
  border-bottom: 1px solid #dedede;
  box-shadow: rgba(224, 224, 224, 0.14) 0px 1px;
}
.loadmask-msg {
  top: 0px !important;
}
body {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
body.nav-visible {
  -webkit-transform: translate3d(-75%, 0, 0);
  -moz-transform: translate3d(-75%, 0, 0);
  -ms-transform: translate3d(-75%, 0, 0);
  -o-transform: translate3d(-75%, 0, 0);
  transform: translate3d(-75%, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.tabbable .tab-pane {
  padding: 10px;
}
.ar-rtl {
  text-align: right;
}
.ar-rtl a,
.ar-rtl li,
.ar-rtl input {
  text-align: right;
}
.profile-slider-src {
  margin: 10px 0 0 0;
  /** Carousel Controls **/

  /** Carousel Pagination **/

}
.profile-slider-src .jcarousel-wrapper {
  margin: auto;
  position: relative;
}
.profile-slider-src .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.profile-slider-src .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-slider-src .jcarousel li {
  width: 124px;
  text-align: center;
  border: 1px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #828181;
  font-size: 12px;
  padding: 2px;
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.profile-slider-src .jcarousel li h2 {
  font-size: 12px;
  color: black;
  padding: 5px 0 0 0 !important;
}
.profile-slider-src .jcarousel li p {
  top: 0;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 0;
  color: black;
  text-align: center !important;
}
.profile-slider-src .jcarousel li p.bottom {
  bottom: 0;
  top: inherit;
}
.profile-slider-src .jcarousel img {
  display: block;
  max-width: 98px;
  margin: 0 auto;
  height: auto !important;
}
.profile-slider-src .jcarousel-control-prev,
.profile-slider-src .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 30px;
  text-align: center;
  /*background: #4E443C;
			color: #fff;*/
  text-decoration: none;
  /*text-shadow: 0 0 1px #000;
			font: 24px/27px Arial, sans-serif;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			-webkit-box-shadow: 0 0 4px #F0EFE7;
			-moz-box-shadow: 0 0 4px #F0EFE7;
			box-shadow: 0 0 4px #F0EFE7;*/

}
.profile-slider-src .jcarousel-control-prev {
  left: 0;
}
.profile-slider-src .jcarousel-control-next {
  right: 30px;
}
.profile-slider-src div.jcarousel-control-prev {
  top: 0;
  margin-top: 0;
  height: 100%;
  left: 0;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.profile-slider-src div.jcarousel-control-next {
  top: 0;
  margin-top: 0;
  height: 100%;
  right: 0;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.profile-slider-src .jcarousel-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.profile-slider-src .jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: white;
  color: #4e443c;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}
.profile-slider-src .jcarousel-pagination a.active {
  background: #4e443c;
  color: white;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #f0efe7;
  -moz-box-shadow: 0 0 2px #f0efe7;
  box-shadow: 0 0 2px #f0efe7;
}
/****  MOBILE VIEW  ******/

.mobile .profile-slider .jcarousel-control-prev {
  left: 15px;
}
.mobile .profile-slider .jcarousel-control-next {
  right: 15px;
}
.mobile .profile-slider div.jcarousel-control-prev {
  top: 0;
  margin-top: 0;
  height: 100%;
  left: 0;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.mobile .profile-slider div.jcarousel-control-next {
  top: 0;
  margin-top: 0;
  height: 100%;
  right: 0;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
