/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
}


/*
 * 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;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.bmedia{width:96%; margin-left: 10px;}
.bmedia_top{ margin-top:5px; width:auto; max-width:55%; margin-left: 10px;}
.bmedia_top_2{ margin-top:5px; max-width:35%; text-align:right; margin-right:10px;}


/* 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;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}

@media (min-width: 768px) {
.item { max-height:210px; overflow:hidden;}
  .sidebar {
    position: absolute;
    top: 72px !important;
    bottom: 0;
    left: 0;
/*    z-index: 1000;*/
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
.middle{ margin-left: 25% !important; margin-right:10px !important; margin-top:0px; 	padding-right: 0 !important; padding-left: 0 !important; clear:both;}

#my_mobile {
    display: block !important;
}
  
 .mapsidebar {    
 	position: fixed;
    top: 72px !important;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-left: 1px solid #eee;
	padding-right: 0 !important;
    padding-left: 0 !important;
	}

  

.messagebar {
    position: fixed;
    top: 72px;
    bottom: 0;
    right: 0;
    z-index: 1000;
	display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */

}

  .main {
    padding-right: 40px;
    padding-left: 40px;
  }

}

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


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
/*SEARCH*/
#search input[type="text"] {
    background: url(../icons/search-dark.png) no-repeat 10px 6px #333;
    border: 0 none;
    font: bold 12px 'Roboto', sans-serif!important;
    color: #777;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	/*display:inline-block;*/
	float:right !important;
	margin-top:5px !important;
	}

#search input[type="text"]:focus {
    width: 250px;
	color: #999;
	 outline: 0;
    }
	
/*	SLIDER*/
/*REQUIRED*/
.carousel-row {
	display:table;
   	margin-left:5px;
	padding-bottom:10px;
	margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
	clear:both;
}

.carousel-row-slider {
	display:block !important;
   	margin-left:5px;
	padding-bottom:10px;
	margin-bottom: 20px;
    border: 0;
	clear:both !important;
}

.slide-row {
    padding: 0;
    background-color: #ffffff;
    min-height: 200px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}


.slide-carousel {
    /*width: 35%;
    float: left;
    display: inline-block;*/
}

.slide-carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.slide-carousel .carousel-indicators li {
    border-radius: 0;
    width: 20px;
    height: 6px;
}

.slide-carousel .carousel-indicators .active {
    margin: 1px;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 35%;
    display: block;
    float: left;
    width: 64%;
    max-height: 100%;
    padding: 1.5% 2% 2% 2%;
    overflow-x:hidden;
	overflow-y:hidden;
}

.slide-content h4 {
    margin-bottom: 3px;
    margin-top: 0;
	max-height: 45px;
	overflow: hidden;
	line-height:1.2em
}
.slide-content p {
    margin-bottom: 3px;
    margin-top: 0;
	max-height: 50px;
	overflow: hidden;
		line-height:1.2em
}
.slide-footer {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 64%;
    height: auto;
    margin: 1%;
}


/* Scrollbars */
.slide-content::-webkit-scrollbar {
  width: 5px;
}
 
.slide-content::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
 
.slide-content::-webkit-scrollbar-button:start:decrement,
.slide-content::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}

.item-product-price {
color: #40c781;
font-size: 18px !important;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
float: right;

}

.item-top-box {
display:block;
width: auto;
float: right;
position: relative;
top: -5px;
right: -25px;
text-align: right;
margin: 10px;
}
.item-top-box img { margin-right:10px;}
/*BADGE*/
.bmedia img+span.badge {
	font-size:10px;
    position: relative;
    top: -8px;
    left: 1px;

}

/*BOX ARROW*/
#talkbubble {
	font-size:10px;
   min-width: 10px;
   max-width:50px;
   max-height: 16px;
   margin:0px;
   padding:0px;
   margin-right:10px;
   background:#EFEFEF;
   position: relative;
   -moz-border-radius:    3px;
   -webkit-border-radius: 3px;
   border-radius:         3px;
   border: 1px solid #CCC;
   display:inline-block;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 15%;
   width: 0;
   height: 0;
   border-top: 5px  solid transparent;
   border-right: 5px solid #E0E0E0;
   border-bottom: 5px solid transparent;
}

/*SCROLL*/
.scroll-content {
    top: 0;
    left: 8%;
    display: block;
    float: left;
    width: 98%;
    max-height: 98%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}

/* Scrollbars */
.scroll-content::-webkit-scrollbar {
  width: 5px;
}
 
.scroll-content::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
 
.scroll-content::-webkit-scrollbar-button:start:decrement,
.scroll-content::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}
/*ADVERTISEMENT*/

.productbox {
    background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
/*	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999; */
}

.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
}

.pricetext {
	font-weight:bold;
	font-size:1.4em;
}
.glyphicon { margin-right:5px;}
.section-box h2 { margin-top:0px;}
.section-box h2 a { font-size:15px; }
.glyphicon-heart { color:#e74c3c;}
.glyphicon-comment { color:#27ae60;}
.separator { padding-right:5px;padding-left:5px; }
.section-box hr {margin-top: 0;margin-bottom: 5px;border: 0;border-top: 1px solid rgb(199, 199, 199);}