.contentBox{
  	padding-top: 0px;
  	padding-left: 10px;
	background: #e9e8e8;
	position:relative;
	background-position: center center; 
	background-repeat:no-repeat;  
	background-size: fit; 
	min-height:20px;
}
.contentBox a{
    color: #6acc14;
    text-decoration: none;
}
.contentBox a:hover{
	color:#46860d;
	text-decoration:underline;
}

.contentBox .videoFrame{
	width:100%;
	min-height:300px;
}
.contentBox12{
	
}
.contentBox12 .videoFrame{
	height:600px;
}
.contentBox9{
	
}
.contentBox9 .videoFrame{
	height:500px;
}
.contentBox6{
}
.contentBox6 .videoFrame{
	height:400px;
}
.contentBox3{
	padding: 14px;
	margin-bottom: 12px;
}
.reelView{
	border:solid 2px #e1ccae;
	padding-top:14px;
	padding-bottom:14px;
	margin-bottom:12px;
	background:#fff;
}
.reelView .title{
	font-size:32px;
	font-weight:300;
}
.reelView hr{
	background:url("../img/reel-separator.png") no-repeat;
	height:8px;
	background-size:100% 100%;
	width:80%;
	border:none;
}
.rating{
	width:100%;
}
.rating a{
	background-image:url("../img/star-empty.png");
	width:20%;
	height:40px;
	display:inline-block;
	margin-right:1%;
	background-size:contain;
	background-repeat:no-repeat;
}
.rating a.half{
	background-image:url("../img/star-half.png");
}
.rating a.full{
	background-image:url("../img/star-full.png");
}
.reelView.first .details{
	padding-top:30px;
}
.reelView .details{
	color:#71706c;
	font-size:16px;
}
.reelView .description p{
	font-size:16px;
	font-weight:300;
	margin-bottom:0px;
	padding-bottom:0px;
}
.reelView.first .description p{
	padding-top:14px;
}

.verticalSeparator{
	position:relative;
	min-height:200px;
}
.verticalSeparator:after{
	content:"";
	position:absolute;
	right:-5px;
	display:block;
	height:90%;
	width:8px;
	top:5%;
	background:url("../img/vertical-separator.png") no-repeat;
	background-size:100% 100%;
}
img.border {
    border: 2px solid #e1ccae;
}
.text-center .img-responsive{
	margin-left:auto;
	margin-right:auto;
}

.reelThoughts h3{
	font-size:32px;
	color:#000;
	font-weight:300;
	padding:0px;
	margin:0px;
}
.reelThoughts ul.list{
	padding:0px;
	margin:10px 0px 0px 10px;
	list-style:none;
	font-size:16px;
	font-weight:300;
	color:#71706c;
}
