html { 
  /*background: url(../img/bg5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

/* Space out content a bit */
body {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  background-color:none;
  background-color : transparent;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
/* Custom page header */
.header {
  padding: 10px 0;
  text-align: center;
}

/* Custom page footer */
.footer, .footer p {
  color: #777;
  font-size: 10px;
}

.container {
  background-color: #FFFFFF;
  opacity: 0.90;
  filter: alpha(opacity=90); /* For IE8 and earlier */      
 }

.content {
  border: 1px solid #e5e5e5;
  background-color: #FFFFFF;
  opacity: 0.90;
  filter: alpha(opacity=90); /* For IE8 and earlier */ 
}
 
.rights {  
  padding: 10px;
  font-size: 10px;
  text-align: center;  
} 

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.content {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: inherit;  
}
.content p {
  font-size: 14px;  
}
.content .btn-pay {
  padding: 14px 24px;
  font-size: 21px;
  margin-top: 20px;
}
.container .content, .container-fluid .content {
  border-radius: 6px;
}
.logo {
  margin: 0px;
  height: 135px; 
}

.payment-logo {
  padding: 0px 0 10px;
}

.img-center {margin:0 auto;}
.img-responsive {margin:0 auto;}

.alert {
  padding: 5px 15px;
  margin-bottom: 10px;
}
.description {
  font-size: 16px;
  padding-bottom: 10px;
} 

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { 
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  
  /* Space out the masthead */
  .header {
    margin-bottom: 5px;
  }  
  .content {    
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px    
  }
  
  .content h1, .content .h1 {
    font-size: 38px;
  }
  
  .container .content, .container-fluid .content {
    padding-left: 20px;
    padding-right: 20px;
  }    
}

@media (max-width: 767px) {
  .content {    
     border: 0px;
     padding: 15px;
  }
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0 10px;
}

a:hover {  
  text-decoration: underline;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: #FFFFFF;
}


/*MODAL*/
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.inmodal .modal-title {
    font-size: 26px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
body.modal-open .animated {
    animation-fill-mode: initial;
    z-index: inherit;
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  font-size: 18px;
}
.faq-answer  {
  font-size: 11px;
}

.faq-item {
  border: 1px solid #e5e5e5;
  background-color: #f9f7f7;
  padding: 5px;
  margin: 3px 0;
}


/* loading animáció */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;    
    position: relative;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
