/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  background-color: #eee;  
}

a, a:focus, a:hover, button, button:focus, button:hover, button:active { 
  text-decoration: none; 
  outline: none; 
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a {
  color: #000;
}
a:hover, a:focus {
  color: #009636;
  outline: 0 none !important;
  text-decoration: none;
}
img { border: none; outline: none; }
/* GRID COLUMBS */
#header .grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
#header .grid > * {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
/*************************************
*** PAGE WIDTH IF < 1399px ***************************
**************************************/ 
@media all and (max-width: 1399px) {
	#header,
    #main-content { 
      width: 100% !important;
    }	
}

/*************************************
*** NEW EVENT LINE ***************************
**************************************/ 
#legujabb-merkozes.legujabb-merkozes { }
#legujabb-merkozes.legujabb-merkozes #header-kovetkezo-merkozes {
  line-height: 30px;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.4;
  background-color: #009636;
}
#legujabb-merkozes.legujabb-merkozes .team a { 
  color: #f2f2f2;
}
#legujabb-merkozes.legujabb-merkozes .team a:hover { 
  color: #fff;
}

@media all and (max-width: 991px) {
  #header .row-middle { 
    margin-top: .5rem !important;
  }
  #legujabb-merkozes.legujabb-merkozes #header-kovetkezo-merkozes { 
    background-color: transparent;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; 
  }
  #legujabb-merkozes.legujabb-merkozes [class^="col-lg-"],
  #legujabb-merkozes.legujabb-merkozes [class*="col-lg-"]  { 
    text-align: center !important;    
  }
}
#header .paksfc_logo img.logo {
  max-width: 120px;
  max-height: 120px;
}
#header .sitetag {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #064000;
  text-transform: uppercase; 
}
#header .square svg.svg-inline--fa {
  font-size: 26px;  
}
#header .square svg.svg-inline--fa:nth-child(1) { color: #0c1c00; }
#header .square svg.svg-inline--fa:nth-child(2) { color: #0c3400; }
#header .square svg.svg-inline--fa:nth-child(3) { color: #0b7101; }
#header .square svg.svg-inline--fa:nth-child(4) { color: #00ff01; }

@media (max-width: 575px) {
  #header .sitetag {
    white-space: normal !important;
    font-size: 1.6rem;
  } 
}	
@media (max-width: 1199px) {
  .header-top-newspapers {
    display: block;
    margin: 15px auto;
    text-align: center;
  } 
}

#header .xurl-icons { }

@media (max-width: 1199px) {
  #header .xurl-icons {
    display: block;
    margin: 0 auto;
    text-align: center;
  } 
}

#header .xurl-icons [class^="e-social-"]::before, 
#header .xurl-icons [class*=" e-social-"]::before {
  color: #187b2a;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.5);
}

#header .xurl-icons span.contact a svg.fa-mobile-alt,
#header .xurl-icons span.ticket a svg.fa-ticket-alt,
#header .xurl-icons span.search-icon a svg.fa-search {
  color: #187b2a;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.5);  
}
#header .xurl-icons span.ticket a svg.fa-ticket-alt {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .xurl-icons span.search-icon a svg.fa-search {
  width: 25px !important;
  height: 25px !important;
}

#header-navigation { 
  background-color: transparent;
}
/* ============ desktop view ============ */
@media all and (min-width: 1199px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */
#header-navigation .navbar { 
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  #header-navigation .navbar { 
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

#header-navigation .navbar-dark .navbar-nav .nav-link {
  font-family: "Raleway", sans-serif;
  font-size: 15px; 
  font-weight: 700;
  color: #171717;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  height: 35px;
  -webkit-transition: all .3s ease-out !important;
  -moz-transition: all .3s ease-out !important;
  -o-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}
#header-navigation .navbar-dark .navbar-nav .nav-link:focus, 
#header-navigation .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #006203;
}
#header-navigation .dropdown-menu {
  min-width: 11rem;
  padding: .5rem 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
#header-navigation ul.dropdown-menu li {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700 !important;
  color: #171717;
  text-transform: uppercase;  
}
#header-navigation ul.dropdown-menu li a.dropdown-item {
  display: block;
  padding: .25rem 1rem;
  clear: both;
  color: #171717;
  text-align: inherit;
  text-decoration: none;
  padding: 10px 5px 10px 19px;
  text-transform: uppercase;
  background-color: transparent; 
  font-weight: 600 !important;
}
#header-navigation ul.dropdown-menu li a.dropdown-item:hover,
#header-navigation ul.dropdown-menu li a.dropdown-item:focus {
  color: #fff;
  background-color: #006203;
}
#header-navigation ul.dropdown-menu li a.dropdown-item.active,
#header-navigation ul.dropdown-menu li a.dropdown-item:active { 
  background-color: #f7f7f7;
  color: #006203;
}
/* Set the border color */ 
#header-navigation .navbar .navbar-toggler { 
  border-color: rgba(0,0,0,0.5); 
} 
#header-navigation .navbar .navbar-toggler:hover { 
  border-color: rgb(0,132,0); 
} 
/* Setting the stroke to green using rgb values (0, 128, 0) */ 
#header-navigation .navbar .navbar-toggler .navbar-toggler-icon { 
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
} 
#header-navigation .navbar .navbar-toggler:hover .navbar-toggler-icon { 
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,132,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
}

@media (max-width: 1199px) {
  .navbar-custom .navbar-collapse {
    padding: 15px;
  } 
}

#main-content {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 40px;
}

