/*
Theme Name: ujkorhu
Theme URI: http://ujkor.hu
Author: Kiss Dávid
Author URI: https://weblap-grafika.hu
Description: theme
Version: 2.06
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ujkorhu
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ujkorhu is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*REDESIGN*/
span.top_row {
	width: 100%;
    display: block;
    height: 55px;
	    background: #307dab;
}

.top_buttons {
    width: auto;
    float: right;
    display: inline-block;
    margin-top: 5px;	
}

.top_buttons a:nth-child(1) {
    color: black;
    border: 1px solid;
    border-radius: 30px;
    padding: 10.5px 50px;
    display: inline-block;	
}

.top_buttons a:nth-child(2) {
    color: white;
    border: 1px solid;
    border-radius: 30px;
    padding: 10.5px 50px;
    display: inline-block;
	margin-left: 5px;
}

.top_buttons a:nth-child(1):hover {
    color: white;
    background: #535252;
    border: 1px solid #535252;
}

.top_buttons a:nth-child(2):hover {
    color: #535252;
    background: white;
    border: 1px solid white;
}

.socialIcons {
    width: auto;
    float: left;
    display: inline-block;
    margin-top: 5px;
}

.socialIcons img {
	   margin-right: 5px;
}

#logo {
    display: inline-block;
    float: left;	
    -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.headLine {
    width: 100%;
    position: absolute;
    height: 8px;
    background: #535252;
    z-index: 0;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slider-hatter {
    overflow: hidden;
    max-height: 796px;
    position: relative;
}

.slider-hatter img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 1;	
}

.slider-hatter-ol {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: -webkit-fill-available;
}

#slider-container {
	position: absolute;
    z-index: 3;
	left: 50%;
    transform: translate(-50%, 0);
}


.slick-slider {
margin-top: 8px;
}

.recent-post-slider .slick-slide {
    max-height: 796px;
    position: relative;
}

.recent-post-slider .slick-dots {
    top: inherit !important;
}

.page-content .recent-post-slider .slick-dots li button {
    border-radius: 0% !important;
    width: 20px !important;
    height: 10px !important;
	background: rgb(255 255 255) !important;
}

.page-content .recent-post-slider .slick-dots li button:hover {
    border-radius: 0% !important;
    width: 17px !important;
    height: 10px !important;
    background: rgb(48, 125, 172) !important;
    margin: 0px 3px !important;
    padding: 0px 9px !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

.page-content .recent-post-slider.design-1 .post-image-bg {
    right: 0;
    top: 7vw;
    width: 65%;
    height: auto;
    max-height: 508px;
    position: absolute;
    z-index: 1;
}

.page-content .recent-post-slider.design-1 .post-content-left {
    z-index: 1;
    left: 0;
    top: 2.5vw;
    width: 33%;
    background: none;
    border: none;
    color: white !important;
	padding: 0;
}

.recent-post-slider.design-1 .recentpost-categories {
    display: inline-block;
    background: #ffffff;
    padding: 2px 13px;	
}

.recent-post-slider.design-1 .recentpost-categories a {
	color: #307dab !important;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 25px;	
}

.recent-post-slider.design-1 h2.wp-post-title {
	margin-top: 40px !important;	
}

.recent-post-slider.design-1 h2.wp-post-title a {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 38px;
    color: white;
    line-height: 42px;
}

.recent-post-slider.design-1 .wp-post-content {

}

.recent-post-slider.design-1 .wp-post-content .wp-sub-content {
    font-size: 17px;
    font-weight: 600;
    margin-top: 35px;	
}

.recent-post-slider.design-1 .wp-post-content a.readmorebtn {
	background: #307dab;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px !important;
    display: inline-block;
    padding: 13px 40px;	
}

.recent-post-slider.design-1 .wp-post-content a.readmorebtn:hover {
	border: 2px solid white;
	color: white;
	background: none;
	}

.recent-post-slider.design-1 span.kek-kocka {
    width: 384px;
    display: block;
    height: 508px;
    background: #307dab;
    position: relative;
    z-index: 0;
    left: 9vw;	
}

#primary-front {
    border-top: 1px solid;
    padding-top: 0px;
}

.col-md-4 {
    width: 33.33333333% !important;
    max-width: inherit !important;
    padding: 0 !important;
}

h3.kategoria-fejlec {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 0;
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
}

h3.kategoria-fejlec::after {
	content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #307dab;
    top: 16px;
    left: 32px;
    position: relative;
    float: left;
}


.legujabb-cikkek .col-md-4 {
	
}

.legujabb-cikkek .lc-container {
	border: 1px solid #e2e2e2;		
	width: 94%;
	border-radius: 4px;
}

.legujabb-cikkek .lc-container:hover {
	border: 1px solid #307dab;		
}

.lc-container1 {
	float: left;
}

.lc-container2 {
	display:block;
	margin:auto;
}

.lc-container3 {
	float: right;
}

.legujabb-cikkek .lc-fejlec {
    position: relative;	
}

.legujabb-cikkek .legujabb-kategoria {
    position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 1;
}

.legujabb-cikkek .legujabb-kategoria p {
	margin-bottom: 0;
    font-family: 'Open Sans';
    font-size: 18px;
    background: #307dab;
    padding: 2px 15px;
    border-radius: 4px 4px 0px 0px;
}

.legujabb-cikkek .legujabb-kategoria p a {
	color: white;
	font-weight: 600;
}

.legujabb-cikkek img {
    position: relative;	
}

.legujabb-cikkek h4 {
	padding: 0 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;	
	margin-top: 25px;
}

.legujabb-cikkek h4 a {
	color: #535252;
}

.legujabb-cikkek h4 a:hover {
	color: #307dab;
}

.legujabb-cikkek p {
    padding: 0 30px;
    font-family: 'Montserrat';		
}

.legujabb-cikkek {
    border-bottom: 1px solid;
	padding-bottom: 30px;
    margin-bottom: 20px;
}


.kategoria-fejlec a {
    color: #535252;
    position: relative;
    width: auto;
    display: inline-grid;
    float: left;
}

.legujabb-cikkek h3:hover {
	
}

.legujabb-cikkek:hover {
	background: inherit !important;
}

.legujabb-cikkek h3::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #307dab;
  /*  top: -9px !important;*/
    left: 15px;
    position: relative;
    float: none !important;
}

.legujabb-cikkek h3:hover::after {
	right: inherit !important;
    transform: inherit !important;
    position: inherit !important;
    width: 58px !important;
}

.kategoria-fejlec a:hover {
	color: #307dab;
	cursor: pointer;
    width: auto;
    display: inline-block;
    background: white;
    z-index: 1;
    position: relative;
    padding-right: 30px;
}

h3.kategoria-fejlec:hover::after {
	width: auto;

    position: absolute;

}

.one-half {
    padding: 0 30px 0px 0px;
}

.one-half .post .col-xs-6, .fullwidth_article .col-xs-6 {
	padding: 0;	
}

.one-half-last {
	border-left: 1px solid;
    padding: 0 0px 0px 30px;
}




.one-half .post {
    margin-bottom: 30px;
}
/*
.one-half .post:hover {
    border: 1px solid #307dac;
    border-radius: 4px;
}
*/


.one-half .post .thumb {
	
}

.one-half .byline, .one-half .categories, .fullwidth_article .byline, .fullwidth_article .categories {
	display: none;
}

.one-half .post h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;	
	    padding-left: 20px;
}

.one-half .post h4 a {
    color: #535252;
    letter-spacing: -1px;
}

.one-half .post h4 a:hover {
    color: #307dac;
}

.one-half .post span.irta {
    text-decoration: none;
        padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}

.one-half .post span.irta a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;	
}


.irta a:hover {
    text-decoration: overline !important;
 
}

.one-half .post span.posted-on {
	    padding-left: 20px;
}

.one-half .post span.posted-on a {
	color: #a3a3a3;	
}

.fullwidth_article {
    background: #313131;
}

.fullwidth_article .content-wrapper {
	background: none;
}

.fullwidth_article h3 {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
	text-align: center;
}

.fullwidth_article h3 a {
	color: white;
}

.fullwidth_article h3::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: 15px;
}


.fullwidth_article h3::before {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: -15px;
}


.fullwidth_article img {
    width: 95%;
    float: left;
    border: 1px solid white;
	image-rendering: pixelated;
}

.fullwidth_article h4 {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 900;
    margin-top: 0;
    letter-spacing: 1px;
	line-height: 32px;
}

.fullwidth_article h4 a  {
	color: white;
}

.fullwidth_article h4 a:hover  {
	color: #307dab;
}

.fullwidth_article .fwa_bluebox {
    width: 284px;
    display: block;
    height: 19vw;
    background: #307dab;
    position: absolute;
    z-index: 0;
    left: 9vw;
}

.fullwidth_article .one-half-last {
    padding: 0 0px 0px 30px;
	border: 0;
}

.fullwidth_article .irta {
    display: block;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}

.fullwidth_article .irta a  {
	
}

.fullwidth_article .irta a:hover {
		color: white ;
}

.fullwidth_article .posted-on {
    display: block;
    font-family: 'Open Sans';
}

.fullwidth_article span.posted-on a {
	color: white !important;
	font-weight:100;
}

.fullwidth_article span.posted-on a:hover {
	color: white !important;
	font-weight:100;	
}

p.exc {
    text-align: justify;
    line-height: normal;
    color: white;
    font-size: 16px;

}

.fullwidth_article .readmorebtn {
	background: #307dab;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px !important;
    display: inline-block;
    padding: 13px 40px;	
}

.fullwidth_article .readmorebtn:hover {
	border: 2px solid #307dab;
	color: #307dab;
	background: none;
}

div.fullwidth_article > div > div > div:nth-child(1) {
    padding: 0px 10px 0px 0px;
}


.kategoria-fejlec-kcek {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
    text-align: center;
}

.kategoria-fejlec-kcek a {
	color: #313131;
}

.kategoria-fejlec-kcek::before {
	content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: -15px;
}

.kategoria-fejlec-kcek::after {
	content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: 15px;
}

.kategoria-fejlec-kcek a:hover {
	color: #313131;
}

.padd-left {
	padding: 0 0px 0px 30px;
}

.kcikkekategoria {
	padding: 0 10px 0px 0px;	
}

.kckep {
	position: relative;
}

.kcikkekategoria img {
    width: 100%;	
}

.kcikkekategoria .activity {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    padding: 5px 30px;
    border-radius: 4px 4px 0 0;
}

.kcikkekategoria .activity .posted-on {
    display: block;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat';

}

.kcikkekategoria .activity .posted-on a {
    font-weight: 400;
    color: #9c9c9c;
}

.kcikkekategoria .activity .irta {
    display: block;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat';
    font-weight: 100;
}

.kcikkekategoria h4.entry-title {
	font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 800;
    margin-top: 15px;
    letter-spacing: -1px;
    line-height: 30px;	
}


.kcikkekategoria h4.entry-title a {
	color: #535252;
	
}

.kcikkekategoria h4.entry-title a:hover {
	color: #307dab;
}

.kcikkekategoria p.exc {
    color: #535252;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;	
}  

.row.gtafc {
    border-bottom: 1px solid;
}

.ko_container {
	margin-top: 20px;
}

.ko_container .oktatasi-anyagok {
	margin-bottom: 30px;
}

.ko_container .tamogatas-kep {
	margin-bottom: 30px;
}

.ko_container .facebook-box {
	margin-bottom: 30px;
}

.fullwidth_article_maxi {
	
}

.maxi-half {
	padding: 0;
}

.maxi-half-last {
    transform: scale(1.04);
    left: 1%;
	max-width: 960px;
	float:left;
}

.maxi-half-first {
	background: #307dab;
}

