p {
	margin-bottom:10px;
}

.container {
    width: 1170px;
}

h2 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #444444;
    letter-spacing: 0px;
}

@media (max-width: 1200px) {
.container {
    width: 98%;
}
}

@media (max-width: 992px) {
.container {
    width: 98%;
}
}
@media (max-width: 768px) {
.container {
    width: 98%;
}
}



.szavazas {
	float:right;
	max-width:250px;
}

@media (max-width: 468px) {
.szavazas {
    max-width:100%;
}
}


a:hover,
a:hover h1 {
	color:#8cc64e;
}

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 999;
}

.scrollToTop {
    background-color: #8cc64e;
    border: 1px solid #fff;
}

.scrollToTop:hover, .scrollToTop:focus {
    color: #fff;
}


.contact-wrapper .costom-btn {
    background: #8cc64e
}

section.who-we-are .col-md-3 .fa:hover{
    border: 1px solid #8cc64e;
}


.blog-sidebar .list-group-item.active:before, .blog-sidebar .sidebar-heading:before {
    border-color: #8cc64e;
}

.blog-date p {
    background: #8cc64e;
}

.blog-content img {
    padding-bottom: 10px;
}


.no-padding {
	padding:0px;
}








/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
/* header 1 */
header {
  position: relative;
  z-index: 9;
}
.nav-list-container {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
header.active .nav-list-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #fafafa;
}
.navbar-default {
  background: #fafafa;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-default .advertisement .desktop-advert {
  max-width: 728px;
}
.navbar-default .advertisement .tablet-advert {
  max-width: 468px;
}
.top-line {
  padding: 7px 0 9px;
  background: #f1f1f1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-bottom:1px solid #8cc64e;
}
.top-line ul.top-line-list {
  margin: 0;
  padding: 0;
}
.top-line ul.top-line-list li {
  display: inline-block;
  margin-right: 18px;
}
.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  display: inline-block;
  color: #777777;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height: 15px;
}
.top-line ul.top-line-list li svg {
  margin: -5px 2px -2px 4px;
}
.top-line ul.top-line-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line ul.top-line-list li a:hover {
  color: #8cc64e;
}
.top-line ul.top-line-list li:before {
  content: '';
  width: 0;
  height: 15px;
  border-left: 1px dotted #777777;
  margin-right: 20px;
}
.top-line ul.top-line-list li:first-child:before {
  display: none;
  margin-right: 0;
}
.top-line ul.top-line-list li:last-child {
  margin-right: 0;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 2px;
}
.top-line ul.social-icons li {
  display: inline-block;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: transparent;
}
.top-line ul.social-icons li a:hover {
  color: #ffffff;
  background: #8cc64e;
}

.navbar-default {
    padding: 20px 0;
}

.navbar-brand,
a.logo {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 20px 15px 0px 0;
  letter-spacing: 2.5px;
  border: none;
}
.navbar-brand span,
a.logo span {
  color: #8cc64e !important;
}
.navbar-brand img,
a.logo img {
  /*max-width: 100%;*/
  margin-top:-25px;
  margin-bottom:-10px;
}
@media (max-width: 766px) {
.navbar-brand img,
a.logo img {
  max-width: 50%;
  margin-top:-10px;
  margin-bottom:-10px;
  
}
}

@media (max-width: 480px) {
.navbar-brand img,
a.logo img {
  max-width: 40%;
  margin-top:-15px;
  margin-bottom:-10px;
  margin-left:10px;
}
}


@media only screen and (max-width: 350px) and (min-width: 320px) {
.navbar-brand > img {
  max-width: 30%;
  margin-top:-30px;
  margin-bottom:-10px;
  margin-left:10px;
}
}


