/*animate expanding*/
.expandee.collapsed {
	display: none;
}
.expandee.expanded {
	display:block;
}

.bedit {position:absolute; z-index: 1000; left:0px;}
.jumbotron {padding-top:0px !important;}




.fw_title {text-align: center; vertical-align: middle; position: relative;}
.jumbotron .fw_title {display: table-cell;}

.fw_icon_menu {text-align: center;}



.fw-tabs li a:focus {
  outline: none;
}
.fw-tabs li a .glyphicon, .fw-tabs li a .fa {
  font-size: 20px;
  padding: 15px;
  line-height: 100%;
  border: 1px solid #333;
  border-radius: 50px;
  position: relative;
  left:5px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-transition: background .4s ease; 
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
}


.fw-tabs li a .fw-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.fw-tab-content {
  padding: 35px 0;
  margin: 35px 0;
}

.fw-tab-content p {
  color: #808184;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 25px;
}


.fw-tabs {
  text-align: center;
  border: none;
}

.fw-tabs li {
  display: inline-block !important;
  float: none !important;
  border: none;
  width: 150px; 
  vertical-align: top;
}

.fw-tabs li:hover a {
  background: none;
  border: none;
}

.nav-tabs.fw-tabs > li.active > a, .nav-tabs.fw-tabs > li.active > a:hover, .nav-tabs.fw-tabs > li.active > a:focus {
  border: none;
}

.fw-tab-content > .tab-pane > .row {
  display: table;
  vertical-align: middle;
}

.fw-tab-content > .tab-pane > .row p {
  text-align: left;
}


.resp-blog-item a {color:inherit;}
.resp-blog-item div {border-top:8px solid #e5e5e5; top:20px; max-height:500px; overflow:hidden; padding-top:20px; background:white;}
.resp-blog-item div:hover {background:#e5e5e5;}
.resp-blog-item div p {padding:20px 0; text-align:left;}
.resp-blog-item div p img {float:left !important; margin-right:12px !important;}