.maxi-half-first .inner-maxi {
	max-width: 607.5px;
    width: 100%;
    padding-left: 20px;
    padding-right: 4vw;
    padding-top: 5%;
    float: right;
	background: #307dab; /* Old browsers */
	background: -moz-linear-gradient(left,  #307dab 0%, #307dab 70%, #4b4b4b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #307dab 0%,#307dab 70%,#4b4b4b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #307dab 0%,#307dab 70%,#4b4b4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307dab', endColorstr='#4b4b4b',GradientType=1 ); /* IE6-9 */

	
}

.maxi-half-first .inner-maxi .kategoria-fejlec-fw {
    display: inline-block;
    background: #ffffff;
    padding: 2px 13px;
    font-size: 25px;
}

.maxi-half-first .inner-maxi .kategoria-fejlec-fw:hover {
    background: none;
	border: 1px solid #313131;
}

.maxi-half-first .inner-maxi .kategoria-fejlec-fw a {
	color: #307dab;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 25px;	
}

.maxi-half-first .inner-maxi .kategoria-fejlec-fw a:hover {
	color: #313131;
}

.maxi-half-first .inner-maxi h4.entry-title {
    margin-top: 40px;
    margin: 5px 0;
    line-height: 22px;
	margin-bottom: 20px;
}

.maxi-half-first .inner-maxi h4.entry-title a {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 38px;
    color: white;
    line-height: 42px;	
}

.maxi-half-first .inner-maxi h4.entry-title a:hover {
    color: #313131;
}

.maxi-half-first .byline, .maxi-half-first .categories {
	display: none;
}

.maxi-half-first .inner-maxi .activity {
	
}

.maxi-half-first .inner-maxi .activity .irta {
	
}

.maxi-half-first .inner-maxi .activity .irta a {
    color: white;
}

.maxi-half-first .inner-maxi .activity .posted-on {
	
}

.maxi-half-first .inner-maxi .activity .posted-on a {
    color: white;
}

.maxi-half-first .inner-maxi .activity .posted-on a::before {
	content: "|\00a0\00a0\00a0";
}

.maxi-half-first .inner-maxi .exc {
	font-size: 17px;
    font-weight: 600;
    margin-top: 35px;	
}

.maxi-half-first .inner-maxi .readmorebtn {
    background: #313131;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px !important;
    display: inline-block;
    padding: 13px 40px;		
}

.maxi-half-first .inner-maxi .readmorebtn:hover {
    background: none;
    border: 1px solid #313131;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px !important;
    display: inline-block;
    padding: 13px 40px;		
}


.maxi-kep {
	
}

.maxi-kep img {
	
}


h3.kategoria-fejlec-tamogatok {
	color: #313131;	
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
    text-align: center;
}

h3.kategoria-fejlec-tamogatok::before {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: -15px;	
}

h3.kategoria-fejlec-tamogatok::after {
	content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #317dab;
    position: relative;
    top: -9px;
    left: 15px;	
}

.tamogatok-content {
display: block;
    margin: auto;
    width: auto;
    text-align: center;	
}

.container.content-wrapper.tamogatok {
    border-bottom: 1px solid;
    margin-bottom: 20px;	
    padding-bottom: 25px;
}

.tamogatok-content p  {
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.tamogatok-content p img {
    margin: 0 20px;
}

.row.ketkat {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 30px;	
}

.row.ketkat .padd-left {
    border-left: 1px solid !important;
}

.row.ketkat .kcikkekategoria {
	padding: 0;
}

.wpsisac-slick-carousal.design-6 .slick-dots {
    bottom: -20px !important;
}

.ajanlott_container {
    border-bottom: 1px solid;
    padding-bottom: 30px;
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px;
}

.partnerek_container {
	
}

.box-separate  {
    border-bottom: 1px solid;
    height: 1px;
    display: block;
    margin-bottom: 30px;
    padding-top: 10px;	
}

.lablec-adatok table {
	border: none;
}

#colophon > div.row.container > div:nth-child(1) {
	padding-right: 30px !important;
}

#colophon > div.row.container > div:nth-child(2) {
    text-align: center;
	border-left: 1px solid #2a6c97;
	border-right: 1px solid #2a6c97;
	min-height: 250px;
    display: block;
}

#colophon > div.row.container > div:nth-child(2) a {
    display: block;
    transform: translateY(50%);
}

#colophon > div.row.container > div:nth-child(3) {
	padding-left: 30px !important;
}


#colophon .col-6 {
	
}

.breadcrumbs {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: inherit;
    background-color: white;
    padding: 10px 10px 10px 10px !important;
    margin-top: 8px;
    border-bottom: 1px solid;
    text-align: center;
    z-index: 1;
    position: relative;
	font-size: 13px;
}



#breadcrumbs-style0 > li:last-child > a > strong {
    font-weight: 400;
    
}

.cikk_meta_box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0;	
	margin-bottom: 20px;
	height: 32px;
}


.cikk_meta_box p {
    display: inline-block;
    margin: 0 20px 0 0;
}

.cikk_meta_box .posted-on {
	float: right;
    font-weight: bold;
}

.cikk_meta_box .categories {
	display: none;
}

.social-icons {
	display: inline-block;
    position: relative;
    top: -2px;
}

.social-icons a {
	display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    overflow: hidden;
}

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.tamogatok_container_sidebar {
    background: rgb(244,246,248) !important;
    background: linear-gradient(180deg, rgba(244,246,248,1) 0%, rgba(243,243,243,1) 51%, rgba(244,246,248,1) 100%) !important;
    padding-top: 0px !important;
}
 
 .partnereink_container_sidebar {
    background: rgb(244,246,248) !important;
    background: linear-gradient(180deg, rgba(244,246,248,1) 0%, rgba(243,243,243,1) 51%, rgba(244,246,248,1) 100%) !important;
    padding-top: 0px !important;	 
 }
 */
 
 
.type-post > div > div > h3 {
	 font-weight: 700;
 }
 
 
article[class*='category-'] > div.content-entry > header.entry-header > h3.entry-title {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 800;
    margin-top: 0px;
    letter-spacing: -1px;
    line-height: 30px;
}


article[class*='category-'] > div.content-entry > div.exc {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: normal;
}

.search-main-page h1 {
	font-size: 38px;
    line-height: 36px;
    padding: 0px 0;
    margin-bottom: 18px;
    font-weight: 900;
    margin-top: 0;	
}

.site-main .search-content {
    border-top: 1px solid #eaeaea;
    margin-top: 0px;
    padding-top: 20px;
}

.site-main .search-content:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.search-main-page header.page-header {
    border-bottom: 0;
    margin-bottom: 0;
}


.search-main-page div.content-entry > .excerpt-entry {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: normal;
}

.search-main-page div.content-entry > header.entry-header > h3.entry-title {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 800;
    margin-top: 0px;
    letter-spacing: -1px;
    line-height: 30px;
}

.recent-post-slider.design-1 .post-content-left a:nth-of-type(2) {
	margin-left:5px;
	padding-left:5px;
}

.recent-post-slider.design-1 .post-content-left a:nth-of-type(2)::before {
	content: "|";
    padding-right: 5px;
}

.searchbtn_container {
	display: none;
}

.tamogatok_container_sidebar  {
	background: #f4f6f7;
	margin-bottom: 30px;
	padding: 0 2%;
}

.tamogatok_container_sidebar img {
    mix-blend-mode: multiply;
}

.partnereink_container_sidebar {
	background: #f4f6f7;
	margin-top: 15px;
	padding: 0 2%;
}

.partnereink_container_sidebar img {
    mix-blend-mode: multiply;	
}

#media_image-19 {
    border-bottom: 1px solid black !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.partnereink_container_sidebar::before {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    position: relative;
    top: -15px;
}

.tamogatok_container_sidebar aside::after, .partnereink_container_sidebar aside::after {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: relative;
    bottom: -15px;
}



/*REDESIGN END*/
.css-events-list table.events-table td {
    padding: 8px;
}
#em-wrapper > p:nth-child(3) {
	display:none;
}

.fbiframe_box {
	width: 100% !important;
}


.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: left;
	margin: 0px 0;
	overflow: hidden;
}

.post-navigation .screen-reader-text {
    font-size: 20px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
	    margin-bottom: 12px; 
}
/*
.posts-navigation:after {
content: "";
    background: #535252;
    width: 240px;
    height: 9px;
    display: block;
    margin-top: 7px;
}
*/

.entry-content p, .entry-content p span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 20px;
}

.type-post .entry-content p:nth-child(1) {
	font-weight: 600;
}

.rtejustify {
	text-align: justify;
}

.rtecenter{
	text-align: center;
}

.rteleft {
	text-align: left;
}

.rteright {
	text-align: right;
}


.search-content > div.content-entry > div.post-meta.activity > span.categories {
	display:none;
}

.search-main-page {
position: relative;
    top: -28px;
}

#header-sticky-wrapper {
height: auto !important;
}




.wpsisac-slick-carousal .slick-dots li button:hover {
    background: #424347 !important;
    margin: 0px !important;
    padding: 0px !important;

    border-radius: 50% !important;
    width: 13px !important;
    height: 13px !important;
}



#primary-menu li:nth-child(1) {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;	
}

#primary-menu li:nth-child(2) {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;	
}

#primary-menu li:nth-child(3) {
    -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;	
}

#primary-menu li:nth-child(4) {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;	
}

#primary-menu li:nth-child(5) {
    -webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2.5s; /* Firefox < 16 */
        -ms-animation: fadein 2.5s; /* Internet Explorer */
         -o-animation: fadein 2.5s; /* Opera < 12.1 */
            animation: fadein 2.5s;		
}

#primary-menu li:nth-child(6) {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;		
}

#primary-menu li:nth-child(7) {
    -webkit-animation: fadein 3.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3.5s; /* Firefox < 16 */
        -ms-animation: fadein 3.5s; /* Internet Explorer */
         -o-animation: fadein 3.5s; /* Opera < 12.1 */
            animation: fadein 3.5s;		
}

#primary-menu li:nth-child(8) {
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;	
}

#primary-menu li:nth-child(9) {
    -webkit-animation: fadein 4.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4.5s; /* Firefox < 16 */
        -ms-animation: fadein 4.5s; /* Internet Explorer */
         -o-animation: fadein 4.5s; /* Opera < 12.1 */
            animation: fadein 4.5s;	
}

#primary-menu li:nth-last-child(2) a::after {
    content: "|";
    display: inline;
    margin: auto 10px;
    font-size: 20px;
	
}


.wpsisac-slick-carousal .slick-dots li button {
    background: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 1px solid #424347;
    border-radius: 50% !important;
    width: 13px !important;
    height: 13px !important;
}
.wpsisac-slick-carousal .slick-dots li.slick-active button {
    background: #307dac !important;
	border: 2px solid #307dac;
}
.wpsisac-slick-carousal button.slick-prev {
    background: rgba(255,255,255,0.7) url(/wp-content/themes/ujkorhu/images/left_hover.png) center center no-repeat !important;
    background-size: 30px !important;
    outline: none !important;
}

.wpsisac-slick-carousal button.slick-prev:hover, .wpsisac-slick-carousal button.slick-prev:focus {
    background: rgba(255,255,255,0.7) url(/wp-content/themes/ujkorhu/images/left_hover_g.png) center center no-repeat !important;
    background-size: 30px !important;
    outline: none !important;
}

.wpsisac-slick-carousal.design-6 .slick-arrow {
    top: 17% !important;
	    z-index: 1;
}

.wpsisac-slick-carousal button.slick-next {
    background: rgba(255,255,255,0.7) url(/wp-content/themes/ujkorhu/images/right_hover.png) center center no-repeat !important;
    background-size: 30px !important;
    outline: none !important;
}

.wpsisac-slick-carousal button.slick-next:hover, .wpsisac-slick-carousal button.slick-next:focus {
    background: rgba(255,255,255,0.7) url(/wp-content/themes/ujkorhu/images/right_hover_g.png) center center no-repeat !important;
    background-size: 30px !important;
    outline: none !important;	
	
}

.oldalakCim {
    text-align: center;
    width: 100% !important;
    border-bottom: 10px solid #307dac;
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover {
    background: #535252;
}	

#wpadminbar {
    direction: ltr;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: rgba(83, 82, 82, 0.7);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    min-width: 150px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 30px;
}	

.nav-previous a, .nav-next a {
	color: #313131 !important;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next, .nav-next {
	float: right;
    min-width: 150px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 30px;
}

.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover, .nav-next:hover {
    background: #535252;
}



ul.related_post li a {
    letter-spacing: 0px !important;
}

#secondary-sticky-wrapper.is-sticky {
    float: right;
    width: 284px;	
	padding-bottom: 140px;
}

#secondary-sticky-wrapper.is-sticky #secondary {
    padding-bottom: 200px;
}

.nav-previous a::before,
.nav-next a::after {
	font-family: FontAwesome;
}
.nav-previous a::before {
	content: "<<";
    display: inline-block;
    top: 0;
	left: 0;
    position: relative;
    font-weight: 900;
    font-family: cursive;
    margin-right: 30px;
    margin-top: 10px;
}
.nav-next a::after {
    content: ">>";
    display: inline-block;
    top: 0;
    right: 0;
    position: relative;
    font-weight: 900;
    font-family: cursive;
    margin-left: 30px;
    margin-top: 10px;
}

#text-2 > div > p > iframe {
	height: 210px;
}

.nav-links {
    display: block;
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 0px;
}

.posts-navigation .nav-previous:hover {
	    background: none;
}

.posts-navigation .nav-next:hover {
    background: none;
}

.posts-navigation .nav-previous a:hover {
	    color: #307dab !important;
}

.posts-navigation .nav-next a:hover {
	    color: #307dab !important;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f9f9f9;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {

}
.entry-footer {
	clear: both;
	overflow: hidden;
}
.archive .page-title,
.archive .taxonomy-description {
	font-size: 38px;
    line-height: 36px;
    padding: 0px 0;
    margin-bottom: 0px;
    font-weight: 900;
    margin-top: 0;
	position: relative;
}

.classic .page-title, .classic .taxonomy-description {
	font-size: 38px;
    line-height: 36px;
    padding: 0px 0;
    margin-bottom: 18px;
    font-weight: 900;
    margin-top: 0;	
}

.classic h4.page-title::after, .search-main-page h1::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #307dab;
    position: relative;
    left: 15px;
    bottom: 12px;
}

.error-404 .page-title::after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #307dab;
    position: relative;
    left: 15px;
    bottom: 12px;	
}

.error-404 .page-title::before {
    content: "";
    display: inline-block;
    width: 58px;
    height: 2px;
    background: #307dab;
    position: relative;
    right: 15px;
    bottom: 12px;	
}

.taxonomy-description {
	font-size: 20px !important;
    text-align: justify;
    font-weight: 100 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    color: black;
}
.archive .taxonomy-description p {
    margin: 0;
    font-size: 20px;
    color: #535252;
}
.archive .page-header {
	margin: 0px 0 10px;
    border: 0;
}
.error404 .content-area {
	text-align: center;
}
.error404 .widgettitle {
	font-size: 25px;
	margin-top: 30px;
}

.excerpt-entry .page-links{
	display:none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
			
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;			
}

