/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
  
  
  
}
.jumbotron {
  text-align: center;
  }
  
  .col-sm-8 {
  width:100%;
  }
  
  .blog-post {
  width: 100%; 
  float: left;
    margin: 0 5px 0 0;
  }
  
  .tag {
  font-size: 11px;
  padding: 0 4px 1px;
  margin: 0 2px;
  line-height: 12px;
  font-family: tahoma, arial, sans-serif;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F3F3F3;
  color: #666666;
  text-shadow: 0 1px 0 white;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0 #C4C4C4 #ADADAD #CECECE;
  border-radius: 3px;
  border-collapse: separate;
  margin-left: 0px;
  white-space: nowrap;
  transition: border 0.3s;
}

.breadcrumbs{
    padding: 0 0px;
}
.breadcrumbs img{
    float: left;
}
.breadcrumbs ul{
    list-style: none;
    overflow: hidden;
}
.breadcrumbs ul li{
    float: left;
    color: #464646;
    font-size: 14px;
    margin: 3px 0 0 5px;
	font-weight: normal;
}
.breadcrumbs ul li img{
    float: none;
}
.breadcrumbs ul li a{
    color: #2a73bc;
}