.news-sticky { 
  overflow: hidden;
}
.sticky-3-news { 
  overflow: hidden;
}
.sticky-3-news .sticky-featured-item { 
  background-color: #fff;
}
.sticky-3-news .sticky-featured-item .sticky-featured-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sticky-3-news .sticky-featured-item .sticky-news-image { 
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%; 
}
.sticky-3-news .sticky-featured-item .sticky-news-image:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
  background: linear-gradient(to top, #222 0%, transparent 100%);
  opacity:0.5;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity; 
  transition: 0.2s opacity;
}
.sticky-3-news .sticky-featured-item:hover .sticky-news-image:after {
  opacity:1;
}
.sticky-3-news .sticky-featured-item .sticky-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.sticky-3-news .sticky-featured-item:hover .sticky-news-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.sticky-3-news .sticky-featured-item .sticky-featured-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(56px);
  -moz-transform: translateY(56px);
  -o-transform: translateY(56px);
  -ms-transform: translateY(56px);
  transform: translateY(56px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
  width: 100%;
}

@media (max-width: 991px) { 
  .sticky-3-news .sticky-featured-item .sticky-featured-news-info {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -o-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);   
  }
}

.sticky-3-news .sticky-featured-item:hover .sticky-featured-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-3-news .sticky-featured-item .sticky-news-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px; 
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 10px 25px;
}

@media (max-width: 991px) { 
  .sticky-3-news .sticky-featured-item .sticky-news-category {
    font-size: 11px; 
    padding: 5px 10px;   
  }
}

.sticky-3-news .sticky-featured-item .sticky-featurednews-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.sticky-3-news .sticky-featured-item .sticky-news-title { 

}
.sticky-3-news .sticky-featured-item .sticky-news-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  .sticky-3-news .sticky-featured-item .sticky-news-title h2 {
    font-size: 16px;    
  }
}

.sticky-3-news .sticky-featured-item .sticky-news-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}
.sticky-3-news .sticky-featured-item .sticky-read-more {
  padding-top: 5px;
}
.sticky-3-news .sticky-featured-item .sticky-read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: .75rem;  
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-3-news .sticky-featured-item .sticky-read-more a:hover {
  background-color: #038a34;
}

@media (max-width: 991px) { 
  .sticky-3-news .sticky-featured-item .sticky-read-more a {
    font-size: 12px; 
    padding: 5px 0;    
  }
}


/* Other 2 Items */
.sticky-3-news .stickynews-item { 
  background-color: #fff;
}
.sticky-3-news .stickynews-item .stickynews-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sticky-3-news .stickynews-item .stickynews-image {
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%; 
}
.sticky-3-news .stickynews-item .stickynews-image:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity:0.5;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}
.sticky-3-news .stickynews-item:hover .stickynews-image:after {
	opacity:1;
}
.sticky-3-news .stickynews-item .stickynews-image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.sticky-3-news .stickynews-item:hover .stickynews-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.sticky-3-news .stickynews-item .sticky-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
  width: 100%;
}
.sticky-3-news .stickynews-item:hover .sticky-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-3-news .stickynews-item .stickynews-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 11px; 
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 5px 10px;
}
.sticky-3-news .stickynews-item .stickynews-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.sticky-3-news .stickynews-item .stickynews-title { 

}
.sticky-3-news .stickynews-item .stickynews-title h2 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  .sticky-3-news .stickynews-item .stickynews-title h2 {
    font-size: 16px;    
  }
}

.sticky-3-news .stickynews-item .stickynews-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}
.sticky-3-news .stickynews-item .sticky-read-more {
  padding-top: 5px;
}
.sticky-3-news .stickynews-item .sticky-read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 5px 0;  
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-3-news .stickynews-item .sticky-read-more a:hover {
  background-color: #038a34;
}

.sticky-5-news { 
  overflow: hidden;
}
.sticky-5-news .sticky-featured-item { 
  background-color: #fff;
}
.sticky-5-news .sticky-featured-item .sticky-featured-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sticky-5-news .sticky-featured-item .sticky-news-image { 
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%; 
}
.sticky-5-news .sticky-featured-item .sticky-news-image:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
  background: linear-gradient(to top, #222 0%, transparent 100%);
  opacity:0.5;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity; 
  transition: 0.2s opacity;
}
.sticky-5-news .sticky-featured-item:hover .sticky-news-image:after {
  opacity:1;
}
.sticky-5-news .sticky-featured-item .sticky-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.sticky-5-news .sticky-featured-item:hover .sticky-news-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.sticky-5-news .sticky-featured-item .sticky-featured-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(56px);
  -moz-transform: translateY(56px);
  -o-transform: translateY(56px);
  -ms-transform: translateY(56px);
  transform: translateY(56px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
  width: 100%;
}

@media (max-width: 991px) { 
  .sticky-5-news .sticky-featured-item .sticky-featured-news-info {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -o-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);   
  }
}

.sticky-5-news .sticky-featured-item:hover .sticky-featured-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-5-news .sticky-featured-item .sticky-news-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px; 
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 10px 25px;
}

@media (max-width: 991px) { 
  .sticky-5-news .sticky-featured-item .sticky-news-category {
    font-size: 11px; 
    padding: 5px 10px;   
  }
}

.sticky-5-news .sticky-featured-item .sticky-featurednews-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.sticky-5-news .sticky-featured-item .sticky-news-title { 

}
.sticky-5-news .sticky-featured-item .sticky-news-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  .sticky-5-news .sticky-featured-item .sticky-news-title h2 {
    font-size: 16px;    
  }
}

.sticky-5-news .sticky-featured-item .sticky-news-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}
.sticky-5-news .sticky-featured-item .sticky-read-more {
  padding-top: 5px;
}
.sticky-5-news .sticky-featured-item .sticky-read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: .75rem;  
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-5-news .sticky-featured-item .sticky-read-more a:hover {
  background-color: #038a34;
}

@media (max-width: 991px) { 
  .sticky-5-news .sticky-featured-item .sticky-read-more a {
    font-size: 12px; 
    padding: 5px 0;    
  }
}