body {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	background: #fff;
	color: #767676;
}

a {
	text-decoration: none;
	/*
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;*/
}

a:hover,
a:focus {
	text-decoration: none;
	    color: #535252;
	outline: 0;/*
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;*/
}

img {
	max-width: 100%;
	height: auto;
}

#recent_posts_b-4 > div > div > div > div.thumb > a > img {
	width:100%
}

.img-left {
	margin: 0 33px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 33px !important;
	float: right;
}

b, strong {
	font-weight: 700;
}

p {
	margin: 0 0 20px; 
}

blockquote {
    display: inline-block;
    line-height: 28px;
    margin: 7px 0 25px;
    padding: 18px 25px;
    position: relative;
    border: 0;
    background: #f3f5f6;
    border-bottom: 1px solid;
	width: 100%;
}

.type-post .entry-content blockquote p {
    text-align: justify !important;
    font-family: 'Open Sans' !important;
    color: #000000;
    letter-spacing: -0.2px;
    line-height: 22px;
    font-weight: 500 !important;
}

/*
blockquote p::before {
	content: "“";
    font-size: 150px;
    font-family: serif;
    position: absolute;
    left: 0;
    top: 72px;
    color: #307dab;
    letter-spacing: inherit;
    line-height: 1px;
    font-weight: 900;
}
*/


.margin-t30 { margin-top: 30px; }
.margin-t50 { margin-top: 50px; }
.margin-t70 { margin-top: 70px; }
.margin-b30 { margin-bottom: 30px; }
.margin-b50 { margin-bottom: 50px; }
.margin-b70 { margin-bottom: 70px; }
.padding-l30 { padding-left: 30px; }
.padding-l50 { padding-left: 50px; }
.padding-l70 { padding-left: 70px; }
.padding-r30 { padding-right: 30px; }
.padding-r50 { padding-right: 50px; }
.padding-r70 { padding-right: 70px; }

h1 { font: 52px/1.1 "Droid Serif", sans-serif;}
h2 { font: 42px/1.1 "Droid Serif", sans-serif;}
h3 { font: 32px/1.1 "Droid Serif", sans-serif;}
h4 { font: 25px/1.1 "Droid Serif", sans-serif;}
h5 { font: 20px/1.1 "Droid Serif", sans-serif;}
h6 { font: 18px/1.1 "Droid Serif", sans-serif;}

h1, h2, h3, h4, h5, h6 {
	color: #424347;
	margin: 10px 0 24px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 28px;
	color: #fff;
	background-color: #16a1e7;
	box-shadow: none;
	border: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #767676;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 45px;
	padding: 4px 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b9b9b9;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b9b9b9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b9b9b9;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

/* Header
-------------------------------------------------------------- */


#media_image-2 > a {
    display: block;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.widget_media_image > a {
    display: block;
    margin: auto;
    text-align: center;
}


.top-header {
	background-color: #fff;
	border-bottom: 3px solid #ebebeb;
}

.top-header .languages {
	position: relative;
}

.top-header .languages .l-current {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 44px;
	padding-right: 25px;
	padding-left: 32px;
	cursor: pointer;
}

.top-header .languages .l-current:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 18px;
	height: 13px;
	background: url(../images/en_flag.png) no-repeat center center;
}

.top-header .languages .l-current:after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #f7f7f7;
	line-height: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.top-header .languages .l-list {
	position: absolute;
	right: left;
	top: 44px;
	z-index: 999;
	width: 124px;
	list-style: none;
	text-align: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
	-webkit-transform: translate(30px, 0);
	   -moz-transform: translate(30px, 0);
	    -ms-transform: translate(30px, 0);
	     -o-transform: translate(30px, 0);
	        transform: translate(30px, 0);
   -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
       -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
           transition: all 0.2s ease;
}

.top-header .languages .l-list li a {
	display: block;
	position: relative;
	line-height: 37px;
	color: #959595;
	padding-right: 48px;
	border-top: 1px solid #f5f5f5;
	background-color: #ebebeb;
   -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
       -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
           transition: all 0.2s ease;
}

.top-header .languages .l-list li a:hover {
	background-color: #f5f5f5;
}

.top-header .languages .l-list li:first-child a {
	border: 0;
}

.top-header .languages .l-list li a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 21px;
	width: 18px;
	height: 13px;
	background: url(../images/en_flag.png) no-repeat center center;	
}

.top-header .languages .l-list li.russian a:after {
	background: url(../images/ru_flag.png) no-repeat center center;	
}

.top-header .languages .l-list li.german a:after {
	background: url(../images/ge_flag.png) no-repeat center center;	
}

.top-header .languages:hover .l-list {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
}

.top-header .toplink {
	margin: 0;
}

.top-header .toplink li {
	display: inline-block;
	margin-left: 17px;
	line-height: 44px;
}

.top-header .toplink li a {
	font-size: 14px;
	color: #959595;
	line-height: 42px;
}

.main-header {
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 70%);
    position: relative;
}
.main-header .col-md-4 {
padding-left: 0;
    display: block;
    margin: auto;
    float: none;
    text-align: center;
    position: relative;
    z-index: 1;
}

.is-sticky {
	
}

.is-sticky #mainnav {

}
.is-sticky #mainnav a {

	}
	
.is-sticky #mainnav a:hover {

}	
	
.noparallax {
	    position: relative;
    display: block;
}	
	
	
	#copyright {
		    width: 100%;
       height: auto;
    display: block;
    text-align: center;
	}
	
	#copyright a {
		   font-size:13px;
    display: inline-block;
	}
	
	#copyright img {
		    margin-left: 6px;
	}
	
.img-parallax {
height: 540px;
    background-position: 32% 50% !important;
    -webkit-box-shadow: inset 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}	

.block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 25px;
}
.wpt_widget_content {
    position: relative;
    border: 0 !important;
}
.wpt_widget_content .tab_title.selected a {
	color: #307dab;
    border-bottom: 1px solid #307dab !important;
}

.wpt_widget_content .tab_title a {
    display: block;
    background: none !important;
	    border-bottom: 1px solid #307dab !important;
	font-size: 14px !important;
	letter-spacing: -1px;
	font-family: 'Montserrat' !important;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    color: #313131;
}

.tab-content a {
    color: #535252 !important;
    font-weight: 500 !important;
    line-height: normal;
    font-size: 13px;
}


#popular-tab-content, #recent-tab-content, #tags-tab-content {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.wpt_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 3px !important;
    font-size: 13px;
    padding: 0 !important;
    border-bottom: 0 !important;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}
.wpt_thumb_small {
    float: left;
    margin-right: 10px !important;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.main-header .fb-like {
    float: left;
    clear: both;
    margin-top: 6px;
}


.img-parallax img {
	width:100%;
	
}

.wpt_widget_content .entry-title {
    display: flex !important;
}

.wpt-pagination a.next:after {
    content: ">>";
    display: inline-block;
    top: 3px;
    position: relative;
    right: -8px;
    color: #307dab;
    font-weight: 900;
    font-family: 'Montserrat';
    line-height: normal;
    font-size: 22px;
}

.wpt-pagination a.previous:before {
    content: "<<";
    display: inline-block;
    top: 3px;
    position: relative;
    left: -8px;
    color: #307dab;
    font-weight: 900;
    font-family: 'Montserrat';
    line-height: normal;
    font-size: 22px;

}

div.wpt-pagination > a > span {
	text-decoration: none !important;
    font-family: 'Montserrat';
    font-size: 13px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #424347;
}


.tamogatas_banner {
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 30px;
    text-align: center;
}

#wpt_widget-2_content > ul {
    width: 100%;
    text-align: center;
    display: table;
    padding: 0;
    margin-bottom: 0;
    height: 40px;
    background: #f4f5f7;
    padding-top: 10px;
}


.wpt_widget_content .inside {
    background: rgb(244,246,248) !important;
    background: linear-gradient(180deg, rgba(244,246,248,1) 0%, rgba(243,243,243,1) 51%, rgba(244,246,248,1) 100%) !important;
	padding-top: 0px !important;
}


.wpt_widget_content ul.has-3-tabs li {
width: 33.33%;
    display: block !important;
    height: 23px;
    margin: auto !important;
}

.wpt_widget_content #tags-tab-content ul li a {
	display: inline-block !important;
    color: #ffffff !important;
    padding: 4px 5px !important;
    margin: auto;
    font-size: 13px;
    background-color: #307dab !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 5px !important;
    margin-bottom: 0px !important;
}



.main-header #___plusone_0 {
    float: left !important;
    clear: both !important;	
}

.taxonomy-description {
	font-size: 20px !important;
    text-align: justify;
    font-weight: 100 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    color: black;
}

.fullcalendar tr:nth-of-type(1) td {
	border:0;
	text-align:center;
}

.entry-thumb {
    display: block;
    margin: auto;
    text-align: center;
}

#header > div.main-header > div > div {
	position: relative;
}

/*
.main-header .logo {
	width: 196px;
	margin: 18px 0 0 0;
}
*/
.main-header .banner_ads {
	float: right;
	width: 100%;
}
.bottom-header {

}
.bottom-header .col-md-12 {
	padding: 0;
}
.bottom-header .header-nav {
	background: 0 !important;
    min-height: 43px;
    position: relative;
}
.site-title {
	font-size: 26px;
	margin: 0;
}
.site-title a,
.site-title a:hover {
	color: #16a1e7;
}
.site-description {
	font-size: 16px;
	margin: 15px 0 0;
}

/*
.em-calendar-wrapper::before {
	content:"Kattintson a hónapra vagy a dátumra és, tekintse meg a történelemmel kapcsolatos programokat!";
	display:inline-block;

	
}
*/
.month_name {
    color: #307dac;
    font-size: 14px;
    font-weight: 900;	
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 0px solid #dddddd;
}

.em-calendar {
	border:0;
}

.days-names td {
	background: #307dac;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    border: 4px solid white;
    line-height: 13px;
    font-size: 12px;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    color: #307dac;
    font-weight: 900;
}

.em-calnav-prev {
    content: "";
    background: url(/wp-content/themes/ujkorhu/images/leftarrow.jpg) no-repeat !important;
    display: inline-block;
    width: 15px;
    height: 17px;
    background-size: 100%;
    top: 4px;
    position: relative;
    left: 42px;
    color: white;
    text-indent: -10000000000px;	
}

.em-calnav-next {
    content: "";
    background: url(/wp-content/themes/ujkorhu/images/rightarrow.jpg) no-repeat !important;
    display: inline-block;
    width: 15px;
    height: 17px;
    background-size: 100%;
    top: 4px;
    position: relative;
    right: 42px;
    color: white;
    text-indent: -10000000000px;	
}

/* navigation */
.search-box {
	text-align: right;
    max-width: 1185px;
    margin: auto;
    position: fixed;
    top: 180px;
    right: 19vw;
    z-index: 1000;
}

#header-sticky-wrapper.is-sticky .search-box {
	top: 138px;
}
.search-box form {
    width: 450px;
    float: right;	
}

.search-box #s {
    max-width: 350px;
    font-size: 14px;
    font-family: 'Open Sans';
    border-radius: 30px;
}


.search-box #searchsubmit {
    font-family: 'Montserrat';
    padding: 10px 30px;
    background: #307dab;
    border-radius: 40px;
    margin-left: 8px;	
}


.header-nav {
    display: inline-block;
    max-width: calc(100% - 120px);
    float: right;
    position: relative;
    top: 37px;	
}
#mainnav {

}

#mainnav ul {

}

#mainnav ul li {
	position: relative;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    display: inline-block;
    margin: auto 10px;
}

#mainnav ul li a {
	position: relative;
    display: block;
    font-size: 15px;
    color: #535252;
    white-space: nowrap;
    font-family: 'Open Sans', serif;
}

#mainnav ul .menu-item:hover {
	    background: 0 !important;
}

#mainnav ul li a:hover {
    color: #307dab;
    font-weight: 600;
}

#mainnav ul li:first-of-type a {
	margin-left:0;
}

#mainnav ul li:last-of-type a {
	margin-right:0;
}


#mainnav > ul > li.has-children,
#mainnav > ul > li.gn-mega-menu {
	padding: 0 28px 0 20px;
}

#mainnav > ul > li.has-children > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 8px;
	color: #ccc;
	position: absolute;
	right: -12px;
	top: -1px;
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

#mainnav > ul > li.has-children.active > a:after {
	color: #fff;
}

.menu-footer-container {
    display: inline-block;
    text-align: center;
}



/* submenu */
#mainnav .sub-menu {
	position: absolute;
	left: 0;
	top: 52px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.42);
	-webkit-transform: translate(30px, 0);
	   -moz-transform: translate(30px, 0);
	    -ms-transform: translate(30px, 0);
	     -o-transform: translate(30px, 0);
	        transform: translate(30px, 0);
   -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
       -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
           transition: all 0.2s ease;
}

#mainnav > ul > li:first-child > .sub-menu {
	left: 0;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
}

#mainnav ul li ul li {
	margin-left: 0;
	padding: 0;
	width: 210px;
}

#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 100%;
	top: -1px;
}

#mainnav ul.sub-menu > li:first-child:after {
	height: 0;
}

#mainnav ul.sub-menu > li > a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #424347;
	text-decoration: none;
	line-height: 42px;
	padding: 0 18px;
	text-transform: none;
	font-weight: 400;
	height: auto;
}

#mainnav ul.sub-menu > li > a:hover {
	background-color: #222;
	color: #fff;
}

