@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: myfont;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: bold;
}
/*--
    Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;;
  font-size: 12px;
  font-weight: 400;
  color: #2e2e2e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
   font-size: 14px;  
  line-height: 20px; 
  font-weight: 400;
  margin: 0px;
  font-family: myfont;
  color: #2e2e2e;  
  
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 600;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.logotitle {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 0px 0px;
  color: #17a22f;  
}
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #17a22f;  /* #FF5333 */
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#hero-area {
  position: relative;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url("../images/overlay-pattern.png") #000000; */
  opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 100;
  width: 100%;
}
nav .block {
  margin-top: -75px;
  background: #fff;
  padding: 10px 40px;  /* 25 40 */
  background: rgba(255, 255, 255, 0.89);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .navbar-brand img {
  max-height: 42px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #17a22f;  /* #e94c3d */
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #17a22f;  /* #FF5333 */
}
/*--
    slider Start
--*/
#slider {
  padding: 20px 0px;   /* 50 0 */
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #17a22f;  /* #FF5333 */
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #17a22f;    /* #AA9D84  */
}
/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;   /* 100 0  */
  background: #F6F6F6;
}
#about-us .block {
  text-align: justify;
}

#about-us  h3{
  padding-top: 30px;
}

#about-us .block p {
  color: #2e2e2e;   /* #959595 */
  font-size: 16px;
  line-height: 24px;
  padding: 40px 0px;
}
/*--
    tagok blog Start
--*/
#tagok {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/tagok/tagok_hatter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#tagok:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#tagok .block .heading {
  color: #fff;
}
#tagok .block ul {
  padding-top: 40px;
}
#tagok .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#tagok .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#tagok .block ul li h3 {
  color: #323232;
  padding: 0px 20px 20px;
  line-height: 26px;
  position: relative;
}
#tagok .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#tagok .block ul li p {
  padding-top: 10px;  /*  25  */
}
#tagok .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#tagok .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#tagok .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#tagok .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#tagok .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#tagok .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#tagok .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#tagok .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#tagok .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#tagok .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
/*--
    price Start
--*/
#musorok {
  padding: 70px 0px;
}
#musorok .block > p {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: justify;
}
#musorok .block .pricing-list {
  padding-top: 85px;
}
#musorok .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#musorok .block .pricing-list ul li {
  padding: 21px 0px;
}
#musorok .block .pricing-list ul li .item .item-title {
  position: relative;
}
#musorok .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#musorok .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#musorok .block .pricing-list ul li .item .item-title span {
  float: right;
  font-size: 18px;
  /* color: #938463; */
}
#musorok .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#musorok .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#musorok .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}
#foto {
  padding: 70px 0px;
}
/*--
    subscribe Start
--*/
#lemez, #video {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/Napraforgo_CD_Debrecenbe_kene_menni.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#video {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/napraforgo_zeneszek.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#video  iframe {
  padding: 10px 3px;
  
} 
#lemez:before , #video:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#lemez .block h1.heading, #video .block h1.heading {
  color: #fff;
}
#lemez .block p, #video .block p{
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#lemez .btn {
  padding: 20px 20px;
  border-radius: 0px;
  background: #fff;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#lemez .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#lemez .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#lemez .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#lemez .block form .input-group-addon button:hover {
  background: #69a8a1;
}
/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us p {
  padding: 5px 0px 20px 0px;
}
#contact-us .block h5{
  text-align: center;
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block a {
  background: #FF4F02;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*--
    footer Start
--*/
#contact {
  padding: 70px 0px;
}
#contact .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#contact .block h3 span {
  color: #FF4F02;
}
#contact .block .blog ul,
#contact .block .info ul,
#contact .block .gallary ul {
  padding-top: 20px;
}
#contact .block .blog ul li,
#contact .block .info ul li,
#contact .block .gallary ul li {
  margin-bottom: 25px;
  display: block;
  margin-right: 20px;
}
#contact .block .blog ul li h4,
#contact .block .info ul li h4,
#contact .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #FF4F02;
}
#contact .block .blog ul li h4 i,
#contact .block .info ul li h4 i,
#contact .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#contact .block .blog ul li h4 a,
#contact .block .info ul li h4 a,
#contact .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}
#contact .block .blog ul li p,
#contact .block .info ul li p,
#contact .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
#contact .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#contact .block .social-media-link h3 span {
  color: #FF4F02;
}
#contact .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#contact .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #fff;   /* #454545 */
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #FFF;  /* #FF4F02 */
}


div.fotoalbum {
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 50px;
	}
div.fotoalbum p {
	margin-bottom: 2px;
}
div.fotoalbum img  {
   display: none;
   border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.fotoalbum  img.nyitokep {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.musorcim {font-size: 24px}

.nagykep {
   width: 434px;
   max-width: 80%;
   height: auto;
}

.aspect-ratio {
	position: relative;
	left: 25%;
	width: 560px;
	height: 315px;
	padding-bottom: 0px;
	
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.kulso {
      width: 33.3333%; /* ez az ablak (vagy befoglaló doboz) méretének 1/3-a */
      position: relative;
	  text-align: center;
   }

.belso {
      padding-bottom: 56.25%;	  
   }

.youtube {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
   }





/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  padding-top: 25px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {  
  margin: auto;
  padding: 0px;  
  max-width: 100%;
  width: 500px;
  position:relative;
}

.bezar {
  color: #ffe200;
  position: absolute;
  top:0;
  right: 0;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.bezar:hover,
.bezar:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#plakat {
  margin-left: 73%;
}

.megyagozos {
  margin-left: 35%;
}