}/*--------------------------------------------------
                     HTML5 Reset
 --------------------------------------------------*/
html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, img {
  display: block;
}

/*--------------------------------------------------
                        Fonts
 --------------------------------------------------*/


h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 2.6rem;
	line-height: 4rem;
	padding-bottom: 0.5em;
}

h3 {
  font-size: 30px;
	line-height: 34px;
	font-weight: 600;
}

h2,h3, p {
  color: white;
}

#subtitle {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6em;
	color: #86d2ff;
}

p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: sans-serif;
  font-weight: 100;
}   

/*--------------------------------------------------
                  Explicit grid Layout
 --------------------------------------------------*/


.body-bg{
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(15,15,15,1) 18%, rgba(27,27,27,1) 49%, rgba(13,13,13,1) 83%, rgba(0,0,0,1) 100%);	
}


#main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

main > div.full-width {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 3rem 2vw;
  z-index: 2;
}

main > div.half-width {
background: #0000ff61;
  padding: 2rem;
  align-self: center;
  justify-self: center;
  max-width: 70ch;
  z-index: 2;
}



#main-grid > .left {
  grid-column: 1 / 2;
}

#main-grid > .right {
  grid-column: 2 / 3;
}

main > :nth-child(1) {
  grid-row: 1 / 2;
}

main > :nth-child(2),
main > :nth-child(3)
{
  grid-row: 2 / 3;
}

main > :nth-child(4),
main > :nth-child(5){
  grid-row: 3 / 4;
}

main > :nth-child(6) {
  grid-row: 4 / 5;
}

main > :nth-child(7) {
  grid-row: 5 / 6;
}

main > :nth-child(8),
main > :nth-child(9) {
  grid-row: 6 / 7;
}

main > :nth-child(10),
main > :nth-child(11) {
  grid-row: 7 / 8;
}

main > :nth-child(12),
main > :nth-child(13) {
  grid-row: 8 / 9;
}

main > :nth-child(14) {
  grid-row: 9 / 10;
}

main > :nth-child(15),
main > :nth-child(16) {
  grid-row: 10 / 11;
}

main > :nth-child(17) {
  grid-row: 11 / 12;
}

main > :nth-child(18),
main > :nth-child(19) {
  grid-row: 12 / 13;
}

main > :nth-child(20) {
  grid-row: 13 / 14;
}

main > :nth-child(21),
main > :nth-child(22) {
  grid-row: 14 / 15;
}

main > :nth-child(23),
main > :nth-child(24) {
  grid-row: 15 / 16;
}

main > :nth-child(25) {
  grid-row: 16 / 17;
}

main > :nth-child(26) {
  grid-row: 17 / 18;
}

main div:nth-of-type(16) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 3rem;
/*   background: green; */
}

main div:nth-of-type(16) span {
  display: grid;
}

main div:nth-of-type(16) span img {
  width: 65%;
  align-self: end;
    background: #346eb0;
    border-radius: 200px;	
}

#sound-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.4rem;
  margin-top: 1rem;
}

#yt-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.4rem;
  margin-top: 1rem;
}

#codec-logos, #casting-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.4rem;
  margin-top: 1rem;
}

#codec-logos {
  grid-template-columns: repeat(5, 1fr);
}

.test {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  z-index: 1;
  /*opacity: 0.1;*/
}

.full-width img {
	margin:2rem auto;
}

/*--------------------------------------------------
                  Backdrops Layout
 --------------------------------------------------*/

main > span {
  grid-column: 1 / 3;
}

#bg1 {
/*   background: linear-gradient(11deg, rgba(36,51,164,1) 0%, rgba(0,0,0,1) 100%); */
  grid-row: 1 / 3;
}

#bg2 {
/*   background: #03a9f4; */
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    z-index: 1;	
  grid-row: 3 / 4;
}

#bg3 {
/*   background: #5b6d6e; */
/*   background: linear-gradient(346deg, rgba(0,0,0,0.7637648809523809) 0%, rgba(0,0,0,0.6853335084033614) 33%, rgba(0,0,0,1) 85%); */
  grid-row: 4 / 5;
}

.jss184 {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
}



#bg4 {
 
  grid-row: 5 / 7;
}

#bg5 {
/*   background: green; */
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
  grid-row: 7 / 8;
	z-index: 1;
}

#bg6 {
/*   background: #006cff; */
  grid-row: 8 / 9;
}

#bg7 {
/*   background: linear-gradient(137deg, rgba(70,36,142,1) 0%, rgba(0,0,0,1) 100%); */
    /*background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);*/
    z-index: 1;	
  grid-row: 9 / 10;
}

#bg8 {
/*   background: #009688; */
  grid-row: 11 / 12;
}

#bg9 {
/*   background: #795548; */
  grid-row: 12 / 13;
}

#bg10 {
/*   background: #607d8b; */
  grid-row: 13 / 15;
}

#bg11 {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    z-index: 1;
  grid-row: 15 / 16;
}

#bg12 {
/*   background: #438645; */
  grid-row: 16 / 17;
}