.logo-advertisement {
  /*background: #222222;*/
  background: #fff;
}
.logo-advertisement .desktop-advert,
.logo-advertisement .tablet-advert {
  float: right;
}
.logo-advertisement .advertisement span {
  color: #666666;
}
.advertisement {
  overflow: hidden;
  padding: 7px 0 12px;
}
.advertisement .desktop-advert,
.advertisement .tablet-advert,
.advertisement .mobile-advert {
  margin: 0 auto;
  text-align: center;
}
.advertisement .tablet-advert,
.advertisement .mobile-advert {
  display: none;
}
.advertisement span {
  color: #ccc;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
  margin-right: 1px;
  position: inherit;
}
.navbar-nav > li > a {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*padding: 20px 30px 20px 12px;*/
  padding: 10px 8px 10px 8px;
  position: relative;
  z-index: 2;
}
.navbar-nav > li > a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f44336;
}
.navbar-nav > li > a:after {
  /*content: '\f107';*/
  content: '';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 21px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li:nth-child(1) > a {
  padding-left: 20px;
  padding-right: 30px;
}

.navbar-nav > li:nth-child(1) > a:before {
  background: #f58021;
}
.navbar-nav > li:nth-child(1).drop ul.dropdown {
  border-color: #f58021;
}

.navbar-nav > li:nth-child(2) > a:before {
  background: #33a3f1;
}
.navbar-nav > li:nth-child(2).drop ul.dropdown {
  border-color: #33a3f1;
}

/*
.navbar-nav > li:nth-child(3) > a:before {
  background: #f58021;
}
.navbar-nav > li:nth-child(3).drop ul.dropdown {
  border-color: #f58021;
}
*/


/*korona*/
/*
.navbar-nav > li:nth-child(3) > a:before {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.navbar-nav > li:nth-child(3).drop ul.dropdown {
  border-color: #f1f1f1;
}
*/





.navbar-nav > li:nth-child(3) {
	background-color: #f44336;
}

ul.nav.navbar-nav li:nth-child(3) a {
	color:#fff;
}


/*korona*/



.navbar-nav > li:nth-child(4) > a:before {
  background: #74b430;
}
.navbar-nav > li:nth-child(4).drop ul.dropdown {
  border-color: #74b430;
}
.navbar-nav > li:nth-child(5) > a:before {
  background: #aa35d6;
}
.navbar-nav > li:nth-child(5).drop ul.dropdown {
  border-color: #aa35d6;
}

.navbar-nav > li:nth-child(5) {
	background-color: #bef018;
}

ul.nav.navbar-nav li:nth-child(5) a{
	color:#000;
}

.navbar-nav > li:nth-child(6) > a:before {
  background: #d6ac1b;
}
.navbar-nav > li:nth-child(6).drop ul.dropdown {
  border-color: #d6ac1b;
}
.navbar-nav > li:nth-child(7) > a:before {
  background: #4c60f6;
}
.navbar-nav > li:nth-child(7).drop ul.dropdown {
  border-color: #4c60f6;
}
.navbar-nav > li:nth-child(8) > a:before {
  background: #32b47b;
}
.navbar-nav > li:nth-child(8).drop ul.dropdown {
  border-color: #32b47b;
}

.navbar-nav > li:nth-child(8) {
    border-right: 1px solid #e4e4e4;
}

.navbar-nav > li:nth-child(9) > a:before {
  background: #ab632e;
}
.navbar-nav > li:nth-child(9).drop ul.dropdown {
  border-color: #ab632e;
}

.navbar-nav > li:nth-child(10) > a:before {
  background: #33a3f1;
}
.navbar-nav > li:nth-child(10).drop ul.dropdown {
  border-color: #33a3f1;
}
.navbar-nav > li:nth-child(11) > a:before {
  background: #f58021;
}
.navbar-nav > li:nth-child(11).drop ul.dropdown {
  border-color: #f58021;
}
.navbar-nav > li:nth-child(12) > a:before {
  background: #74b430;
}
.navbar-nav > li:nth-child(12).drop ul.dropdown {
  border-color: #74b430;
}

.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  color: #ffffff !important;
}
.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
  height: 100%;
}
.navbar-nav > li:hover > a:after,
.navbar-nav > li > a.active:after {
  color: #ffffff;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 182px;
  background: #ffffff;
  border-top: 3px solid #f44336;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  /*padding: 15px 20px;*/
  padding: 8px 8px;
  background: #ffffff;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #222222;
  background: #fafafa;
}
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li:last-child {
  border-bottom: none;
}
.navbar-nav li.drop ul.dropdown li.drop > a:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 15px;
  right: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown.features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav li.drop:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.navbar-nav .megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown {
  background: #fff;
  border-top: 3px solid #f44336;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block {
  float: left;
  width: 220px;
  text-align: right;
  height: 100%;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
  background: #fff;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #fafafa;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
  width: 920px;
  float: right;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block > .owl-wrapper {
  padding: 20px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li {
  display: inline-block;
  margin-right: 2px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  background: transparent;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active {
  color: #222222;
  background: #f5d76e;
  border: 1px solid #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover:after,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active:after {
  border-top-color: #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .news-post.item {
  margin: 0 10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .flickity-prev-next-button {
  margin-top: -37px;
  margin-right: 7px;
}
.navbar-nav .megadropdown .inner-megadropdown > .owl-wrapper {
  padding: 20px 20px 25px;
}
.navbar-nav .megadropdown .world-dropdown {
  border-top: 3px solid #33a3f1;
}
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
}
.navbar-nav .megadropdown .travel-dropdown {
  border-top: 3px solid #f58021;
}
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a.active {
  color: #f58021;
}
.navbar-nav .megadropdown .tech-dropdown {
  border-top: 3px solid #74b430;
}
.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .tech-dropdown .filter-block ul.filter-posts li a.active {
  color: #74b430;
}
.navbar-nav .megadropdown .fashion-dropdown {
  border-top: 3px solid #aa35d6;
}
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a.active {
  color: #aa35d6;
}
.navbar-nav .megadropdown .video-dropdown {
  border-top: 3px solid #d6ac1b;
}
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a.active {
  color: #d6ac1b;
}
.navbar-nav .megadropdown .food-dropdown {
  border-top: 3px solid #32b47b;
}
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a.active {
  color: #32b47b;
}
.navbar-nav .megadropdown .features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a.active {
  color: #ab632e;
}
.navbar-nav li:hover .megadropdown {
  opacity: 1;
  visibility: visible;
}
.navbar-form {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.navbar-form input[type="search"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 200px;
  margin: 0 !important;
}
.navbar-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}
/*header 2 */
header.second-style .top-line {
  background: #ffffff;
  border-bottom: 1px dotted #c6c6c6;
}
header.second-style .top-line ul.top-line-list li a:hover {
  color: #222222;
}
header.second-style .logo-advertisement {
  background: #ffffff;
}
header.second-style .nav-list-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,262626+100 */
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 1%, #262626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333333 1%, #262626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 1%, #262626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#262626', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #202020;
}
header.second-style .navbar-nav > li > a {
  color: #ffffff !important;
}
header.second-style .navbar-nav > li > a:after {
  color: #7b7b7b;
}
header.second-style .navbar-nav > li:hover > a:after,
header.second-style .navbar-nav > li > a.active:after {
  color: #fff;
}
header.second-style .navbar-form input[type="text"] {
  background: #222222;
  border: 1px solid #333333;
}
header.second-style .navbar-form button {
  color: #ffffff;
}
/*header 3, header 4 */
header.third-style .navbar-brand,
header.third-style a.logo {
  padding: 15px 0px;
}
header.third-style .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.third-style .navbar-nav > li > a:after {
  top: 16px;
}
header.third-style .list-line-posts {
  background: #222222;
}
header.third-style .list-line-posts .owl-wrapper {
  padding-left: 0;
  padding-right: 0;
}
header.third-style .list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
header.third-style .list-line-posts .owl-wrapper .flickity-prev-next-button .owl-buttons div.owl-prev,
header.third-style .list-line-posts .owl-wrapper .flickity-prev-next-button .owl-buttons div.owl-next {
  border-color: #444444;
  background: #333333;
  color: #999999;
}
header.third-style .list-line-posts .owl-wrapper .flickity-prev-next-button .owl-buttons div.owl-prev:hover,
header.third-style .list-line-posts .owl-wrapper .flickity-prev-next-button .owl-buttons div.owl-next:hover {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}
header.third-style .list-line-posts .owl-wrapper .flickity-prev-next-button .owl-buttons div.owl-next {
  margin-right: -20px;
}
header.third-style .list-line-posts div.list-post {
  background: #333333;
  padding: 0px;
  margin: 0 15px;
  box-shadow: 0 0 10px #1a1a1a;
  -webkit-box-shadow: 0 0 10px #1a1a1a;
  -moz-box-shadow: 0 0 10px #1a1a1a;
  -o-box-shadow: 0 0 10px #1a1a1a;
}
header.third-style .list-line-posts div.list-post .post-content {
  padding: 8px 10px 8px 0;
}
header.third-style .list-line-posts div.list-post .post-content h2 {
  line-height: 18px;
  margin-bottom: 1px;
}
header.third-style .list-line-posts div.list-post .post-content h2 a {
  color: #ffffff;
}
header.third-style .list-line-posts div.list-post .post-content h2 a:hover {
  opacity: 0.7;
}
header.third-style .nav-list-container ul.navbar-right {
  padding-right: 15px;
}
/* header 5 */
header.fifth-style .logo-advertisement {
  background: #ffffff;
}
header.fifth-style .navbar-header {
  text-align: center;
  float: none;
}
header.fifth-style .navbar-header a.navbar-brand,
header.fifth-style .navbar-header a.logo {
  display: inline-block;
  float: none;
  padding: 40px 0 20px;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/











@media (min-width: 768px) {

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

}
.navbar-nav > li > a {
  /*padding: 20px 10px 20px 10px;*/
  padding: 10px 8px;
}

.navbar-nav > li:nth-child(1) > a {
    padding-left: 10px;
    padding-right: 10px;
}

ul.nav.navbar-nav li a {
    text-transform: uppercase;
    color: #343434;
    font-weight: 300;
    font-size: 12px;
}

.navbar-form input[type="search"] {
    width: auto;
}


.blog-sidebar ul li a {
    background: #f1f1f1;
}

.blog-sidebar .blog-content h1 {
    font-size:22px;
	line-height: 24px;
	font-weight:400;
	border-left:3px solid #8cc64e;
	padding:5px 10px;
	background-color:#f1f1f1;
}

.blog-sidebar .blog-content h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    border-left: 3px solid #8cc64e;
    padding: 5px 10px;
    background-color: #f1f1f1;
	color: #5c5c5c;
	
}

.blog-sidebar .blog-content h3:hover {

	color: #8cc64e;
	
}



/********************************************/
/* cikk oldal mod
/********************************************/
@media (max-width: 768px) {
	.blog-content .sidebar-blog-content .row {
		padding: 0 0 20px 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.blog-sidebar .blog-content {
		padding: 5px 0;
	}
	.blog-content img {
		padding-bottom: 10px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.blog-sidebar .blog-content .blog-date {
		margin-right: 0px;
	}
}
@media (max-width: 992px) {
.blog-date p {
    background: #f54828;
    padding: 10px 15px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
}

.blog-sidebar .blog-date p span {
    font-size: 18px;
    line-height: 20px;
}
}














/********************************************/
/* Frontpage type 1
/********************************************/
.frontpage-type-1 .imgBox {
	background-color:#CCC;
	margin:5px;
	padding:0px;
}

.frontpage-type-1 .imgBox .imgBoxLead {
	height:400px;
}

.frontpage-type-1 .imgBox .imgBoxOther {
	height:258px;
}

.frontpage-type-1 .textBox {
	background-color:#eee;
	margin:5px;
	padding:5px;
	border-bottom:2px solid #8cc64e;
}

.frontpage-type-1 .textBox.inverse {
	background-color:#8cc64e;
	margin:5px;
	padding:5px;
	border-bottom:2px solid #000;
	color:#FFF;
	height:61px;
}

.frontpage-type-1 .textBox.inverse p,
.frontpage-type-1 .textBox.inverse ul.post-tags li,
.frontpage-type-1 .textBox.inverse ul.post-tags li a,
.frontpage-type-1 .textBox.inverse ul.post-tags li i {
	color:#FFF;
}

.frontpage-type-1 .textBox.inverse h2,
.frontpage-type-1 .textBox.inverse h2 a,
.frontpage-type-1 .textBox.inverse h2 a:hover {
	font-size:20px;
	color:#FFF;
	letter-spacing:0;
}

.frontpage-type-1 .textBox .news-post {
	padding:10px;
	height:120px;
}

@media (max-width: 460px) {
	.frontpage-type-1 .imgBox .imgBoxLead {
		height:255px;
	}
	
	.frontpage-type-1 .imgBox .imgBoxOther {
		height:255px;
	}
	
	.frontpage-type-1 .textBox .news-post {
		height:185px;
	}
}

@media (max-width: 766px) {
	
	.frontpage-type-1 .textBox.inverse {
		height:100px;
	}
}

.frontpage-type-3 .imgBox .imgBoxLead {
    height: 600px;
}

@media (max-width: 766px) {
	
	.frontpage-type-3 .imgBox .imgBoxLead {
		height: 400px;
	}
}






/********************************************/
/* Frontpage type 4
/********************************************/
.image-post .hover-box .inner-hover.type-3 {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.1) 90%, rgba(17, 17, 17, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0.95)), color-stop(90%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.1) 90%, rgba(17, 17, 17, 0) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.1) 90%, rgba(17, 17, 17, 0) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.1) 90%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.1) 90%, rgba(17, 17, 17, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/********************************************/
/* Frontpage type 4
/********************************************/


.frontpage-type-4 .imgBox {
	background-color:#CCC;
	margin:5px;
	padding:0px;
}

.frontpage-type-4 .imgBox .imgBoxLead {
	height:400px;
}

.frontpage-type-4 .imgBox .imgBoxOther {
	height:336px;
}

.frontpage-type-4 .textBox {
	background-color:#eee;
	margin:5px;
	padding:5px;
	border-bottom:2px solid #8cc64e;
}

.frontpage-type-4 .textBox a {
	color:#000;
	line-height:22px;
}

.frontpage-type-4 .textBox a:hover {
	color:#8cc64e;
}

.frontpage-type-4 .textBox.inverse {
	background-color:#8cc64e;
	margin:5px;
	padding:5px;
	border-bottom:2px solid #000;
	color:#FFF;
}

.frontpage-type-4 .textBox.inverse2 {
	background-color:transparent;
	margin:5px;
	padding:5px;
	border-top:0px solid #8cc64e;
	border-bottom:0px solid #8cc64e;
	color:#FFF;
}

.frontpage-type-4 .textBox.inverse2 .news-post {
	padding:10px 0px;
}

.frontpage-type-4 .textBox.inverse2 a {
	color:#000;
	font-weight:bold;
}

.frontpage-type-4 .textBox.inverse2 a:hover {
	color:#8cc64e;
}

.frontpage-type-4 .textBox.inverse2 h2 {
	border-left:5px solid #8cc64e;
	padding-left:5px;
	line-height:26px;
}

.frontpage-type-4 .textBox.inverse p,
.frontpage-type-4 .textBox.inverse ul.post-tags li,
.frontpage-type-4 .textBox.inverse ul.post-tags li a,
.frontpage-type-4 .textBox.inverse ul.post-tags li i {
	color:#FFF;
}

.frontpage-type-4 .textBox.inverse h2,
.frontpage-type-4 .textBox.inverse h2 a,
.frontpage-type-4 .textBox.inverse h2 a:hover {
	font-size:20px;
	color:#FFF;
	letter-spacing:0;
}

.frontpage-type-4 .textBox .news-post {
	padding:10px;
}

@media (max-width: 768px) {
	.frontpage-type-4 .imgBox .imgBoxLead {
		/*height:255px;*/
		height:400px;
	}
	
	.frontpage-type-4 .imgBox .imgBoxOther {
		/*height:255px;*/
		height:400px;
	}
}

@media (max-width: 680px) {
	.frontpage-type-4 .imgBox .imgBoxLead {
		height:300px;
		/*height:400px;*/
	}
	
	.frontpage-type-4 .imgBox .imgBoxOther {
		/*height:255px;*/
		height:300px;
	}
}

@media (max-width: 580px) {
	.frontpage-type-4 .imgBox .imgBoxLead {
		height:255px;
		/*height:400px;*/
	}
	
	.frontpage-type-4 .imgBox .imgBoxOther {
		/*height:255px;*/
		height:255px;
	}
}

@media (max-width: 450px) {
	.frontpage-type-4 .imgBox .imgBoxLead {
		height:200px;
		/*height:400px;*/
	}
	
	.frontpage-type-4 .imgBox .imgBoxOther {
		/*height:255px;*/
		height:200px;
	}
}



.frontpage-type-4 .textBox.inverse2.inverse2mod h2 {
    border-left: 10px solid #8cc64e;
    line-height: 26px;
    font-size:20px;
    letter-spacing: 0;
}

.frontpage-type-4 .textBox.inverse2.inverse2mod a {
  letter-spacing: 0;
}









/********************************************/
/* Frontpage kateg�ria block
/********************************************/

.frontpage-category-block {
	margin-top:30px;
}

.frontpage-category-block h1 {
	padding:10px 0px;
	font-size:20px;
	border-bottom: 1px solid #8cc64e;
}

.frontpage-category-block h1 a {
	padding:10px;
	background-color:#8cc64e;
	color:#FFF;
}

.frontpage-category-block .frontpage-category-block-items {
	padding:10px 0px;
}

.frontpage-category-block .frontpage-category-block-items h1 {
	padding:0px 0px 0px;
	font-size:20px;
	border-bottom: 1px solid #8cc64e;
	margin-bottom:10px;
}

.frontpage-category-block .frontpage-category-block-items h1 a {
	/*
	display:inline-block;
	padding:5px;
	background-color:#8cc64e;
	color:#FFF;
	line-height:30px;
	text-transform:none;
	*/
	display:inline-block;
	padding:5px;
	background-color:transparent;
	color:#000;
	line-height:26px;
	text-transform:none;
	border-left:5px solid #8cc64e;
}

.frontpage-category-block .frontpage-category-block-items h2 {
	padding:0px 0px;
	font-size:16px;
	border-bottom: 1px solid #8cc64e;
	margin-bottom:10px;
}

.frontpage-category-block .frontpage-category-block-items h2 a {
	display:inline-block;
	padding:5px;
	background-color:#f1f1f1;
	color:#000;
	line-height:18px;
	text-transform:none;
}





























































.cuadro_intro_hover{
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 258px;
}
.cuadro_intro_hover:hover .caption{
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform:translateY(-150px);
	-moz-transform:translateY(-150px);
	-ms-transform:translateY(-150px);
	-o-transform:translateY(-150px);
}
.cuadro_intro_hover img{
	z-index: 4;
}
.cuadro_intro_hover .caption{
	position: absolute;
	top:120px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.cuadro_intro_hover .blur{
	background-color: rgba(0,0,0,0.4);
	height: 300px;
	z-index: 5;
	position: absolute;
	width: 100%;
}
.cuadro_intro_hover .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 300px;
	text-align: center;
	top:0px;
	width: 100%;
}













/*************************************************/
/* comment */
/*************************************************/

.blog-content .sidebar-blog-content .row {
    padding: 0 0 50px 0;
    border-bottom: 0px solid #e2e2e2;
}







/*************************************************/
/* widget style GREEN */
/*************************************************/

.sidebar.widgetGreen {
	background-color:#8cc64e;
}

.blog-sidebar.widgetGreen .sidebar-heading {
    color: #fff;
}

.widgetGreen .list-group-item {
    background-color: transparent;
}
/*************************************************/
/* widget style GREY */
/*************************************************/

.sidebar.widgetGrey {
	background-color:#f0f0f0;
}

.blog-sidebar.widgetGrey .sidebar-heading {
    color: #444;
}

.widgetGrey .list-group-item {
    background-color: transparent;
}




















/*************************************************/
/* frontpage rovat style 1 "rovatStyle1" */
/*************************************************/

.rovatStyle1 h2.title a {
	display: inline-block;
    padding: 5px;
    background-color: transparent;
    color: #000;
    line-height: 20px;
    text-transform: none;
    border-left: 5px solid #8cc64e;
	letter-spacing:0px;
}

.rovatStyle2 h2.title a {
	display: inline-block;
    padding: 5px;
    background-color: #f1f1f1;
    color: #000;
    line-height: 20px;
    text-transform: none;
	letter-spacing:0px;
}

.rovatStyle3 h2.title a {
	display: inline-block;
    padding: 5px;
    background-color: #8cc64e;
    color: #fff;
    line-height: 20px;
    text-transform: none;
	letter-spacing:0px;
}

















.rotate {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
}














#mejs-controls {
	/*display: none;*/
	background: transparent;
}

