
html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'PancettaProMedium';
    src: url('../fonts/Pancetta.Pro.Medium.otf') format('opentype');
}

@font-face {
    font-family: 'PancettaProRegular';
    src: url('../fonts/Pancetta Pro Regular.otf') format('opentype');
}

@font-face {
    font-family: 'PancettaProLight';
    src: url('../fonts/Pancetta.Pro.Light.otf') format('opentype');
}

@font-face {
    font-family: 'PancettaProSemiBold';
    src: url('../fonts/Pancetta.Pro.SemiBold.otf') format('opentype');
}

body{
  background-color: #000000;
}

.clear{
  clear: both;
}

/* navbar css */

header{
  position: absolute;
  width: 100%;
}

.backopa{
  width: 100%;
  position: absolute;
  height: 80px;
  background-color: #990000;
  opacity: 0.72;
}

.navbar {
    border-radius:0;
    border:0;
    height: 81px;
    background-color: transparent;
}

.logo{
  max-width: 186px;
}

@media (max-width: 1000px){
  .logo{
    max-width: 150px;
  }
}

.nav span{
  font-family: 'PancettaProMedium';
  color: #fff;
  font-size: 20pt;
  text-transform: uppercase;
}

@media (max-width: 1100px){
  .nav span{
    font-size: 15pt;
  }
}


@media (max-width: 1050px){
  .nav span{
    font-size: 14pt;
  }
}

.truenav{
  margin-top: 18px;
}

@media (max-width: 768px){
  .truenav{
    margin-top:29px !important;
    margin-bottom: 0;
  }
}

