/*------------------------------------------------------------------
[Master Stylesheet]

Template Name: Video Plugin
Template URI: http://devitems.com
Description: Video Plugin
Author: Rakib
Author URI:https://www.facebook.com/rakibhossain82
Version: 1.0

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
[1. body ]
[2. Index File ]
	[2.1 Alldemo ]
		[ 2.1.1 Single-Items ]
		[ 2.1.2 view-Text ]
/*-------------------------------------------------------------------*/
.alignleft {
  float:left;
  margin-right:15px;
  margin-bottom: 15px;
}
.alignright {
  float:right;
  margin-left:15px;
  margin-bottom: 15px;
}
.aligncenter {
  display:block;
  margin:0 auto 15px;
}
a:focus {
  outline:0px solid;
}
img {
  max-width:100%;
  height:auto;
}
.fix {
  overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
}
p{
	font-size:13px;
	color:#555;
}
a {
  color:#fff;
  text-decoration:none;
  transition: all 300ms ease-out 0s;
  text-transform: uppercase;
}
a:hover{
  text-decoration:none;
  color:#fff;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.displaytable {
    display: table;
    height: 100vh;
    width: 100%;
}
.displaytablecell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/*------------------------------------------------------------------
[1. body ]
--------------------------------------------------------------------*/
body {
	background: #ffffff;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    position:relative;
}
/*----------------------------------------
[2. Index File ]
----------------------------------------*/
/* header */
.indexhtml header {
  background: url(images/header-video-img.jpg) no-repeat scroll center center/cover;
  position:relative;
  padding:100px 15px;
}
.indexhtml header::after {
  background: rgba(30, 38, 62, 0.75) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.indexhtml header h1{
  position:relative;
  z-index:2;
}
/*-------------------------------
[2.1 Alldemo ]
--------------------------------*/
.indexhtml .alldemo{padding-top:50px;}
body.indexhtml{background:#999;}
.indexhtml .alldemo .col-md-4 {
  margin-bottom: 50px;
}
/*-------------------
[ 2.1.1 Single-Items ]
---------------------*/
.alldemo .single_items:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 38, 62, 0.75) none repeat scroll 0 0;
  opacity: 0;
  content: "";
  border: 10px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out 0s;
}
.alldemo .single_items:hover::after{opacity:1;}
.indexhtml .single_items {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.indexhtml .single_items img{
  transition: all 0.7s ease-in-out 0s;
}
.indexhtml .single_items:hover img {
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.5s ease-in-out 0s;
}
/*-------------------
[ 2.1.2 view-Text ]
---------------------*/
.indexhtml .view_text {
  left: 50%;
  margin-left: -85px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.indexhtml  .view_text h3{
  transform: translateY(-360px);
  transition: all 0.5s ease-in-out 0s;
  color:#fff;
}
.indexhtml .view_text p{
  transform: translateX(-460px);
  transition: all 0.5s ease-in-out 0s;
  color:#fff;
  margin-top: 10px;
}
.indexhtml .view_text a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  display:inline-block;
}
.indexhtml .view_text a:hover{
  background:#ddd;
  color:#000;
}
.indexhtml .single_items:hover .view_text p{transform: translateY(0);}
.indexhtml .single_items:hover .view_text h3{transform: translateX(0);}
.indexhtml .single_items:hover .view_text h3{margin-left: 0;}
.indexhtml .single_items:hover .view_text a { opacity:1;}
.indexhtml .demo-title h4 {
  color: rgb(0, 0, 0);
  margin: 20px 0;
}
/*--------------------------------------------------------
---------------------------[End ]-----------------------
---------------------------------------------------------*/