/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - ticker-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
   - news post general style
   - image-post style
   - post-tags list style
   - standard post style
   - standard post2 style
   - image post2 style
   - list posts style
   - image post3 style
   - article post style
   - large post style
   - list post style
   - very large post style
   - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.left-div
{
  display: inline-block;
  max-width: 768px;
  text-align: left;
  padding: 0px;
  background-color: #ddd;
  border-radius: 3px;
  margin: 5px 5px 5px 0px;
  vertical-align: top;
}
.right-div
{
position:relative;
  display: inline-block;
  width:100%;
  max-width: 350px;
  height:480px;
  text-align: left;
  padding: 0px;
  
  border-radius: 3px;
  margin: 5px;
 /* background:url(../images/pattern2.png) repeat;*/
}
.left-text, .right-text
{
  font: 14px 'Source Code Pro', monospace;
	color: #333;
}
@media screen and (max-width: 600px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
}

video
{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.go_live
{
  border: 2px solid #EA0000;
  border-radius: 25px;
  padding:10px 15px;
  text-align:center;
  width:100px;
  color:#f6ff0c;
}