.truenav img{
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.truenav a {
  border-bottom: 2px solid transparent;
}

.truenav a:hover{
  border-bottom: 2px solid white;
}

@media (max-width: 900px){
  .truenav a{
    /*padding-right: 0 !important;*/
  }

  .truenav img{
    max-width: 90% !important;
  }

  .nav span{
    font-size: 11pt;
  }
}

@media (max-width: 850px){
  .truenav a{
    /*padding-left: 10px !important;*/
  }

  .nav span{
    font-size: 8pt;
  }
}

.social{
  margin-top: 10px;
}

footer .social a:hover{
  background-color: transparent;
}

@media (max-width: 1000px){
  .social a{
    padding-left: 0 !important;
  }
}


/* navbar dropdown helyreigazítása */

.navbar-collapse{
  background-color: transparent;
}

@media (max-width: 768px){
  .truenav {
    margin:29px 0 0 0 !important;
  }

  .social{
    text-align: center;
    width: 100%;
    background-color:#990000 !important;
    /*opacity: 0.72;*/
    margin: 0;
  }

  .social li{
    max-width: 50px;
    padding: 0 !important;
    display: inline-block;
  }

  .navbar-collapse{
    border:0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo{
    position: absolute;
    z-index: 5;
  }

  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .truenav li{
    background-color:#990000 !important;
    /*opacity: 0.72;*/
    text-align: center;
    /*padding-right: 25px;*/
  }

  .truenav li a{
    opacity: 1;
  }
}
/*
@media (max-width: 590px){
  .navbar-collapse{
    margin: 0 150px !important;
  }

  .truenav, .navbar-nav{
    margin-top:28px !important;
  }
}
/* footer */

footer{
  width: 100%;
  min-height: 145px;
  background-color: #990000;
  color:white;
  margin-bottom: 10px;
 /* position: absolute;
  left: 0;
  bottom: 0; */
}

footer a{
  color: white;
}

footer a:hover{
  color: white;
  text-decoration: none;
}

.footer-wrapper{
  margin:0 250px;
  padding-bottom: 10px;
}

@media (max-width: 1950px){
  .footer-wrapper{
    margin:0 100px;
  }
}

@media (max-width: 1700px){
  .footer-wrapper{
    margin:0 75px;
  }
}

@media (max-width: 1600px){
  .footer-wrapper{
    margin:0 50px;
  }
}

footer .logo{
  width: 110px;
  margin-top: 5px;
  float: left;
}

@media (max-width: 780px){
  footer .logo{
    display: none;
  }
}

footer ul li{
  list-style: none;
}

.testimonial-container{
  display: inline-block;
  float: left;
}

.testimoniallink{
  display: inline-block;
  text-transform: uppercase;
  padding-left: 0;
  float: left;
  margin-top:40px;
  margin-bottom: 15px;
}

.testimoniallink li{
  display: inline-block;
  float: left;
  font-size: 18pt;
}

.testimoniallink li a{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 2px solid white;
  height: 25px;
  vertical-align: middle;
}

.testimoniallink li:nth-child(1) a{
    padding-left: 0 !important;
}

.testimoniallink li:last-child a{
    border-right:0 !important;
}

.mailto{
  display: inline-block;
  padding-left: 0;
  float: left;
}

.mailto li{
  display: inline-block;
  font-family: 'PancettaProMedium';
  font-size: 12pt;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 1px solid white;
}

.mailto li:nth-child(1){
    padding-left: 0 !important;
    padding-right: 6px;
}

.mailto li:last-child{
    border-right:0 !important;
}

.fizetes-container{
  display: inline-block;
  float: right;
  margin-top: 30px;
}

footer .social{
  display: inline-block;
  float: right;
  margin-top: 0;
  margin-right: 90px;
}

.fizetes{
  margin-top: 15px;
  display: inline-block;
  float: right;
}

@media (max-width: 1600px){
  .testimoniallink li{
    font-size: 16pt;
  }

  footer .social {
    margin-right: 50px;
  }
}

@media (max-width: 1450px){
  .testimoniallink li{
    font-size: 14pt;
  }

  footer .social {
    margin-right: 25px;
  }
}

@media (max-width: 1350px){
  .testimoniallink li a{
    font-size: 14pt;
  }

  footer .social a{
    padding-left: 0 !important;
  }
}

@media (max-width: 1300px){
  .footer-wrapper{
    margin:0 30px;
  }

  .fizetes-container{
    margin-top: 25px;
  }

  .fizetes{
    display: inherit;
    float: none;
  }
}

@media (max-width: 1100px){
  .footer-wrapper{
    margin:0 25px;
  }

  .testimoniallink li a{
    font-size: 12pt;
    padding-right: 10px;
  }
}

@media (max-width: 975px){
  .testimoniallink li a{
    font-size: 12pt;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid white;
  }
}

@media (max-width: 950px){
  .footer-wrapper{
    text-align: center;
  }

  .testimonial-container{
    float: none;
  }

  .mailto{
    float: none;
  }

  .testimoniallink{
    margin-top:10px;
  }

  .fizetes-container {
    margin-top: 0;
    float:none;
  }

  .fizetes{
    display: inline-block;
    float:right;
  }
}

@media (max-width: 800px){
  .fizetes-container {
    text-align: center;
    margin-top: 0;
    float:none;
  }

  .fizetes{
    display: inline-block;
    float:none;
  }

  footer .social {
    margin: 10px 0;
  }
}

@media (max-width: 700px){
  .testimoniallink li a{
    font-size: 10pt;
  }

  .mailto li{
    font-size: 10pt;
  }
}

@media (max-width: 610px){
  footer .social li a{
    padding-right: 3px;
  }
}

@media (max-width: 600px){
  .footer-wrapper{
    margin:0 10px;
  }

  .testimoniallink li a{
    border:0;
  }

  footer .social li a{
    padding-right: 3px;
  }

  .fizetes img{
    max-width: 200px;

  }
}

@media (max-width: 575px){
  footer .logo {
    margin-top: 45px;
  }

  .testimoniallink li a{
    font-size: 9pt;
  }
}

@media (max-width: 475px){
  .testimoniallink li a{
    font-size: 7pt;
  }

  .mailto li a{
    font-size: 8pt;
  }
} 

/* circle18.html */

.circle18container{
  text-align: center;
  margin-bottom: 50px;
}

.circle18container img{
  display: inline-block;
  width: 30%;
  margin: 20px;
}

@media (max-width: 1400px){
  .circle18container img{
    max-width: 30%;
  }
}

@media (max-width: 650px){
  .circle18container img{
    max-width: 90%;
  }
}

.circle18container p{
  font-family: 'PancettaProRegular';
  max-width: 1360px;
  color: #fff;
  margin:15px auto 0;
  text-align: justify;
  font-size: 14pt;
}

@media (max-width: 1200px){
  .circle18container p{
    margin:15px 15px 0;
  }
}

@media (max-width: 1000px){
  .circle18container p{
    font-size: 12pt;
  }
}

.magentabuttongroup button{
  width: 320px;
  height: 50px;
  font-family: 'PancettaProRegular';
  color: #fff;
  background-color: #990000;
  font-size: 20pt;
  padding: 4px 12px;
  margin-top:25px;
  margin-bottom: 25px;
  border:0;
  border-radius: 10px !important;
}

@media (max-width: 768px){
  .magentabuttongroup button{
    width: 250px;
    height: 45px;
    font-size: 16pt;
  }
}

@media (max-width: 650px){
  .magentabuttongroup button{
    width: 220px;
    height: 40px;
    font-size: 14pt;
  }
}

@media (max-width:500px){
  .magentabuttongroup button{
    width: 180px;
    height: 35px;
    font-size: 11pt;
  }
}

/* szoveg.html */

.hatter{
  /*background: url('../imgs/headerbg.png');*/
  width: 100%;
  height: 175px;
  position: relative;
  top:0;
  left: 0;
  z-index: -1;
}

.margintop90{
  margin-top: 20px;
}

.magentavonal{
  border-top:5px solid #990000;
}

.felirat{
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #990000;
  background-color: transparent;
  padding-top: 23px;
}

.feliratGold {
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #3366ff;
  background-color: transparent;
  padding-top: 23px;
}

.felirat-container{
    /*max-width: 368px;*/
}

.felirat-container p{
    color: white;
    text-transform: uppercase;
    text-align: center;
    vertical-align: bottom;
    font-family: 'PancettaProLight';
    font-size: 20pt;
    padding-top: 8px;
    margin-top: 4px;
}

@media (max-width: 600px){
  .felirat-container p {
      padding-top: 14px;
      font-size: 14pt;
  }  
}

.felirat-container a.showMore {
  color: white;
  font-size: 15pt;
  float: left;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tagCloud h4 {
  margin-left: 10px;
  color: white;
}

.tagCloud ul {
  list-style-type: none;
  overflow: hidden;
}

.tagCloud ul li {
  float: left;
}

.tagCloud ul li button {
  display: inline-block;
  background-color: #990000;
  border: 0;
  color: white;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 9pt;
  border-radius: 4px !important;  
}



.magenta-triangle-left{
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-bottom: 55px solid #990000;
  border-left: 28px solid transparent;
}

.magenta-rectangle{
  display: inline-block;
  float: left;
  /*min-width: 300px;*/
  padding: 0px 10px;
  height: 55px;
  background: #990000;
}

.magenta-triangle-right{
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-top: 55px solid #990000;
  border-right: 28px solid transparent;
}


.gold-triangle-left{
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-bottom: 55px solid #3366ff;
  border-left: 28px solid transparent;
}

.gold-rectangle{
  display: inline-block;
  float: left;
  /*min-width: 300px;*/
  padding: 0px 10px;
  height: 55px;
  background: #3366ff;
}

.gold-triangle-right{
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-top: 55px solid #3366ff;
  border-right: 28px solid transparent;
}

@media (max-width: 400px){
  
}

.topContent {

}

.topContent p{
  color: white;
  font-family: 'PancettaProRegular';
  font-size: 14pt;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: justify;
}

.topContent p strong {
  font-weight: bold;
}

.topContent ul{
  color: #AA00AA;
  font-family: 'PancettaProRegular';
  font-size: 16pt;
  margin: 35px auto;
  list-style: square;
  padding-left: 50px;
}

.topContent ul li span{
  color: white;
}

@media (max-width: 768px){
  .topContent{
    padding-top: 25px;
    margin-bottom: 50px;
  }
}

.buyItButton {
  background-color: #3366ff !important;
}

.szoveg{
  padding-top: 35px;
  margin-bottom: 100px;
}

.szoveg p{
  color: white;
  font-family: 'PancettaProRegular';
  font-size: 14pt;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: justify;
}

.szoveg ul{
  color: #AA00AA;
  font-family: 'PancettaProRegular';
  font-size: 16pt;
  margin: 35px auto;
  list-style: square;
  padding-left: 50px;
}

.szoveg ul li span{
  color: white;
}

@media (max-width: 768px){
  .szoveg{
    padding-top: 25px;
    margin-bottom: 50px;
  }
}

/* slider css-e */

.slider{
  position: relative;
  top:0;
  z-index: -1;
}

.slider h3{
  width: 100% !important;
  font-size: 72pt;
  text-transform: uppercase;
  font-family: 'PancettaProLight';
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 2000px){
  .slider h3{
    font-size: 54pt;
  }
}

@media (max-width: 1800px){
  .slider h3{
    font-size: 50pt;
  }
}

@media (max-width: 1600px){
  .slider h3{
    font-size: 48pt;
  }
}

@media (max-width: 1500px){
  .slider h3{
    font-size: 40pt;
  }
}

@media (max-width: 1300px){
  .slider h3{
    font-size: 32pt;
  }
}

@media (max-width: 1100px){
  .slider h3{
    font-size: 28pt;
  }
}

@media (max-width: 900px){
  .slider h3{
    font-size: 24pt;
  }
}

@media (max-width: 700px){
  .slider h3{
    font-size: 20pt;
  }
}

@media (max-width: 560px){
  .slider h3{
    font-size: 16pt;
  }
}

a.left.carousel-control{
  display: none;
}

a.right.carousel-control{
  display: none;
}

.carousel-indicators{
  display: none;
}

.new-featured-video, .videolista, .footerfixed{
  z-index: -1;
}

.pagerContainer {
  text-align: center;
}

.pagerContainer h3 {
  color: white;
}

.pagination>li>a, .pagination>li>span {
  color: #ffffff;
  background-color: #990000;
  border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #990000;
  background-color: #ffffff;
  border-color: #990000;
}

@media (max-width: 768px){
  .new-featured-video{
    margin-top: 35px;  
  }
}

/* section new/featured video */

.maxwidt1370{
  max-width: 1370px;
  background-color: black;
}

.maxwidt1370 .col-lg-6{
  padding:0;
}

/* featured video css */

.margintop10{
  margin-top: 10px;
}

.featuredvideoh3{
  text-align: left;
  font-family: 'PancettaProMedium';
  text-transform: uppercase;
  color: white;
  font-size: 24pt;
  margin-top: 0;
  margin-bottom: 10px;
}

.featuredvideop{
  display: inline-block;
  color: white;
  font-size: 14px;
  font-family: 'PancettaProMedium';
}

.featuredvideop span:nth-child(1){
  display: inline-block;
  margin-left: 10px;
  padding-right: 5px;
  border-right: 1px solid white;
}

.featuredvideop span:nth-child(2){
  display: inline-block;
  margin-left: 5px;
}

.featuredvideobig{
  margin-top: -275px;
}

.featuredvideobig a{
  width: 100%;
  display: inline-block;
  text-align: center;
}

.featuredvideobig a:hover{
  width: 100%;
  height: 100%;
}

.featuredvideobig a img{
  display: inline-block;
  margin-bottom: 45px;
}

@media (max-width: 500px){
  .featuredvideobig a img{
    max-width: 80px;
    margin-top: 65px;
  }
}

/* most watched/new video css-e */

.featuredvideo{
  color: white;
  padding: 0 !important;
}

.featuredvideo ul{
  padding-left: 0;
  float:right;
  max-width: 677px;
}

.featuredvideo ul li{
  display: inline-block;
  list-style: none;
  text-align: left;
  margin-right: 10px;
  margin-top:10px;
}

.featuredvideo ul li img:nth-child(1){
  position: relative;
}

.featuredvideo ul li h4{
  font-size: 12pt;
  font-family: 'PancettaProMedium';
  margin-top: 0;
  margin-bottom: 5px;
}

.featuredvideo ul li a{
  display: inline-block;
  margin: 83px 114px 25px 110px;
}

.featuredvideo ul li p{
  font-size: 7pt;
  font-family: 'PancettaProMedium';
}

.featuredvideo h3, .featuredvideo h4{
  text-transform: uppercase;
  text-align: left;
}

.featuredvideo p{
  display: inline-block;
}

.featuredvideo p span:nth-child(1){
  display: inline-block;
  padding-right: 3px;
  border-right: 1px solid white;
}

.featuredvideo p span:nth-child(2){
  display: inline-block;
  margin-left: 3px;
}

.margintop250{
  z-index: 2;
  position: absolute;
  top: 10px;
}

.featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
  top: 255px;
}

@media (max-width: 1330px){
  .featuredvideo ul{
    text-align: center;
  }

  .featuredvideo ul li{
    float:none;
  }

  .featuredvideo ul li a {
    display: inline-block;
    margin: 50px 70px 25px 90px;
  }

  .featuredvideo ul li img{
    display: inline-block;
    max-width:280px;
    height: auto;
  }

  .featuredvideo .margintop250{
  }

  .featuredvideo .margintop250 h4{
    font-size: 8pt;
  }

  .margintop250 p{
    margin:0;
  }

  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 230px;
  }
}

@media (max-width: 1200px){
  .featuredvideo ul li img {
    max-width: 260px;
  }

  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 215px;
  }
}

