@charset "utf-8";
.fb-share-button {
	margin-bottom: 25px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
table td {
	text-align: center;
}
table th {
	text-align: center;
}

/* CSS Document */

.cid-s9BkpDabwL {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-s9BkpDabwL .mbr-section-title {
  margin-bottom: 0;
}
.cid-s9BkpDabwL .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-s9BkpDabwL .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s9BkpDabwL .mbr-iconfont:hover {
  color: #b32922;
}
.cid-s9BkpDabwL .image-wrap {
	position: relative;
}
.cid-s9BkpDabwL .image-wrap img {
	z-index: 0;
	width: 100%;
}
.cid-s9BkpDabwL .mbr-section-subtitle {
	line-height: 1.5;
	color: #b32922;
}
.cid-s9BkpDabwL .card-wrap {
	margin-bottom: 3rem;
	padding-left: 20px;
	padding-right: 20px;
}
.cid-s9BkpDabwL .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-s9BkpDabwL .card-wrap:hover .img-overlay {
	opacity: 1;
}
.cid-s9BkpDabwL .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-s9BkpDabwL .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-s9BkpDabwL .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-s9BkpDabwL .img-overlay {
	background: linear-gradient(transparent, #0b447b);
	pointer-events: none;
	position: absolute;
	height: 100.05%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition-delay: 0s;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.cid-s9BkpDabwL .builderCard .img-overlay {
	border-bottom-left-radius: 45px;
}
.cid-s9BkpDabwL .mbr-role {
	color: #0b447b;
	font-weight: normal;
}
.cid-s9BkpDabwL .mbr-text {
	color: #646464;
	text-align: left;
}



@media (max-width:1920px) {
#content h1 {
	font-family: 'Old Standard TT', serif;
	font-size: 42px;
	color: #0b447a;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content h2 {
	font-family: 'Old Standard TT', serif;
	font-size: 36px;
	color: #0b447a;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content h3 {
	font-family: 'Old Standard TT', serif;
	font-size: 32px;
	color: #0b447a;
	text-align: center;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#header {
	width: 100%;
	float: left;
	clear: both;
}
.display-nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.brand-name {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: rgba(11,68,122,1.00);
	font-size: 12px;
}

#head-kapcsolat {
	width: 100%;
	padding-bottom: 25px;
	padding-top: 85px;
	float: left;
}

.head-contact-btn {
	border-radius: 4px;
	border: 2px solid #124D84;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	color: #bd232d;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	float: right;
	margin-right: 10px;
}
.head-contact-btn:hover {
	border-radius: 4px;
	border: 2px solid #124D84;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin-left: 10px;
	color: #bd232d;
	background-color: #124D84;
	margin-right: 10px;
}
.head-contact-btn a {
	border-radius: 4px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #bb2f22;
	text-decoration: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	padding-top: 10px;
	font-weight: normal;
}
.head-contact-btn a:visited {
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #bb2f22;
	text-decoration: none;
}
.head-contact-btn a:hover {
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	width: 100%;
	float: left;
	color: #646464;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.aloldal {
	width: 100%;
	color: #646464;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	float: left;
}
.btn-ke {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: 0px 0px rgba(0,52,102,1.00);
	box-shadow: 0px 0px rgba(0,52,102,1.00);
}
.btn-yellow {
	color: #000000;
	background-color: #f2b632;
	border-color: #f2b632;
	-webkit-box-shadow: 0px 3px #CF8E00;
	box-shadow: 0px 3px #CF8E00;
}

.btn-yellow:hover {
	color: #000000;
	background-color: #EDA70E;
	border-color: #f2b632;
	-webkit-box-shadow: 0px 3px #CF8E00;
	box-shadow: 0px 3px #CF8E00;
}
.btn-yellow-stroke {
	color: #FFFFFF;
	background-color: #313E4A;
	border: 2px solid #EDA70E;
	-webkit-box-shadow: 0px 0px #CF8E00;
	box-shadow: 0px 0px #CF8E00;
}
.btn-yellow-stroke:hover {
	color: #FFFFFF;
	background-color: #EDA70E;
	border-color: #EDA70E;
	-webkit-box-shadow: 0px 0px #CF8E00;
	box-shadow: 0px 0px #CF8E00;
}
.weboldal-keszites-wrap {
	width: 100%;
	float: left;
}
.cikk-cimsor {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 35px;
}
.cikk-cimsor-2 {
	width: 100%;
	text-align: center;
	padding-top: 35px;
	background-color: rgba(11,69,123,1.00);
	float: left;
	color: rgba(255,255,255,1.00);
	padding-bottom: 35px;
}
#content .cikk-cimsor-2 h2 {
	color: rgba(255,255,255,1.00);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.bal-weboldal {
	float: left;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	height: 730px;
	padding-left: 13%;
}
.jobb-weboldal {
	float: right;
	background-image: url(../img/weboldal-keszites-bg.jpg);
	width: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 730px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .szoveg {
	width: 500px;
}
.keresooptimalizalas-wrap {
	float: left;
	width: 100%;
	background-color: rgba(11,69,123,1.00);
	padding-bottom: 40px;
}
.bal-keresooptimalizalas {
	float: left;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	height: 765px;
	background-image: url(../img/keresooptimalizalas-bg.jpg);
	background-position: right top;
	background-size: cover;
}
.jobb-keresooptimalizalas {
	float: left;
	width: 50%;
	height: 765px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(11,69,123,1.00);
	color: rgba(255,255,255,1.00);
	padding-left: 55px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.article-wrap {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.article-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 22%;
	padding-right: 22%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgba(255,255,255,1.00);
	float: left;
}
.article-left {
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	padding-left: 100px;
	padding-right: 4%;
}
.article-right {
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	padding-right: 100px;
	padding-left: 4%;
}
.bg-gray {
	background-color: #efefef;
}
.bg-yellow {
	background-color: #ffd068;
}
.bg-blue {
	background-color: #0b447a;
	color: rgba(255,255,255,1.00);
	height: auto;
}
.btn-center-top {
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.btn-center-bottom {
	margin-top: 15px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

#content .bg-blue h1 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#content .bg-blue h2 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#content .bg-blue h3 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}


#content .idezet {
	color: rgba(255,255,255,1.00);
}
#content .cimke {
	font-size: 11px;
	margin-top: 5px;
	color: rgba(219,177,120,1.00);
}
.display-8 {
	font-size: 14px;
}
#leader-section {
	width: 100%;
	background-color: #1c1c1c;
	display: table;
	padding-top: 25px;
	padding-bottom: 25px;
}
.leader-left {
	width: 50%;
	float: left;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 0%;
	padding-top: 50px;
}
.leader-right {
	width: 50%;
	float: left;
	color: rgba(90,90,90,1.00);
}
.leader-img   {
	width: 70%;
	margin-left: 15%;
}

#leader-section h3  {
	color: #ceaf66;
}
#leader-section p {
	color: #E7E7E7;
	text-align: left;
}


.e-book-download {
	width: 100%;
	background-color: #ffd068;
	display: table;
	padding-top: 25px;
	padding-bottom: 25px;
	border-right: 15px solid #f2b632;
	border-left: 15px solid #f2b632;
}
.e-book-left {
	width: 50%;
	float: left;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 0%;
	padding-top: 50px;
}
.e-book-right {
	width: 500px;
	float: left;
	color: rgba(90,90,90,1.00);
}
.anyag-letoltes {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-shadow {
	text-shadow: 0px 2px rgba(0,0,0,0.20);
}

.bg-letoltes-1 {
	background-image: url(../img/letoltes-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


#footer {
	width: 100%;
	float: left;
	background-color: #313e4a;
	color: #cfcfcf;
	padding-bottom: 0px;
}
#footer .footer-wrap-2 a {
	color: rgba(241,241,241,1.00);
}
#footer .footer-wrap-2 a:hover  {
	color: rgba(242,182,50,1.00);
}
#footer .footer-wrap-2 a:visited  {
	color: rgba(241,241,241,1.00);
}

.footer-ebook-lead {
	background: #f05b28; /* Old browsers */
	background: -moz-linear-gradient(left, #f05b28 0%, #8f0b1d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f05b28 0%, #8f0b1d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f05b28 0%, #8f0b1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05b28', endColorstr='#8f0b1d', GradientType=1 ); /* IE6-9 */
	color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10%;
}
.footer-ebook-lead .cimsor {
	font-size: 85px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 75px;
	width: 100%;
}
.footer-ebook-lead .kerdes {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
}
.footer-ebook-lead .valasz {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
}
.footer-ebook-lead .valasz-2 {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
	display: none;
}
.footer-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-wrap-2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-color: rgba(37,48,58,1.00);
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-left {
	width: 33.3%;
	float: left;
	margin-top: -160px;
	padding-right: 40px;
	font-size: 19px;
}
.footer-center {
	width: 33.3%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
}
.footer-right {
	width: 33.3%;
	float: left;
	padding-left: 40px;
	padding-right: 0px;
	margin-top: 30px;
}
#footer ul li {
	line-height: 30px;
	color: #f2b632;
}
#footer li {
	color: #cfcfcf;
}
#footer ul li a {
	color: #cfcfcf;
}
#footer ul li a:hover {
	color: rgba(255,255,255,1.00);
}
#footer ul li a:visited {
	color: #cfcfcf;
}
}