/* Other 4 Items */
.sticky-5-news .stickynews-item { 
  background-color: #fff;
}
.sticky-5-news .stickynews-item .stickynews-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sticky-5-news .stickynews-item .stickynews-image {
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%; 
}
.sticky-5-news .stickynews-item .stickynews-image:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity:0.5;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}
.sticky-5-news .stickynews-item:hover .stickynews-image:after {
	opacity:1;
}
.sticky-5-news .stickynews-item .stickynews-image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.sticky-5-news .stickynews-item:hover .stickynews-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.sticky-5-news .stickynews-item .sticky-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
  width: 100%;
}
.sticky-5-news .stickynews-item:hover .sticky-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-5-news .stickynews-item .stickynews-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 11px; 
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 5px 10px;
}
.sticky-5-news .stickynews-item .stickynews-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.sticky-5-news .stickynews-item .stickynews-title { 

}
.sticky-5-news .stickynews-item .stickynews-title h2 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  .sticky-5-news .stickynews-item .stickynews-title h2 {
    font-size: 16px;    
  }
}

.sticky-5-news .stickynews-item .stickynews-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}

.sticky-5-news .stickynews-item .sticky-read-more {
  padding-top: 5px;
}
.sticky-5-news .stickynews-item .sticky-read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 5px 0;  
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
.sticky-5-news .stickynews-item .sticky-read-more a:hover {
  background-color: #038a34;
}



/*************************************
*** BREAKING NEWS ********************
**************************************/
#breaking-news {

}
#breaking-news .breaking-news-inner {
  background-color: #f2f2f2;
  margin: 5px 0 5px 0;
  padding: 0;
}
#breaking-news .news {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 14px; 
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  background-color: #009636;
  margin: 0;
  padding: 0 20px;
  vertical-align: top;
  text-transform: uppercase;
}
#breaking-news .news:after {
  position: absolute;
  content: "";
  right: -40px;
  border-left: 20px solid #009636;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0px;
  z-index: 1;
}
#breaking-news .breaking-news a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  line-height: 40px;
  margin: 0;
}
#breaking-news .breaking-news a p {
  display: inline-block;
  margin: 0;
}
#breaking-news .dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 2px !important;
  background-color: #009636;
  border-radius: 50%;
}

#banner.banner { 
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#latestnews-container {
  overflow: hidden;
  padding: 20px 30px;
  background-color: #fff;
  margin: 0;
}

@media (max-width: 991px) { 
  #latestnews-container {
    padding: 15px 10px;   
  }
}

#latestnews-container .latest-caption {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 26px; 
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-caption {
    font-size: 18px;    
  }
}

#latestnews-container .latest-news { 
  overflow: hidden;
}
#latestnews-container .latest-news .featured-item { 
  background-color: #fff;
}
#latestnews-container .latest-news .featured-item .featured-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
#latestnews-container .latest-news .featured-item .news-image { 
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%; 
}
#latestnews-container .latest-news .featured-item .news-image:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
  background: linear-gradient(to top, #222 0%, transparent 100%);
  opacity:0.5;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity; 
  transition: 0.2s opacity;
}
#latestnews-container .latest-news .featured-item:hover .news-image:after {
  opacity:1;
}
#latestnews-container .latest-news .featured-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
#latestnews-container .latest-news .featured-item:hover .news-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
#latestnews-container .latest-news .featured-item .featured-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(56px);
  -moz-transform: translateY(56px);
  -o-transform: translateY(56px);
  -ms-transform: translateY(56px);
  transform: translateY(56px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  width: 100%;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .featured-item .featured-news-info {
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);  
  }
}

#latestnews-container .latest-news .featured-item:hover .featured-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s; 
  transition: .5s;
}
#latestnews-container .latest-news .featured-item .news-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 10px 25px;  
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .featured-item .news-category {
    font-size: 11px; 
    padding: 5px 10px;   
  }
}

#latestnews-container .latest-news .featured-item .featurednews-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
#latestnews-container .latest-news .featured-item .news-title { 

}
#latestnews-container .latest-news .featured-item .news-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .featured-item .news-title h2 {
    font-size: 16px;    
  }
}

#latestnews-container .latest-news .featured-item .news-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}
#latestnews-container .latest-news .featured-item .read-more {
  padding-top: 5px;
}
#latestnews-container .latest-news .featured-item .read-more a { 
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: .75rem;
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .featured-item .read-more a {
    font-size: 12px; 
    padding: 5px 0;    
  }
}

#latestnews-container .latest-news .featured-item .read-more a:hover {
  background-color: #038a34;
}


/* OTHER NEWS TO RIGHT */
#latestnews-container .latest-news .latestnews-item .latestnews-item-image {
  overflow: hidden;
  margin-bottom: 15px;
}
#latestnews-container .latest-news .latestnews-item .latestnews-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;  
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
#latestnews-container .latest-news .latestnews-item:hover .latestnews-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
#latestnews-container .latest-news .latestnews-item .latestnews-item-content { }
#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-category { 

}
#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-category a { 
  font-family: "Raleway", sans-serif;
  font-size: 10px; 
  font-weight: 700;
  color: #fff;
  line-height: 2;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 3px 5px;
}
#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-category a:hover { 
  color: #adeac5;  
}
#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-title { }
#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px 0;
  line-height: 1.4;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-title h2 {
    font-size: 20px;    
  }
}

#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-date { 
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #767676;
  padding-bottom: 5px;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-date {
    font-size: 14px;    
  }
}

#latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-summary {
  padding: 0 0 5px 0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #444;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .latestnews-item .latestnews-item-content .news-summary {
    font-size: 14px;    
  }
}

#latestnews-container .latest-news .latestnews-item .read-more { }
#latestnews-container .latest-news .latestnews-item .read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #198754;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative; 
  padding: 3px 6px;
}

@media (max-width: 991px) { 
  #latestnews-container .latest-news .latestnews-item .read-more a {
    font-size: 12px;    
  }
}