#mainnav ul.sub-menu > li.has-children > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #c2c2c2;
	position: absolute;
	right: 11px;
	top: 1px;
   -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
       -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
           transition: color 0.3s ease;
}


#mainnav ul li.menu-item.search {
    margin-left: 0;
}

.menu-item.search a {
}

.menu-item.search a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
	    color: #307dab;
}

.menu-fallback {
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 15px;
}
.btn-menu {
	font-size: 28px;
	font-family: "FontAwesome";
	    color: #307dac;
	text-align:center;
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.btn-menu:hover {
    line-height: 46px;
    height: 46px;
    width: 46px;
    right: 5px;
    color: #fcffff !important;
    border: 1px solid #307dab;
}

.btn-menu:before {
	content: "\f0c9";
   -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
       -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
           transition: color 0.3s ease;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #dae5f1;
}

.navi .screen-reader-text {
	    font-size: 30px;
    margin-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 9px solid #535252;
}



footer#colophon > div.container > a > img {
    position: relative;
       bottom: -12px;
}

/* mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    background: none;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	padding: 0;
}

#mainnav-mobi ul li {
    position: relative;
    text-align: center;
    border-top: 1px solid #242424;
    cursor: pointer;
    display: contents;
    width: 100%;
}

#mainnav-mobi ul > li > a:hover {
    background: rgb(225 225 225);
}

#mainnav-mobi ul > li > a {
    position: relative;
    display: block;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #313131;
    text-decoration: none;
    height: 43px;
    line-height: 43px;
    outline: none;
    white-space: nowrap;
    margin: 0 5px;
    padding: 0 20px;
    background: #ffffffe0;
    text-align: center;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #343434;
	background-color: #2a2a2a;
}

#mainnav-mobi > ul > li > ul > li >  a {
	padding-left: 70px !important
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 90px !important
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-submenu {
	position: absolute;
	right: 16px;
	top: 0;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	width: 60px;
	height: 55px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none 
}

.widget_media_image {
	border-bottom: 0px solid #307dac !important;
	    min-height: 95px;
}

.row.legujabb-cikkek.singlecikk {
	display: block;
    float: left;
	border-top: 1px solid;
}

.sidebar-toggle-btn {
    display: inline-block;
    padding: 4px 8px;
    font-size: 40px;
    font-weight: bold;
    color: #2c78ab;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100%;
    text-align: center;
}

.row.legujabb-cikkek.singlecikk h3.kategoria-fejlec {
	padding-bottom: 0;
}

.saboxplugin-wrap .saboxplugin-gravatar:before {
	content: "Szerző:";
    display: block;
    font-family: 'Montserrat';
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
	
}

.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 20px;
    line-height: 25px;
	margin: auto;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 20px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.saboxplugin-wrap .saboxplugin-authorname a {
    text-decoration: none;
    color: #307dab;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    display: block;
	font-weight: 700;
}

.saboxplugin-wrap .saboxplugin-desc {
    font-size: 13px !important;
    line-height: normal !important;
    color: #313131;
    text-align: center;
	margin-bottom:20px;
}

.saboxplugin-wrap {
	 margin-top: 5px !important;
    margin-bottom: 15px !important;
    background: rgb(244,246,248) !important;
    background: linear-gradient(180deg, rgba(244,246,248,1) 0%, rgba(243,243,243,1) 51%, rgba(244,246,248,1) 100%) !important;
}

.abox, .tbox {
	border-bottom:1px solid black;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.tbox .tags-post {
    background: rgb(244,246,248);
    background: linear-gradient(180deg, rgba(244,246,248,1) 0%, rgba(243,243,243,1) 51%, rgba(244,246,248,1) 100%);	
}

.cimkek-os {
    display: block;
    margin: auto;
    font-family: 'Montserrat';
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

/* search header */
.search-header {
    float: right;
    width: 18%;
    position: relative;
    top: -66px;
}


#___plusone_0 {
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-style: none;
    float: none;
    line-height: normal;
    font-size: 1px;
    vertical-align: baseline;
    display: inline-block;
       width: 40px !important;
    height: auto;
    position: relative;
    top: 7px;
}

.search-header .search-form {
	position: relative;
	    margin: 10px 0px 0 0;
}

.search-header .search-form .search-field {
font-size: 14px;
    height: 36px;
    max-width: 100%;
    border: 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
       background: url(images/searchicon.png) #dae5f1;
    background-size: 23px;
    background-position: 96%;
    background-repeat: no-repeat;
    color: #307dac;
    font-family: 'Open Sans', sans-serif;
}

.search-header .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #307dac;
}
.search-header .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
color: #307dac;
}
.search-header .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
color: #307dac;
}
.search-header .search-form .search-field:-moz-placeholder { /* Firefox 18- */
color: #307dac;
}

.search-header .search-form .search-field:focus {
	border: 1px solid #b7b7b7;
	outline: 0;
}

.search-header .search-form .search-submit {
	display: none;
}

/* login form */
#lean_overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	display: none;
}

#login-modal,
#signup-modal {
	position: relative;
	width: 410px;
	padding: 30px 35px 40px;
	background-color: #fff;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

#signup-modal .name-wrap,
#signup-modal .email-wrap,
#signup-modal .pass-wrap,
#login-modal .email-wrap,
#login-modal .pass-wrap {
	position: relative;
}

#signup-modal .name-wrap:before,
#signup-modal .email-wrap:before,
#signup-modal .pass-wrap:before,
#login-modal .email-wrap:before,
#login-modal .pass-wrap:before {
	position: absolute;
	left: 13px;
	top: 14px;
	content: "\f0e0";
	font-family: "FontAwesome";
	font-size: 18px;
	color: #d1d1d1;
}

#login-modal .pass-wrap:before,
#signup-modal .pass-wrap:before {
	content: "\f084";
}

#signup-modal .name-wrap:before {
	content: "\f007";
}

#signup-modal .name-wrap input,
#signup-modal .email-wrap input,
#signup-modal .pass-wrap input,
#login-modal .email-wrap input,
#login-modal .pass-wrap input {
	height: 45px;
	margin-bottom: 16px;
	margin-top: 3px;
	padding-left: 40px;
	width: 100%;
}

#login-modal .form-title,
#signup-modal .form-title {
	margin-bottom: 10px;
}


#login-modal .form-title h4,
#signup-modal .form-title h4 {
	line-height: 50px;
	float: left;
	margin: 0;
}

#login-modal .form-title .signup,
#signup-modal .form-title .signup {
	float: right;
	line-height: 50px;
	color: #a1a1a1;
}

#login-modal.popup .close-modal,
#signup-modal.popup .close-modal {
	position: absolute;
	right: 7px;
	top: 10px;
	width: 20px;
	height: 20px;
}

#login-modal.popup .close-modal:before,
#login-modal.popup .close-modal:after,
#signup-modal.popup .close-modal:before,
#signup-modal.popup .close-modal:after {
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

#login-modal.popup .close-modal:before,
#signup-modal.popup .close-modal:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00d";
	font-family: "FontAwesome";
	color: #ddd;
	font-size: 18px;
}

#login-modal.popup .close-modal:hover:before,
#signup-modal.popup .close-modal:hover:before {
	color: #222;
}

#login-modal .option-login,
#signup-modal .option-login {
	margin-bottom: 20px;
}

#login-modal .option-login .remember,
#signup-modal .option-login .remember {
	display: inline-block;
	float: left;
}

#login-modal .option-login .remember label,
#signup-modal .option-login .remember label {
	margin: 0 0 0 5px;
}

#login-modal .option-login .forgot,
#signup-modal .option-login .forgot {
	display: inline-block;
	float: right;
}

#login-modal .submit-login input,
#signup-modal .submit-login input {
	color: #fff;
	border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

#login-modal .submit-login input:hover,
#signup-modal .submit-login input:hover {
	background: #222;
}

#login-modal .signup a:hover,
#login-modal .forgot a:hover,
#signup-modal .signup a:hover,
#signup-modal .forgot a:hover {
	text-decoration: underline;
}

.roll-contact-form .notification_ok,
.roll-contact-form .notification_error,
#subscribe-form .notification_ok,
#subscribe-form .notification_error {
    background-color: #ffebe4;
    color: #e02929;
    line-height: 24px;
    padding: 15px 20px;
    margin-bottom: 20px;
    margin-top: 3px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.roll-contact-form .notification_ok,
#subscribe-form .notification_ok {
    background-color: #ebfdc7;
    color: #22b61e;
}

/* Layout
-------------------------------------------------------------- */
.row-custom {
    margin: 0 -1.5%;
}

.row-custom:before,
.row-custom:after {
	content:"";
	display: table;
	clear: both;
}

.row-custom.col3 {
	margin: 0 -1.33%;
}

.row-custom .one-half {
float: left;
    width: 47%;
    margin: 0 1.5%;
}

.row-custom .one-third {
	float: left;
	width: 30.66%;
	margin: 0 1.33%;
}

.page-content {
	padding: 0;
}
.content-wrapper {
    background-color: #fff;
    padding: 16px 15px 60px;
}
ul.wpp-list li {
   
    margin-bottom: 15px;
}

.wpp-post-title {
    color: #535252;
    font-weight: 400;
    line-height: normal;
    font-size: 17px;
    font-family: 'Bebas Neue', serif;
    display: block;
    margin-right: 125px;
    margin-bottom: 5px;	
	
}

.wpp-post-title::after {
    content: "";
    background: url(/wp-content/themes/ujkorhu/images/morebutton.jpg) no-repeat !important;
    display: inline-block;
    width: 15px;
    height: 17px;
    background-size: 100%;
    top: 4px;
    position: relative;
    margin-left: 6px;		
	
}

.wpp-list {
    margin-left: 0;
    padding-left: 0 !important;
}

.wpp-thumbnail {
    float: right !important;
    margin: 0px !important;
	    margin-bottom: 5px !important;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
position: relative;
    font-size: 34px;
    line-height: normal;
    padding: 0px 0;
    margin-bottom: 7px;
}

.page-title .filter-icon {
	z-index: 20;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	background: url(../images/filter.png) no-repeat center center;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.page-title .filter-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

.page-title .post-filter {
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	list-style: none;
	margin: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.page-title .post-filter.show {
	opacity: 1;
	visibility: visible;
	right: 25px;
}

.page-title .post-filter li {
	display: inline-block;
	margin: 0 8px;
}

.page-title .post-filter li a {
	font-weight: bold;
	color: #959595;
	text-transform: uppercase;
}

/* Blog
-------------------------------------------------------------- */
.fullwidth {
	width: 100%;
}
.masonry-layout {
	width: 100%;
	padding: 0;
}
.masonry-layout .hentry {
	width: 350px;
	margin: 15px;
	padding: 0;
}
.masonry-layout .post-wrap {
	padding: 0;
}	
.masonry-layout .site-main .post {
	border: 0;
	padding-top: 0;
}
.masonry-layout .post .thumb {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}
.masonry-layout .site-main .post:first-child {
	margin: 15px;
}
/* Category Page
-------------------------------------------------------------- */
.site-main .post {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-top: 22px;
}

.site-main .post:first-child {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

.site-main .thumb {
	width: 280px;
    float: left;
    margin-right: 25px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;	
}

.site-main .thumb a img {
	width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block; 
}

.site-main .content-entry h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 12px;
}

.site-main .content-entry h3 a {
	color: #424347;
}

.site-main .content-entry {
	    min-height: 190px;
}

.site-main .post-meta {
	display: inline-block;
	margin: 5px 0 0;
}

/*
#wpp-2, #text-3 {
	margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 10px;
}
*/
/* Sidebar Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 0;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 5;
}

.is-sticky .bottom-header .container {
    width: 100%;
}

.recent-post-slider .slick-dots li button {
    border: 1px solid rgba(10, 37, 160, 0.39) !important;

}




.widget_em_calendar {
	padding-top: 9%;
}

.search-header .screen-reader-text {
	display: none;
}

#header-sticky-wrapper.is-sticky {
   height: 136px !important;
}

#header-sticky-wrapper.is-sticky #header {
	background: white;
    z-index: 100 !important;
}

#header-sticky-wrapper.is-sticky .col-md-4 {
    padding-left: 0;
    display: block;
    margin: auto;
    float: none;
    text-align: center;
    position: relative;
    z-index: 1;
       width: 133px;
}

#header-sticky-wrapper.is-sticky .main-header {
background: #ebedee;
}

#header-sticky-wrapper.is-sticky .headLine {
    height: 2px;
}

#header-sticky-wrapper.is-sticky #logo img {
    transform: scale(0.65);
    top: -1vw;
    position: relative;
}


#header-sticky-wrapper.is-sticky #logo {
    height: 65px;
}

#header-sticky-wrapper.is-sticky .header-nav {
    top: 19px;
}

.sidebar > .widget:nth-of-type(1){
    width: 248px;
    height: 242px;
}

#wpt_widget-2 {
    min-height: 500px;
}

.sidebar .widget ul {
	list-style: none;
}

.sidebar .widget-title {
	display: block;
    margin: auto;
    font-family: 'Montserrat';
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.partnereink {
	    display: block;
    margin: auto;
}

/*
.sidebar .widget-title:before,
.sidebar .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 13px;
}

.sidebar .widget-title:after {
	left: 8px;
	width: 3px;
	background-color: #ccc;
}*/

/* widget recent */
.newsanchor_recent_posts_widget ul li {
	clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 19px;
}

.newsanchor_recent_posts_widget ul li:first-child {
	margin-top: 0;
	padding: 5px 0 0;
	border: none;
}

.newsanchor_recent_posts_widget .thumb {
	float: left;
	padding-left: 0;
}

.newsanchor_recent_posts_widget ul {
	overflow: hidden;
	min-height: 63px;
}

.newsanchor_recent_posts_widget ul h3 {
	margin: -3px 0 3px;
	font-size: 15px;
	line-height: 22px;
}

.newsanchor_recent_posts_widget ul h3 a {
	color: #424347;
}

.newsanchor_recent_posts_widget ul a:hover {
	text-decoration: none;
}

.newsanchor_recent_posts_widget ul .date {
	font-size: 12px;
	color: #959595;
}

.newsanchor_recent_posts_widget ul .date a {
	color: #959595;
}

/* widget tabs */
.tabs ul {
	overflow: hidden;
	margin:0;
}

.tabs .menu-tab li {
	position: relative;
	float: left;
	margin-right: 3px;
	width: 32%;
	text-align: center;
}

.tabs .menu-tab li a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #424347;
	background-color: #f5f5f5;
	padding: 12px 20px 10px;
}

.tabs .menu-tab li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.tabs .menu-tab li.active a {
	position: relative;
	transition: none;
}

.tabs .menu-tab li.active a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
}