#videoBannerBackCounter {
	display:none;
	background-color:#333;
	background-color: rgba(0,0,0,0.65);
	padding:5px;
	width:150px;
	text-align:center;
	float:right;
	position:relative;
	right:30px;
	bottom:50px;
	color:#FFF;
	font-size:10px;
}

#videoBannerBackCounter a {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#FFF;
}


.videoTitle {
	display: block;
	background-color: #333;
	background-color: rgba(0,0,0,.65);
	padding: 5px;
	width: 250px;
	text-align: center;
	position: relative;
	/*
  left: 0px;
	bottom: 50px;
  */
  left: 2px;
	bottom: 55px;
	color: #FFF;
	font-size: 20px;
	line-height:22px;
	overflow:hidden;
}



/*************************************** new ********************************************/



@media (min-width: 1200px) {
	.container {
		width: 1110px;
	}
}

hr {
    border-top: 1px solid #bbb;
}

.frontpage-category-block h1 span a {
    padding: 10px;
    background-color: #8cc64e;
    color: #FFF;
	margin-left:0px;
	margin-right:0px;
}

#mainContentBlock p {
    color: #000;
	font-size: 14px;
	line-height:22px;
}


.toolBarIcons i {
	border:1px solid #eee;
	padding:0px;
	line-height:38px;
	min-width: 38px;
	min-height: 38px;
	text-align:center;
	font-size:18px;
}