#latestnews-container .latest-news .latestnews-item .read-more a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#latestnews-container .latest-news .latestnews-item .read-more a:hover::before, 
#latestnews-container .latest-news .latestnews-item .read-more a:focus::before, 
#latestnews-container .latest-news .latestnews-item .read-more a:active::before {
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#latestnews-container .latest-news .latestnews-item  .read-more a:hover {
  color: #1d1d1c;
}

.view-item { 
  margin: 0 0 15px 0;
  background: #fff;
  padding: 50px;  
}

@media (max-width: 991px) {
	.view-item { 
      padding: 10px;
    }	
}

.view-item .view-item-wrapper { 
  position: relative;
}
.view-item .view-item-mainimage {
  margin: 0; 
  padding: 0;
  max-height: 600px;
  overflow: hidden; 
}
.view-item .view-item-mainimage img {
  width: 100%;
  height: auto;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
}

.view-item .view-item-title {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.view-item .view-item-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 50px; 
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .view-item .view-item-title {
    padding: 10px;
  }
  .view-item .view-item-title h2 {
    font-size: 18px;  
  } 
}

.view-item .view-item-date { 
  font-family: "Raleway", sans-serif;
  font-size: 20px; 
  font-weight: 600;
  color: #010101;
  line-height: 1.2;
  padding: 0 0 30px 0;
}

@media (max-width: 991px) {
  .view-item .view-item-date {
    font-size: 14px;  
  } 
  .view-item .view-summary {
    font-size: 16px; 
  }
}

.view-item .view-item-date span { 
  color: #484848;
}
.view-item .view-campaign {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.view-item .view-item-body,
.view-item .view-item-extended {
  font-family: sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .view-item .view-item-body,
  .view-item .view-item-extended {
    font-size: 14px; 
  } 
}

.view-item .view-item-body div,
.view-item .view-item-extended div,
.view-item .view-item-body p,
.view-item .view-item-extended p {
  padding-bottom: 5px;
  margin-bottom: 0 !important;
}


.view-item .view-item-body img,
.view-item .view-item-extended img,
.view-item .view-item-images img { 
  max-width: 100%;
  height: auto;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 0;
}
.view-item .view-item-tags { 
  padding: 15px 0;
}
.view-item .view-item-tags a { 
  padding: 10px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #ebebeb;
  color: #747474;
  font-weight: bold;
  margin: 3px 2px;
  display: inline-block;
}
.view-item .view-item-tags a:hover { 
  color: #009639;
}

.related-news-outer {
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 991px) {
  .related-news-outer {
    padding: 10px;
  } 
}

.e-related { }
.e-related .related-news-caption {
  margin: 0 0 20px 0;
}
.e-related .related-news-caption h2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700; 
  color: #010101;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .e-related .related-news-caption h2 {
    font-size: 20px;
  } 
}

.e-related .related-news-items { }
.e-related .related-item { }
.e-related .related-item .related-news-image {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.e-related .related-item .related-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.e-related .related-item:hover .related-news-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1); 
}
.e-related .related-item .related-news-header {
  margin: 0 0 15px 0;
  padding: 10px 0 15px 0;
}
.e-related .related-item .related-news-header .related-news-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #010101;
  line-height: 1;  
  margin-top: 0;
}
.e-related .related-item .related-news-header .related-news-title h4 a {
  color: #010101;
}
.e-related .related-item .related-news-header .related-news-title h4 a:hover {
  color: #009639;
}
.e-related .related-item .related-news-header .related-date { 
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #010101;
  line-height: 1; 
}

@media (max-width: 991px) {
  .e-related .related-item .related-news-header .related-date {
    font-size: 14px;
  } 
}

.e-related .related-item .related-news-header .related-summary { 
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  line-height: 1.2; 
}

.news-view-pagination { 
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 50px;
}
.news-view-pagination .page-item { }
.news-view-pagination .page-item .prev-image img,
.news-view-pagination .page-item .next-image img { 
  width: 60px;
  height: 60px;
  object-fit: cover; 
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.news-view-pagination .page-item .prev-details,
.news-view-pagination .page-item .next-details {  }
.news-view-pagination .page-item .prev-details .prev-lan,
.news-view-pagination .page-item .next-details .next-lan { 
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  line-height: 1.1; 
}
.news-view-pagination .page-item .prev-details .prev-title,
.news-view-pagination .page-item .next-details .next-title { 
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #010101;
  line-height: 1.2; 
}

.view-item .view-item-share {
  margin: 20px 0 30px 0;
  padding: 0;
}

@media (max-width: 991px) {
  .view-item .view-item-share .btn-group {
    display: block;
  } 
  .view-item .view-item-share a.social-share {
    display: block;
  } 
}

.view-item .view-item-share a.social-share {
  display: inline-block;   
  border-color: transparent;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 15px;
  margin: 0 3px 5px 3px;
  background-color: #009636;
} 
.view-item .view-item-share a.social-share:after { 
  content: attr(aria-label); 
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;  
  padding-left: 4px; 
  text-transform: none;
}
.view-item .view-item-share a.social-share i[class*='e-social-'],
.view-item .view-item-share a.social-share i[class^='e-social-'] {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0 5px 0 0;
  border-right: 1px solid #fff;
}
.view-item .view-item-share a.social-share:hover {
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))); 
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);  
}

@media (max-width: 991px) {
  .view-item .view-item-share a.social-share {
    display: block;
    width: 100%;
  } 
}

#footer {
  overflow: hidden;
  padding: 40px 20px;
  background-color: #fff;
}
#footer .supporters-header {
  overflow: hidden;    
}
#footer .supporters-header h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  text-decoration: underline;
}
#footer .supporters {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer .supporters img {
  max-height: 60px;
}
#footer .footer-siteinfo {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 1.2;
}

#main-content .main-box { }
#main-content .main-box-title { }
#main-content .main-box-title h2 { }
#main-content .main-box-body { }

