html, body {
    background: #f9f9f9;
}

.container {
    background: #f9f9f9;
}

.header {
	margin-bottom: 10px;
	margin-top: 15px;
}

.header .navbar-text {
	margin-right: 0px;
}

.header .brand img {
	margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#428bca;
  margin-bottom: 20px;
}

.narrow_view {
	max-width: 350px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-offset {
	margin-top: 10px;
}

.header {
  /*border-bottom: 2px solid #e5e5e5;*/
}

.header .brand img {
  /*margin-bottom: 25px;*/
}
@media(max-width:480px){
  .header .brand img {
    display: block;
    margin:0 auto;
	max-width: 100%;
    height: auto;
  }
}
/* XXX BS3.0 replaceing */
.btn.active {
  cursor: default;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.module-name {
  font-size: 18pt;
  text-transform: uppercase;
  margin-left: 15px;
  padding-bottom : 15px;
  text-decoration: none;
}

.module-name:hover,
.module-name:focus {
  text-decoration: none;
}

textarea {
  width: 100%;
}

tr {
  cursor: pointer;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #a5cade;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
  vertical-align: middle;  
  border-top: none;
  border-bottom: 2px solid #dddddd;
  line-height: 1;
}
/*padding: 8px;
line-height: 1.428571429;
border-top: 1px solid #dddddd;*/
  
.table > tbody > tr > td > img {
  min-width: 80px;
}

.table > tbody > tr > td {
  max-width: 360px;
  max-height: 80px;
  overflow: hidden;
}

.filter-former {
  margin-top: 20px;
}

#openBtn, #closeBtn{
  display: none;
}

#sidebar img {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 2px;
    box-shadow: 0px 0px 13px rgb(234, 234, 234);
    margin: 18px 0px 0px;
}

.soc_likes {
    
}

.social-widget {
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebar {
  /*width: 240px;*/
  padding-top: 50px;
}

@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}

.tb {
  margin: 5px 0 30px 0;
  text-align: center;
  position: relative;
}

.tb .min {
  padding: 0 0 0 0;
  margin: 0;
  height: auto;
  width: 100%;
}
.tb .min img, .tb .max img{
  max-width:100%;
  height:auto;
}
.tb .max {


  height:auto;
  padding: 0px 0 0 0;
  width: 100%;
  margin-top: -80px;
  left: 0;
}
.tb .min-max-tb {
  /*position: absolute;*/
  /*left: 0;*/
  margin-top: 20px;
}

  .tb .min-max-tb span {
    font-size: 8pt;
    
  }


.href {
    color: rgb(232, 140, 3);
    border-bottom: 1px dashed rgb(232, 140, 3);
    cursor: pointer;
    margin-left: 15px;
}

/*position: absolute;
  right:7px;
  top:2px;
*/
#region-selector #region {
  color: #51b2e2;
  padding-right: 28px;
}

#region-selector .region_active {
  border:1px solid #D9D9D9;
  background: whiteSmoke;
  border-radius:3px;
  border-bottom: 0;
  z-index: 7;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  margin-top: -1px;
  margin-right: -1px;
}
#region-selector #region span {

}
#region-selector .regions {
  border:1px solid #D9D9D9;
  background: whiteSmoke;
  border-radius:8px;
  position: absolute;
  padding: 10px 10px 20px 20px;
  z-index: 6;
  width: 970px;
  /*margin-top: 22px; */
  display: none;
  box-shadow: 0 0 8px #ccc;
}
#region-selector .region_class_is_mirror {
  width: 301px;
  border-top-right-radius:0;
  padding: 3px 20px 20px 20px;
}

#region-selector .regions ul {
  list-style: none;
  padding: 2px 0 0 0;

}
#region-selector .regions li {
  padding: 3px 0 ;
  text-indent: -10px;
}
#region-selector .regions li a {
  font-size: 8pt;
  padding: 6px 5px;
  margin: 1px 5px;  
  text-decoration: none;
  color:black;    
}              
#region-selector .regions li a:hover, #region-selector .regions li a.all {
  color:#e88c03;
  text-decoration: underline;
}
#region-selector .region_class_is_mirror li a {
  font-size: 9pt;
}
#region-selector .regions li.active { 
  padding: 2px 0px 4px 3px;
  margin-left: -3px;
  margin-right: 2px;
  background: #0085c1;
  color: white;
  border-radius: 3px;
  display: inline-block;
}
#region-selector .regions li.active a {
  color: white;
}

.surround-bracket:before {
  content: '(';
}

.surround-bracket:after {
  content: ')';
}

address {
  border-style:none;
  border-left: dotted #428bca;
  padding-left: 8px;
  margin-left: -10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-next {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.well h3.no-margin-top {
  margin-top: 0px;
}

.text-standard {
  color: #000;
}