#nav_container {
	min-height: 105px;
}
#social_list {
	list-style-type: none;
	margin: 10px 0;
}
#social_list li {
	display: inline;
}
.slide {
	width: 80vw;
}
.slide img {
/*	height: 100px;*/
	width: auto;
    transition: all 0.6s ease-out
}
.slide img:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	transition: all 0.6s ease-out;
}
.slide h3 {
    font-size: 20px;
    top: 12px;
    left: 12px;
    font-weight: 600;
	position:absolute;
	color: #fff;
	line-height:1.2;
	margin-top: 0px !important;	
}
.slide div {
    position: absolute;
    color: #fff;
	bottom: 12px;
    left: 12px;
	font-size:14px;
}
.dark-font {
    color: #444444 !important;
}
.swiper-slide:hover {
	overflow: hidden;
}
.swiper-pagination {
	margin-top:15px;
	position:relative;
}
#slider_wrapper a {
	border-right: 2px solid transparent;
	overflow:hidden;
}
.slide:hover {
	overflow: hidden;
}

#social_container {
	display:inline-block;
}
#social_list {
	padding: 0;
}
#social_container img {
	width: 25px;
}
#footer_container {
	background:#f6f6f6;
	font-size: 1rem;
	text-align:center;
	/*display:inline-table;*/
	border-top: 1px solid rgb(216 216 216);
    box-shadow: 0 -1px 2px -1px rgb(82 82 82);
	position:relative;
	bottom:0px;
	z-index:999;
}
#copyright_image_container{
	margin-bottom:10px;
}
#copyright_container p {
	margin: 10px 0;
	font-weight:normal;
}
.sub-footer {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    color: #444;
	background:#FFFFFF;
}
#main_container {
	height: 100%;
}
#body_container {
    width: 100%;
    height: calc(100vh - 55px);
    background-color: rgb(255,255,255);
    padding: 0px 0px 48px 0px;
}
#header_container {
    width: 100%;
    height: 55vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 35%;
	transition:all 1s ease-out;
}
#cim_container {
	color: #FFFFFF;
    position: absolute;
    top: 90px;
    text-align: left;
    padding: 2rem;
    width: auto;
    margin-top: 60px;
    margin-left: 10%;
	margin-right: 10%;
    background: rgba(3,14,46,0.8);
    border-radius: 4px;
}
#header_focim {
	color: #FFFFFF;
    font-size: 2rem;
    font-weight: 600;
	position:relative;
}
#header_alcim {
	color: #FFFFFF;
	position:relative;
    font-size: 1.5rem;
    font-weight: 300;
}
#bemutatas_container {
	font-family: "Quicksand", sans-serif;
    background: linear-gradient(to right, #072655 0, #0b1135 100%);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    left: 50%;
    border-radius: 5px;
    padding: 20px;
    font-size: 1.5rem;
    position: absolute;
    text-align: center;
    width: 80%;
	max-width: 480px;
    transform: translate(-50%, 20%);
    top: 50%;
	z-index:10;
}
#leiras_container{
	background-color:#f6f6f6;
	margin-top:200px;
	padding-top:50px;
	position:relative;
}
#leiras_cim_container {
	color:#444;
	font-family: "Quicksand", sans-serif;
	line-height:1.2;
	font-size:2rem;
	text-align: center;
	padding: 25px 10px;
	font-weight:500;
	width: calc(100% - 20px);
}
#leiras_alcim_container {
	font-family: "Quicksand", sans-serif;
	font-size: 1.5rem;
    text-align: center;
    color: #444;
    padding: 10px 20px;
	width: calc(100% - 40px);
}
#jellemzok_container {
	display:inline-table;
	height:100px;
	position:relative;
	background-color:#f6f6f6;
}
#funkcionalitas_container{
	background-color:#f6f6f6;
	padding-top:50px;
	position:relative;
}
.wrapper {
	max-width: 90%;
    margin: 30px 5%;
	text-align:center;	
	opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.wrapper_cim {
	font-size:2rem;
	text-align:center;
	padding:10px 0px;
	height:4rem;
	font-weight: 500;
}
.wrapper_kep img {
	width: 100%;
    border-radius: 8px;
    margin: 1.2rem 0 2.6rem;
    box-shadow: 0 24px 31px -15px rgba(0, 0, 0, 0.35);
	transition: all 0.6s ease-out;
}
.wrapper_kep img:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	transition: all 0.6s ease-out;
}