.tabs .content-tab {
	padding: 5px 0 0;
	background-color: #fff;
}

.tabs .content-tab .tags {
	padding-top: 20px;
}
.newsanchor_recent_comments {
	overflow: auto;
}
.newsanchor_recent_comments li,
.tabs .comments li,
.tabs .pop-posts li {
	clear: left;
	margin-top: 25px;
	padding-top: 17px;
	border-top: 1px solid #e9e9e9;
}
.newsanchor_recent_comments li:first-child,
.tabs .comments li:first-child,
.tabs .pop-posts li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.tabs .pop-posts li:first-child {
	margin-top: 5px;
}
.newsanchor_recent_comments .avatar,
.tabs .comments .avatar {
	float: left;
	margin: 0 15px 0 0;
	width: 60px;
}
.newsanchor_recent_comments img,
.tabs .comments .avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}
.newsanchor_recent_comments .post-by,
.tabs .comments .post-by {
	margin-bottom: 5px;
}
.newsanchor_recent_comments .comment,
.tabs .comments .comment {
	font-size: 14px;
	font-family: "Droid Serif", sans-serif;
}
.newsanchor_recent_comments p,
.tabs .comments p {
	color: #959595;
	font-size: 13px;
}

.tabs .comments p a {
	color: #424347;
}

.tabs .comments p a:hover {
	text-decoration: none;
}

.tabs .pop-posts .thumb {
	float: left;
	margin-right: 15px;
	margin-top: 0;
	width: 95px;
}

.tabs .pop-posts li {
	margin-top: 17px;
}

.tabs .pop-posts .text {
	min-height: 70px;
}

.tabs .pop-posts .text h3 {
    font-size: 15px;
    line-height: 22px;
    margin: -3px 0 0;
}

.tabs .pop-posts .text h3 a {
    color: #424347;
}

.tabs .pop-posts .text .date {
    color: #959595;
    font-size: 12px;
}

.tabs .pop-posts .text .date a {
    color: #959595;
}
.tabbed_widget .widget {
	margin-bottom: 0;
}

/* widget most popular */
.widget-most-popular li {
    border-top: 1px solid #eaeaea;
    clear: left;
    margin-top: 15px;
    padding-top: 19px;
}

.widget-most-popular li:first-child {
	border: 0;
	padding-top: 7px;
}

.widget-most-popular .order {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #222;
	line-height: 22px;
	color: #fff;
	text-align: center;
	float: left;
	margin: 3px 17px 0 0;
}

.widget-most-popular h3 {
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	margin: 0;
}

.widget-most-popular h3 a {
	color: #424347;
}

/* widget categories */
.widget-categories li {
    border-top: 1px solid #ededed;
    line-height: 30px;
    margin-top: 7px;
    padding-top: 8px;
}

.widget-categories li a {
	font-family: "Droid Serif", sans-serif;
    font-size: 15px;
    color: #424347;
    position: relative;
    padding-left: 23px;
}

.widget-categories li a:before {
	position: absolute;
	left: 6px;
	top: 0;
	content: "\f105";
	font-family: "FontAwesome";
	color: #ccc;
	line-height: 18px;
	font-size: 13px;
}

/* Post Single
-----------.-------------------------------------------------- */
.sidebar {
    width: 21%;
    float: right;
	position: relative;
}

.sidebar .fb_iframe_widget {
    top: -15px;
}

.kiemelt-kep-oldalsav {
    background-size: cover !important;
    width: 100%;
    height: auto;
    display: block;
    min-height: 160px;
}

.kiemelt-block {
	border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.single-title {
	font-family: 'Open Sans';
	font-size: 31px;
    line-height: 36px;
    padding: 0px 0;
    margin-bottom: 20px;
    font-weight: 900;
	margin-top: 0;
}
.page .entry-header {
	margin-bottom: 30px;
}
.single .meta-post {
	margin-bottom: 23px;
}
.entry-content img {
	margin-bottom: 10px;
}
.single .meta-post span {
	position: relative;
	padding-left: 23px;
	margin-left: 17px;
}

.single .meta-post span:first-child {
	margin-left: 0;
}

.single .meta-post span {
	font-size: 13px;
}
.single .meta-post span,
.single .meta-post span a {
	display: inline-block;
	color: #838282;
}

.single .meta-post span.author a:before,
.single .meta-post span.date:before,
.single .meta-post span.categories a:before {
	font-family: "FontAwesome";
	color: #bebebe;
	position: absolute;
	left: 0;
	top: -1px;
   -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
       -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
           transition: color 0.3s ease-out;
}

.single .meta-post span.author a:before {
	content: "\f007";
	left: 4px;
}

.single .meta-post span.date:before {
	content: "\f02e";
	left: 4px;
}

.single .meta-post span.categories a:before {
	content: "\f07c";
}

.single .entry-content {
    padding-bottom: 30px;
}

div.row.gtafc.singlegtafc > div.col-xs-6.one-half.padd-left > div > div {
    padding: 0;
}

.noparallax h3.kategoria-fejlec {
    padding-bottom: 0px;
}

.single .share-post {
	float: right;
}

.single .share-post .socials,
.single .tags-post .tags-list {
	display: inline-block;
}

.single .tags-post {
    float: left;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.single .tags-post a {
	display: inline-block;
    color: #ffffff;
    padding: 4px 5px;
    margin: auto;
    font-size: 13px;
    background-color: #307dab;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.single .tags-post a:hover {
    color: #307dab !important;
    background: none !important;
	border: 1px solid #307dab;
}



.cikk_meta_box p {
    float: left;
}

.cikk_meta_box .fb-like {
	display: inline-block;
    min-width: 115px;
    max-width: 180px;
    width: min-content;
    height: 22px;
    float: left;
}

.single .tags-post a:hover {
	color: #fff;
}

/* comment post */
.comment-post {
	margin-top: 45px;
}

.comment-post ul {
	list-style: none;
	padding: 0;
}
.comment-post .children {
	padding-left: 20px;
}

.comments-list .comment-body {
    background-color: #f8f8f8;
    margin-bottom: 23px;
    padding: 27px 35px 35px;
    position: relative;
}

.comments-list .comment-body::after {
    border-color: #fff transparent transparent #eee;
    border-style: solid;
    border-width: 20px 0 0 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.comments-list .comment-avatar {
	float: left;
}

.comments-list .avatar {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.comments-list .comment-text {
    margin-left: 100px;
    position: relative;
}

.comments-list .comment-author {
	font-size: 15px;
	display: inline-block;
	margin: 7px 0 10px 0;
}
.comments-list .comment-author .fn {
	margin-left: 15px;
}
.comments-list .comment-author a {
	color: #424347;
}

.comments-list .comment-metadata a {
	display: inline-block;
	font-size: 13px;
	color: #999;
	line-height: normal;
	margin-bottom: 0;
}
.comment-meta {
	margin-bottom: 15px;
}
.comments-list .reply {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 30px;
}

.comments-list .comment-text .comment-reply:hover {
	text-decoration: underline;
}

.comments-list .comment-body {
	margin-bottom: 15px;
}

.comments-list .children {
    margin-left: 0;
    position: relative;
}

.comment-respond {
	margin-top: 30px;
}
.bypostauthor {
}
.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
	width: 100%;
	margin-bottom: 20px;
}
.comment-respond p {
	margin-bottom: 0;
}
p.comment-form-comment {
	margin-bottom: 15px;
}
.comment-respond textarea {
	width: 100%;
	height: 140px;
	margin-bottom :0;
}

.comment-respond .submit-comment input {
	color: #fff;
	border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.comment-respond .submit-comment input:hover {
	background: #222;
}

/* Contact Page
-----------.-------------------------------------------------- */
.contact-page .contact-wrap {
	padding-right: 40px;
}

/*--------------------------------------------------------------
Social Menu
--------------------------------------------------------------*/
.social-navigation ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social-navigation li {
	position: relative;
	display: block;
	padding: 10px 15px;
	list-style: none;
	line-height: 1;
}
.menu-social-container {
	overflow: hidden;
}
.social-widget li,
.social-navigation li {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}
.social-navigation li a {
	text-decoration: none;
}
.social-widget a::before,
.social-navigation li a::before {
	font-family: FontAwesome;
	font-size: 26px;
}
.social-widget a[href*="twitter.com"]::before,
.social-navigation li a[href*="twitter.com"]::before {
	content: '\f081';
}
.social-widget a[href*="facebook.com"]::before,
.social-navigation li a[href*="facebook.com"]::before {
	content: '\f082';
}
.social-widget a[href*="plus.google.com"]::before,
.social-navigation li a[href*="plus.google.com"]::before {
	content: '\f0d4';
}
.social-widget a[href*="dribbble.com"]::before,
.social-navigation li a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-widget a[href*="pinterest.com"]::before,
.social-navigation li a[href*="pinterest.com"]::before {
	content: '\f0d3';
}
.social-widget a[href*="youtube.com"]::before,
.social-navigation li a[href*="youtube.com"]::before {
	content: '\f166';
}
.social-widget a[href*="flickr.com"]::before,
.social-navigation li a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-widget a[href*="vimeo.com"]::before,
.social-navigation li a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-widget a[href*="instagram.com"]::before,
.social-navigation li a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-widget a[href*="linkedin.com"]::before,
.social-navigation li a[href*="linkedin.com"]::before {
	content: '\f08c';
}
.social-widget a[href*="foursquare.com"]::before,
.social-navigation li a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-widget a[href*="tumblr.com"]::before ,
.social-navigation li a[href*="tumblr.com"]::before {
	content: '\f174';
}
.social-navigation li a {
	color: #222;
}
.social-widget li a:hover,
.social-navigation li a:hover {
	color: #16a1e7;
}

/* Footer
-----------.-------------------------------------------------- */
#footer {
	position: relative;
}

.footer-widgets.widget-area,
.footer-widgets.widget-area a {
	color: #666;
}

.footer-widgets {
	background-color: #222;
	padding: 60px 0 20px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets .widget-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #aaa;
	margin: 8px 0 20px;
}

/* widget brand */

.footer-widgets .widget-brand .logo {
	margin-bottom: 20px;
}

.footer-widgets .widget-brand p {
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	margin: 0;
}

/* Widget social */
.footer-widgets .widget-social .social-list {
	margin: 0;
}

.footer-widgets .widget-social .social-list a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background-color: #343434;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.footer-widgets .widget-social .social-list a:hover {
	color: #fff;
}

.footer-widgets .widget-social .social-list a:first-child {
	margin-left: 0;
}

.footer-widgets .widget-social .social-list img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   filter: alpha(opacity=40);
   opacity: 0.4;
   -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
       -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
           transition: opacity 0.3s ease;
}

.footer-widgets .widget-social .social-list a:hover img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: 0.8;
}

.footer-widgets .widget-social .email {
	font-size: 14px;
	color: #acacac;
}

/* widget twitter */
.footer-widgets .widget-twitter li,
.footer-widgets .widget-twitter li a {
	font-size: 14px;
	line-height: 24px;
}

.footer-widgets .widget-twitter li {
	margin-bottom: 20px;
}

.footer-widgets .widget-twitter li .tweet_time {
	display: block;
}

.footer-widgets .widget-twitter li .tweet_time a {
	color: #636363;
}