.frontpage-type-1 .textBox.inverse {
    height: auto;
}

.frontpage-type-1 .textBox .news-post {
    height: auto;
}




.videoTitle {
	display: block;
	background-color: #333;
	background-color: rgba(0,0,0,.65);
	padding: 5px;
	width: 270px;
	text-align: center;
	position: relative;
	/*
  left: 0px;
	bottom: 50px;
  */
  left: 2px;
	bottom: 95px;
	color: #FFF;
	font-size: 20px;
	line-height:22px;
	overflow:hidden;
}

.blog-sidebar .media .media-body h3 a {
    text-transform: none;
}

.start-button .btn, h1, h2 {
    text-transform: none;
}

.image-post .hover-box .inner-hover p {
    background: rgba(0,0,0,.65);
}

/* egyes k�p magass�ga */
.frontpage-type-3 .imgBox .imgBoxLead {
    height: 470px;
}

.frontpage-type-3 .image-post .hover-box .inner-hover {
    padding: 0px;

}

.frontpage-type-4 .textBox a {
    text-transform: uppercase;
	letter-spacing: 1px;
}

.frontpage-type-4 .textBox.inverse h2 a:hover {
    color: #000;
}

.rovatStyle1 h2.title a:hover, .rovatStyle2 h2.title a:hover {
    color: #8cc64e;
}