@media (max-width: 1110px){
  .featuredvideo ul li img {
    max-width: 244px;
  }

  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 200px;
  }

  .featuredvideoh3{
    font-size: 23pt;
  }

  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 190px;
  }
}

@media (max-width: 1060px){
  .featuredvideo ul li img {
    max-width: 228px;
  }

  .featuredvideo ul li a {
    margin: 27px 70px 25px 90px;
  }

  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 190px;
  }
}

@media (max-width: 1000px){
  .featuredvideo{
    text-align: center;
  }

  .featuredvideo ul{
    max-width: 100%;
    text-align: center;
    float:none;
  }

  .mediakozep{
    text-align: center;
  }

  .mediakozep .media-left{
    display: inline-block;
  }

  .featuredvideobig{
    text-align: left;
  }

  .featuredvideo ul li:nth-child(3) .margintop250{
    
  }
}

@media (max-width: 990px){
  .featuredvideo ul li:nth-child(3) .margintop250, .featuredvideo ul li:nth-child(4) .margintop250{
    top: 10px;
  }
}

@media (max-width: 980px){
  .featuredvideo ul li:nth-child(4) .margintop250{
    top: 190px;
  }
}

@media (max-width: 768px){
  .featuredvideoh3{
    font-size: 16pt;
  }
}