#bg13 {
/*   background: #3a4aa2; */
  grid-row: 17 / 18;
}

/*--------------------------------------------------
               TrueTheater text animation
 --------------------------------------------------*/

.truetheater {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.words {
    height: 3.4rem;
    overflow: hidden;
}

.words b {
    display: flex;
    align-items: center;
    height: 100%;
    animation: words_swap 8s infinite;
	
    background-color: white;
    background-image: linear-gradient(90deg, rgb(0 182 255) 0%, rgba(222,252,23,1) 28%, rgb(224 107 232) 46%, rgb(252 20 20) 88%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.words b:nth-child(2) {
    text-shadow: 0 0 0px #fff, 0 0 2px #0025da, 0 0 0px #fff, 0 0 2px #0ff, 0 0 0px #0ff, 0 0 1px #0ff, 0 0 6px #0ff, 0 0 6px #0ff;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.04em;
}

.words b:nth-child(3) {
    background-image: linear-gradient(45deg, #c000ff 4%, #24afbf 37%);
    filter: drop-shadow(-1px -1px 0px purple);
}

.words b:nth-child(4) {
    background-image: linear-gradient(45deg, #00f01e, #1e00ff 84%);
    filter: drop-shadow(-1px 0px 0px #0088ff);
    color: #0088ff;
    font-weight: 400;
    letter-spacing: 1px;
}


.function-area{
	padding: 3rem 20vw !important;
}



@keyframes words_swap {
    10%{
        transform: translateY(-112%);
    }
    25%{
        transform: translateY(-100%);
    }
    35%{
        transform: translateY(-212%);
    }
    50%{
        transform: translateY(-200%);
    }
    60%{
        transform: translateY(-312%);
    }
    75%{
        transform: translateY(-300%);
    }
    85%{
        transform: translateY(-412%);
    }
    100%{
        transform: translateY(-400%);
    }
}

/*--------------------------------------------------
            Casting Logo BG glowing effect
 --------------------------------------------------*/

#apple-tv {
  filter: drop-shadow(0px 0px 90px #ffffff59) 
          drop-shadow(58px 2px 24px #ffcc001f) 
          drop-shadow(-18px -20px 70px #03a9f48a);
}

#fire-tv {
  filter: drop-shadow(0px 14px 43px #e5121266) 
          drop-shadow(58px 2px 24px #4a19a926);
}

#roku {
  filter: drop-shadow(0px 10px 41px #4f279d8c);
}

#chromecast {
  filter: drop-shadow(-60px -29px 41px #4f279d8c) 
          drop-shadow(10px -29px 70px #03a9f48a);
}

/*--------------------------------------------------
               iPhone responsive
 --------------------------------------------------*/

@media (min-width: 320px) and (max-width: 568px) {
	main > div.full-width {
		padding: 3rem;
		align-self: center;
		max-width: 60ch;
	}	

	#main-grid > .left {
		grid-column: 1 / 3;
	}

	#main-grid > .right {
		grid-column: 1 / 3;
	}
	
	main > * {
		grid-row: auto !important;
	}

	main > :nth-child(5)  {
		grid-row: 4 / 5 !important;
	}

	main > :nth-child(9)  {
		grid-row: 7 / 8 !important;
		width: 80%;
    	margin: 0 auto;
	}	
	
	main div:nth-of-type(16){
		display: block;
	}
	main div:nth-of-type(16) span img{
		width: 35% !important;
	}	
	
	h2{
		font-size: 2.4rem;
		line-height: 3rem;
	}
	
	h3{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	p{
		font-size: 1rem;
	}
	
	.full-bg{background: #222222;}
	
	.library{
		 grid-row: 11 / 12 !important;
		 width: 80% !important;
    	margin: 0 auto;
	}
	.audiostudio{
		object-fit: cover;
   		object-position:center;
    	max-height: 250px !important;
		grid-row: 16 / 17 !important;
	}
	.playback{
		object-fit: cover;
   		object-position: left;
    	min-height: 250px !important;		
		grid-row: 2 / 3 !important;
	}	
	.premium-view{
		object-fit: cover;
   		object-position: right;
    	max-height: 250px !important;		
		grid-row: 4 / 5 !important;
	}
	.pdvd-ui{
		object-fit: cover;
   		object-position: right;
    	max-height: 250px !important;		
		grid-row: 9 / 10 !important;
		width: 80% !important;
		margin: 0 auto;
		transform: none !important;
		padding-left: 0% !important;			
	}	
	
	.bg-audio{
		z-index: 0;
		max-height: 250px;
		object-fit: cover;
		opacity: 0.2;	
		grid-row: 16/17 !important;
	}	
	
	.yt{
		object-fit: cover;
   		object-position: left;
    	min-height: 250px;
		grid-row: 19 / 20 !important;
	}	
	
	.cast-stream{
		object-fit: cover;
   		object-position: right;
    	min-height: 250px;
		grid-row: 21 / 22 !important;
	}	
	.fading-block{	
		display: grid;
		min-height: 250px;
		
	}
	.fading-block img{
		object-position: left;
		
	}


	
.function-area{
	padding: 3rem !important;
}
	

}



/*--------------------------------------------------
              HOT FIX
 --------------------------------------------------*/
.container {
	max-width: none!important;
	margin: 0 !important;
}
.pd_purchase_left .top_logo{
	top:-8px !important;
}

.toptop_banner{
	margin-bottom: -9px !important;
}

/*images*/

.img-fit-contain{
  width: 100%;
  height: 100%;
  max-height: 600px;	
	object-fit: contain;
	z-index: 1;
}
.img-pos-left{
	object-position: left;	
}
.img-fading{
		/*width: 100%;*/
		height: 100%;
		object-fit: cover;
}	
.img-fading01{
		width: 100%;
	    background-image: url(../images/tt-color.png);
	    /*background-size: cover;
		object-fit: cover;
	    position: relative;*/
	
		height: 100%;

}


/* video play btn*/
.video-btn-new {
  position: relative;
  float: left;
 width: 100%;
}

.video-btn-new img {
  /*display: block;*/
}

.video-btn-new:after, .video-btn-new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.video-btn-new:after {
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left: 1.5em solid #494949;
  margin-top: -0.9em;
  margin-left: -0.5em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 4em;
  margin-left: -2em;
  margin-top: -2em;
  height: 4em;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  box-shadow: 0 0 24px hsla(0, 0%, 0%, 0.2);
  background: hsla(0, 0%, 100%, 0.55);
}

.video-btn-new:hover:before {
  background: rgba(184, 26, 53, 1);
  transition: all 0.45s ease;
}

.video-btn-new:hover::after {
  border: 0.9em solid transparent;
  border-left: 1.5em solid #ffffff;
}
@media (min-width: 551px) {

  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.1em solid transparent;
  border-left: 1.7em solid #494949;
  margin-top: -1em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5em;
  margin-left: -2.5em;
  margin-top: -2.5em;
  height: 5em;
}

.video-btn-new:hover::after {
  border: 1.1em solid transparent;
  border-left: 1.7em solid #ffffff;
}

}
@media (min-width: 769px) {

  .video-btn-new:after {
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-left: 2em solid #494949;
  margin-top: -1.25em;
  margin-left: -0.6em;
  /* -webkit-filter: drop-shadow(0px 0px 2px hsla(0, 0%, 0%, 0.25)); */
}

.video-btn-new:before {
  width: 5.8em;
  margin-left: -2.9em;
  margin-top: -2.9em;

  height: 5.8em;

}

.video-btn-new:hover::after {
  border:1.3em solid transparent;
  border-left: 2em solid #ffffff;
}
}

.btn-video{
    background: #2196f3;
    color: #fff;
    font-size: 0.7em;
    padding: 0px 15px;
	line-height: 2em;
    border-radius: 5px;	
	display: inline-block;
}
.btn-video:hover{
	opacity: 0.7;
}




.playback{
	grid-column: 1 / 3;
	grid-row: 2/3;
	width: 100%;
	z-index:0;	
}

.premium-view{
	grid-column: 1 / 3;
	grid-row: 3/4;
	width: 100%;
	z-index:0;
}

.pdvd-ui{
    width: 65%;
    grid-column: 1 / 3;
    grid-row: 7 / 8;
    transform: rotate3d(1, 1, 1, -36deg);
    padding-left: 5%;	
	z-index:0;
}	

.cast-stream{
	grid-column: 1 / 3;
	grid-row: 15/16;
	width: 100%;
	z-index:0;
}

.bg-audio{
    grid-column: 1 / 3;
    grid-row: 12/13;
    width: 100%;
    z-index: 0;
    max-height: 600px;
    object-fit: cover;
    opacity: 0.2;	
}

.yt{
	grid-column: 1 / 3;
	grid-row: 14/15;
	width: 100%;
	z-index:0;	
}

.fading-block{
    grid-column: 1 / 3;
    grid-row: 10/11;
    /*width: 100%;*/
    /* [disabled]width:1200px; */
    z-index: 0;
    display: grid;
    position: relative;
    height: 480px;
    background-color: #332980;
}



/* fading image circles */
.image-container {
    position: relative;
    grid-column: 1 / 3;
    display: grid;

}
@media(max-width:768px){
.image-container {
    position: relative;
    grid-column: 1 / 3;
    display: grid;
    height: 250px;
}	
}
.image-container img {
    /*position: absolute;*/
    animation-name: multiple-image-crossfade;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-delay: 0.5s;
    grid-area: 1/-1; /* fit the image height to the parent height */
    background: #332980;
	background-position: center;
}
.image-container img:nth-of-type(1) {
  animation-delay: 6.5s;
}
.image-container img:nth-of-type(2) {
  animation-delay: 4.5s;
}
.image-container img:nth-of-type(3) {
  animation-delay: 2.5s;
}
.image-container img:nth-of-type(4) {
  animation-delay: 0.5s;

}

@keyframes multiple-image-crossfade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


}

@media only screen and (max-width:700px) {

	.img-fading{
    width: 100%;
  	/*height: 100%;
	object-fit: cover;*/
}



	
}