@media (max-width:1199px) {
.bal-weboldal {
	padding-left: 5%;
}
.bal-keresooptimalizalas {
	width: 40%;
}
.jobb-keresooptimalizalas {
	padding-left: 0px;
	width: 60%;
}
.article-wrap {
	width: 100%;
}
.article-center {
	width: 100%;
}
#content .cikk-cimsor-2 h2 {
	width: 800px;
}
.e-book-left {
	width: 50%;
	padding-left: 0%;
}
.e-book-right {
	width: 400px;
}
.footer-ebook-lead .cimsor {
	font-size: 70px;
	line-height: 60px;
}
.footer-left {
	margin-top: -105px;
}
}

@media (max-width:991px) {
.cikk-cimsor {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.cikk-cimsor-2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#content .cikk-cimsor-2 h2 {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.bal-weboldal {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: -75px;
}
.jobb-weboldal {
	width: 100%;
	margin-top: -110px;
}
#content .szoveg {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 30px;
}
.bal-keresooptimalizalas {
	width: 100%;
	background-image: url(../img/linkepites-bg.jpg);
}
.jobb-keresooptimalizalas {
	width: 100%;
	height: 650px;
}
.article-wrap {
	width: 100%;
}
.article-center {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}
.article-left {
	padding-left: 8%;
}
.article-right {
	padding-right: 8%;
}


