/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

html {
  height: 100%;
}

body {
  padding-top: 50px;
  height: 100%;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
  border: 0;
}

/*
 * Navbar-brand
 */

.navbar-brand {
  font-size: 18px;
}

#site-icon {
  font-size: 20px;
  top: 3px;
  padding: 4px 9px;
  border: 1px solid #333;
  border-radius: 4px;
  max-height: 34px;
}

#site-icon img {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}

#site-title {
  color: #fff;
}

.navbar-button {
  font-size: 14px;
  padding: 6px 9px;
  border: 1px solid #333;
  border-radius: 4px;
  max-height: 34px;
  color: #fff;
  float: left;
  margin-right: 6px;
}

.navbar-button:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .navbar-button {
    display: none;
  }
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
  display: none;
}

.sidebar-top {
  display: block;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  .sidebar-top {
    display: none;
  }
}

/* Sidebar navigation */

.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar>li>a {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus {
  color: #fff;
  background-color: #ff8f00;
}

.navbar-nav>li>a>.menu-icon {
  display: inline-block;
  margin-right: 6px;
}

.nav-sidebar>li>a>.menu-icon {
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  /*font-size: 18px;
  font-weight: 400;
  height: 18px;
  width: 18px;*/
}

.logo {
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}

.container-fluid {
  height: 100%;
}

.row-fluid {
  height: 100%;
}

/*
 * Main content
 */

.main {
  padding: 20px;
  height: 100%;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

/*
 * Search
 */
#panel-search {
  border-radius: 4px; 
  color: #fff;
  border: 0px solid transparent;
}

#panel-search .btn-search {
  background-color: #428bca; 
  color: #fff;
  padding: 6px 24px;
  height: 40px;
}

#panel-search .input-group-search input {
  height: 40px;
}

#panel-search .keys-area {
  padding: 6px 6px 6px 0px;
  margin: 6px 0px 0px 0px;
}

#panel-search .keys-area a {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  background: #428bca;
  color: #fff;
  line-height: 1.5;
  margin-left: 1em;
  border-radius: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#panel-search .keys-area a:hover {
  background: gray;
  color: white;
}

#panel-search .keys-area a:before {
  position: absolute;
  content: " ";
  border: transparent 0.75em solid;
  border-right-color: #428bca;
  top: 0;
  left: -1.5em;
  height: 0em;
  width: 0em;
}

#panel-search .keys-area a:hover:before {
  border-right-color: gray;
}

#panel-search .keys-area a:after {
  position: absolute;
  content: " ";
  background: white;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  left: -0.125em;
  border-radius: 0.25em;
}

/*
 * Carousel
 */
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
  border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
        
  background-repeat:no-repeat;
  background-size: 50%;
  background-position: 96% 90%;
  min-height: 270px;
}
#apps-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #337ab7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#apps-testimonials .item {
    text-align: center;
  padding: 9px 9px 30px 9px;
    margin-bottom: 0px;
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;

}
#apps-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 72px;
    margin: 0 auto 17px;
}
#apps-testimonials.owl-carousel .owl-dots .owl-dot.active span, #apps-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #337ab7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#apps-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#apps-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
  border: 0;
    background: transparent;
}
#apps-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #337ab7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 10px;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  /* margin-bottom: 30px; */
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
  font-size: 12px;
  /* min-height: 42px; */
  height: 39px;
  overflow: hidden;
}

.placeholder, .placeholder-hot, .placeholder-new, .placeholder-ad {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 20%;
  background-color: #ff8f00;
  padding: 1.0em;
}

.placeholder-hot img {
  background-color: #d58512;
}

.placeholder-hot h4 {
  color: #d58512;
}

.placeholder-new img {
  background-color: #4cae4c;
}

.placeholder-new h4 {
  color: #4cae4c;
}

.placeholder-ad a:hover {
  text-decoration: none;
}

.placeholder-ad img {
  /* background-color:#5bc0de; */
  padding: 1px;
}

.placeholder-ad h4 {
  /* color: #5bc0de; */
}

.placeholder-ad-default img {
  background-color:#ccc;
}

.placeholder-ad-default h4 {
  color: #333;
}

.placeholder-ad-a img {
  background-color:#428bca;
}

.placeholder-ad-a h4 {
  color: #428bca;
}

.placeholder-ad-b img {
  background-color:#d58512;
}

.placeholder-ad-b h4 {
  color: #d58512;
}

.placeholder-vip img {
  background:url('../Images/Icons/star_filled_100px.png') #428bca no-repeat;
  background-size: 12px;
  background-position: 90% 90%;
  background-origin: border-box;
}

.placeholder-vip h4 {
  color: #428bca;
}

.placeholder-hot-vip img {
  background:url('../Images/Icons/star_filled_100px.png') #d58512 no-repeat;
  background-size: 12px;
  background-position: 90% 90%;
  background-origin: border-box;
}

.placeholder-hot-vip h4 {
  color: #d58512;
}

.placeholder-new-vip img {
  background:url('../Images/Icons/star_filled_100px.png') #4cae4c no-repeat;
  background-size: 12px;
  background-position: 90% 90%;
  background-origin: border-box;
}

.placeholder-new-vip h4 {
  color: #4cae4c;
}

.margintb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.margin-t-36 {
  margin-top: 36px;
}

.margin-t-18 {
  margin-top: 18px;
}

.margin-b-18 {
  margin-bottom: 18px;
}

.margin-t-3 {
  margin-top: 3px;
}

.paddinglr-0 {
  padding: 0px;
}

.width-100-percent {
  width: 100%;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-150 {
  min-width: 150px;
  text-align: left;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.min-height-120 {
  min-height: 132px;
}

/**** Coupon Search ****/
.cs-title {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
  padding-left: 0px;
}

.cs-ad-close {
  float: right;
  background-color: transparent;
  color: #fff;
  margin-bottom: 6px;
}

/**** Tags ****/

.tagsarea {
  /* margin: 0px auto;
	margin-top: 3px;
	margin-bottom: 9px; */
  padding: 6px 6px 6px 0px;
  margin: 6px 0px 0px 0px;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
}

.tagsarea a {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  background: #f60;
  color: #fff;
  line-height: 1.5;
  margin-left: 1em;
  /* margin-bottom: 1em; */
  border-radius: 0;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tagsarea a:hover {
  background: gray;
  color: white;
}

.tagsarea a:before {
  position: absolute;
  content: " ";
  border: transparent 0.75em solid;
  border-right-color: #f60;
  top: 0;
  left: -1.5em;
  height: 0em;
  width: 0em;
}

.tagsarea a:hover:before {
  border-right-color: gray;
}

.tagsarea a:after {
  position: absolute;
  content: " ";
  background: white;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  left: -0.125em;
  border-radius: 0.25em;
}

.btn-collect {
  float: right;
  /* margin-top: 42px; */
}