.modal-header > .close {
    margin-top: -21px;
}

ul {
    list-style: none;
}

li {
    color:#333;
}
h1{
    margin-bottom:1em;
    font-size: 72px;
}

h2{
    font-size: 34px;
    text-align: center;
    font-weight: 600;
}


@media only screen and (max-height: 899px) {
.cta {
    margin-top:10% !important;
} 
}

@media only screen and (min-height: 900px) {
.cta {
    margin-top:20% !important;
} 
}

a{
    color:#fff;

}

a:hover {
	color: #c82257;
}

body {
	background: #fff;
}

html, body {
	height: 100%;
}

img.sale {
	margin: 0 auto;
}


.btn-sm.btn-wide {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.btn.btn-wide {
	padding-left: 2rem;
	padding-right: 2rem;
}

.btn-sm.btn-uppercase {
	font-size: 0.75rem;
	padding-top: 0.4375rem;
	padding-bottom: 0.375rem;
}

.btn.btn-uppercase {
	padding-top: 0.5625rem;
	padding-bottom: 0.4375rem;
}

.btn.btn-rounded {
	border-radius: 10rem;
}



.btn-uppercase {
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}



.btn {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	color: #e81053;
	background: #fff;
	border-color: rgb(232, 16, 83);
	border-width: 1px;
	border-style: solid;
	border-radius: 5rem;
	display: block;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	font-size: 28px;
	transition: all 0.2s ease-in-out 0s;
	margin-top: 1.5em;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}

.btn-noborder {
	border: none !important;
}

.btn:hover{
	color: #fff !important;
	background-color: #c82257;
	border-color: #c82257;

}
#elado-domainek {
	background: #fff;
	margin-top: 9px;
}

.content .jumbotron {
	height: 100%;
	min-height: 100%;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.email-highlight {
	background-color: #fff;
	border-radius: 6px;
	padding: 5px 20px;
}

.fullpage {
	height: 100%;
	min-height: 595px;
}

.fullpage .container.header {
	height: 64px;
}

.fullpage .content {
	height: 100%;
	min-height: 100%;
	/* Negative indent header by its height. */
	/* margin-top: -64px;
	/* Top padding by header height. */
/*	padding-top: 64px;
	/* Negative indent footer by its height. */
/*	margin-bottom: -75px;
/*	 Bottom padding by footer height. */

}

.fullpage .container.footer {
	padding-top: 20px;
	height: 200px;
}

.fullpage .content .jumbotron .container,
.fullpage .content .jumbotron .container .row,
.fullpage .content .jumbotron .container .row .col-sm-3,
.fullpage .content .jumbotron .container .row .col-sm-9 {
	height: 50%;
}

.green {
	color: #32b34c;
}

.purple {
	color: #481d6f;
}

.fullpage .content .jumbotron {
	background: rgb(72,29,111);
	background: linear-gradient(130deg, rgba(72,29,111,1) 37%, rgba(200,34,87,1) 100%);
	color: #fff;
	margin-bottom: 0;
}

.fullpage .content .jumbotron table {
	height: 100%;
	width: 100%;
}

.fullpage .content .jumbotron table > tbody > tr > td {
	vertical-align: middle;
	color: #481d6f;
}

.header a,
.header a:hover {

	color: #481d6f;
}

.header .row {
	overflow: hidden;
}

.header-bg {
	position: absolute;
	width: 40%;
	height: 64px;
	left: 60%;
	z-index: -1;
}

@media (max-width: 767px) {
	.fullpage,
	.fullpage .content,
	.content.jumbotron {
		height: auto;
	}
	.btn-noborder {
		display:none;
	}
	img.sale {
		width: 40%;
	}

}



.img-responsive {
	width: 100%;
}

.logo-full {
	margin-top: 12px;
	display:block;
	width: 400px;
	margin: auto;
}

.logo-mobile {
	display:none;
	margin-top: 12px;

}
@media (max-width: 540px) and (min-width: 321px) {
  .logo-full{
	 display:none; 
  }

  .logo-mobile{
	 display:block;
	}
	
	#headerButton{
		margin-left:-200px;
	}


}

@media (max-width: 360px) {
  .logo-full{
	 display:none; 
  }

  .logo-mobile{
	 display:none;
	}
	
	#headerButton{
		margin-left:-200px;
	}
}