.e-book-left {
	padding-top: 120px;
}
.e-book-right {
	width: 350px;
}
.e-book-img {
	width: 100%;
}
.footer-left {
	margin-top: -80px;
	padding-right: 0px;
}
}

@media (max-width:767px) {
#head-kapcsolat {
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 70%;
}
.head-contact-btn {
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	/* [disabled]float: right;
*/
}
.head-contact-btn a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* [disabled]float: right;
*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


.cikk-cimsor {
	width: 100%;
}
.cikk-cimsor-2 {
	width: 100%;
}
#content .cikk-cimsor-2 h2 {
	width: 100%;
}
.article-wrap {
	width: 100%;
}
.article-center {
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}
.article-left {
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}
.article-right {
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}


.bal-weboldal {
	height: auto;
	margin-bottom: 35px;
}
.jobb-weboldal {
	margin-top: -150px;
}
.bal-keresooptimalizalas {
}
.jobb-keresooptimalizalas {
	height: auto;
}
.leader-left {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.leader-right {
	width: 100%;
	margin-top: 24px;
}
.leader-img {
	width: 60%;
	margin-left: 20%;
}


.e-book-left {
	width: 100%;
	margin-top: -120px;
}

.e-book-img {
	width: 70%;
	margin-left: 15%;
}
.e-book-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 8%;
	padding-right: 8%;
	margin-top: -40px;
}
.footer-left {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -145px;
}
.footer-center {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.footer-right {
	width: 100%;
	padding-left: 0px;
}
.footer-ebook-lead .valasz {
	display: none;
}
.footer-ebook-lead .valasz-2 {
	display: block;
	padding-bottom: 95px;
}
}

