﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
.btn {
	border-radius: 0px;
}
.btn-group-xs > .btn {
    border-radius: 0px;
		color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 10px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1.1;
	color: inherit;
}
.search-options {
	background-color: #fafafa;
	border: 1px solid #DCDCDC;
	padding: 15px 50px 20px 50px;
	
}
.search-options h1 {
	font-weight: normal;
	color: #535353;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 24px;
}
.form-group label {
	color:#787878;
	font-weight: normal;
	font-size: 14px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index:10;
	overflow:hidden;
}
.ie8 .videoWrapper {
	z-index:0;
}
@media (max-width: 480px) {
	.videoWrapper {
		padding-bottom: 60%; /* 4:3 */
	}
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10;
}
.vidTitle {
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.vidSum {
	color: #535353;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.utilityGroup span {
	display: inline-block;
 	padding-right: 5px;
}
.utilityGroup {
	background-image: url(../images/utilities_grd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 35px;
	padding-top: 5px;
	text-align: right;
	border-top: solid 1px #dcdcdc
}
.xtraPaddingBtm {
	padding-bottom: 30px;
}
.xtraPadTop {
	margin-top: 20px;
}
.categoryTitle {
	font-weight: normal;
	font-size:24px;
	color: #535353;
	padding: 20px 0px 0px 60px;
	margin:0px;
}
/* carousel */

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 20px 40px;
  margin-top: 15px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	/*
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  */
  margin-top: 30px;
  border: 0px;
}
/* Next button  */
.media-carousel .carousel-control.right {
/*
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
 */
  margin-top: 30px;
  border: 0px;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
  background: #333333;
}

.videothumbnail {
	display:inline-block;
	display:block;
	color:#00a4cd;
}
.videothumbnail img {
	display:block;
	height:110px;
	max-width:195px;
	margin-right:auto;
	margin-left:auto;
	padding: 5px;
}
.videothumbnail .caption {
	font-size:13px;
	padding:5px;
	color:#00a4cd;
	display: block;
	width: 195px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.videothumbnail:hover {
	text-decoration:none;
}
.views {
	display:block;
	padding-left:5px;
	width: 195px;
	margin-left: auto;
	margin-right: auto;
}
/* End carousel */

@media(max-width:480px){
	.search-options {
		padding-left:15px !important;
	}
}