﻿header, body, footer {
  font-family: Tahoma; }

.navbar-nav li {
  padding-bottom: 5px; }
  .navbar-nav li:hover {
    padding-bottom: 0;
    border-bottom: 5px solid #FFEAD5; }

body header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12); }

.navbar-default .navbar-nav > li > a {
  color: #FFEAD5 !important; }

footer .footer-info ul {
  padding-left: 0;
  list-style-type: none;
  text-decoration: none; }
  footer .footer-info ul li a {
    text-decoration: none;
    color: #868686;
    font-size: 14px; }
footer .footer-info i span {
  font-family: Tahoma !important; }

section .product-item {
  background-color: #FFEAD5; }
  section .product-item .item-image {
    min-height: 950px; }
  section .product-item .item-info {
    padding: 0;
    min-height: 950px; }
section .section-title {
  line-height: 1.32; }
section .section-text {
  line-height: 1.6; }
section .section-image {
  margin-top: 3px;
  margin-bottom: 15px; }
section.contact .contact-map {
  height: 500px;
  padding-left: 0;
  padding-right: 0; }
  section.contact .contact-map #map_canvas {
    height: 100%;
    width: 100%; }

section.section-gallery {
        /*img {
            opacity: 1;
            transition: opacity 0.3s;
        }

        img[data-src] {
            opacity: 0;
        }*/
  /* Footer Style */ }
  section.section-gallery .gal-container {
    padding: 12px; }
  section.section-gallery .gal-item {
    overflow: hidden;
    padding: 3px; }
  section.section-gallery .gal-item .box {
    height: 350px;
    overflow: hidden; }
  section.section-gallery .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  section.section-gallery .gal-item a:focus {
    outline: none; }
  section.section-gallery .gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  section.section-gallery .gal-item a:hover:after {
    opacity: 1; }
  section.section-gallery .modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4); }
  section.section-gallery .modal-open .gal-item .modal-body {
    padding: 0px; }
  section.section-gallery .modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35); }
  section.section-gallery .modal-open .gal-item button.close:focus {
    outline: none; }
  section.section-gallery .modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none; }
  section.section-gallery .gal-container .modal-dialogue {
    width: 80%; }
  section.section-gallery .gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left; }
  section.section-gallery .gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px; }
  section.section-gallery .gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  section.section-gallery .gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1; }
  @media (min-width: 768px) {
    section.section-gallery .gal-container .modal-dialog {
      width: 55%;
      margin: 50 auto; } }
  @media (max-width: 768px) {
    section.section-gallery .gal-container .modal-content {
      height: 250px; } }
  section.section-gallery i.red {
    color: #BC0213; }
  section.section-gallery .gal-container {
    /*padding-top: 75px;
    padding-bottom: 75px;*/ }
  section.section-gallery footer {
    font-family: 'Quicksand', sans-serif; }
  section.section-gallery footer a, section.section-gallery footer a:hover {
    color: #88C425; }

.background-red {
  background-color: #800000; }

.background-darkgrey {
  background-color: #252525; }

.background-darkergrey {
  background-color: #111111; }

.background-powder {
  background-color: #FFEAD5; }

.color-grey {
  color: #3C3C3C; }

.color-mediumgrey {
  color: #868686; }

.color-powder {
  color: #FFEAD5; }

.color-white {
  color: #fff; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-19 {
  font-size: 19px; }

.font-25 {
  font-size: 25px; }

.font-40 {
  font-size: 40px; }

.font-55 {
  font-size: 55px; }

.font-60 {
  font-size: 60px; }

.pt-5 {
  padding-top: 5px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-50 {
  padding-bottom: 50px; }

.mt-0 {
  margin-top: 0 !important; }

.mt-60 {
  margin-top: 60px; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-23 {
  margin-right: 23px; }

.font-weight-bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.vertical-center {
  display: flex;
  align-items: center; }

.borderbottom-powder {
  border-bottom: 2px solid #FFEAD5; }

.inline-flex {
  display: inline-flex; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.img-circle {
	-webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.68);
	  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.68);
}

.margin-0 {
	margin:0;
}

.yellow-button {
  -webkit-box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 68%);
  box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 68%);
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  color: #800000;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd932+0,ffff00+100 */
  background: #ffd932;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd932 0%, #ffff00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd932 0%, #ffff00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd932 0%, #ffff00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd932', endColorstr='#ffff00',GradientType=0 );
  /* IE6-9 */ }
  .yellow-button:hover {
    text-decoration: none;
    color: #800000; }

.my-carousel {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center; }
  .my-carousel .carousel-control.left, .my-carousel .carousel-control.right {
    background-image: none; }
  .my-carousel .carousel-inner {
    max-height: 500px;
    max-width: 920px;
    -webkit-box-shadow: 0px 2px 31px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 31px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 31px -6px rgba(0, 0, 0, 0.75); }
  .my-carousel .glyphicon-chevron-right:before, .my-carousel .glyphicon-chevron-left:before {
    color: #800000; }

.accordion .panel-collapse {
  background-color: #FFEAD5; }
.accordion .panel-group {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
.accordion .panel-group .panel + .panel {
  margin-top: 0; }
.accordion .glyphicon:before {
  color: #800000; }
.accordion .panel {
  border: #fff !important;
  border-radius: 0 !important; }
  .accordion .panel .panel-heading {
    border-radius: 0 !important;
    background-color: #FFEAD5;
    border-top: 1px solid #dddddd; }
    .accordion .panel .panel-heading a {
      text-decoration: none; }
      .accordion .panel .panel-heading a .title {
        margin-left: 20px;
        font-size: 14px;
        color: #3C3C3C;
        font-weight: bold; }
  .accordion .panel .panel-body {
    border-radius: 0 !important;
    border: #fff !important;
    color: #3C3C3C;
    margin-left: 35px;
    margin-right: 35px;
    text-align: justify; }

@media (max-width: 991px) {
  section.contact .contact-inner {
    display: block; }
    section.contact .contact-inner .info-inner {
      padding-top: 50px;
      padding-bottom: 50px; }
      section.contact .contact-inner .info-inner .vertical-center {
        display: block;
        text-align: center; }

  .navigator {
    font-size: 14px; } }
@media (max-width: 768px) {
  body header .navbar-header {
    padding-bottom: 5px; }
  body header .navbar-collapse {
    background-color: #800000; }
    body header .navbar-collapse.in .szechenyi_logo {
      padding: 0 !important; }

  footer {
    text-align: center; }
    footer #visitors {
      float: inherit !important; }
    footer .rights {
      display: block; }

  section .product-item .item-image {
    min-height: unset; }

  .navigator {
    font-size: 17px; } }

/* colors */
.color1,
.color2 {
  cursor: pointer;
}

#color-part1 img,
#color-part2 img {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.68);
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

#color-part1 img.active,
#color-part2 img.active {
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.68);
}

#color-selector-image1,
#color-selector-image2 {
  background-repeat: repeat !important;
}

#color-selector-image1 {
  background-size: 8% !important;
}

#color-selector-image2 {
  background-size: 8% !important;
}

.color-wrapper {
  width: 90px;
  height: 90px;
  padding: 0;
  margin: 40px 12px 0px 12px;
  text-align: center;
  display: inline-block;
}

.color-wrapper p {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.selector-wrapper {
	padding:0;
}
