.fl
{
float:left;
}
.col-md-6
{
height:450px;
margin-top:20px;
}
.w100
{
max-width:100%;
max-height:450px;
}
.cb{clear:both;}
li
{
list-style-type: none;
float:left;
}
body{

	margin:0;
	padding:0;
	color:#333;
	font-family:Cambria, Georgia, serif;
	font-size:15px;
	overflow-x:hidden;
}
header, section, footer, hgroup{
	display:block;
}
a {
	color:#35BFFF;
	text-decoration:none;
}
a:hover, a:active{
	color:#91DCFF;
}

/* Header */
#header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	padding:5px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:2px 1px 1px #333, 2px 2px 1px #888;
	color:#EAEAEA;
	float:left;
	font-size:27px;
}
#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	width:100%;
	position:fixed;
	padding-left:20px;
	bottom:0;
	left:0;
	line-height:20px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#footer span{
	display:block;
}

/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
#wrapper{
	margin-top:1px;
	width:100%;
}
#wrapper hgroup{
	text-align:center;
}
#wrapper h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#container{
	position:relative;
	width:1320px;
	margin:0 auto 25px;
	padding-bottom: 10px;

}
.grid{
	width:284px;
	overflow:hidden;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	width:100%;
	background:#ccc;
	display:block;
}

.right-panel {
	vertical-align: top;
	width: 300px;
	display: inline-block;
	height: 100%;
}
.main-container {
	display: inline-block;
	width: calc(100% - 320px);
	margin-right: 15px;
	overflow: hidden;
}
#container {
	width: 100%;
}
#wrapper{
	width: 100%;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	.right-panel {
		vertical-align: top;
		width: 100%;
		display: block;
		height: 100%;
	}
	.main-container {
		display: inline-block;
		width: 100%;
		overflow: hidden;
	}
	#container {
		width: 100%;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a {
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		width: 100%;
		margin-top:1px;
	}
}



.vh_frame {
  height: 200px; 
  width: 100%; 
  display: inline-block;
  vertical-align: top; 
  position: relative;
}

.vh_img {
  max-width: 100%;
  max-height:200px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/* everything below is not required */
.vh_frame span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  
}
.vh_description_top{
	width:100%;
	height:25px;
	overflow:hidden;
	position:absolute;
	top:0px;
	z-index:999;
	padding-top:3px;
	background:rgba(255,255,255,0.7);
}
.vh_description_bottom{
	width:100%;
	height:45px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	z-index:999;
	background:rgba(255,255,255,0.7);
}
.cb
{
	clear:both;
}
.vh_descr_item{
	float:left;
	width:33.33%;
}
.vh_item_img{
	
	height:25px;
	opacity:0.5;
}
.vh_wrapper{
	overflow:hidden;
	padding-bottom:30px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	text-align:center;
	position:relative;
	
}
.pagination1{
    color: black;
	display:inline-block  ;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
	text-align:center;
}
.active1 {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}
.navbar{
	margin-bottom:0px!important;
	
}