@charset "UTF-8";
/* CSS Document */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
	margin: 10px;
}
h2 {
	font-family:  'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
h4 {
	font-family:  'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
hr.new1 {
  	border-top: 2px solid orange;
	margin-top: -10px;
}
.trendsetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar-default {
  background-color:#FEEBDC;
  border-color: #e7e7e7;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(247, 130, 34, .8) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(247, 130, 34, .8) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 130, 34, .8)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(247, 130, 34, .8) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(247, 130, 34, .8) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(247, 130, 34, .8) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(247, 130, 34, .8)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(247, 130, 34, .8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.item-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.border-or {
border-style: solid;
  border-width: 5px;
	border-color: #EF6317;
}
.cover-img {
	float:left; 
	margin:5px; 
	width:100%;
	height:100%;
	object-fit:cover;
}
