#blob_container{
	   /*background-color: #1e8ec1;*/
   width: 100%;
   height: 300px;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
  
background: rgb(23,102,145);
background: -moz-radial-gradient(circle, rgba(23,102,145,1) 0%, rgba(0,169,212,1) 100%);
background: -webkit-radial-gradient(circle, rgba(23,102,145,1) 0%, rgba(0,169,212,1) 100%);
background: radial-gradient(circle, rgba(23,102,145,1) 0%, rgba(0,169,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#176691",endColorstr="#00a9d4",GradientType=1); 
  
  
}

.ce_video_background .video-overlay {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #081740;
}



.ce_frame_start.style7 .ce_frame_start_inside {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	background: rgb(255,255,255);
	padding: 5% 8%;
	border-radius: 20px;
}




.ce_image_extended .image_container img {
	width: auto;
		border-radius: 20px;
}


blockquote{
  font-size: 0.90em;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 15px 1.2em 75px;
  border-left:8px solid #da7022 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  content: "\201C";
  color:#da7022;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}