body {background-color: #eaeaea; font-size: 16px;}
.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
.nav>li>a{ line-height: 5px;}
.controls .nav>li>a{ line-height: 25px; padding: 5px;}
.navbar-collapse{border-top: 0;}
/* .navbar-brand{height: auto; line-height: 25px; padding: 15px 15px 0;} */
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #999;
    padding: 25px;
    }
	footer a {
    color: #FFF;
	}
	#custom_carousel .item {

    color:#000;
    background-color:#eee;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#headerDhamma{ border-bottom: 1px solid #0c7cd5; color:#FFF;}
#headerDhamma p{padding: 0; margin:0; line-height: 20px; padding: 0 5px 5px;}
.navbar-inverse .navbar-brand{color:#FFF;}
.navbar-brand{
	font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 25px;
    color: #FFF;
    text-shadow: 1px 1px #00535f;
	background-image: url(../images/logo_bg.png);
    background-repeat: no-repeat;
	height: auto; line-height: 30px; padding: 5px 15px 5px 50px;
	}
.clearBoth{ clear: both;}
section{margin: 20px 0;}
.boxShadow {
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* ------------------------------ Carousels -------------------------------------- */
#custom_carousel{ box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
#custom_carousel .item {
    color:#000;
    background-color:#FFF;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid #2196f3;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:16px;
    margin-top:5px;
}
.glyphicon{color:#2196f3;}
#custom_carousel h3{margin-top: 0; font-size: 30px;}
.page-header{margin: 0px;}
.page-header h1{font-size: 35px; margin-top: 10px;}
.carousel-inner img{width: 350px; height:220px;}
.controls img{width: 100px; height: 70px; padding: 2px;}
.carousel-control{display: none;}
.well-lg {padding: 15px 25px;}
/* ------------------------------ /Carousels -------------------------------------- */
/* ------------------------------ Social Icons -------------------------------------- */
#social_side_links {
	position: fixed;
  top: 200px;
  right: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  display:none;
}

#social_side_links li a {display: block; background-color: #ffffff;}

#social_side_links li a img {
	display: block;
	max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}
footer a{line-height:50px;}
footer a img {
	display: block;
	max-width:50px;
  padding: 10px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 10px;
    display:none;
}
#back-to-top.btn{padding: 5px;}
.panel-body h6{font-weight: bold;}
/* ----------------------- */
.list-group-item{border-left:0; border-right:0; -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;}
.list-group-item:hover{
	box-shadow: inset 15px 0 0 0 #2196f3;
    color: #fff; padding-left: 30px
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	box-shadow: 0 1px 4px rgba(0,0,0,0.3); transition: none; padding-left: 15px 
}
table{border:1px solid #F1F1F1;}
blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-size: 16.25px;
    border-left: 5px solid #2196f3;
    background-color: #EEE;
}
.marginRB {
    margin-right: 15px;
    margin-bottom: 10px;
}
#headerNav .container{ padding-left: 0px;}

.dropdown-menu {padding:0px;}
#myNavbar>.nav>li>a{padding: 20px 9px;}
.btnSpace.row .btn{margin-right: 5px; margin-left: 5px; margin-bottom: 10px;}
@media screen and (max-width:320px) {
   .navbar-brand{
	font-size: 23px;
	}
	.nav>li>a {
		padding: 20px;
	}
}
@media screen and (min-width:320px) and (max-width:667px) {
   #custom_carousel .controls{display:none;}
   .carousel-control{width:30px; height:30px; top: 150px; background:#2196f3; line-height: 25px; display:block; }
   .navbar-nav {
    margin: 1px -15px;
	}
	.nav>li>a {
		padding: 20px;
	}
	#headerDhamma{display: none;}
	#headerNav .container{ padding-left: 15px;}
}
/* @media (min-width: 768px) { 
	.nav>li>a{
    position: relative;
    display: block;
    padding: 0px 9px !important;
	}
} */