@media (max-width:575px) {
#content h1 {
	font-size: 2.4rem;
}
#content h2 {
	font-size: 2.2rem;
}
.jobb-weboldal {
	display: none;
}
.bal-keresooptimalizalas {
	display: none;
}
.cikk-cimsor {
	padding-left: 5%;
	padding-right: 5%;
}
.cikk-cimsor-2 {
	padding-left: 5%;
	padding-right: 5%;
}
.footer-ebook-lead {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.footer-ebook-lead .cimsor {
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 42px;
	line-height: 36px;
}
.footer-ebook-lead .kerdes {
	text-align: center;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-ebook-lead .valasz-2 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
}
}

@media (min-width:1920px){
	#content h1 {
	font-family: 'Old Standard TT', serif;
	font-size: 42px;
	color: #0b447a;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content h2 {
	font-family: 'Old Standard TT', serif;
	font-size: 36px;
	color: #0b447a;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content h3 {
	font-family: 'Old Standard TT', serif;
	font-size: 32px;
	color: #0b447a;
	text-align: center;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#header {
	width: 100%;
	float: left;
	clear: both;
}
.display-nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.brand-name {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: rgba(11,68,122,1.00);
	font-size: 12px;
}

#head-kapcsolat {
	width: 100%;
	padding-bottom: 25px;
	padding-top: 85px;
	float: left;
}

.head-contact-btn {
	border-radius: 4px;
	border: 2px solid #124D84;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	color: #bd232d;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	float: right;
	margin-right: 10px;
}
.head-contact-btn:hover {
	border-radius: 4px;
	border: 2px solid #124D84;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin-left: 10px;
	color: #bd232d;
	background-color: #124D84;
	margin-right: 10px;
}
.head-contact-btn a {
	border-radius: 4px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #bb2f22;
	text-decoration: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	padding-top: 10px;
	font-weight: normal;
}
.head-contact-btn a:visited {
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #bb2f22;
	text-decoration: none;
}
.head-contact-btn a:hover {
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	width: 100%;
	float: left;
	color: #646464;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.aloldal {
	width: 100%;
	color: #646464;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	float: left;
}
.btn-ke {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-box-shadow: 0px 0px rgba(0,52,102,1.00);
	box-shadow: 0px 0px rgba(0,52,102,1.00);
}
.btn-yellow {
	color: #000000;
	background-color: #f2b632;
	border-color: #f2b632;
	-webkit-box-shadow: 0px 3px #CF8E00;
	box-shadow: 0px 3px #CF8E00;
}

.btn-yellow:hover {
	color: #000000;
	background-color: #EDA70E;
	border-color: #f2b632;
	-webkit-box-shadow: 0px 3px #CF8E00;
	box-shadow: 0px 3px #CF8E00;
}
.btn-yellow-stroke {
	color: #FFFFFF;
	background-color: #313E4A;
	border: 2px solid #EDA70E;
	-webkit-box-shadow: 0px 0px #CF8E00;
	box-shadow: 0px 0px #CF8E00;
}
.btn-yellow-stroke:hover {
	color: #FFFFFF;
	background-color: #EDA70E;
	border-color: #EDA70E;
	-webkit-box-shadow: 0px 0px #CF8E00;
	box-shadow: 0px 0px #CF8E00;
}
.weboldal-keszites-wrap {
	width: 100%;
	float: left;
}
.cikk-cimsor {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 35px;
}
.cikk-cimsor-2 {
	width: 100%;
	text-align: center;
	padding-top: 35px;
	background-color: rgba(11,69,123,1.00);
	float: left;
	color: rgba(255,255,255,1.00);
	padding-bottom: 35px;
}
#content .cikk-cimsor-2 h2 {
	color: rgba(255,255,255,1.00);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.bal-weboldal {
	float: left;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	height: 730px;
	padding-left: 13%;
}
.jobb-weboldal {
	float: right;
	background-image: url(../img/weboldal-keszites-bg.jpg);
	width: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 730px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .szoveg {
	width: 500px;
}
.keresooptimalizalas-wrap {
	float: left;
	width: 100%;
	background-color: rgba(11,69,123,1.00);
	padding-bottom: 40px;
}
.bal-keresooptimalizalas {
	float: left;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	height: 765px;
	background-image: url(../img/keresooptimalizalas-bg.jpg);
	background-position: right top;
	background-size: cover;
}
.jobb-keresooptimalizalas {
	float: left;
	width: 50%;
	height: 765px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(11,69,123,1.00);
	color: rgba(255,255,255,1.00);
	padding-left: 55px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.article-wrap {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.article-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 22%;
	padding-right: 22%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgba(255,255,255,1.00);
	float: left;
}
.article-left {
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	padding-left: 100px;
	padding-right: 4%;
}
.article-right {
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	padding-right: 100px;
	padding-left: 4%;
}
.bg-gray {
	background-color: #efefef;
}
.bg-yellow {
	background-color: #ffd068;
}
.bg-blue {
	background-color: #0b447a;
	color: rgba(255,255,255,1.00);
	height: auto;
}
.btn-center-top {
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.btn-center-bottom {
	margin-top: 15px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

#content .bg-blue h1 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#content .bg-blue h2 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#content .bg-blue h3 {
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}


#content .idezet {
	color: rgba(255,255,255,1.00);
}
#content .cimke {
	font-size: 11px;
	margin-top: 5px;
	color: rgba(219,177,120,1.00);
}
.display-8 {
	font-size: 14px;
}
#leader-section {
	width: 100%;
	background-color: #1c1c1c;
	display: table;
	padding-top: 25px;
	padding-bottom: 25px;
}
.leader-left {
	width: 50%;
	float: left;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 0%;
	padding-top: 50px;
}
.leader-right {
	width: 50%;
	float: left;
	color: rgba(90,90,90,1.00);
}
.leader-img   {
	width: 70%;
	margin-left: 15%;
}

