body {
	font-family:'Montserrat';
	overflow-y:scroll;
}
.kiegeszito-menupontok {
    position: relative;
    padding-left: 2px;
    margin-bottom: 2px;
}
.kiegeszito-menupontok li {
    line-height: 21px;
    font-size: 15px !important;
}
.kiegeszito-menupontok li a {
    font-size: 15px !important;
    font-weight: 300 !important;
}


#site-header {
	position:absolute;
}
::-webkit-scrollbar {
 background-color:#eee;
 width:10px
}
::-webkit-scrollbar-thumb {
 background-color:#ff0000
}
 *::-moz-selection {
 background: #ff0000;
 color: #ffffff;
 text-shadow: none;
}
::-moz-selection {
 background: #ff0000;
 color: #ffffff;
 text-shadow: none;
}
::selection {
 background: #ff0000;
 color: #ffffff;
 text-shadow: none;
}
.mgcm-headline {
	height: 360px;
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	line-height: 300px;
}
.page-header {
	margin-bottom: 60px;
}
p {
	font-family: 'Montserrat'!important;
	font-size: 18px !important;
	font-weight: 300;
}
.site-branding a img {
	width: 280px!important;
}
.site-navigation ul.menu li a {
	padding: 8px 12px!important;
	font-size: 28px!important;
	font-family: 'Montserrat'!important;
}
.mgcm-headline-s {
	background: red;
	height: 80px;
	display: block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.mgcm-footer {
	background:#46abbd;
	height: 100px;
	display: block;
	position: relative;
	width: 100%;
	color:#fff;
	text-align:center;
}
.mgcm-headline .entry-title {
	color: #fff;
	text-align: center;
	font-size: 100px !important;
	line-height: 350px;
}
.page-header .entry-title {
	display:none!important;
}
article {
	width: 48%!important;
	float: left!important;
	margin: 1%;
}
article.post p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	border-bottom: 1px dashed #f00;
}
article.post h2 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.content-ajanlo p {
	font-size: 13px !important;
	padding-top: 8px;
	letter-spacing: 0.5px;
	line-height: 16px;
}
.f-social {
	transition: all 700ms ease 100ms;
}
.f-social:hover {
	color: #ffffff;
	transform: rotate(360deg);
}
.video-background-controls button {
	font-size:24px;
	display:inline-block;
	padding:0;
	margin:0 0 0 10px;
	height:24px;
	width:24px;
	border-radius:16px;
	line-height:24px;
	border:none;
	background:0 0;
	-webkit-appearance:none;
	color:#fff;
	cursor:pointer;
	opacity:1;
	transition:550ms ease-in-out
}
.video-background-controls button:hover {
	opacity:.5
}
iframe {
	transition:opacity 1.5s ease-in-out 750ms
}
.tovabb {
	z-index:9999;
	bottom:12px;
	right:15px
}
.hatter {
	width:100%;
	height:100%;
	max-height:100%;
	background:#000;
	z-index:5;
	opacity:.25
}
.video-background-controls {
	z-index:999999999999!important
}
.bg-video {
	background-color:#000
}
.bg-video video {
	min-width:100%;
	min-height:100%
}
.bg-video .impala-wrap-home .impala-scroll-overlay {
	background-repeat:repeat
}
.videoHolder__video {
	position:absolute;
	z-index:-1
}
.videoHolder {
	overflow:hidden;
	z-index:1;
	opacity:0
}
.videoHolder.has-autoplay, .videoHolder.is-playing {
	opacity:1
}
.videoHolder__video {
	min-width:100%;
	min-height:100%;
	width:100%;
	height:auto
}
.big-video {
	min-width:100%;
	min-height:100%;
	width:130%;
	height:auto
}
.videoHolder__video-intro {
	min-width:100%;
	min-height:100%;
	width:100%;
	height:auto
}
.videoHolder__video, .videoPlayButton {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.videoPlayButton {
	width:86px;
	height:86px;
	z-index:10;
	background-color:#2c2c2b;
	display:block;
	box-shadow:0 1px 19px 0 rgba(0, 0, 0, .23);
	text-align:center;
 transition:.25s
}
.videoPlayButton__iconHolder {
	width:15px;
	height:21px;
	position:relative;
	overflow:hidden;
	margin:0 auto 6px
}
.videoPlayButton__iconHolder:after, .videoPlayButton__iconHolder:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:100%;
 transition:.25s
}
.videoPlayButton__iconHolder:after {
	background-size:100%;
	-webkit-transform:translateX(-200%);
	transform:translateX(-200%)
}
.videoPlayButton__label {
	color:#fff;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2.6px;
	position:relative;
	top:2px;
 transition:.25s
}
.videoPlayButton:hover .videoPlayButton__iconHolder:before {
	-webkit-transform:translateX(200%);
	transform:translateX(200%)
}
.videoPlayButton:hover .videoPlayButton__iconHolder:after {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.videoPlayer {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:140;
	background-color:rgba(0, 0, 0, .85);
	display:none;
	opacity:0;
	-webkit-transform:translateZ(1002px);
	transform:translateZ(1002px)
}
.videoPlayer__wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.videoPlayer__outer {
	width:1280px;
	max-width:calc(100% - 60px)
}
.videoPlayer__close {
	background-color:#2c2c2b;
	position:absolute;
	top:30px;
	right:30px;
	height:56px;
	width:56px;
	cursor:pointer;
	z-index:56;
 transition:.25s
}
.videoPlayer__close:hover {
	background-color:#9d9c8a
}
.videoPlayer__close:after, .videoPlayer__close:before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:50%;
	margin-left:-14px;
	width:28px;
	height:2px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.videoPlayer__close:after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.videoPlayer.is-active {
	display:block;
 -webkit-animation:l .25s .1s;
 animation:l .25s .1s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
 @-webkit-keyframes l {
 0% {
 opacity:0
}
to {
	opacity:1
}
}
 @keyframes l {
 0% {
 opacity:0
}
to {
	opacity:1
}
}
.oblokk1 {
    font-size: 15px !important;
    line-height: 18px;
    margin-top: 20px;
}
.oblokk2 {
	font-size: 22px;
	letter-spacing: 0px;
}
.vik22 {
	font-size: 14px;
	display: block;
	margin: 0px 0px -32px 0px;
}
.f-telszam {
	cursor: auto;
	font-size: 22px;
	display: block;
	margin: 4px 0px -30px 0px;
}
.f-tmail {
	font-size: 15px;
	position: relative;
	margin-top: -2px;
	display: block;
}
.x-magic {
	display:none!important;
}
 @media only screen and (min-width:30px) and (max-width:1280px) {
 .logo-lent {
 font-size: 15px;
}
 .content-ajanlo p {
 font-size: 11px !important;
 padding-top: 9px;
 line-height: 13px;
}
 .footer .widget-title {
 margin-bottom: 18px;
 font-size: 21px;
}
}
 @media only screen and (min-width:30px) and (max-width:1200px) {
 .footer .widget-title {
 margin-bottom: 15px;
 font-size: 19px;
}
.content-ajanlo p {
 font-size: 10px !important;
 padding-top: 3px;
 line-height: 11px;
}
.content-ajanlo {
 color: #fff!important;
 margin-bottom: 0px;
 display: block;
 position: relative;
 min-height: 50px;
}
.logo-lent {
 font-size: 12px;
}
.social-media-footer {
 display: block;
 position: relative;
 margin: -10px 0px -10px 0px;
}
.footer ul li {
 padding: 1px 0;
}
.footer ul li a {
 font-size: 15px;
}
 .timg {
 filter: none;
 width: 40px;
 float: left;
 margin-right: 6px;
 margin-bottom: 0px;
}
 .footer .footer-bottom span {
 font-size: 13px;
}
.footer {
 padding-top: 50px;
}
 .footer .footer-bottom {
 margin-top: 20px;
 padding: 20px 0;
}
}
 @media only screen and (min-width:30px) and (max-width:991px) {
.logo-lent {
 font-size: 16px;
}
 .social-media-footer {
 display: block;
 position: relative;
 margin: -15px 0px 10px 0px;
}
}
 @media only screen and (min-width:30px) and (max-width:767px) {
.page-header {
 margin-bottom: 30px;
}
.headline-x {
 background-position: center !important;
}
 .footer .footer-bottom {
 margin-top: 20px;
 padding: 20px 0 30px;
}
}
 @media only screen and (min-width:30px) and (max-width:500px) {
 .footer .footer-bottom span {
 font-size: 11px;
}
.footer .footer-bottom {
 margin-top: 20px;
 padding: 20px 0 25px;
}
 .footer .logo img {
 width: 180px;
 display: block;
 margin: 0 auto -10px !important;
 height: auto !important;
}
.logo-lent {
 font-size: 13px;
 margin-top: 5px;
}
.social-media-footer {
 display: block;
 position: relative;
 margin: -10px 0px 10px 0px;
}
}
 @media only screen and (min-width:30px) and (max-width:400px) {
.side-widget small {
 font-size: 11px;
}
}