#main-content .news-box { }
#main-content .news-box-title { 
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 10px 20px 10px 20px;
  background-color: #009636;
}
#main-content .news-box-title::after {
  position: absolute;
  content: "";
  right: -40px;
  border-left: 20px solid #009636;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 0px;
  z-index: 1;
}
#main-content .news-box-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
#main-content .news-box-body { }

#cpage-view.cpage-view { 
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 991px) {
	#cpage-view.cpage-view { 
      padding: 10px;
    }	
}

#cpage-view.cpage-view .cpage-item-title { }
#cpage-view.cpage-view .cpage-item-title h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #010101;
  line-height: 1.2;
}

#cpage-view.cpage-view .cpage-body {
  font-family: sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.3;
}

@media (max-width: 991px) {
  #cpage-view.cpage-view .cpage-body {
    font-size: 14px; 
  } 
}

#cpage-view.cpage-view .cpage-item-tags {
  padding: 15px 0;
}
#cpage-view.cpage-view .cpage-item-tags a {
  padding: 10px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #ebebeb;
  color: #747474;
  font-weight: bold;
  margin: 3px 2px;
  display: inline-block;
}
#cpage-view.cpage-view .cpage-view-share {
  margin: 20px 0 30px 0;
  padding: 0;
}
#cpage-view.cpage-view .cpage-view-share a.social-share {
  display: inline-block;   
  border-color: transparent;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 15px;
  margin: 0 3px 5px 3px;
  background-color: #009636;
} 

@media (max-width: 991px) {
  #cpage-view.cpage-view .cpage-view-share .btn-group {
    display: block;
  } 
  #cpage-view.cpage-view .cpage-view-share a.social-share {
    display: block;
  } 
}

#cpage-view.cpage-view .cpage-view-share a.social-share:after { 
  content: attr(aria-label);
  font-family: "Raleway", sans-serif; 
  font-size: 12px;
  font-weight: 600;
  color: #fff;  
  padding-left: 4px; 
  text-transform: none;
}
#cpage-view.cpage-view .cpage-view-share a.social-share i[class*='e-social-'],
#cpage-view.cpage-view .cpage-view-share a.social-share i[class^='e-social-'] {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 0 5px 0 0;
  border-right: 1px solid #fff;
}
#cpage-view.cpage-view .cpage-view-share a.social-share:hover {
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))); 
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);  
}

@media (max-width: 991px) {
  #cpage-view.cpage-view .cpage-view-share a.social-share {
    display: block;
    width: 100%;
  } 
}

#cpage-view.cpage-view .cpage-campaign {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}


/*************************************
*** CPAGE RELATED NEWS *******
**************************************/
.cpage-related {
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 50px;
}
.e-related { }
.e-related .cpage-related-caption {
  margin: 0 0 20px 0;
}
.e-related .cpage-related-caption h2 {
  font-family: "Raleway", sans-serif;
  font-size: 26px; 
  font-weight: 700;
  color: #010101;
  line-height: 1.2;
}
.e-related .cpage-related-items { }
.e-related .cpage-related-item { }
.e-related .cpage-related-item .cpage-related-image {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.e-related .cpage-related-item .cpage-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.e-related .cpage-related-item:hover .cpage-related-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1); 
}
.e-related .cpage-related-item .cpage-related-header {
  margin: 0 0 15px 0;
  padding: 10px 0 15px 0;
}
.e-related .cpage-related-item .cpage-related-header .cpage-related-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #010101;
  line-height: 1;  
  margin-top: 0;
}
.e-related .cpage-related-item .cpage-related-header .cpage-related-title h4 a {
  color: #010101;
}
.e-related .cpage-related-item .cpage-related-header .cpage-related-title h4 a:hover {
  color: #009639;
}
.e-related .cpage-related-item .cpage-related-header .cpage-related-date { 
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #010101;
  line-height: 1; 
}
.e-related .cpage-related-item .cpage-related-header .cpage-related-summary { 
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  line-height: 1.2; 
}

.bottomside-box { 
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 15px;
}
.bottomside-box-title { 
  margin: 0 0 15px 0;
}
.bottomside-box-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 20px; 
  font-weight: 700;
  color: #010101;
  line-height: 1.2;
  text-transform: uppercase;
}
.bottomside-box-body { }

.default-news { 
  overflow: hidden;
}

.default-news .default-news-item { 
  background-color: #fff;
  margin: 0 0 30px 0;
}
.default-news .default-news-item .default-news-item-wrapper { 
  position: relative;
  height: 100%;
  overflow: hidden;
}
.default-news .default-news-item .default-news-image-main { 
  overflow: hidden;
  display: block;
  max-width: 100%;
  max-height: 400px; 
}
.default-news .default-news-item .default-news-image-main:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
  background: linear-gradient(to top, #222 0%, transparent 100%);
  opacity:0.5;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity; 
  transition: 0.2s opacity;
}
.default-news .default-news-item:hover .default-news-image-main:after {
  opacity:1;
}
.default-news .default-news-item .default-news-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
  -webkit-transition: all .5s ease-out !important;
  -moz-transition: all .5s ease-out !important;
  -o-transition: all .5s ease-out !important;
  -ms-transition: all 0.5s ease; 
  transition: all .5s ease-out !important;  
}
.default-news .default-news-item:hover .default-news-image-main img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
.default-news .default-news-item .default-news-info {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(56px);
  -moz-transform: translateY(56px);
  -o-transform: translateY(56px);
  -ms-transform: translateY(56px);
  transform: translateY(56px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  width: 100%;
}

@media (max-width: 991px) { 
  .default-news .default-news-item .default-news-info {
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);  
  }
}

.default-news .default-news-item:hover .default-news-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.default-news .default-news-item .default-news-category { 
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #038a34;
  background-color: #009636;
  padding: 10px 25px;
}

