<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin-top:50px;
}
.footer{
	background:#3B3B3B;
	color:#fff;
}
.h2-post{
	color:#fff;
}
.posts-thumbnails{
	margin-bottom:0px !important;
}
.play-link {
    float: none;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.play{
	display:none
}
.play-link .play{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	background:#ddd;
	text-align:center;
	color:#fff;
	opacity:.9;
	background-image:url(http://2.bp.blogspot.com/-yRnsuVEqfiQ/UuzZw9oAf0I/AAAAAAAAAL8/vX1SB-U7iqE/s1600/Video_Play_Btn.png);
	background-repeat:no-repeat;
	background-position:center
}
.play-link a:hover .play{
	display:block;
	color:#111;
}
.vid_title{
	margin-top:20px;
}
.post-container{
  z-index: 1;
  background: rgba(0, 0, 0, .3);
  padding-top: 20px;
}
.header-main{
	width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  margin-bottom:20px;
  opacity:.6;
}
ol, ul {
  list-style: none;
}
.footer-menu {
	margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 20px;
}

.footer-menu.policy {
	margin-bottom: 0;
	margin-top: 20px;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li + li {
	margin-left: 20px;
}

.footer-menu a {
	color: #ddd;
	font: 9pt 'proxima-nova', sans-serif;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu .social a {
	font-weight: bold;
	font: bold 11pt'proxima-nova', sans-serif;
}
.footer-logo{
	font-size:25px;
}
#myTabContent{
	padding:10px;
}
.col-main-home{
	border: 1px solid #ddd;
  padding: 0;
  border-radius: 6px;
}
.bs-video-header{
	padding-top: 30px;
  padding-bottom: 30px;
  background: #337ab7;
  margin-bottom: 20px;
  margin-top: -20px;
  color: #fff;
  text-decoration: none;
  color: #FFF;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}
.action-bar{
	margin-bottom: 20px;
  display: block;
  height: 34px;
}
.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.vid iframe, .vid object, .vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row_video{
  margin-bottom:20px;
}
.my-hand{
	cursor:pointer;
}
.padding-10{
	padding-top:10px;
}</pre></body></html>