/* widget Tags */
.tagcloud a {
	color: #666;
	display: inline-block;
	border: 1px solid #9a9a9a;
	padding: 5px 12px;
	margin: 2px 3px 6px 0;
	font-size: 12px !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.tagcloud a:hover {
	color: #222;
	border-width: 1px;
	border-style: solid;
}

.widget ul {
	    padding: 0 0 0 0px;
}
ul.menu-tab {
	padding: 0;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget .children {
	padding-left: 30px;
}

/* widget links */
.footer-widgets .widget-list li {
	list-style: none;
	padding-bottom: 11px;
	margin-top: 8px;
}
.footer-widgets .widget-list li a {
	font-size: 14px;
	color: #666;
}

.footer-widgets .widget-list li a:hover {
	text-decoration: none;
}

/* footer */
.site-info {
	background-color: #1e1e1e;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300 !important;
	position: relative;
}
.footer-widgets {
	line-height: initial;
}
.footer-widgets,
.site-info .container {
	position: relative;
	z-index: 11;
	display: block;
    margin: auto;
}
.site-info,
.site-info a {
    color: #ffffff;
}
/* Preloader
-------------------------------------------------------------- */
.preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9999;
}

.preloader .spinner {
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}

.preloader .pre-bounce1,
.preloader .pre-bounce2 {
    -webkit-animation: 2s ease 0s normal none infinite bounce;
            animation: 2s ease 0s normal none infinite bounce;
    background-color: #16a1e7;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.preloader .pre-bounce2 {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: 25px;
	bottom: -45px;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 37px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}

.go-top:hover {
	background-color: #ccc;
	color: #fff;
}

.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 25px;
	    color: white;
    background: #307dac;
}
.go-top.show .fa {
    background: #307dac url(images/uparrow.png) no-repeat center 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.go-top.hide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.go-top2 {
position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -35px;
    display: inline-block;
    background-color: red;
    width: 70px;
    height: 70px;
	    background: #307dac url(images/uparrow.png) no-repeat center 15px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.page-links p  {
    background: none;
    display: inline-block;
    height: 14px;
    padding: 0px 6px;
    color: #535252;
    font-family: 'Bebas Neue', serif !important;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
}

.page-links {
    margin: auto;
    display: block;
    width: auto;
    text-align: right;
    color: #535252;
    padding-right: 8px;
    margin-top: 20px;
    border-top: 1px solid #307dac;
    border-bottom: 10px solid #307dac;
    padding-top: 7px;
    padding-bottom: 1px;
}

.shareContainer {
display: inline-block;
    float: left;
    position: relative;
   top: 26px;
}

.page-links a {
    background: #307dac;
    color: #ffffff;
    padding: 1px 8px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 24px;
    font-weight: 900;
}

.page-links a:hover {
       background: #535252;
    color: #ffffff;
}

.go-top2:hover {
	background-position: center 12px;
}

.go-top2.show {
	top: -32px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


#menu-footer {
	
}

#menu-footer li {
    text-align: left;	
}

#menu-footer li a {
	color: white;	
	font-weight: 600;
}

.social-navigation {
    float: left;
    position: relative;
}

#colophon > div.container > p {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
	line-height: normal;
}

#colophon > div.container p span {
    color: #d8d8d8;
}


.error-404 .page-title {
    position: relative;
    font-size: 34px;
    line-height: normal;
    padding: 0px 0;
    margin-bottom: 7px;
    width: 100%;
}

.error-404 .search-field, .page-content .search-field {
    font-size: 14px;
    height: 36px;
    max-width: 100%;
    border: 0;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(images/searchicon.png) #dae5f1;
    background-size: 23px;
    background-position: 96%;
    background-repeat: no-repeat;
    color: #307dac;
    font-family: 'Open Sans', sans-serif;
}

.error-404 .search-submit, .page-content .search-submit {
    font-size: 14px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    outline: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0px 0px;
    padding: 0 20px;
    letter-spacing: 0px;
    position: relative;
    background: #307dac;
    top: 0px;
    left: -3px;
}

.page-content .fb_iframe_widget {
	    top: -8px;
}

/* Colors
-------------------------------------------------------------- */
a,
.btn-menu:hover:before,
.post-item .content-entry h3 a:hover,
.site-main .content-entry h3 a:hover,
.newsanchor_recent_posts_widget ul h3 a:hover,
.newsanchor_recent_posts_widget ul .date a:hover,
.tabs .comments p a:hover,
.tabs .pop-posts .text h3 a:hover,
.tabs .pop-posts .text .date a:hover,
.widget-socials .socials li a:hover,
.widget-most-popular h3 a:hover,
.widget-categories li a:hover,
.single .meta-post span a:hover,
.single .meta-post span a:hover:before,
.single .related-posts .content h3 a:hover,
.single .related-posts .date a:hover,
.comments-list .comment-text .author a:hover,
.footer-widgets .widget-list li a:hover,
.top-header .toplink li a:hover {
	   color: #307dac;
}

#mainnav > ul > li:first-of-type,
#login-modal .submit-login input,
#signup-modal .submit-login input,
.sidebar .widget-title:before,
.tabs .menu-tab li.active a:after,
.widget-subscribe #subscribe-button,
.single .tags-post a:hover,
.single .share-post .socials a,
.comment-respond .submit-comment input,
.footer-widgets .widget-social .social-list a:hover,
.tagcloud a:hover,
.go-top,
.search-header .mobi-searchform {
	    background: 0;
}

blockquote,
.tagcloud a:hover {
	    border-color: #307cad;
}

/* Shortcodes */
.roll-title a:hover,
.lastest-posts .content-left h3 a:hover,
.lastest-posts .content-right h3 a:hover,
.activity span a:hover,
.activity span a:hover:before,
.recent_posts_b .post h3 a:hover,
.recent_posts_b .sub-post .content h3 a:hover,
.recent_posts_b .sub-post .date a:hover,
.recent_posts_b.type2 .sub-post h3 a:hover,
.video-post .content h3 a:hover {
	color: #307dac;
}
.recent-post-slider.design-1 .post-content-left a:hover {
    color: #d5d5d5;
    position: relative;
    z-index: 2;
}
.event .entry-thumb {
	margin-top: 27px;
    margin-bottom: 27px;
}
.roll-title a {
	color:white !important;
	    font-size: 16px;
}

/* Posts Carousel
-------------------------------------------------------------- */
.roll-posts-carousel {
	margin-bottom: 40px;
}
.roll-posts-carousel.type2 {
	margin-bottom: 0;
}
.roll-posts-carousel.type2 h3 {
	margin: 0;
}
.roll-posts-carousel li .item {
	position: relative;	
}
.carousel-title {
	margin: 0;
}
.roll-posts-carousel .item .text-over {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 78%;
	margin: 0;
	-webkit-transition: background 0.3s ease;
	   -moz-transition: background 0.3s ease;
	    -ms-transition: background 0.3s ease;
	     -o-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.roll-posts-carousel.type2 .item .text-over {
	width: 100%;
}

.roll-posts-carousel .item .text-over a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 18px;
	display: block;
	font-family: "Droid Serif", sans-serif;
}

.roll-posts-carousel .item:hover .text-over {
	background-color: #16a1e7;	
	opacity: 0.9;
}

/* Spacer
-------------------------------------------------------------- */
.roll-spacer {
	height: 0px;
	clear: both;
}

.roll-spacer.type2 {
	height: 50px;	
}

.roll-spacer.type3 {
	height: 65px;	
}


.recent_posts_b .thumb {
    max-height: 290px;
    overflow: hidden;
    width: 100%;
}

/* Title
-------------------------------------------------------------- */
.roll-title {
font-family: 'Bebas Neue Light', serif !important;
    font-size: 18px !important;
    line-height: normal !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 11px;
    margin: 0 0 0 !important;
    position: relative;
    float: right;
    background: #307dac;
    min-width: 95px;
    text-align: right;
}


.roll-title a {
	color: white;
	display: inline-block;
	    letter-spacing: 1.7px;
}

.roll-title:after {
	content: ""	;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 30px;
}

.roll-title.color1 a:after { background:0; }
.roll-title.color2 a:after {background:0;}
.roll-title.color3 a:after { background:0;}
.roll-title.color4 a:after { background:0; }
.roll-title.color5 a:after { background:0; }
.roll-title.color6 a:after { background:0;; }

/* Lastest Posts
-------------------------------------------------------------- */
.lastest-posts .content-left {
	float: left;
	width: 60%;
	margin-right: 4%;
}

.lastest-posts .content-right {
	float: left;
	width: 36%;
}

.lastest-posts .content-right .post {
	clear: left;
	padding-top: 17px;
	margin-top: 15px;
	border-top: 1px solid #eaeaea;
}

.lastest-posts .content-right .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.lastest-posts .content-left h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 18px 0 15px 0;
}

.lastest-posts .content-left h3 a {
	color: #424347;
}

.lastest-posts .content-right .thumb {
	float: left;
	margin-right: 15px;
	width: 80px;
}

.lastest-posts .content-right .content {
	overflow: hidden;
	min-height: 58px;
}

.lastest-posts .content-right h3 {
	margin: -2px 0 0;
	font-size: 15px;
}

.lastest-posts .content-right h3 a {
	color: #424347;
}

.lastest-posts .content-right .date {
	font-size: 14px;
	color: #959595;
}

.activity {
    line-height: normal;
    display: inline-block;
    padding: 6px 0px;
    padding-bottom: 15px;
    margin-top: 0;
}

.activity span {
	position: relative;
    padding-left: 0;
    margin-right: 12px;
    display: inline-block;
    font-size: 14px;
}

.activity .categories {
    font-family: 'Open Sans';
    font-size: 16px;
    background: #307dab;
    padding: 4px 10px;
}

.type-post hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 10px solid #307dac;	
}

.activity .categories a {
    color: white;
}

.activity .categories:hover {
    color: #313131;
	border: 1px solid #313131;
	background: none;
}

.activity .categories a:hover {
    color: #313131;
}

.type-post .activity .posted-on {
	display: none;
}

.activity .byline,
.activity .updated:not(.published),
.meta-post .updated:not(.published) {
	display: none;
}
.single .meta-post .byline {
	padding: 0;
}
.single .byline,
.group-blog .byline {
	display: none;
}
.activity span:first-child {
	margin-left: 0;
}


.activity span, .activity span a {
    color: #307dac;
    font-weight: 600;
}

.activity span.date:before,
.activity span.categories a:before {
display:none;
}


div.recent-content > div > span.categories {
	display:none;
}

span.posted-on.date a {
        color: #535252;
}

.tovabb {
text-align: right;
    width: 100%;
    display: block;
    margin-top: -14px;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: #307dac;
}

.zoldcsik {
    width: 100%;
    display: block;
    height: 1px;
    background: #000000;
}

.activity span a:hover,
.activity span.categories a:hover:before {
	text-decoration: none;
}

.activity span.date:before {
	content: "\f02e";
	left: 4px;
}

.activity span.categories a:before {
	content: "\f07c";
	left: 2px;
}

/* Hightlight Posts
-------------------------------------------------------------- */
.recent_posts_b {
	margin-bottom: 0px;
}

.recent_posts_b .post {
	margin-bottom: 23px;
}

.recent_posts_b .post h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}

.recent_posts_b .post .recent-content h3:after {
    content: "";
    background: #307dac;
    width: 240px;
    height: 9px;
    display: block;
}

.recent_posts_b .post h3 a {
	color: #535252;
}

.recent_posts_b .sub-post {
	clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 17px;
    list-style: none;
}

.recent_posts_b .sub-post:first-child {
	margin-top: 0;
}

.recent_posts_b .sub-post .thumb {
	float: left;
	margin-right: 15px;
	width: 80px;
}

.recent_posts_b .sub-post .content {
	overflow: hidden;
	min-height: 60px;
}

.recent_posts_b .sub-post .content h3 {
	margin: -3px 0 1px;
	font-size: 14px;
	line-height: 22px;
}

.recent_posts_b .sub-post .content h3 a {
	color: #424347;
}

.recent_posts_b .sub-post .content a:hover {
	text-decoration: none;
}

.recent_posts_b .sub-post .content .date {
	font-size: 12px;
	color: #959595;
}

.recent_posts_b .sub-post .date a {
	color: #959595;
}

.recent_posts_b.type2 .date {
	font-size: 13px;
}

.recent_posts_b.type2 .post .date {
	display: inline-block;
	padding: 15px 0 0;
}

.recent_posts_b.type2 .post h3 {
	margin: 0;
	font-size: 16px;
}

.recent_posts_b.type2 .sub-post h3 {
	font-size: 15px;
	margin: 0;
	line-height: 24px;
}

.recent_posts_b.type2 .sub-post h3 a {
	color: #424347;
}

.video-post {
	margin-bottom: 30px;
}

.video-post .thumbs {
	position: relative;
	margin-bottom: 20px;
}

.video-post .video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -26px;
}

.video-post .video-icon i {
	font-size: 54px;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		 -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

.video-post .video-icon:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.85;	
}

.video-post .content h3 {
	font-size: 17px;
	line-height: normal;
	margin: 10px 0 5px;
}

.video-post .content h3 a {
	color: #424347;
}

.video-post .content .date {
	font-size: 13px;
}