.rovatStyle3 h2.title a:hover {
    color: #000;
}

.rovatStyle4 {
margin-bottom:20px;
}

.rovatStyle4 h2.title a{
	display:inline-block;
	padding:5px;
	background-color:transparent;
	color:#000;
	line-height:20px;
	text-transform:none;
	letter-spacing:0;
	border-left: 5px solid #8cc64e;
	border-bottom: 0px solid #8cc64e;
    padding-left: 5px;
	text-transform:uppercase;
	
}

.rovatStyle4 h2.title a:hover {
    color: #8cc64e;
}


.blog-sidebar .blog-content h1.titleGreen {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    border-left: 3px solid #8cc64e;
    padding: 5px 10px;
    background-color: #8cc64e;
}

.blog-sidebar .blog-content h1.titleGreen a {
    color: #FFF;
}

.blog-sidebar .blog-content h1.titleGreen a:hover {
    color: #000;
}


a {
    color: #7a953c;
}

a:hover {
    color: #000;
}



hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nav-tabs {
    padding: 0px 0;
}

ul.nav-tabs li {
    margin: 10px 0 0;
}

ul.nav-tabs li a {
    border: 1px solid #f1f1f1;
}

.blog-sidebar .blog-content {
    padding: 15px 0;
}

.blog-sidebar .blog-content h1 a {
    font-size: 24px;
}