@media (max-width: 991px) { 
  .default-news .default-news-item .default-news-category {
    font-size: 11px; 
    padding: 5px 10px;   
  }
}

.default-news .default-news-item .default-news-title-date { 
  background-color: rgba(0,0,0,0.6);
  padding: .75rem 1.5rem;
}
.default-news .default-news-item .default-news-title { 

}
.default-news .default-news-item .default-news-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

@media (max-width: 991px) { 
  .default-news .default-news-item .default-news-title h2 {
    font-size: 16px;    
  }
}

.default-news .default-news-item .default-news-date { 
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #bab9b9;
  margin: .5rem 0;
}


/* DEFAULT NEWS READ MORE */
.default-news .default-news-item .default-item-read-more {
  padding-top: 5px;
}
.default-news .default-news-item .default-item-read-more a {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: .75rem;
  border: 1px solid #038a34;
  background-color: #009636;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (max-width: 991px) { 
  .default-news .default-news-item .default-item-read-more a {
    font-size: 12px; 
    padding: 5px 0;    
  }
}

.default-news .default-news-item .default-item-read-more a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.default-news .default-news-item .default-item-read-more a:hover {
  background-color: #038a34;
}

.pageinfo-box {
  background-color: #fff;
  padding: 80px;
  border: 20px solid #fff;
  box-shadow: 0px 0px 0px 5px rgb(240, 240, 240) inset;
}

@media (max-width: 991px) {
	.pageinfo-box { 
      padding: 20px;
    }
}

.pageinfo-box h4.pageinfo-title {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: -.03em;
  margin-bottom: 25px;
}
.pageinfo-box .pageinfo-body { 
  font-family: sans-serif;
  font-size: 14px; 
}

#page-contactinfo { }

/* CONTACT MAP STYLE */
#page-contactinfo .contact-map-wrap {
  overflow: hidden;
  width: 100%;
  height: 400px;
} 
#page-contactinfo iframe.sc-contact-map {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
#page-contactinfo .contactinfo-info {
  background-color: #fff;
  padding: 20px 0;
}
#page-contactinfo h4.my-company { 
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: -.03em;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #535353;
}
#page-contactinfo .contactinfo-info .icon {
  font-size: .9rem;
  color: #fff;
  height: 50px;
  width: 50px;
  background-color: #7e7e7e;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}
#page-contactinfo .contactinfo-info .icon .svg-inline--fa {
  height: 26px;
  width: 26px;
}
#page-contactinfo .contactinfo-info p {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #8c8c8c;
}
#page-contactinfo .contactinfo-info p span {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
#page-contactinfo .contactinfo-info .custom-message { 
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #8c8c8c;
}

#page-contactinfo #contactForm { }
#page-contactinfo #contactForm input {
  margin: 5px 0 10px 0;
}
#page-contactinfo #contactForm input.form-control,
#page-contactinfo #contactForm .tbox { 
  background-color: #fbfbfb !important;
  border: 1px solid #cacaca;
  color: #1a1a1a;
}
#page-contactinfo #contactForm input.btn {
  display: block;  
  margin: .25rem .125rem .25rem auto;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  moz-border-radius: 0.25rem;
  -khtml-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;  
  color: #fff;
  line-height: 1.5;
  background-color: #198754;
  border: 1px solid #198754;
  text-align: center;
  vertical-align: middle;
}
#page-contactinfo #contactForm input.btn:hover {
  color: #fff;
  background-color: #157347;
  border: 1px solid #146c43;
}
#page-contactinfo .contactinfo-info .contact-address address {
  margin-bottom: 0;
}


#searchform.form-horizontal {
  padding: 0 30px;
  margin: 20px 0 0 0;
}

.search-result-box { 
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 991px) {
	.search-result-box { 
      padding: 10px;
    }
}

.search-result-box-title { 
  margin: 0 0 20px 0;
}
.search-result-box-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #353535;
}
.search-result-box-body { }
ul#search-results-page { }
ul#search-results-page li { 
  margin: 0 0 15px 0;
}
ul#search-results-page li:after {
  content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0; /* This will center the border. */
  width: 50%; /* Change this to whatever width you want. */
  padding-top: 20px; /* This creates some space between the element and the border. */
  border-bottom: 1px solid #cecece; /* This creates the border. Replace black with whatever color you want. */
}
ul#search-results-page li h4 { }
ul#search-results-page li span { }


.adatbank-box { 
  margin: 0 0 15px 0;
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 991px) {
	.adatbank-box { 
      padding: 10px;
    }	
}

.adatbank-box .adatbank-title { }
.adatbank-box .adatbank-title h2 { 
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #010101;
  line-height: 1.2;
}
.adatbank-box .adatbank-body { }

#jatekosok { }
#jatekosok .jatekosok-header h2,
#vezetoseg .vezetoseg-header h2 { 
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #010101;
  line-height: 1.2;
}
#jatekosok .jatekosok-kapusok h3,
#jatekosok .jatekosok-vedok h3,
#jatekosok .jatekosok-kozeppalyasok h3,
#jatekosok .jatekosok-csatarok h3 { 
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #242b31;
  text-transform: uppercase;
  line-height: 1.4;
}
#jatekosok .jatekos-image-outer {
  overflow: hidden;
  border: 1px solid #7a7a7a;
}
#jatekosok a.jatekos-hover .jatekos-image {
  background: url(images/team-background.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#jatekosok a.jatekos-hover:hover .jatekos-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
#jatekosok .jatekos-image-big {
  background: url(images/team-background.jpg) no-repeat top center;
  background-size: cover;
}
#jatekosok .jatekos-neve {
  width: 100%;
  height: 40px;
  border: 1px solid #7a7a7a;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#jatekosok a.jatekos-hover:hover .jatekos-neve {
  background-color: #009636;
  border: 1px solid #009636;
}
#jatekosok .jatekos-neve .szam { 
  width: 20%;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #009636;
  border-right: 1px solid #7a7a7a;
}
#jatekosok .jatekos-neve .nev { 
  width: 80%;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #242b31;
  line-height: 1.2;
  text-transform: uppercase;
}
#jatekosok a.jatekos-hover:hover .jatekos-neve .szam,
#jatekosok a.jatekos-hover:hover .jatekos-neve .nev {
  color: #fff;
} 
#jatekosok a.jatekos-hover:hover .jatekos-neve .szam {
  border-right: 1px solid #009636;
} 

