/*            post image rollover            */
/*     [postimage num="5" cat="8,10,11"]     */	


ul.img-list {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-align: center; 
}

ul.img-list li a:link,ul.img-list li a:visited, ul.img-list li a:hover	{
  color: white;
  text-decoration:none;

}

 
ul.img-list li {
  display: inline-block;
  height: 100px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;  
  overflow:hidden;  
}

ul.img-list li img{
	height: auto;
	min-width: 100%;
}

span.text-content  {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

span.text-content span {
	padding:10px;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}


.post_surround	{
	max-width: 100%;
	min-width:100px;
	display: block;
	clear:both;
}


/* #5- Landscape phones and down */

@media  (min-width:0px) and (max-width : 480px) {
	.home-blog-item p  	{
		display:inline-block!important;
		padding:5px 2px;
		margin:0!important;
		}
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
	}
	
.clearfix {
    zoom: 1;
}

.home-blog-item > h3 {
    font-size: 18px;
	padding:10px 0 5px;
	font-weight: normal;
    color: #2687B4;
}

.home-blog-item a:link, .home-blog-item a:visited  {
    text-decoration: none;
	font-weight:normal;
	color:#030303;
}

.home-blog-item a:hover	{
	color:.#030303;
}

.home-blog-item {
    margin-bottom: 20px;
    padding: 0 15px 15px;
    background: #F4F4F4 none repeat scroll 0% 0%;
    overflow: hidden;
	font-size:100%;
	line-height:normal;
}

.home-blog-meta {
    color: #999;
    margin-bottom: 10px;
    padding-bottom: 5px;
    background: transparent url("../images/dots.png") repeat-x scroll center bottom;
	}
	

.home-blog-item img {
    float: left;
    margin: 10px 10px 10px 0px;
    padding: 2px;
    border: 1px solid #CCC;
    vertical-align: top;
}


	
.home-blog-item p	{
	font-size:14px;
}

.home-blog-item .read-more{
    background: #34485E url("../images/nav-navy.png") repeat-x scroll 0% 0%;
    border: 1px solid #26384C;
    color: #FFF !important;
    opacity: 0.9;
	font-size: 10px;
	float: right;
	display: block;
	padding: 0px 7px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px #EEE;	
}

.findoutmore 	{
	width:100%;
	dispaly:inline-block;
}

.emboss img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin: 0px 10%;
    text-align:center;
    vertical-align: baseline;
    width: 80%;
    height:80%;	
}

.findoutmore h2  	{
	margin-top:20px;
	text-align:center;
}

.findoutmore span {
    text-align: center;
    display: inline-block;
    width: 100%;
}

	video#vid {
	position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
	bottom:10%;
    min-height: 100%;
    background-size: cover;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -2;
}


@media screen and (max-width:1024px)	{
	#vid_wrap video#vid{
		display: none;
	}
}

@media only screen and (max-width:1024px)	{
	#vid_wrap {
		    position: absolute;
			z-index: -2;			
			background: url(http://d3dpkg1sbgunck.cloudfront.net/wp-content/themes/public/video/video-frame.jpg) no-repeat;
			background-size: cover;
			background-position: center center;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
}

	#vid_wrap source {
	z-index:10000;
}