.blog-sidebar .blog-content h1 a {
    color: #1a1a1a;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
}

#mainContentBlock h1 {
	font-size: 24px;
	letter-spacing: 1.0px;
    font-weight: 700;
	color:#000;
	line-height:26px;
}

a {
    -webkit-transition: all .0s ease .0s;
    -moz-transition: all .0s ease .0s;
    -ms-transition: all .0s ease .0s;
    -o-transition: all .0s ease .0s;
    transition: all .0s ease .0s;
}

.zoom-thumb {
  position: relative;
  margin: 0%;
  overflow: hidden;
}
.zoom-thumb img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.blog-content .icon-holder {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 5px 0 20px;
}

.blog-content .icon-holder span {
    padding-right: 10px;
}









.navbar-form input[type=search] {
    width: 300px;
}
@media (max-width: 1100px) {
.navbar-form input[type=search] {
    width: 280px;
}
}

@media (max-width: 1040px) {
.navbar-form input[type=search] {
    width: 250px;
}
}

@media (max-width: 940px) {
.navbar-form input[type=search] {
    width: 210px;
}
}

@media (max-width: 991px) {

form.navbar-right {
    display: block;
}
}







.slider {
	width: 90%;
	margin: 10px auto;
}

.slick-slide {
  	margin: 0px 5px;
}