#szakmai-stab { }
#szakmai-stab .szakmai-stab-header h2 { 
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #010101;
  line-height: 1.2;
}
#szakmai-stab .szakmai-stab-image-outer {
  overflow: hidden;
  border: 1px solid #7a7a7a;
}
#szakmai-stab a.szakmai-stab-hover .szakmai-stab-image {
  background: url(images/team-background.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#szakmai-stab a.szakmai-stab-hover:hover .szakmai-stab-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
#szakmai-stab .szakmai-stab-image-big {
  background: url(images/team-background.jpg) no-repeat top center;
  background-size: cover;
}
#szakmai-stab .szakmai-stab-neve {
  width: 100%;
  height: 40px;
  border: 1px solid #7a7a7a;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#szakmai-stab a.szakmai-stab-hover:hover .szakmai-stab-neve {
  background-color: #009636;
  border: 1px solid #009636;
}
#szakmai-stab .szakmai-stab-neve .nev { 
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #242b31;
  line-height: 1.2;
  text-transform: uppercase;
}
#szakmai-stab a.szakmai-stab-hover:hover .szakmai-stab-neve .nev {
  color: #fff;
} 

#vezetoseg { }
#vezetoseg .vezetoseg-header h2 { 
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #010101;
  line-height: 1.2;
}
#vezetoseg .vezetoseg-image-outer {
  overflow: hidden;
  border: 1px solid #7a7a7a;
}
#vezetoseg a.vezetoseg-hover .vezetoseg-image {
  background: url(images/team-background.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#vezetoseg .vezetoseg-image {
  width: 100%;
}
#vezetoseg a.vezetoseg-hover:hover .vezetoseg-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}
#vezetoseg .vezetoseg-neve {
  width: 100%;
  height: 40px;
  border: 1px solid #7a7a7a;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in;  
}
#vezetoseg a.vezetoseg-hover:hover .vezetoseg-neve {
  background-color: #009636;
  border: 1px solid #009636;
}
#vezetoseg .vezetoseg-neve .nev { 
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #242b31;
  line-height: 1.2;
  text-transform: uppercase;
}
#vezetoseg a.vezetoseg-hover:hover .vezetoseg-neve .nev {
  color: #fff;
} 

#shop-wapper { }
#shop-wapper .shop-header h4 { 
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  line-height: 1.2;
}

@media (max-width: 991px) {
	#shop-wapper .shop-header h4 { 
      font-size: 18px;
    }
    #shop-wapper .shop-header .lead { 
      font-size: 14px;
    }	
}

#shop-wapper .shop-item-image {
  max-width: 300px;
}
#shop-wapper .shop-item  { 
  max-width: 300px;
  height: 105px;
  background-color: #009636;
}
#shop-wapper .shop-item-name {  
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase; 
}
#shop-wapper .shop-item-price { 
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #9fffbb;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  #shop-wapper .shop-item-image,
  #shop-wapper .shop-item {
    max-width: 100%;  
  } 
}

#carouselAutoplaying,
#carouselAutoplaying-2 { 
  height: 600px;
}
#carouselAutoplaying .carousel-item,
#carouselAutoplaying-2 .carousel-item {
  height: 600px;
}
#carouselAutoplaying .carousel-item img, 
#carouselAutoplaying-2 .carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover; 
}

@media(max-width: 1199px){
  #carouselAutoplaying,
  #carouselAutoplaying-2, 
  #carouselAutoplaying .carousel-item,
  #carouselAutoplaying-2 .carousel-item,
  #carouselAutoplaying .carousel-item img,
  #carouselAutoplaying-2 .carousel-item img {
    height:auto;
  }
}

#carouselAutoplaying .carousel-caption h5,
#carouselAutoplaying-2 .carousel-caption h5 { }
#carouselAutoplaying .carousel-caption h5 a,
#carouselAutoplaying-2 .carousel-caption h5 a { 
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase; 
  text-shadow: #000 0.1em 0.1em 0.2em;
}
#carouselAutoplaying .carousel-caption h5 a:hover,
#carouselAutoplaying-2 .carousel-caption h5 a:hover { 
  color: #009636;
}
#carouselAutoplaying .carousel-caption p,
#carouselAutoplaying-2 .carousel-caption p { 
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

.ytm-wapper,
.soundcloud-wapper { }
.ytm-wapper .video-container,
.soundcloud-wapper .podcast-container { }
.ytm-wapper .video-container img { 
  width: 100%;
  height: auto;
  border: 6px solid #ccc;
}
.soundcloud-wapper .podcast-container { 
  border: 6px solid #ccc;
}
.ytm-wapper .movie-title,
.soundcloud-wapper .podcast-title {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #187b2a;
  line-height: 1.2;
  padding: 10px 0 0 0;
}
.bottom-count { 
  font-family: sans-serif;
  font-size: 14px;
  color: #606060;
  line-height: 1.2;
}
.ytm-view { }
.video-container-info { 
  font-family: sans-serif;
  font-size: 12px;
  color: #606060;
  line-height: 1.2;
}

#stadion-info { }
#stadion-info .hely { 
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  line-height: 1.2;
}
#stadion-info .row-1,
#stadion-info .row-3,
#stadion-info .row-5,
#stadion-info .row-7,
#stadion-info .row-9,
#stadion-info .row-11 {
  background-color: rgba(247,247,247,1);
}
#stadion-info .jegyarak-header h4,
.terkep .megkozelites h4 { 
  font-family: "Raleway", sans-serif;
  color: #313131;
  font-weight: 700;
}
#stadion-info .row[class^="row-"],
#stadion-info .row[class*="row-"] {
  color: #313131;
}