#leader-section h3  {
	color: #ceaf66;
}
#leader-section p {
	color: #E7E7E7;
	text-align: left;
}


.e-book-download {
	width: 100%;
	background-color: #ffd068;
	display: table;
	padding-top: 25px;
	padding-bottom: 25px;
	border-right: 15px solid #f2b632;
	border-left: 15px solid #f2b632;
}
.e-book-left {
	width: 50%;
	float: left;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 0%;
	padding-top: 50px;
}
.e-book-right {
	width: 500px;
	float: left;
	color: rgba(90,90,90,1.00);
}
.anyag-letoltes {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-shadow {
	text-shadow: 0px 2px rgba(0,0,0,0.20);
}

.bg-letoltes-1 {
	background-image: url(../img/letoltes-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


#footer {
	width: 100%;
	float: left;
	background-color: #313e4a;
	color: #cfcfcf;
	padding-bottom: 0px;
}
#footer .footer-wrap-2 a {
	color: rgba(241,241,241,1.00);
}
#footer .footer-wrap-2 a:hover  {
	color: rgba(242,182,50,1.00);
}
#footer .footer-wrap-2 a:visited  {
	color: rgba(241,241,241,1.00);
}

.footer-ebook-lead {
	background: #f05b28; /* Old browsers */
	background: -moz-linear-gradient(left, #f05b28 0%, #8f0b1d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f05b28 0%, #8f0b1d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f05b28 0%, #8f0b1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05b28', endColorstr='#8f0b1d', GradientType=1 ); /* IE6-9 */
	color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10%;
}
.footer-ebook-lead .cimsor {
	font-size: 85px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 75px;
	width: 100%;
}
.footer-ebook-lead .kerdes {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
}
.footer-ebook-lead .valasz {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
}
.footer-ebook-lead .valasz-2 {
	text-align: right;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
	display: none;
}
.footer-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-wrap-2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-color: rgba(37,48,58,1.00);
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-left {
	width: 33.3%;
	float: left;
	margin-top: -160px;
	padding-right: 40px;
	font-size: 19px;
}
.footer-center {
	width: 33.3%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
}
.footer-right {
	width: 33.3%;
	float: left;
	padding-left: 40px;
	padding-right: 0px;
	margin-top: 30px;
}
#footer ul li {
	line-height: 30px;
	color: #f2b632;
}
#footer li {
	color: #cfcfcf;
}
#footer ul li a {
	color: #cfcfcf;
}
#footer ul li a:hover {
	color: rgba(255,255,255,1.00);
}
#footer ul li a:visited {
	color: #cfcfcf;
}
	.cid-qMfG3TpNrg {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../assets-2018/images/jumbotron.jpg);
}
}