.slick-slide img {
  	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: white;
}



.slidingBannerRight {
	width:120px; height:500px; position:absolute; top:300px; right:0px;
}

.slidingBannerLeft {
	width:120px; height:500px; position:absolute; top:300px; left:0px;
}

.slidingBannerRight .sidebar, .slidingBannerLeft .sidebar {
	
	margin: 0px 0;
	padding: 0 0px;
	border: 0px solid #ddd;
	
}

@media (max-width: 1280px) {
	.slidingBanner {
		display:none;
	}
}

.blog-content button.szavazasButton {
	margin:0px;
}

.blog-content  iframe{
  padding-bottom  : 0px;
  margin-bottom:-30px;
}

.blog-sidebar ul {
    padding: 0px 0;
}


.mainContent ul {
	list-style: none;
    padding: 0;
    margin-left: 20px;
	color:#8cc64e;
} 

.mainContent ul li {
	display: list-item;
	margin:0px;
	padding:0px;
	color:#000;
} 

.mainContent ul li::before {
  content: "� ";
  content: "\f0c8";
  font-family: FontAwesome;
  font-size:16px;
  color:#8cc64e;
  margin-right:5px;
}

.mainContent ul.tartalomjegyzek {
	list-style: none;
    padding: 0;
    margin-left: 0px;
	color:#8cc64e;
	margin-top:20px;
	margin-bottom:20px;
} 

.mainContent ul.tartalomjegyzek li {
	display: list-item;
	margin:0px;
	padding:0px;
	color:#666;
	font-size:18px;
	line-height:26px;
	margin-bottom:0px;
	margin-left:27px;
} 

.mainContent ul.tartalomjegyzek li::before {
  content: "� ";
  content: "\f0c8";
  font-family: FontAwesome;
  font-size:26px;
  margin-left:-27px;
  color:#8cc64e;
  margin-right:5px;
}


.blog-sidebar .media .media-body h3 a.dtvMagazinTitle {
	font-size: 16px;
}

.navbar-form input[type=search] {
    color: #000;
	text-transform:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}




.totop {
	border-top:3px solid #8cc64e;
	position:fixed;
	bottom:0%;
	right:-520px;
	width:500px;
	height:auto;
	font-size:30px;
	padding:10px;
	color:white;
	
	background:#fff;
	z-index:9999;
	-webkit-box-shadow: -1px -1px 11px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow:    -1px -1px 11px 0px rgba(50, 50, 50, 0.62);
	box-shadow:         -1px -1px 11px 0px rgba(50, 50, 50, 0.62);
}

.totop a {
font-size:16px; }

.totop h4 {
	color:#000;
	border-left:3px solid #000;
	padding:5px 5px;
	font-size:14px; 
	margin-bottom:10px;
	font-weight:bold;
}

.totop p {
	font-size:12px; 
	color:#666;
	line-height:15px;
}


.blog-sidebar .media h3 {
    padding-top: 5px;
	line-height:18px;
}

.media-heading {
    margin-bottom: 0px;
}














/************************************************/
/* image overlay */
/************************************************/
.image-container {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.image-container:hover .image {
  opacity: 0.3;
}

.image-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #8cc64e;
  color: white;
  font-size: 30px;
  text-align:center;
  padding: 10px 10px;
	border-radius: 50%;
	width:80px;
	height:80px;
	}

figcaption {
	font-weight:bold;
	text-align:center;
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
}

.sidebar {
    margin: 10px 0;
}

.blog-sidebar .list-group-item.active, .blog-sidebar .list-group-item.active:focus, .blog-sidebar .list-group-item.active:hover, .blog-sidebar .sidebar-heading {
    letter-spacing: 0px;
}


.footer-wrapper ul.footerblog li, .footer-wrapper ul.footerblog li a {
    letter-spacing: 0px;
}