@media (max-width: 738px){
  .featuredvideo ul li:nth-child(3) .margintop250{
    top: 190px;
  }
}

@media (max-width: 500px){
  .featuredvideo ul li img:nth-child(1){
    width: 100%;
  }

  .featuredvideo ul li:nth-child(2) .margintop250{
    top: 195px;
  }

  .featuredvideo ul li:nth-child(3) .margintop250{
    top: 370px;
  }

  .featuredvideo ul li:nth-child(4) .margintop250{
    top: 550px;
  }
}

/* videólista css-e */

.videolist-container h5{
  color: white;
  font-size: 22pt;
  font-family: 'PancettaProRegular';
  text-transform: uppercase;
  margin: 25px 0 7px 0;
  text-align: left;
}

.videolist-container img{
  margin-left: 15px;
}

.videolist-container img.img-responsive{
  margin-left: 0;
}

.videolist-container p{
  display: inline-block;
  color: white;
  font-family: 'PancettaProMedium';
  font-size: 14pt;
  margin-left: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}

.videolist-container p span:nth-child(1) {
    padding-right: 5px;
    border-right: 2px solid white;
}

.videolist-container p span:nth-child(2) {
    padding-left: 5px;
}

.maxili p{
  color: white;
  display: inline-block;
}

.videolist-container{
  /*background: url(../imgs/listbg1.png);*/
}

.videolist{
  /* background:url('../imgs/listbg1.png');
  /* background:url('../imgs/listbg2.png'); */
}

.pbennfoglalo{
  display: inline-block;
}

.pbennfoglalo p{
  text-align: justify;
  font-size: 10pt;
  font-family: 'PancettaProRegular';
  margin: 0 0;
}

.pbennfoglalo div{
  text-align: center;
  margin:27px auto 0 auto;
}

.pbennfoglalo button{
  display: inline-block;
  background-color: #990000;
  border:0;
  color: white;
  margin-right: 15px;
  margin-bottom: 5px;
  border-radius: 4px !important;
}

.videoesszoveg:nth-child(2n){
  /*background: url(../imgs/listbg2.png);*/
}

.videoesszoveg a{
  color: white;
  text-decoration: none;
}

.videoesszoveg h5{
  margin-left: 15px;
}

.videoesszoveg .col-lg-3{
  margin-top:10px;
  padding-left: 0;
}

.videoesszoveg .col-lg-6 {
    margin-top: 10px;
    padding-left: 0;
}

.videolist ul{
  padding-left: 0;
}

.videolist img, .videolist ul, .videolist li, .videolist p, .videolist a, .videolist div{
  display: inline-block;
}

.videolist ul li div:nth-child(2) div div{
  margin:10px 0 0 15px;
}

.videolist ul li div:nth-child(2) div div button{
  background-color: #990000;
  border:0;
  color: white;
  margin-right: 15px;
  border-radius: 4px !important;
}

.kattinthatolayer{
  display: inline-block;
  float:left;
  text-align: center;
}

