.pull-right {
	 float: right;
}
 .pull-left {
	 float: left;
}
 .media.pull-right {
	 margin: 0 0 10px 10px;
}
 .media.pull-left {
	 margin: 0 10px 10px 0;
}
 .media.pull-right img, .media.pull-left img {
	 max-width: 400px;
}

.GoogleSearchField {
    background: white URL(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif) no-repeat 0px 2px;
    border: 1px solid rgb(126,157,185);
    padding: 3px 2px 2px 2px;
}

.filter-list-group label {
	display: inline-block;
	margin-bottom: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.filter-list-group input {
	display: none;
}*/