.footer-wrapper ul.footermenu li a {
    text-transform: none;
    letter-spacing: 0px;
}

.youtube-embed-wrapper {
	margin-bottom:20px;
}

.embeddedContent {
	margin-bottom:30px;
}


.btn-success{
    font-family         : 'Open Sans', sans-serif;
    text-transform      : uppercase;
    font-size           : 20px;
    color               : #fff;
    background-color    : #8cc64e;
    border              : 1px solid #fff;
}
.btn-success:hover,
.btn-success:focus{
    outline             : 0px;
    color               : #fff;
    /*background          :rgb(106, 34, 34) !important;*/
	background    		: #8cc64e;
    border              : 1px solid rgb(255, 255, 254) !important;
    -webkit-transition  : all 0.5s ease-in-out !important;
    -moz-transition     : all 0.5s ease-in-out !important;
    -o-transition       : all 0.5s ease-in-out !important;
    transition          : all 0.5s ease-in-out !important;
}











@media (max-width: 768px) {
.mobilHeaderBannerFix {
	max-height:100px;
}
}

@media (max-width: 468px) {
.mobilHeaderBannerFix {
	max-height:80px;
}
}

@media (max-width: 468px) {
.image-post .hover-box .inner-hover p.category-post {
    max-height: none;
    line-height: 18px;
}
}


iframe {
  /*width: 1px;*/
  min-width: 100%;
}

/* Speciális szabály a Facebook iframe-ekre */
iframe[src*="facebook.com"] {
  /*width: auto;*/
  min-width: auto;
  margin-bottom:0px;
}


.navbar-default {
	background: #f1f1f1;
    border-top: 1px solid #ccc;
}

.nevnap {
	font-size:12px; 
	padding-top:15px;
}

.frontVideoBlock,
.frontGaleriaBlock {
	margin-top: 0px;
	background:#fbfbfb;
}

.frontVideoBlock h1 {
	border-bottom: 1px solid #F0F;
}
.frontVideoBlock h1 a {
	background: #F0F;
}
.frontGaleriaBlock h1 {
	border-bottom: 1px solid #33a3f1;
}
.frontGaleriaBlock h1 a {
	background: #33a3f1;
}



/********************************************/
/* COOKIE EU */
/********************************************/
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  /*transform: translateX(-50%);*/
  background: white;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 0px;
  text-align: center;
  width: 90%;
  max-width: 500px;
}
.cookie-banner p,
.cookie-settings p {
  text-align: justify;
  margin-top:0px;
  margin-bottom:10px;
}
.cookie-settings {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 0px;
  text-align: center;
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
z-index: 1001;
height: 80%;
overflow-y: auto;
border: 2px solid;
border-color: rgb(224, 34, 34);
}
.settings-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.cookie-button {
  background: #007BFF;
  color: white;
  border: 2px solid;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 0px;
  cursor: pointer;
  width: auto;
  /*max-width: 200px;*/
  color: #FFFFFF;
  border-color: rgb(224, 34, 34);
  background-color: rgb(224, 34, 34);
}
.cookie-button:hover {
  background: #0056b3;
  border-color: rgb(224, 34, 34);
  background-color: rgba(224, 34, 34, 0.9);
}
.cookie-button.accept-necessary {
  color: rgb(224, 34, 34);
  border-color: rgb(224, 34, 34);
  background-color: rgb(255, 255, 255);
}
.cookie-button.accept-necessary:hover {
  color: 000;
  border-color: rgb(224, 34, 34);
  background-color: rgba(224, 34, 34, 0.1);
}
.cookie-button.open-settings {
  background: #ffc107;
  color: rgb(224, 34, 34);
  border-color: rgb(224, 34, 34);
  background-color: rgb(255, 255, 255);
}
.cookie-button.open-settings:hover {
  color: 000;
  border-color: rgb(224, 34, 34);
  background-color: rgba(224, 34, 34, 0.1);
}

.settings-options .toggle-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
.settings-options .toggle-switch input {
  display: none;
}
.settings-options .slider {
  position: relative;
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 20px;
  transition: background 0.3s;
}
.settings-options .slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  top: 1px;
  left: 2px;
  transition: transform 0.3s;
}
.settings-options .toggle-switch input:checked + .slider {
  background: rgb(224, 34, 34);
}
.settings-options .toggle-switch input:checked + .slider::before {
  transform: translateX(20px);
}
.settings-options .label-text {
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 600px) {
  .cookie-banner, .cookie-settings {
      width: 80%;
      padding: 10px;
  }
  .cookie-button {
      padding: 8px 16px;
      font-size: 14px;
  }
  .settings-options {
      align-items: flex-start;
  }
}

.cookie-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* A sötétedés mértéke */
z-index: 1000;
opacity: 0;
transition: opacity 0.3s ease;
}

.cookie-overlay.visible {
opacity: 1;
}