#kapcsolat-info.kapcsolat-info { }
#kapcsolat-info.kapcsolat-info h4.title { 
  font-family: "Raleway", sans-serif;
  color: #1e1e1e;
  font-weight: 700;
}
#kapcsolat-info.kapcsolat-info .address { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 5px 0; }
#kapcsolat-info.kapcsolat-info .phone { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 5px 0; }
#kapcsolat-info.kapcsolat-info .email { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 5px 0; }
#kapcsolat-info.kapcsolat-info .fax { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 5px 0; }
#kapcsolat-info.kapcsolat-info .editor { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 5px 0; }
#kapcsolat-info.kapcsolat-info .submit { font-family: "Raleway", sans-serif; font-size: 15px; color: #242424; padding: 15px 0 10px 0; }

#liga-tabella .liga-tabella-logo img { 
  max-width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#liga-tabella th,
#liga-tabella td { padding: 5px; }
#liga-tabella .liga-tabella-hely,
#liga-tabella .liga-tabella-team,
#liga-tabella .liga-tabella-merkozes,
#liga-tabella .liga-tabella-pont {
  font-size: 13px;
}

#liga-esemeny-elozo { margin-bottom: 15px; }
#liga-esemeny-elozo caption h6 { margin-bottom: 0; }
#liga-esemeny-elozo td { 
  padding: 3px; 
}
#liga-esemeny-elozo td div[class*="col-"],
#liga-esemeny-elozo td div[class^="col-"] { 
  padding-left: 2px; 
  padding-right: 2px; 
}
#liga-esemeny-elozo img { 
  max-width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.podcast-box { 
  background: #fff url(images/podcast.png) no-repeat center center;
  background-size: cover;
  padding: 15px 30px;
}
.podcast-title { }
.podcast-title h4 { 
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.podcast-body { }

.tbox{  
  font: 12px Arial; 
  color: #555; 
  background: #fff !important;  
  margin: 2px 0; 
  padding: 6px; 
  border: 1px solid #eee;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
}
.tbox.chatbox { 
  width: 100% !important;
  max-width: 100% !important;
  color: #555; 
  background: #fff;
  padding: 6px; 
  margin: 0 auto; 
  border: 1px solid #eee;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
} 

.btn,
.btn-default,
.btn-primary,
.button {
  background-color: #009636;
  border: 1px solid #009636;
  padding: 0.375rem 0.75rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  border-radius: 0.375rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn:hover,
.btn-default:hover,
.btn-primary:hover,
.button:hover {
  color: #fff;
  background-color: #01802f;
  border: 1px solid #146c43;
}
.btn:active, .btn.active,
.btn-default:active, .btn-default.active,
.btn-primary:active, .btn-primary.active, 
.button:active, .button.active {
  color: #fff;
  background-color: #01802f;
  border: 1px solid #146c43;
}
.btn.disabled, .btn[disabled],
.btn.disabled:hover, .btn[disabled]:hover,
.btn-default.disabled, .btn-default[disabled],
.btn-default.disabled:hover, .btn-default[disabled]:hover,
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover, .btn-primary[disabled]:hover,
.button.disabled, .button[disabled],
.button.disabled:hover, .button[disabled]:hover {
  color: #fff;
  background-color: #009636;
  border: 1px solid #009636;
}

ul.breadcrumb {
  background-color: #ebebeb;
}
ul.breadcrumb li {
  color: #000;
}

.progress {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f5f5f5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {   
  background-color: #5bc0de;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  
  background-repeat: repeat-x;    
  background-size: 40px 40px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  -o-transition: width 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s;
  -khtml-transition: width 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s;
  transition: width 0.6s ease 0s;
  width: 0;
}

.pagination-wrapper {
  text-align: center;
  margin: 20px 0 40px 0;
}
.pagination {
  display: inline-block !important;
  height: 70px;
  margin-top: 0;
  padding: 0;
  border-radius: 35px;
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .pagination {
    height: 50px;
    margin-top: 50px;
    padding: 0 10px;
    border-radius: 25px;
  }
}
.page-numbers {
  display: block;
  padding: 0 25px;
  float: left;
  transition: 400ms ease;
  font-family: "Montserrat-Bold", sans-serif;
  color: #595959;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 70px;
}
.page-numbers:hover, .page-numbers.current {
  background-color: #009636;
  color: #fff;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: transparent;
  color: #009636;
}
@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }
  .page-numbers:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }
  .page-numbers:nth-of-type(2)::after {
    content: "...";
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }
  .page-numbers:nth-child(-n+3), .page-numbers:nth-last-child(-n+3) {
    display: block;
  }
  .page-numbers:nth-last-child(-n+4) {
    padding-right: 14px;
  }
  .page-numbers:nth-last-child(-n+4)::after {
    content: none;
  }
}

small { font-size: 85%; }
small span.label { clear: both; display: block; padding: 5px 10px; }
.smalltext { font: 11px Arial; } 
.smallblacktext { font: 11px Arial; }  
.defaulttext { font: 12px Arial; }
.mediumtext { font: 12px Arial; }

blockquote { 
  font: italic 20px Arial; 
  background: transparent;
  border-left: 5px solid #9b9b9b;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #9b9b9b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* MISC */ 
/* form { margin: 2px 0px 0px 0px; }  */

p { padding-bottom: 6px; }
.spacer{ padding: 0; }
hr { 
  width: 100%;
  height: 1px;
  width: 100%;
  background-color: #f0f0f0;
  border-top: 1px solid #dfdfe0;
  margin: 20px auto;
} 
.helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; }
