html, body{
	height: 100%;
	min-height: 100%;
    margin: 0;
	padding:0;
}
p {
    margin: 0;
}
a{
	text-decoration: none;
}

@font-face {
    font-family: "font_rg";
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "font_bd";
    src: url("fonts/Montserrat-Bold.ttf") format("truetype");
}
@keyframes pulse {
  0% {
     background-color: #fff;
  }
  50% {
     background-color: #E4087E;
  }
   100% {
     background-color: #fff;
  }
}
@keyframes pulse2 {
  0% {
     opacity:0.8;
  }
  50% {
     opacity:0.4;
  }
   100% {
     opacity:0.8;
  }
}
body {
    font-family: "font_rg";
    color: #123;
	background-color: #fff;
	text-align:center;
}
.wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto;
}
#header{
	position:relative;
	left:0; 
	right:0;
	top:0;
	background-color: #ddd;
	width: 100%;
    height: 50px;	
	text-align:left;
}
.logo{
	margin:0px;
}
.container{
	max-width:1280px;
	margin:0 auto;
}
.title{
	position: relative;
	width:145px;
	height:30px;
	background-color: #E4087E;
	color:#fff;
	margin-bottom:-30px;
	z-index:100;
}
.title p{
	font-family: "font_bd";
	display:inline-block;
}
.title img{
	vertical-align:-50%;
}
.sec_white{
	margin:0 auto;
	padding:40px 0px 40px 0px;
	background-color:#fff;
}
.sec_black{
	margin:0 auto;
	padding:0px 0px 40px 0px;
	background-color:#000;
}
.sec_grey{
	margin:0 auto;
	padding:0px 0px 40px 0px;
	background-color:#333;
}
.rec{
	width:20px;
	height:20px;
	align-self: flex-end;
	margin:0px 0px 10px 10px;
    border: 5px solid #fff;
	border-radius: 50%;
	animation: pulse 1s infinite;
	z-index:1;
}
.diffusion{
	align-self: flex-end;
	margin:0px 0px 10px 0px;
	z-index:1;
}
.play{
	position:relative;
	margin: auto;
	align-self:center;
	z-index:1;
	fill:#fff;
	-webkit-filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.9));      
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.9));
	animation: pulse2 0.8s infinite;
	opacity:0.8;
}

.main{
	width:100%;
	max-width:1280px;
	display:inline-flex;
}
.img_tv{ 
	width:70%;
	display:inline-flex;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	background-image: url(img/tv1.jpg);
	z-index:0;
}
.txt_tv{ 
	width:30%;
	color:#fff;
	text-align:left;
}
.title_tv{ 
	padding:5px;
	background-color:rgba(228, 0, 126, 0.6);
	font-size:38px;
	line-height:38px;
	font-family: "font_bd";
}
.content_tv{ 
	padding:5px;
	background-color: #E4087E;
	font-size:22px;
	line-height:22px;
}
.gallery{
	margin-top:50px;
	width:100%;
}
.img_vid{ 
	width:100%;
	max-width:400px;
	margin:10px;
	display:inline-block;
}
.img_vid img{ 
	width:100%;
	margin-bottom:-5px;
}
.img_vid .xtra{
	display:inline-flex;
	background-color: #E4087E;
		padding:2%;
}
.miniplay{
	position:relative;
	margin-right:5px;
	z-index:1;
	fill:#fff;
	animation: pulse2 0.8s infinite;
	opacity:0.8;
}
.img_vid p{ 
	width:96%;

	color:#fff;
	text-align:left;
}
#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:30px;
	display:inline-block;
	background-color: #E4087E;	
}
@media(max-width:800px)
{

.sec_white{
	padding:10px 0px 10px 0px;
}
.gallery{
	margin-top:25px;
}
.rec{
	position:absolute;
	align-self: flex-start;
	margin:5px 5px 0px 0px;
	right:0px;

}
.diffusion{
	position:absolute;
	width:100px;
	align-self: flex-start;
	margin:20px 20px 0px 0px;
	right:0px;
}
.play{
	margin: 80px auto;
}
.main{
	display:block;
}
.img_tv{ 
	width:100%;
	display:block;
	margin-bottom:-5px;
	min-height:280px;
}
.txt_tv{ 
	width:100%;
	margin-top:-70px;
}
.title_tv{ 
	background-color:rgba(228, 0, 126, 0.4);
	font-size:28px;
	line-height:28px;
}
.content_tv{ 
	font-size:16px;
	line-height:16px;
}
.img_vid{ 
	margin:5px auto;
	max-width:500px;
}

}