/* Contact Form
-------------------------------------------------------------- */
.roll-contact-form .input-wrap input,
.roll-contact-form .message-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.roll-contact-form .send-wrap input {
	color: #fff;
	border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.roll-contact-form .send-wrap input:hover {
	background: #222;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* 
 *  Owl Carousel - Nav
 */
.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    top: 26px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* Media Queries
-------------------------------------------------------------- */
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1440px) {
		.maxi-kep img {
			min-height: 550px;
		}		
	}
	
	@media only screen and (max-width: 1280px) {
		#slider-container {
			padding: 0 5%;
		}		
		
	}
	
	
	
	@media only screen and (max-width: 1199px) {
		.tamogatok-content p img {
			width: 143px;
		}

		
		.site-main .thumb {
			width: 300px;
		}
		
		.wpt_thumb_small {
			display: none;
		}		

		article[class*='category-'] > div.content-entry > div.exc {
			font-size: 14px;
		}

		.tab-content a {
			color: #307dab!important;
			font-weight: 700 !important;
			line-height: normal;
			font-size: 13px;
			margin-bottom: 5px;
			border-bottom: 1px solid #80808045;
			padding-bottom: 5px;
		}

		article[class*='category-'] > div.content-entry > header.entry-header > h3.entry-title {
			font-size: 20px;
			letter-spacing: -1px;
			line-height: 24px;
		}

		
		.maxi-half-last {
			left: 1%;
			min-height: 550px;
			overflow: hidden;
			display: block;
		}
		
		.maxi-kep img {
			min-height: inherit;
			width: 100%;
			transform: translateY(-50%) scale(1.75);
			position: absolute;
			top: 50%;
		}


		.legujabb-cikkek h4 {
			padding: 0 20px;
			font-size: 18px;
		}
		.legujabb-cikkek p {
			padding: 0 20px;
		}

		#header-sticky-wrapper.is-sticky #logo img {
			transform: scale(0.85);
			top: -0.5vw;
		}
		
		h3.kategoria-fejlec {
			margin-bottom: 20px;
		}
		
		.legujabb-cikkek h3::after {
			content: "";
			top: 15px !important;
		}
		
		.is-sticky #mainnav {
			position: relative;
			top: 16px;
		}

		
		.recent-post-slider .slick-slide {
			max-height: 638px;
			position: relative;
		}


		.recent-post-slider.design-1 h2.wp-post-title a {
			font-size: 32px;
			line-height: 36px;
		}
	
		#slider-container {
			padding: 0 0%;
		}
		
		#mainnav ul li {
			padding: 0 0px 20px 0;
		}
		
		#mainnav ul {
			position: relative;
			top: -21px;
		}

		.row-custom .one-half {
			float: left;
			width: 45%;
			margin: 0 1.5%;
		}

		
		.search-header #searchform {
			position: absolute;
			right: 0;
			top: 0;
			margin: 0;
		}

		.search-header #searchform #s {
			background-color: transparent;
		    background: url(../images/search-mobi.png) no-repeat 13px center;
		    background-repeat: no-repeat;
		    border: 0 none;
		    cursor: pointer;
		    font-size: 16px;
		    color: #fff;
		    height: 52px;
		    width: 52px;
		    padding-left: 33px;
		    border-radius: 0;
			-webkit-transition: all 0.2s ease-out;
			   -moz-transition: all 0.2s ease-out;
			    -ms-transition: all 0.2s ease-out;
			     -o-transition: all 0.2s ease-out;
			        transition: all 0.2s ease-out;
		}

		.search-header #searchform #s:focus {
			border: 0;
		}

		.tabs .menu-tab li a {
			padding: 12px 15px 10px;
		}

		.posts-wrap .posts-container.grid4 .post-item {
			width: 33.33%;
		}
	}

	
	@media only screen and (max-width: 1024px) {	
	.maxi-half-first .inner-maxi h4.entry-title a {
		font-size: 31px;
		line-height: 37px;
	}
	
		.search-box {
			top: 145px;
			right: 60px;
		}
		
		#header-sticky-wrapper.is-sticky .search-box {
			top: 123px;
		}

		.searchbtn_container {
			display: inline-block;
		}
		
		#mainnav-mobi ul li.search, #primary-menu li:nth-last-child(2) a::after {
			display: none;
		}
		
		.searchbtn {
			font-size: 28px;
			line-height: 28px;
			position: relative;
			top: -9px;			
		}
		
		.searchbtn::after {
			content: '|';
			position: relative;
			right: -5px;
		}

		.socialIcons {
			width: 121px;
			float: left;
			display: inline-block;
			margin-top: 3px;
			left: 15px;
			position: relative;
		}

		.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
			clear: left;
			margin: 0px 0;
			overflow: hidden;
			padding: 2%;
		}

		.col-md-4 {
			max-width: initial !important;
			width: 100%;
			padding-right: 0px;
			padding-left: 30px;
		}
		
		.col-md-8 {
			width: 100% !important;
		}

		#header-sticky-wrapper {
			height: inherit !important;
		}
		
		
		#slider-container {
			padding: 0 5%;
		}
		
		.one-half .post h4 {
			font-size: 18px;
			margin-bottom: 5px;
		}
		
		.fullwidth_article .fwa_bluebox {
			width: 184px;
		}
		
		p.exc, .kcikkekategoria p.exc {
			font-size: 15px;
		}
		
		.tamogatok-content p img {
			margin: 0 20px;
			max-width: calc(100%/6.1);
			display: block;
		}
		
		.fullwidth_article h4 {
			font-size: 24px;
			line-height: 26px;
			margin-bottom: 10px;
		}
		
		.page-content .recent-post-slider.design-1 .post-image-bg {
			width: 55%;
		}

		.page-content .recent-post-slider.design-1 .post-content-left {
			width: 43%;
		}
		
		.recent-post-slider.design-1 span.kek-kocka {
			width: 254px;
			height: 308px;
			left: 24vw;
		}
		
		.slider-hatter, .recent-post-slider .slick-slide {
			max-height: 600px;
		}

		.maxi-half-last {
			left: 0%;
		}
				
		#mainnav-mobi {
			position: fixed;
			top: 144px;
			right: 0;
		}

		.search-header {
			float: right;
			width: 20%;
			position: relative;
			top: -66px;
		}

		#header-sticky-wrapper.is-sticky .header-nav {
			top: 23px;
		}
		
		#header-sticky-wrapper.is-sticky #logo img {
			transform: scale(0.65);
			top: -1vw;
		}


		#header-sticky-wrapper.is-sticky #header {
			background: rgba(255, 255, 255, 0.87);
			z-index: 100 !important;
			height: inherit;
		}

						 
		#header-sticky-wrapper.is-sticky #header .btn-menu {
			display: block;
			float: right;
			position: relative;
			z-index: 3;
		}

		#header-sticky-wrapper.is-sticky #mainnav-mobi {
			display: block;
			margin: 0 auto;
			width: 100%;
			position: fixed;
			top: 121px;
			background:none;
			z-index: 1000;
			-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
			-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
			box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.68);
		}



		.btn-menu {
			display: block;
			float: right;
			top: -18px;
			position: relative;
			z-index: 100;
			right: 0px;
		}
		
#logo img {
    max-width: 85px;
}
				
		.search-header {
			width: 175px;
				right: 16px;
		}
				#mainnav {
					display: none;
				}

		.sidebar {
			padding: 30px 0 !important;
			width: 100%;
			margin: auto;
			border-top: 1px solid;
		}
		
		.tab-content a {
			font-size: 16px;
			margin-bottom: 5px;
			border-bottom: 0;
			padding-bottom: 5px;
			padding-top: 20px;
		}
		
		.kiemelt-kep-oldalsav {
			background-size: cover !important;
			width: 55%;
			height: auto;
			display: block;
			min-height: 360px;
			margin: auto;
		}
		
		.single .tags-post {
			float: none;
			
		}
		
		.wpt_thumb_small {
			display: inline-block;
		}
		
		.sidebar .widget:nth-of-type(1) {
			display: block;
			margin: auto;
		}

		.site-main .post {
			padding: 2%;
		}


		span.top_row {
			height: 40px;
		}
		
		.socialIcons img {
			margin-right: 5px;
			width: 30px;
		}
		
		.top_buttons a {

			padding: 4.5px 30px !important;
		}

		.top_buttons {
			margin-top: 4px;
		}

	.fbiframe_box {
    width: inherit;
}


.social-navigation {
    float: right;
    width: 68%;
    position: relative;
    bottom: -18px;
}


	.recent_posts_b .post h3 {
    font-size: 21px;
    line-height: normal;
    margin: 0;
}
.roll-title a {
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 13px;
}
.roll-title {
    font-family: 'Bebas Neue Light', serif !important;
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 0 0 0 !important;
    position: relative;
    float: right;
    background: #307dac;
    min-width: 89px;
    text-align: right;
}




.wpp-thumbnail {
    width: 37%;
    margin-left: 10px !important;
}
	.wpp-post-title {
		margin-right: 0px;
	}	
	
	}
	
	/* Smaller than standard 992 */
	@media only screen and (max-width: 991px) {
	
		.container {
    width: 96%;
    margin: 0px 2%;
    padding: 0;
}


.col-md-8 {
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}

.row-custom .one-half {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}



		.posts-wrap .posts-container .post-item,
		.posts-wrap .posts-container.grid4 .post-item {
			width: 50%;
		}
		.page-title .post-filter.show {
			right: 0;
			top: 33px;
			background-color: #424347;
			text-align: right;
			padding: 10px;
			z-index: 1000;
		}
		.page-title .post-filter li {
			display: block;
			line-height: 26px;
		}
		.page-title .post-filter li a:hover {
			color: #fff;
		}
		.contact-page .contact-wrap {
			padding-right: 0;
			margin-bottom: 50px;
		}
		.masonry-layout .hentry {
			width: 330px;
		}		
	}
	

	/* All Mobile Sizes */
	@media only screen and (max-width: 820px) {
		.recent-post-slider.design-1 .wp-post-content a.readmorebtn {
			font-size: 16px;
			margin-top: 15px !important;
			padding: 8px 25px;
		}
				
		h3.kategoria-fejlec {
			font-size: 20px;
		}
		
		h3.kategoria-fejlec::after {
			content: "";
			top: 11px;
			left: 15px;
		}
		
		#header-sticky-wrapper.is-sticky #header {
			height: auto;
		}

		.one-half .post h4 {
			font-size: 16px;
			margin-bottom: 0;
		}
		
		.wpsisac-slick-carousal button.slick-arrow {
			z-index: 10;
		}
		
		.fullwidth_article .irta {
			margin-bottom: 0px;
		}
				
		.fullwidth_article .readmorebtn {
			padding: 10px 20px;
			margin-bottom: 20px;
			font-size: 14px;
		}
				
		.kcikkekategoria {
			padding: 0 0px 0px 0px;
		}
		
		.fullwidth_article .fwa_bluebox {
			width: 184px;
			left: -6vw;
			height: 29vw;
		}
				
		.kategoria-fejlec-kcek, .fullwidth_article h3, h3.kategoria-fejlec-tamogatok {
			font-size: 20px;
		}
			
		.fullwidth_article h3::before, .fullwidth_article h3::after, .kategoria-fejlec-kcek::before, .kategoria-fejlec-kcek::after, h3.kategoria-fejlec-tamogatok::before, h3.kategoria-fejlec-tamogatok::after  {
			top: -6px;
		}
		
		.maxi-half-first .inner-maxi .kategoria-fejlec-fw a {
			font-size: 18px;
		}
		
		.maxi-half-first .inner-maxi h4.entry-title a {
			font-size: 26px;
			line-height: 30px;
		}
		
		.fullwidth_article_maxi {
			margin-top: 20px;
		}
		
		span.top_row {
			padding: 0 1%;
			}

		.social-navigation {
			float: left;
			width: 100%;
		}
		
		.legujabb-cikkek h3::after {
			content: "";
			top: 11px !important;
		}
		
		.activity .categories {
			margin-bottom: 20px;
		}
		
		.site-main .thumb {
			padding-bottom: 24px;
		}
		
.sidebar {

    margin-top: 20px;
}
				
				
		p.exc {
			font-size: 14px;
			line-height: 16px;
			margin-top: 10px;
			padding-right: 20px;
		}
		
		.lablec-adatok table {
			border: none;
			font-size: 12px !important;
		}

		.maxi-half-first .inner-maxi .exc {
			font-size: 14px;
			margin-top: 15px;
			line-height: normal;
		}		
			
		.maxi-kep img {
			transform: translateY(-50%) scale(2.8);
		}	
		
		.container.content-wrapper.tamogatok, .partnerek_container {
			margin-top: 15px;
		}
				
		.tamogatok-content p img {
			margin: 0 20px;
			max-width: calc(100%/7);
			display: block;
		}

		.maxi-half-last {
			left: -1%;
			max-width: inherit;
		}

		.maxi-half-first .inner-maxi .readmorebtn {
			font-size: 16px;
			margin-top: 15px !important;
			padding: 10px 20px;
		}

		.fullwidth_article img {
			float: right;
		}	
			
		.fullwidth_article .one-half-last {
			padding: 0 0px 0px 15px;
			border: 0;
		}
		
		div.fullwidth_article > div > div > div:nth-child(1) {
			padding: 0px 15px 0px 0px;;
		}

			
		.kcikkekategoria h4.entry-title {
			font-size: 18px;
			line-height: 24px;
		}

			
		.kcikkekategoria p.exc {
			font-size: 14px;
			padding: 0;
		}


		.one-half {
			padding: 0 15px 0px 0px;
		}
		
		.one-half-last {
			padding: 0 0px 0px 15px;
		}		
		
		.padd-left {
			padding: 0 0px 0px 15px;
		}
		
		.one-half .post span.irta a, .activity span {
			font-size: 12px;
		}
		
		.legujabb-cikkek h4 {
			padding: 0px 10px;
			font-size: 15px;
		}

		.legujabb-cikkek p {
			padding: 0px 10px;
		}
		
		.legujabb-cikkek .legujabb-kategoria p {
			font-size: 13px;
		}
		
		.legujabb-cikkek .legujabb-kategoria {
			left: 10px;
		}
		
		.fullwidth_article h4 {
			font-size: 20px;
			line-height: 22px;
			padding-right: 20px;
		}
		
		.one-half .post span.irta {
			margin-bottom: 0px;
		}

		.col-md-4 {
			float: left;
		}
		
		.activity {
			padding-bottom: 0px;
		}

		.container {
			width: 98%;
			display: block;
			margin: auto;
		}

		.recent-post-slider.design-1 h2.wp-post-title a {
			font-size: 20px;
			line-height: 10px;
		}
			
		.slider-hatter, .recent-post-slider .slick-slide {
			max-height: 480px;
		}
						
		.recent-post-slider.design-1 .wp-post-content .wp-sub-content {
			font-size: 14px;
		}
		
		#slider-container {
			padding: 0px 10%;
		}
		
		.page-content .recent-post-slider.design-1 .post-image-bg {
			top: 12vw;
		}
				
		.page-content .recent-post-slider.design-1 .post-content-left {
			top: 7.5vw;
		}


		.recent-post-slider.design-1 span.kek-kocka {
			width: 29%;
			height: 221px;
			left: 27vw;
		}
		
		.recent-post-slider.design-1 h2.wp-post-title {
			margin-top: 0px !important;
		}

		.recent-post-slider.design-1 .recentpost-categories a {
			font-size: 16px;
		}
		
		.widget_media_image {
		text-align: center;
		}

		#media_image-2 > a {
			margin-top: 48px;
			display: block;
		}


		.page-content {
    padding: 0;
    padding-left: 0px;
	}

		.single .tags-post a {
    display: inline-block;
    color: #ffffff;
    padding: 2px 5px;
    margin-left: 2px;
    font-size: 12px;
    background-color: #307dac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', serif !important;
    border-radius: 2px;
    margin-bottom: 4px;
}

