﻿body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: black;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
/* my modification */
.size-medium {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .size-medium {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.5;
  }
}
/* my modification */
.size-small {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .size-small {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4;
  }
}
/* my modification */
.size-extra-small {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .size-extra-small {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}
/* my modification */
.logo-small-scissors {
  position: relative;
  left: 4px;
  top: 3px;
}
/* my modification */
strong {
  color: #f7ae1d;
}
/* my modification */
.brainycut-caption {
  margin-top: 4px;
  margin-bottom: 16px;
}
a {
  color: #f7ae1d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #a87206;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg-fodraszat.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
/* from startbootstrab-agency 1.0.6 */
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
.price-list-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/gold-coins.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
table.price-list-table {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  border: none;
}
table.price-list-table caption {
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
table.price-list-table th {
  text-transform: uppercase;
  min-width: 80px;
  text-align: right;
}
table.price-list-table tr > td:first-child {
  text-align: left;
}
table.price-list-table tr > td:nth-child(2) {
  min-width: 70px;
}
.album-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#album .album-item {
  margin: 0 0 15px;
  right: 0;
}
#album .album-item .album-link {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#album .album-item .album-link .album-hover {
  background: rgba(247, 174, 29, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#album .album-item .album-link .album-hover:hover {
  opacity: 1;
}
#album .album-item .album-link .album-hover .album-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#album .album-item .album-link .album-hover .album-hover-content i {
  margin-top: -12px;
}
#album .album-item .album-link .album-hover .album-hover-content h3,
#album .album-item .album-link .album-hover .album-hover-content h4 {
  margin: 0;
}
#album .album-item .album-caption {
  max-width: 300px;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  padding: 25px;
}
#album .album-item .album-caption h4 {
  text-transform: none;
  margin: 0;
}
#album .album-item .album-caption p {
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#album * {
  z-index: 2;
}
@media (min-width: 767px) {
  #album .album-item {
    margin: 0 0 30px;
  }
}
/* my modification */
.open-hours-title {
  margin-bottom: 10px;
}
/*table.open-hours-table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border: none;
    margin-top: 0;
    margin-bottom: 0;

    caption {
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }

    th {
        text-transform: uppercase;
        text-align: center;
    }

    tr {
        text-align: left;
    }
}*/
@media (min-width: 767px) {
  table.align-right {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  table.align-left {
    margin-left: 0;
    margin-right: auto;
  }
}
.social-like-buttons {
  margin-top: 20px;
}
.social-like-buttons .fb-like {
  top: -6px;
}
.social-like-buttons div {
  margin-left: 15px;
  margin-right: 15px;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
  }
  .price-list-section {
    padding: 100px 0;
  }
  #map {
    height: 500px;
    /*400px*/
    margin-top: 150px;
    /*250px*/
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #f7ae1d;
  color: #f7ae1d;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #f7ae1d;
  outline: none;
  color: black;
  background-color: #f7ae1d;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}