
/* common */
.ribbon {
  width: 350px;
  height: 400px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid red;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 600px;
  padding: 20px 0;
  background-color: red;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 30px/1 'Open Sans', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.headerbg{
	background-image:url(images/mentorbg.jpg);
	background-size: cover;
	background-position: center;
}
.titleblock
{
    background-color: #2d3645;
    margin-top: 200px;
    margin-bottom: 200px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 20px 0;
}
.napok
{
	margin: 30px 0;
}
.nyilas {
  list-style-image: url('images/arrow.png');
	font-size:22px;
	margin: 8px 0;
}
.nyilas li::before {
  content: " ";
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #a18e6d;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.header
{
	padding: 0px 0px 0px 0px!important;

}
.fenyo{
	position: absolute;
	width: 100%;
	
}
.fenyo > .ag{
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 100;
	width: 50%;
	
}
.fenyo > .cim{
	position: absolute;
	right: 15%;
	z-index: 120;
	width: 43%;
	
}
.fenyofa
{
	z-index: 80;
	width: 100%;
	position: absolute;
}
.fenyofa > img
{
	width: 30%;
	margin: 50px 100px;
}
.felirat
{
	position: absolute;
	top: 300px;
	width:60%;
	margin:0 15% 0 25%;
	padding: 50px 50px 50px 200px;
	z-index: 0;
	background: #3e3232;
	color: white!important;
}
.felirat > h1, .felirat > h2
{
	color: white!important;
	
}
/*.felirat > img
{
	margin-left: 10%;
	width: 90%;
}*/
.small-1
{
	background: #3e3232;
	color: white;
	width: 30%;
	margin: 0 10%;
	min-height: 450px;
	position: absolute;
	padding: 40px;
	font-size: 25px;
	display: flex;
  justify-content: center;
  align-items: center;

}
.big-1
{
	background: orange;
	width: 70%;
	margin: 50px 10% 0 20%;
	min-height: 500px;
}
.small-2
{
	background: #3e3232;
	color: white;
	width: 30%;
	margin: 100px 10% 0 10%;
	right: 0;
	min-height: 450px;
	position: absolute;
	padding: 40px;
	font-size: 25px;
	display: flex;
  justify-content: center;
  align-items: center;

}
.big-2
{
	background: orange;
	width: 70%;
	margin: 0 20% 0 10%;
	min-height: 500px;
}
.small-3
{
	background: #3e3232;
	color: white;
	width: 30%;
	margin: 0 10% 50px 10%;
	right: 0;
	min-height: 450px;
	position: absolute;
	padding: 40px;
	font-size: 25px;
	display: flex;
  justify-content: center;
  align-items: center;

}
.big-3
{
	background: orange;
	width: 70%;
	margin: 80px 20% 150px 10%;
	min-height: 500px;
}
.kep-1
{background-image: url(images/kep-1.jpg);
background-size: cover;
background-position: center;}
.kep-2
{background-image: url(images/kep-2.jpg);
background-size: cover;
background-position: center;}
.kep-3
{background-image: url(images/kep-3.jpg);
background-size: cover;
background-position: center;}
.kep-4
{background-image: url(images/kep-2.jpg);
background-size: cover;
background-position: center;}
.upper-footer > h2
{
	text-align: center;
	color: white;
}
.upper-footer > h2 > a
{
	color: #c3c3c3!important;
}
.upper-footer 
{
	padding: 30px 10px 30px 10px!important;
}
.termek
{
	position: relative;
	float: left;
	width: 50%;
	padding: 20px 5%;
}
.termek > h3
{
	text-align: center;
	color: white;
}

.countcont
	{
		height: 150px;
	}
		#countdown
		{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		overflow: hidden;
		}
		.idoszam{
		font-size: 60px;
		font-weight: 900;
		min-width: 70px;
		position: relative;
		display: block;
		float: left;
		}
		.idonev
		{
		padding-top: 30px;
		margin: 0 5px;
		font-size: 24px;
		display: block;
		position: relative;
		float: left;
		}
		.megnyitottunk
		{
		font-size: 2vw;
		font-weight: 900;
		}

body
{
	padding: 0!important;
	margin: 0!important;
    background-color: #fff;
}
*
{
	font-family: 'Open Sans', sans-serif;
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #2B2D39;
    font-weight: 900;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #2B2D39;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #2B2D39;
    font-weight: 900;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
h4 > b {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.tellink
{
	color: white!important;
	text-decoration: none;  
	font-size: 26px;
}
.smalltext{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
label{
	margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 400 !important;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	
    font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

input:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

input::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
.button-18 {
  align-items: center;
  background-color: #c4ae6a;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #a47d51;
  color: #ffffff;
}

.button-18:active {
  background: #a47d51;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}
#img1 {display:block;}
#img2 {display:none;}
.whitebg{
    background-color: #fff;
}
.greybg{
    background-color: #312727;
}
.lightgreybg{
    background-color: #f0f0f0;
}
.lightestgreybg{
    background-color: #fafafa;
}

.img_size{
    height: 250px;
    width: auto;
}
.imgbg{
    background-image:url(images/koszoru.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.imgbg_blue{
    background-image:url(images/imgbg_blue.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.imgbg_pink{
    background-image:url(images/imgbg_pink.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.imgbg_grey{
    background-image:url(images/imgbg_grey.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.header{
    background-size:auto;
}
.leafheader{
    background-image: url("images/leaf_header.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.textheader{
    text-align: center;
    color: #fff;
    padding: 100px 0px 0px 0px;
    line-height: 26px;
}
.logoheader{
    padding: 20px 0px 20px 20px;
}
.mobile-break {
    display: none;
}
.mobile-dontbreak {
    display: block;
}
.fluid-img{
    width: 100%;
}
.fluid-row{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nopadding{
    padding: 0px !important;
}
.morepadding{
    padding: 0px 10px 0px 10px;
}
.webpadding{
   text-align: right;
}
hr.gold {
  border-top: 1px solid #f5df4d;
}
hr.blue {
  border-top: 8px solid #04104c;
  margin: 0px 0px 15px 0px;
}
hr.silver {
  border-top: 8px solid #c9c9c9;
  margin: 0px 0px 15px 0px;
}
hr.green {
  border-top: 8px solid #41b45f;
  margin: 0px 0px 15px 0px;
}
.container-fluid{
    padding: 30px 0px 30px 0px;
}
.centertext{
    text-align: center;
}
.title{
    padding-top: 55px;
}
.description{
    padding-top: 75px;
}
.centerimage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contactform{
    margin-bottom: 15px;
}
.form-control{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
    height: 46px;
    background-color: #fff;
    border-radius:0px;
    border: 1;
    outline: none;
    /*border-bottom: 1px solid #000;
    margin-bottom: 15px;*/
}
.form-box{
    padding: 40px 80px 40px 80px;
}
.form-group{
    margin-bottom: 25px;
}
input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text]:focus {
    border: 1;
  outline: none;
      border-color: #0D334A;
  -webkit-box-shadow: none;
  box-shadow: none;
    /*border-bottom: 3px solid #0D334A;*/
}
input[type=email]:focus {
    border: 1;
  outline: none;
      border-color: #0D334A;
  -webkit-box-shadow: none;
  box-shadow: none;
    /*border-bottom: 3px solid #0D334A;*/
}
textarea:focus, input:focus{
    outline: 1;
      border-color: #0D334A;
  -webkit-box-shadow: none;
  box-shadow: none;
    /*border-bottom: 3px solid #0D334A;*/
}
.custom-select{
    height: 46px;
    width: 60px;
    border-color: #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 0px 15px 0px 5px;
}
.form-radio{
    padding: 0px 10px 0px 5px !important;
}
.formpadding{
    padding-left: 5px;
    padding-right: 5px;
}
.btnblue{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    height: 46px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 100%;
    background-color: #0D334A;
    margin-bottom: 20px;
}
.btnblue:hover {
    color: #fff;
    background-color: #195477;
}

.headertext
{
	float: right!important;
	margin: 60px;
}
.centerit
{
	margin:0 auto!important;
	text-align: center;
}
.button {
    display: block;
    min-height: 40px;
    background: #303030;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 25px;
	margin:0 auto!important;
}
.button:hover {
    color: #c3c3c3!important;
	text-decoration: none!important;
}
.iconrow > .col-md-4
{
	text-align: center;
	margin: 20px 0px;
}
.iconrow > .col-md-4 > h3
{
	padding: 20px 0 20px 0;
}
.iconrow > .col-md-4 > h4
{
	padding: 0px 40px;
}
.iconcontainer
{
	text-align: center;
	width: 100px;
	border-radius: 50%;
	background: #dddddd;
	margin: 0 auto;
}
.iconimg
{
	width: 50px;
	margin: 25px 0px;
}
.floatleft
{
	position: relative;
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 992px) {
	#megteltstamp
{
	position: absolute;
	top: 100px;
	left:10%;
	right:10%;
	width:80%;
}
	.kozepso
	{
		border-left: 0px solid #a18e6d;
		border-right: 0px solid #a18e6d;
	}

	#mobile-header
	{
		display: block;
	}
	#pc-header
	{
		display: none;
	}
	.countcont
	{
		height: 500px;
	}
	.idonev
	{
		width: 60%!important;
		height: 80px;
		font-size: 20px;
	}
	.idoszam
	{
		width: 20%!important;
		height: 80px;
	}
		.fenyofa
	{
		z-index: 80;
		width: 100%;
		position: absolute;
	}
	.fenyofa > img
	{
		width: 60%;
		margin: 50px auto;
		display: block;
	}
	.fenyo > .ag{
		position: absolute;
		right: -10px;
		top: -10px;
		z-index: 100;
		width: 80%;	
	}
	.felirat
	{
		position: absolute;
		top: 80vw;
		width:70%;
		margin:0 15%;
		display: block;
		padding: 100px 50px 50px 50px;
		z-index: 0;
		background: #3e3232;
		color: white!important;
		text-align: center;
	}
	.felirat > h1, .felirat > h2
	{
		color: white!important;
		font-size: 3vw!important;
		
	}
	.small-1
	{
		background: #3e3232;
		color: white;
		width: 80%;
		margin: 0 10%;
		min-height: 200px;
		position: relative;
		padding: 40px;
		font-size: 25px;

	}
	.big-1
	{
		width: 80%;
		margin: 0 10%;
		min-height: 500px;
	}
	.small-2
	{
		background: #3e3232;
		color: white;
		width: 80%;
		margin: 0 10%;
		min-height: 200px;
		position: relative;
		padding: 40px;
		font-size: 25px;

	}
	.big-2
	{
		width: 80%;
		margin: 0 10%;
		min-height: 500px;
	}
	.small-3
	{
		background: #3e3232;
		color: white;
		width: 80%;
		margin: 0 10%;
		min-height: 200px;
		position: relative;
		padding: 40px;
		font-size: 25px;

	}
	.big-3
	{
		width: 80%;
		margin: 0 10%;
		min-height: 500px;
	}
	.termek
	{
		position: relative;
		float: left;
		width: 100%;
	}
    #form_container
    {
        margin-top:25px;
    }
    h1{
        font-size: 28x;
        line-height: 30px;
    }
    h2{
        font-size: 26px;   
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
	h4 > b {
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
    #img1 {
    display:none;
    }
    #img2 {
        display:block;
    }
    .img_size{
    height: auto;
    width: 100%;
    }  
    .fluid-img{
    max-width: 100%;
    height: auto;
    }
    .fluid-row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    .title{
    margin-bottom: 0px;
    padding-top: 20px;
    }
    .description{
    padding-top: 20px;
    }
    .contactform{
    margin-top: 12px;
    margin-bottom: 6px;
    }
    .form-box{
    padding: 20px;
    }
    .mobile-break {
    display: block;
    }
    .mobile-dontbreak{
    display:none;
    }
    .leafheader{
        background-size: 0px;
    }
    .textheader{
        padding: 0px 0px 10px 0px;
    }
    .logoheader{
        padding: 20px;
    }
    .webpadding{
        text-align: left;
        padding: 10px 0px 0px 10px;
}
}

@media screen and (max-width: 654px) {
	.felirat > h1, .felirat > h2
	{
		line-height: 4vw!important;
	}
		.googleregform
{
	height: 1500px;
}
}
@media screen and (min-width: 655px) {
	.googleregform
{
	height: 1250px;
}}
@media screen and (max-width: 416px) {
	.countcont
	{
		height: 750px;
	}
	.idonev
	{
		width: 100%!important;
		height: 80px;
		font-size: 20px;
		text-align: center;
	}
	.idoszam
	{
		width: 100%!important;
		height: 80px;
		text-align: center;
	}
}
@media screen and (min-width: 993px) {
	#megteltstamp
{
	position: absolute;
	margin: 0 auto;
	max-width: 600px;
	left: 20%;
	right:20%;
}
	.kozepso
	{
		border-left: 1px solid #a18e6d;
		border-right: 1px solid #a18e6d;
	}
	.verticalcenter{
		
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 300px;
	}
	.eloadok{
		
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
	}
	.eloadok > strong
	{
		display: inline;
	}
	.googleregform
{
	height: 1250px;
}
	.header
	{position: relative;
		padding: 0!important;
		background-image:url(images/header.jpg);
		background-position: center;
	}
	#mobile-header
	{
		display: none;
	}
	#pc-header
	{
		display: block;
	}
	.c
	.countcont
	{
		height: 300px;
	}
	.idonev
	{
		width: 32%!important;
		height: 80px;
		font-size: 20px;
	}
	.idoszam
	{
		font-size: 50px;
		width: 10%!important;
		height: 80px;
	}
}
@media screen and (min-width: 500px) {
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	width: 100%;
}
}
@media screen and (max-width: 499px) {
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	width: 100%;
	
}
}

@media screen and (max-width: 767.9px) {
/*.bird
{
	display: none;
}*/
}