.entry-content img {
    margin-bottom: 10px;
    height: auto !important;
    width: auto !important;
}


	.main-header .logo {
       width: 133px !important;
    display: block;
    position: relative;
    margin: auto;
}
	
		.col-md-8 {
    width: 95% !important;
    display: block;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
}

		.lastest-posts .content-left,
		.lastest-posts .content-right {
			width: 100%;
		}
		.lastest-posts .content-right {
			margin: 30px 0 0;	
		}
		.single .share-post {
			float: none;
			margin-bottom: 30px;
		}
		.comments-list .comment-text .comment-reply {
			position: static;
			display: inline-block;
			margin-top: 15px;
		}
		.main-header .col-md-4 {
			padding-left: 0px;
		}	
		.logo,
		.social-navigation ul {
			text-align: center;
		}	
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}		
		.masonry-layout .site-main .post:first-child,
		.masonry-layout .hentry {
			margin: 0 0 30px;
		}
		.site-main,
		.posts-layout.masonry {
			width: 100% !important;
		}
		.content-area {
			padding: 0;
		}
		.recent-post-slider.design-1 .post-image-bg img, .recent-post-slider.design-2 .post-image-bg img, .recent-post-slider.design-3 .post-image-bg img {
    max-width: 768px !important;
}

	}

	@media only screen and (max-width: 615px) {
		.page-content .recent-post-slider.design-1 .post-image-bg, .recent-post-slider.design-1 span.kek-kocka {
			display:none;
		}
		
	
		.recent-post-slider.design-1 .slick-arrow, .recent-post-slider button.slick-next:hover, .recent-post-slider button.slick-prev:hover {
			width: 32px !important;
		}
		
		.slider-hatter-ol {
			/* display: none; */
			background: #00000080 !important;
		}
		
		.slider-hatter img {
			-webkit-filter: inherit;
			filter: inherit;
		}
		
		.page-content .recent-post-slider.design-1 .post-content-left {
			width: 96%;
			display: block;
			margin: auto;		
		}
		
		.recent-post-slider.design-1 h2.wp-post-title {
			
		}
		
		.recent-post-slider.design-1 .wp-post-content {
		
		}
		
		.legujabb-cikkek .col-md-4 {
			width: 100% !important;
		}
				
		.legujabb-cikkek .lc-container {
			width: 100%;
			margin-bottom: 20px;
			box-shadow: 5px 5px 0 #307dab;
			border-radius: 0;
		}
		
		.legujabb-cikkek .lc-fejlec {
			margin-right: 2%;
			width: 48%;
			float: left;
		}
		.legujabb-cikkek .lc-container > p {
			display: none;
		}
		
		.legujabb-cikkek h4 {
			width: 50%;
			float: right;
			margin: 10px 0;
			font-size: 20px;
			line-height: normal;
		}
		
		.legujabb-cikkek h4 a {
			color: #307dab;
		}
		
		.legujabb-cikkek .legujabb-kategoria {
			left: 10px;
			top: 0;
		}
		
		.legujabb-cikkek .legujabb-kategoria p {
			font-size: 13px;
			border-radius: 0 0 4px 4px;
		}
	
		.one-half {
			width: 100%;
			padding: 0;
		}
		
		.one-half-last {
			padding: 20px 0 0 0;
			border-left: 0;
			border-top: 1px solid;
		}
				
		.fullwidth_article h4 {
			font-size: 16px;
			line-height: 16px;
		}
		
		.fullwidth_article p.exc {
			display: none;
		}
		
		.activity {
			display: block;
		}
		
		.fullwidth_article img {
			float: right;
			margin-bottom: 30px;
		}
				
		.slick-image-slide img {
			object-fit: contain;
		}
		
		.maxi-half-last {
			min-height: 350px;
		}
		
		.slick-image-slide, .slide-wrap {
			height: 100px !important;
		}
		
		.maxi-half-first .inner-maxi .exc {
			display: none;
		}
		
		.maxi-kep img {
			transform: translateY(-50%) scale(1.7);
		}
				
		.maxi-half-first .inner-maxi h4.entry-title a {
			font-size: 20px;
			line-height: 20px;
		}
				
		.tamogatok-content p img {
			margin: 0 10px;
			max-width: calc(100%/6.5);
		}

		.row.ketkat .padd-left {
			border-left: 0px solid !important;
			border-top: 1px solid;
			padding-top: 20px;
		}
		
		.container.content-wrapper.tamogatok, .partnerek_container {
			padding-bottom: 30px;
		}
				
		#colophon .col-6 {
			width: 100% !important;
		}
		
		#colophon > div.row.container > div:nth-child(1) {
			padding-right: 0px !important;
		}
		
		#colophon > div.row.container > div:nth-child(3) {
			padding-left: 0px !important;
		}
		
		.social-navigation {
			float: none;
			text-align: center;
			margin-bottom: 20px;
		}
		
		#colophon > div.row.container > div:nth-child(2) a {
			display: block;
			transform: none;
		}
		
		#colophon > div.row.container > div:nth-child(2) {
			text-align: center;
			border-left: 0;
			border-right: 0;
			min-height: inherit;
			display: block;
		}
		
		#menu-footer li {
			text-align: center;
			padding: 5px;
		}
		
		#menu-footer li a {
			color: white;
			font-weight: 400;
			font-size: 13px;
		}
		
		.logo, .social-navigation ul {
			margin-bottom: 30px;
		}
				
		#mainnav-mobi ul > li > a {
			font-size: 16px;
			height: 30px;
			line-height: 30px;
			
		}

		.recent-post-slider.design-1 .wp-post-content {
			display: inherit;
		}
		
		.site-main .thumb {
			width: 100%;
		}
		
		.kiemelt-kep-oldalsav {
			width: 100%;
		}

		#primary-front {
			padding-top: 15px;
			margin-top: 15px;
		}			
		
		
	}
	
	@media only screen and (max-width: 480px) {
		.top_buttons a {
			padding: 4.5px 20px !important;
		}
		
		.classic .page-title, .classic .taxonomy-description {
			font-size: 28px;
			line-height: 30px;
			margin-top: 15px;
		}

		.archive .taxonomy-description p {
			margin: 0;
			font-size: 16px;
			color: #535252;
			line-height: normal;
		}

		
		#header-sticky-wrapper.is-sticky .searchbtn {
			top: -16px;
		}


		.page-content .recent-post-slider.design-1 .post-content-left {
			margin-bottom: 15px;
		}


		.legujabb-cikkek h4 {
			margin: 20px 0;
			font-size: 17px;
		}		
		.fullwidth_article .fwa_bluebox {
			    display: none;
			
		}

		.maxi-kep img {
			transform: translateY(-50%) scale(2.5);
		}
		
		.fullwidth_article {
			background: #313131;
			padding-top: 15px;
			padding-bottom: 30px;
		}
		
		.maxi-half-first .inner-maxi .kategoria-fejlec-fw {
			padding: 2px 5px;
			font-size: 14px;
		}
	}
	
	@media only screen and (max-width: 420px) {
		
		.search-box {
			top: 145px;
			right: 10px;
		}
		
		#header-sticky-wrapper.is-sticky .search-box {
			top: 109px;
		}

		
		.top_buttons a {
			padding: 4.5px 10px !important;
		}	
		
		.single-title {
			font-size: 28px;
			line-height: 30px;
			margin-top: 20px;
		}
				
		.cikk_meta_box {
			height: auto;
		}
		
		.social-icons a {
			margin-right: 0px;
		}
		
		.cikk_meta_box p {
			float: left;
			font-size: 12px;
			    margin-right: 10px;
		}
		
		.cikk_meta_box .posted-on {
			float: left;
			font-weight: bold;
			display: contents;
		}
		
		.recent-post-slider.design-1 h2.wp-post-title a {
			font-size: 15px;
			line-height: 0px;
		}
		
		.recent-post-slider.design-1 .wp-post-content .wp-sub-content {
			font-size: 13px;
			line-height: normal;
		}
		
		.recent-post-slider.design-1 .wp-post-content a.readmorebtn {
			display: none;
		}
		
		.fullwidth_article h4 a, .maxi-half-first .inner-maxi h4.entry-title a {
			font-weight: 700;
			font-size: 14px;
		}
		
		.fullwidth_article .activity, .maxi-half-first .inner-maxi .activity {
			display: none;
		}
		
		.maxi-half-first .inner-maxi h4.entry-title {
			line-height: 0px;
		}
		
		.maxi-kep img {
			transform: translateY(-50%) scale(2.7);
		}
				
		.maxi-half-first .inner-maxi {
			    max-width: 192px;
			padding-top: 10%;
		}
				
		.tamogatok-content p img {
			max-width: 100%;
			display: block;
			margin: 10px auto;
		}
		
		.tamogatok-content p {
			text-align: center;
			display: grid;
			margin: auto;
			width: 100%;
		}
		
		
		
		.tamogatok-content a {
			display: block;
			margin: auto;
		}
				
		.legujabb-cikkek h4 {
			margin: 20px 0;
			font-size: 14px;
			line-height: 14px;
			letter-spacing: 0px;
		}
		
		.kategoria-fejlec a {
			color: #000000;
		}
		
		#header-sticky-wrapper.is-sticky #logo {
			height: 50px;
		}
		
		#header-sticky-wrapper.is-sticky #logo img {
			transform: inherit;
			top: 0vw;
			max-height: 52px;
		}
		
		#header-sticky-wrapper.is-sticky #header .btn-menu {
			top: -25px;
		}
		#mainnav-mobi ul > li > a {
			background: #ffffff;
		}
		#header-sticky-wrapper.is-sticky #mainnav-mobi {
			top: 110px;
		}
		
		#mainnav-mobi ul > li > a {
			margin: 0;
			
		}
}
	
	
	@media only screen and (max-width: 320px) {
.search-box #s {
    max-width: 177px;
}


		.socialIcons {
			display: none;
		}		
		
		.recent-post-slider.design-1 .wp-post-content .wp-sub-content, .recent-post-slider.design-1 .slick-arrow, .fullwidth_article .fwa_bluebox {
			display: none !important;
		}
		.recent-post-slider.design-1 h2.wp-post-title {
			line-height: 15px;
		}
		
		h3.kategoria-fejlec {
			max-width: 250px;
		}
		
		.legujabb-cikkek h4 {
			margin: 5px 0;
			font-size: 13px;
			line-height: 12px;
			letter-spacing: 0px;
		}
		
		div.fullwidth_article > div > div > div:nth-child(1), .fullwidth_article .one-half-last {
			width: 100%;
		}
		
		.one-half .post h4 {
			font-size: 13px;
		}
		
		.kategoria-fejlec-kcek, .fullwidth_article h3, h3.kategoria-fejlec-tamogatok {
			font-size: 16px;
		}
		
		.fullwidth_article h3::before, .fullwidth_article h3::after, .kategoria-fejlec-kcek::before, .kategoria-fejlec-kcek::after, h3.kategoria-fejlec-tamogatok::before, h3.kategoria-fejlec-tamogatok::after {
			width: 31px;
		}
		
		.maxi-half-first .inner-maxi .kategoria-fejlec-fw {
			display: inline-block;
			background: #ffffff;
			padding: 2px 5px;
			font-size: inherit;
			margin-bottom: 4px;
		}

		.maxi-kep img {
			transform: translateY(-50%) scale(3.7);
		}		
		
		.maxi-half-first .inner-maxi .readmorebtn {
			font-size: 14px;
			margin-top: 25px !important;
			padding: 3px 10px;
		}
		
		
		.classic .page-title, .classic .taxonomy-description {
			font-size: 21px;
			line-height: 36px;
			padding: 0px 0;
			margin-bottom: 18px;
			font-weight: 900;
			margin-top: 0;
		}

		.archive .taxonomy-description p {
			margin: 0;
			font-size: 14px;
			color: #535252;
			line-height: normal;
		}

		article[class*='category-'] > div.content-entry > header.entry-header > h3.entry-title {
			font-size: 16px;
			letter-spacing: -1px;
			line-height: 19px;
		}

	}