.wrapper_leiras {
	font-size:1.5rem;
	text-align:center;
	margin-bottom:20px;
	min-height:180px;
}
}
@media only screen and (min-width: 481px) {
#social_list {
	list-style-type: none;
	margin: 10px 0;
}
#social_list li {
	display: inline;
}
#main_container {
	height: 100%;
}
.header_fooldal {
	font-size: 3rem;
}
.slide {
	width: 55vw;
}
.slide img {
/*	height: 20%;
	max-height: 250px;*/
	width: auto;
}
#cim_container {
	top: 50px;
	margin-top:30px;
}
#social_container {
	display:inline-block;
}
#social_container img {
	width: 36px;
}
#footer_container {
	font-size: 1.6rem;
}
#copyright_image_container{
	margin-bottom:10px;
}
#copyright_container p {
	margin: 10px 0;
}
.sub-footer {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    color: #444;
	background:#FFFFFF;
}
#bemutatas_container {
	max-width:480px;
	bottom: 0px;
	transform: translate(-50%, 0%);
}
#leiras_cim_container {
	width: calc(100% - 50px);
	padding: 25px;
}
#leiras_alcim_container {
	padding:25px;
	width: calc(100% - 50px);	
}
.wrapper_leiras {
	min-height:180px;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.slide img {
	/*height: 300px;*/
}
.slide {
	width: 35vw;
}
.slide h3 {
    font-size: 21px;
    top: 18px;
    left: 18px;
}
.slide div {
	bottom: 18px;
    left: 18px;
	font-size:12px;
}	
#cim_container {
	padding: 3rem;
	top: 70px;
}
#header_focim {
    font-size: 3.2rem;
}
#header_alcim {
    font-size: 2.2rem;
}
#bemutatas_container {
    padding: 20px;
    font-size: 1.5rem;
    width: 80%;
	max-width:550px;
	transform:translate(-50%, 33%);
}
#leiras_cim_container{
	font-size:3rem;
}
#leiras_alcim_container {
	font-size:2rem;
}
#funkcionalitas_container {
	padding: 50px;
	width: calc(100% - 100px);
}
.wrapper {
	width: 40%;
	clear:none;
	display:inline-block;
	margin:50px 4%;
}
.wrapper_cim {
	font-size:2.5rem;
	height:5rem;
}
.wrapper_leiras {
	font-size:2rem;
	min-height:200px;
}

}
/* Desktop Layout: 1233px to a max of 1920px.  Inherits styles from: Desktop Layout. */
@media only screen and (min-width: 1233px) {
.slide {
	width: 22vw;
}
.slide img {
	/*height: 320px;*/
}
#slider_wrapper {
	margin-left: 10px;
}
.slide h3 {
    font-size: 20px;
    top: 15px;
    left: 22px;
}
.slide div {
    bottom: 20px;
    left: 22px;
	font-size: 14px;
}
#footer_container, #copyright_container {
	font-size: 2rem;
}
#cim_container {
	padding: 4rem;
	top: 90px;
}
#header_focim {
    font-size: 3.5rem;
}
#header_alcim {
	font-size: 2.5rem;
}
#bemutatas_container {
    padding: 30px;
    font-size: 2.2rem;
    width: 70%;
	max-width:650px;
	transform:translate(-50%, 5%);
}
.wrapper {
	width: calc((100% - 220px) / 3); /*28%*/
    clear: none;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: 50px;
    padding: 0px 10px;
}
.wrapper_cim {
	font-size:2.5rem;
}
.wrapper_leiras {
	font-size:2rem;
	min-height:280px;
}
#leiras_alcim_container {
	padding: 20px 40px;
    width: calc(100% - 80px);
}
}
@media only screen and (min-width: 1601px) {
.slide {
	width: 25vw;
}
.slide h3 {
    font-size: 28px;
    top: 20px;
    left: 30px;
}
.slide div {
    bottom: 24px;
    left: 30px;
	font-size:16px;
}
#cim_container {
	padding: 4.8rem;
}
#header_focim {
    font-size: 4rem;
}
#header_alcim {
	font-size: 3rem;
}
#bemutatas_container {
	transform:translate(-50%, 15%);
	max-width:720px;
}
#leiras_alcim_container {
	padding: 20px 200px;
    width: calc(100% - 400px);
}
}