.kattinthatolayer a{
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.kattinthatolayer a:hover{
  width: 100%;
  height: 100%;
}

.kattinthatolayer a img{
  margin-top: -200px;
}

.videolist ul li{
  margin-right: 20px;
}

.videolist-container{
  text-align: center;
}

.videolist{
  display: inline-block;
}

.videolist ul li:last-child{
  margin-right: 0;
}

.fullButton button {
  background-color: #990000;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 20pt;
  font-family: 'PancettaProRegular';
  margin-right: 0px !important;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 100%;
}

.fullBuyButton button {
  background-color: #990000;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 20pt;
  font-family: 'PancettaProRegular';
  margin-right: 0px !important;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 100%;
}

.movieBlock {
  padding-top: 10px;
  padding-bottom: 10px;
}

.movieBlock img {
  margin: 0px auto 10px auto;
}

.purpleBg {
  background-color: purple;
  padding: 10px;
  text-align: center;
  color: white;  
}

.watchitnow{
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

.watchitnow button{
  /*background-color: #990000;*/
  background-color: #3366ff;
  border: 0;
  /*color: white;*/
  color: black;
  text-transform: uppercase;
  font-size: 20pt;
  font-family: 'PancettaProRegular';
  margin-right: 0px !important;
  padding-top: 8px;
  padding-bottom: 4px;
}

button.buymovie {
  background-color: #3366ff;
  font-size: 23px;
}

button.buymoviedetails {
  font-size: 23px;
}

@media (max-width: 1350px){
  .videolist ul li{
    margin-top: 10px;
  }

  .videolist ul li:last-child {
    margin-right: 20px;
  }

  .watchitnow{
    float: left;
    margin-top: -50px;
  }

  .watchitnow button{
    font-size: 16pt;
  }
}

@media (max-width: 1200px){
  .watchitnow{
    float:none !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pbennfoglalo{
    max-width: 60%;
    display: inline-block;
    float:right;
  }

  .nagyobbvideo{
    max-width: 50%;
    display: inline-block;
    float:left;
  }

  .maxili{
    display: inline-block;
  }

  .keskeny1200{
    display: inline-block;
  } 

  .pbennfoglalo p {
    display: inline-block;
  } 
}  

@media (max-width: 1150px){
  .pbennfoglalo div{
    margin-top:10px;
  }

  .pbennfoglalo div button{
    margin-top: 5px;
    margin-right: 5px;
  }

  .watchitnow button{
    font-size: 14pt;
  }
}

@media (max-width: 1135px){
  .watchitnow{
    float:none !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }    
}

@media (max-width: 950px){
  .pbennfoglalo{
    max-width: 50%;
    display: inline-block;
    float:right;
  }
} 

@media (max-width: 768px){
  .pbennfoglalo{
    max-width: 100%;
    display:block;
    float:none;
    padding-left: 15px !important;
  }

  .nagyobbvideo{
    display: block;
    max-width: 100%;
    float:none;
  }
}  

/* showmorebutton */

.showmorebutton{
  display: block !important;
  text-align: center;
}

.showmorebutton button{
  width: 300px;
  display: inline-block;
  float:none !important;
  text-align: left;
  font-size: 20pt;
  color: white;
  background-image: url('../imgs/showmorenyil.png');
  background-repeat: no-repeat;
  background-position: 80% 30%; 
  background-size: 33px 33px;
  font-family: 'PancettaProSemiBold';
  text-transform: uppercase;
  background-color: transparent;
  padding:0 50px;
  border:4px solid #990000;
  border-radius:10px;
  margin:50px auto;
}

.showmorebutton button:hover{
  border-color:transparent;
  background-color: white;
  background-image: url('../imgs/showmorenyillila.png');
  background-repeat: no-repeat;
  background-position: 80% 30%; 
  background-size: 33px 33px;
}

/* video.html css-e */

.fulszoveg{
  color: white;
  font-family: 'PancettaProRegular';
  text-align: justify;
  font-size: 14pt;
  margin:25px 20px 60px;
}


@media (max-width: 1420px){
  .videofocim{
    margin-left: 5px;
  }
}

@media (max-width: 1200px){
  .videofocim{
    margin-left: 0;
  }
}

.videofocim h1{
  text-align: left;
  font-family: 'PancettaProRegular';
  text-transform: uppercase;
  color: white;
  font-size: 30pt;
  margin-top: 0;
  margin-bottom: 10px;
}

.videofocim img{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.videofocim p{
  display: inline-block;
  color: white;
  font-size: 17pt;
  font-family: 'PancettaProMedium';
}

.videofocim p span:nth-child(1){
  padding-right: 5px;
  border-right: 2px solid white;
}

.videofocim p span:nth-child(2){
  padding-left: 5px;
}

.videoesszoveg2{
  margin-bottom: 10px;
}

.videoesszoveg2 .col-lg-5 .featuredvideobig a img {
    display: inline-block;
    margin-bottom: 125px;
}

.videoesszoveg2 .col-lg-5{
  padding-left: 0;
}

.videoesszoveg2 .col-lg-7 p{
  font-size: 12pt;
  color: white;
  font-family: 'PancettaProRegular';
  margin-top: 0;
  margin-bottom: 20px;
  text-align: justify;
}

.videoesszoveg2 .col-lg-7 div{
  margin-top: 20px;
}

.videoesszoveg2 .col-lg-7 button {
  display: inline-block;
  background-color: #990000;
  border: 0;
  color: white;
  margin-right: 15px;
  border-radius: 4px !important;
}

@media (max-width: 1200px){
  .videofocim h1{
    margin-left: 15px;
  }

  .videofocim img{
    margin-left: 15px;
  }

  .videoesszoveg2 .col-lg-5{
    text-align: center;
  }

  .videoesszoveg2 .col-lg-5 .media{
    display: inline-block;
  }

  .videoesszoveg2 .col-lg-5 .media .media-left{
    padding-left: 10px;
  }
}

/* nagyképes galéria */

.nagygaleria{
  /*background: url(../imgs/listbg1.png);*/
  padding-left: 0;
}

.nagygaleria li{
  display: inline-block;
}

.nagygaleria a, .nagygaleria img{
  display: inline-block;
}

.nagygaleria .col-lg-4{
  margin:25px auto 25px;
}


@media (max-width: 1200px){
  .nagygaleria{
    text-align: center;
  }

  .nagygaleria .col-lg-4 .media{
    display: inline-block;
  }
}

@media (max-width: 960px){
  .nagygaleria{
    text-align: center;
  }

  .nagygaleria .col-lg-4 .media{
    display: inline-block;
    text-align: center;
  }

  .nagygaleria .col-lg-4{
    display: inline-block;
    float:none;
    text-align: center;
  }

  .nagygaleria img{
    max-width: 100%;
  }
}

/* watchitnow ha nem fizetett */

.watchitnowvideo{
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.watchitnowvideo button{
  display: inline-block;
  float:none !important;
}

/* download section css-e */

.download .row{
  margin-top: 75px;
  margin-bottom: 250px;
}

.download .col-lg-6 div{
  display: inline-block;
}

.download .col-lg-6 div:nth-child(1){
  margin-left: 100px;
}

.download .col-lg-6 div:nth-child(2){
  margin-right: 100px;
}

.download h2{
  color: white;
  text-transform: uppercase;
  font-family: 'PancettaProLight';
  font-size: 20pt;
  margin-bottom: 45px;
}

.download ul{
  padding-left: 0;
  text-align: center;
}

.download ul li{
  list-style: none;
  display: inline-block;
  margin-right: 85px;
}

.download ul li:last-child{
  margin-right: 0;
}

@media (max-width: 1200px){
  .col-lg-6 {
    text-align: center;
    /* padding: 0; */
  }

  .download .row{
    margin-top: 25px;
    margin-bottom: 75px;
  }

  .download h2{
    text-align: center;
  }

  .download h2:first-child{
    margin-top:40px;
  }

  .download ul{
    margin:50px auto;
  }
}

@media (max-width: 600px){
  .download .col-lg-6 div:nth-child(1){
    margin-left: 0px !important;
  }
}

@media (max-width: 420px){
  .download ul li{
    margin-right: 10px;
  }

  .download h2{
    font-size: 16pt;
  }
}

/* login.html css-e */

.vilagoshatter{
  background: url(../imgs/listbg1.png);
}

.vilagoshatter2{
  background: url(../imgs/listbg1.png);
  margin-bottom: 60px;
}

.loginp{
  margin: 35px 20px 75px;
}

.loginp p{
  font-size: 16pt;
  font-family: 'PancettaProRegular';
  color: white;
  text-align: justify;
}

.magentacsik{
  background-color: #990000;
  margin:0 20px;
  height: 120px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.magentacsik img{
  display: inline-block;
  margin-right: 22px;
  vertical-align: bottom;
}

.magentacsik h1{
  display: inline-block;
  font-size: 36pt;
  font-family: 'PancettaProMedium';
  color: white;
  margin-top: 32px;
}

@media (max-width: 1200px){
  .magentacsik h1{
    font-size: 28pt;
  }

  .magentacsik img{
    width: 55px;
  }
}

@media (max-width: 800px){
  .magentacsik h1{
    font-size: 24pt;
  }

  .magentacsik img{
    width: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 700px){
  .magentacsik h1{
    font-size: 20pt;
  }
}

@media (max-width: 600px){
  .magentacsik{
    max-height: 90px;
  }

  .magentacsik h1{
    font-size: 14pt;
    margin-top: 30px;
  }

  .magentacsik img{
    display: none;
  }
}


.forms{
  margin-top: 50px;
  text-align: center;
}

.forms .col-lg-6 form h2{
  font-size: 24pt;
  font-family: 'PancettaProRegular'
  margin-bottom:15px;
}

.forms .col-lg-6 form{
  max-width: 355px;
  color: white;
  display: inline-block;
  text-align: left;
}

.forms .col-lg-6 form a{
  display: inline-block;
  font-family: 'PancettaProMedium';
  font-size: 12pt;
  color: #3366ff;
  margin-top: 30px;
}

.forms .col-lg-6 form input{
  width: 355px;
  height: 50px;
  margin-top: 15px;
  border-radius: 10px !important;
}

.forms .col-lg-6 form label{
  display: inline-block;
  font-size: 16pt;
  font-family: 'PancettaProRegular';
  margin-top: 15px;
  margin-bottom: 0;
}

.forms .col-lg-6 form button{
  height: 45px;
  float: right;
  color: white;
  font-family: 'PancettaProRegular';
  font-size: 20pt;
  padding: 2px 40px 7px;
  border-radius: 15px;
  margin-top: 30px;
  border:0;
}

.button1{
  background-color: #990000;
}

.button2{
  background-color: #3366ff;
}

@media (max-width: 1200px){
  .forms .col-lg-6 form{
    margin-top: 40px;
  }
}

/* packages section css-e */

.col-12{
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}

.package-container{
  display: inline-block;

}

.s-lpackage, .unlimited{
 /* float: left; */
}

.s-lpackage{
  display: inline-block;
  /*margin-top: 40px;*/
}

.s-lpackage:nth-child(1){
  /*margin-right: 200px;*/
}

.s-lpackage:nth-child(2){
  float:right;
  margin-left: 3px;
  /*margin-top: 85px;*/
  margin-top: 0px;
}

.unlimited{
  display: inline-block;
}

.unlimited span, .s-lpackage span{
  color: #ff6666;
  float: right;
  margin-right: 45px;
}

.s-lpackage h3{
  font-family: 'Open Sans Condensed', sans-serif;
  background: url('../imgs/magentahatterpackage.png');
  background-size: contain;
  font-size: 38pt;
  font-weight: 200;
  color: white;
  text-align: center;
  padding:20px 0 17px;
  margin:0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.unlimited h3{
  font-family: 'Open Sans Condensed', sans-serif;
  background-color: #3366ff;
  font-size: 42pt;
  font-weight: 200;
  color: white;
  text-align: center;
  padding:30px 35px 25px;
  margin:0;
  border: 1px solid #3399cc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.s-lpackage .packagebill{
  color: #999999;
  background: url('../imgs/packagebillbcgr.png') ;
  background-size: contain;
  text-align: center;
}

.s-lpackage .packagebill h4{
  display: inline-block;
  font-family: 'PancettaProMedium';
  font-size: 60pt;
  margin: 35px auto 10px;
}

.s-lpackage .packagebill p{
  font-family: 'PancettaProRegular';
  font-size: 16pt;
  padding:0 0 20px;
  margin:0;
}

.s-lpackage ul, .unlimited ul{
  text-align: left;
  padding-left: 0;
  list-style: none;
  background-color: white;
  padding:20px 30px 25px;
  margin-bottom: 0;
  border-top:1px solid #cccccc;
}

.unlimited ul{
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
}

.s-lpackage ul li, .unlimited ul li{
  width: 320px;
  color: #666666;
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 16pt;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: 1px solid #cccccc;
}

.s-lpackage ul li:last-child, .unlimited ul li:last-child{
  
  border-bottom: 0 !important;
}

.s-lpackage ul li img, .unlimited ul li img{
  display: inline-block;
  margin-right: 20px;
}

.unlimited .packagebill{
  background: url('../imgs/packagebillbcgr.png') ;
  background-size: contain;
  text-align: center;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
}

.unlimited .packagebill h4{
  color: #3366ff;
  display: inline-block;
  font-family: 'PancettaProMedium';
  font-size: 60pt;
  margin: 35px auto 10px;
}

.unlimited .packagebill p{
  color: #999999;
  font-family: 'PancettaProRegular';
  font-size: 16pt;
  padding:0 0 20px;
  margin:0;
}

.s-lpackage .btn-group{
  text-align: center;
  display: block;
  padding:30px 65px 30px;
  background: url(../imgs/packagebillbcgr.png);
  background-size: contain;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.s-lpackage .btn-group button{
  color: white;
  font-size: 19pt;
  font-family: 'Open Sans SemiBold', sans-serif;
  background: url('../imgs/magentahatterbutton.png') ;
  background-size: contain;
  padding:17px 60px 13px;
  border:0;
  border-radius: 10px !important;
}

.unlimited .btn-group{
  text-align: center;
  display: block;
  padding:50px 65px 30px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}

.unlimited .btn-group button{
  color: #003366;
  font-size: 19pt;
  font-family: 'Open Sans SemiBold', sans-serif;
  background-color: #3366ff;
  padding:17px 60px 13px;
  border:0;
  border-radius: 10px !important;
  -webkit-box-shadow: -1px 10px 15px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    -1px 10px 15px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         -1px 10px 15px 0px rgba(50, 50, 50, 0.4);
}

/*
@media (max-width: 1360px){
  .unlimited{
    left: 34%;
  }
}
*/

@media (max-width: 1250px){
  .s-lpackage ul li, .unlimited ul li {
    font-size: 14pt;
    width: auto;
  }
}

@media (max-width: 1240px){
  .s-lpackage{
    margin-top: 65px !important;
  }

  .s-lpackage:nth-child(1) {
    /*margin-right: 160px;*/
  }

  .s-lpackage:nth-child(2) {
    float: right;
    /*margin-left: 160px;*/
  }

  .unlimited h3{
    font-size: 34pt;
    padding: 20px 20px 15px;
  }

  .s-lpackage h3 {
    padding: 20px 0 15px;
    font-size: 32pt;
  }

  .s-lpackage .packagebill h4, .unlimited .packagebill h4{
    font-size: 54pt;
  }

  .s-lpackage ul li, .unlimited ul li {
    font-size: 13pt;
    max-width: 275px;
  }

  .s-lpackage ul li img, .unlimited ul li img{
    margin-right: 10px;
  }

  .s-lpackage .btn-group {
    display: inline-block;
    padding: 50px 85px 30px;
  }

  .unlimited .btn-group{
    display: inline-block;
    padding: 50px 85px 30px;
  }

  .unlimited .btn-group button, .s-lpackage .btn-group button {
    font-size: 16pt;
    padding: 13px 30px 13px;
  }
}

@media (max-width: 1100px){
  .unlimited {
    left: 37%;
  }
}

@media (max-width: 1080px){
  .s-lpackage:nth-child(1) {
    /*margin-right: 150px;*/
    margin-right: 0px;
  }

  .s-lpackage:nth-child(2) {
    float: right;
    /*margin-left: 150px;*/
    margin-left: 3px;
  }

  .unlimited {
    /*left: 34%;*/
  }
}

@media (max-width: 980px){
  .s-lpackage:nth-child(1) {
    margin-right: 120px;
  }

  .s-lpackage:nth-child(2) {
    float: right;
    margin-left: 120px;
  }

  .unlimited {
    /*left: 35%;*/
    left: 0%;
    position: relative;
    margin-top: -150px;
  }

  .s-lpackage h3 {
    font-size: 23pt;
    padding: 15px 0 10px;
  }

  .unlimited h3 {
    font-size: 26pt;
    padding: 15px 0 10px;
  }

  .s-lpackage .packagebill h4, .unlimited .packagebill h4 {
    font-size: 48pt;
  }

  .unlimited .packagebill p {
    font-size: 14pt;
  }

  .s-lpackage .packagebill p {
    font-size: 14pt;
  }

  .s-lpackage ul li img, .unlimited ul li img {
    width: 30px;
    margin-right: 7px;
  }

  .s-lpackage ul li, .unlimited ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12pt;
    max-width: 225px;
  }

  .s-lpackage .btn-group {
    display: inline-block;
    /*padding: 25px 53px 30px;*/
  }

  .unlimited .btn-group {
    display: inline-block;
    /*padding: 25px 58px 30px;*/
  }
}

@media (max-width: 910px){
  .unlimited {
    left: 0%;
  }

  .col-12{
    padding-bottom: 30px;
  }
}

@media (max-width: 860px){
  .col-12 {
    padding-top: 10px;
  }

  .unlimited {
    left: 0%;
    position: relative;
    margin-top: -75px;
  }

  .s-lpackage{
    display: inline-block;
  }

  .s-lpackage .packagebill h4 {
    margin: 10px auto 10px;
  }

  .s-lpackage .packagebill p {
    padding: 0 0 3px;
  }

  .s-lpackage ul, .unlimited ul {
    padding: 10px 30px 10px;
  }

  .s-lpackage ul li, .unlimited ul li {
    font-size: 10pt;
    max-width: 200px;
  }

  .s-lpackage:nth-child(1) {
    margin-right: 50px;
  }

  .s-lpackage:nth-child(2) {
    float: right;
    margin-left: 50px;
  }

  .unlimited .packagebill h4 {
    margin: 10px auto 10px;
  }

  .unlimited .packagebill p {
    padding: 0 0 3px;
  }

  .unlimited h3 {
    font-size: 20pt;
  }

  .s-lpackage:nth-child(1) .btn-group {
    padding:0;
    display: block;
  }

  .s-lpackage:nth-child(2) .btn-group {
    padding:0;
    display: block;
  }

  .s-lpackage:nth-child(1) .btn-group button{
    font-size: 14pt;
    padding: 8px 10px 8px;
    margin:10px;
  }

  .s-lpackage:nth-child(2) .btn-group button{
    font-size: 14pt;
    padding: 8px 10px 8px;
    margin:10px;
    float:right;
  }

  .unlimited .btn-group {
    padding:0;
    display: block;
    text-align: center;
  }

  .unlimited .btn-group button{
    display: inline-block;
    font-size: 14pt;
    padding: 8px 10px 8px;
    margin:0 10px 10px;
    float:none;
  }
}

@media (max-width: 650px){
  .s-lpackage:nth-child(1) {
    margin-right: 20px;
  }

  .s-lpackage:nth-child(2) {
    float: right;
    margin-left: 20px;
  }

}

@media (max-width: 600px){
  .s-lpackage:nth-child(1) {
    margin-right: 1px;
  }

  .s-lpackage:nth-child(2) {
    float: right;
    margin-left: 1px;
  }

}

@media (max-width: 560px){
  .package-container{
    padding:0 15px;
  }

  .s-lpackage{
    width: 100%;
  }

  .unlimited{
    width: 93%;
    position: relative;
    margin-top:20px;
  }

  .s-lpackage:nth-child(1) {
    margin-right: 0;
    float:none;
  }

  .s-lpackage:nth-child(2) {
    float: none;
    margin-left: 0;
  }
  
.s-lpackage h3{
  font-size: 32pt;
  padding:10px 0 7px;
}

.unlimited h3{
  font-size: 36pt;
  padding:10px 0 7px;
}

.s-lpackage .packagebill h4{
  font-size: 40pt;
  margin: 15px auto 5px;
}

.s-lpackage .packagebill p, .unlimited .packagebill p{
  display: inline-block;
  font-size: 16pt;
  padding:0 0 10px;
  margin-left: 20px;
}

.s-lpackage .packagebill p span, .unlimited .packagebill p span{
  margin-left: 20px;
}

.s-lpackage ul, .unlimited ul{
  width: 100%;
}

.s-lpackage ul li, .unlimited ul li{
  max-width: 100%;
  font-size: 14pt;
}

.s-lpackage ul li img, .unlimited ul li img{
  max-width: 38px !important;
}

.unlimited .packagebill h4{
  font-size: 40pt;
  margin: 15px auto 5px;
}

.unlimited .packagebill p{
  display: inline-block;
  font-size: 16pt;
  padding:0 0 10px;
  margin-left: 20px;
}

.s-lpackage .btn-group{
  text-align: center;
  display: inline-block;
}

.s-lpackage .btn-group button{
  display: inline-block;
  float:none !important;
}

.unlimited .btn-group{
  text-align: center;
  display: block;
  padding:10px 0 20px;
}

.unlimited .btn-group button{
  margin:0;
  font-size: 19pt;
  }
}

@media (max-width: 400px){
  .unlimited h3{
    font-size: 28pt;
  }
}

/* a lightbox css-e, hogy ne használhassák a carouselt */

.lb-prev, .lb-next{
  display: none !important;
}

.unlimited ul.blackfriday li {
  max-width: auto !important;
  width: auto !important;
}


/* TOP 3 */

/*
  TODO: egyforma magas a három DIV
  kép legyen középen
  gombra ne takarjon rá
*/

.top3 {
  margin-bottom: 20px;
}

.top3 .col-sm-4 {
  /*border-bottom: 1px solid gray;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.top3 .title {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: 'PancettaProRegular';
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
}

.top3 .rating {
  font-size: 12px;
  color: white;
}
 
.top3 .title a {
  color: white;
}

.top3 .animImage {
  margin: 10px;
  width: 100%;
  object-fit: cover;  
  max-width: 300px;
}

.top3 .watchitnow button {
  margin-bottom: 10px;
}

/* movie review elements */

.star-rating {
  line-height:32px;
  font-size:1.25em;
}

.star-rating .fa-star { 
  color: yellow;
}

.reviewRow {
  color: white;
}

.reviewRow .purpleButton button {
    background-color: #990000;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-size: 20pt;
    font-family: 'PancettaProRegular';
    margin-right: 0px !important;
    padding-top: 8px;
    padding-bottom: 4px;  
}

.reviewRow .reviewList {
  list-style: none;
  margin-top: 10px;
  padding-left: 0px;
}


