#nav_container {
	min-height: 105px;
}
#social_list {
	list-style-type: none;
	margin: 10px 0;
}
#social_list li {
	display: inline;
}
#main_container {
	height: 100%;
}
#body_container {
    width: 100%;
    height: calc(100vh - 55px);
	background-color: rgb(4,7,38);
	padding: 48px 0;
	background: url(/images/backgrounds/csalad01-1920x1080.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
#header_container {
	background: rgba(4,7,38,0.8);
    margin-bottom: 50px;
    width: 50%;
    float: right;
	position:absolute;
	right:0;
	margin-top:6em;
	border-radius:5px;
}
.header_fooldal_cim {
	margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
	text-align:center;
	font-size: 2rem;
	color:#FFFFFF;
}
.header_fooldal_tartalom {
	margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
	text-align:center;
	font-size: 1.2rem;
	color:#FFFFFF;
	font-family:'Montserrat','Gotham','Arial',sans-serif;
	font-weight:400;
}
.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;
}
#fooldal_info_container {
    background: rgba(4,7,38,0.8);
    margin-bottom: 50px;
    width: auto;
    float: left;
    position: fixed;
    bottom: 20%;
    border-radius: 5px;
}
.fooldal_info {
	color: white;
    font-size: 14px;
    margin: 5px;
    line-height: 20px;
	text-align:center;
	text-decoration:none;
}
.fooldal_info a {
	text-decoration:none;
	color: white;
}
#social_container {
	display:inline-block;
}
#social_list {
	padding: 0;
}
#social_container img {
	width: 25px;
}
#footer_container {
	background:#FFFFFF;
/*	position: fixed;
    bottom: 0;
    width: 100%;*/
	font-size: 1rem;
	text-align:center;
	display:inline-table;
}
#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;
}

@media only screen and (min-width: 481px) {
#header_container {
    width: 45%;
}
#social_list {
	list-style-type: none;
	margin: 10px 0;
}
#social_list li {
	display: inline;
}
#main_container {
	height: 100%;
}
.header_fooldal {
	font-size: 3rem;
}
#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;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#header_container {
	width: 40%;
}
.header_fooldal_cim {
	font-size: 2rem;
}
.header_fooldal_tartalom {
	font-size:1.2rem;
}
.fooldal_info {
    font-size: 16px;
    line-height: 22px;
	margin:13px;
}
#footer_container {
	font-size: 1.6rem;
}
}
/* Desktop Layout: 1233px to a max of 1920px.  Inherits styles from: Desktop Layout. */
@media only screen and (min-width: 1233px) {
#footer_container, #copyright_container {
	font-size: 2rem;
}
.header_fooldal_cim {
	font-size: 3rem;
}
.header_fooldal_tartalom {
	font-size:2rem;
	margin-right: 10%;
	margin-left:10%;
}
#header_container {
    width: 40%;
}
@media only screen and (min-width: 1601px) {
#header_container {
	background: rgba(4,7,38,0.7);
    margin-bottom: 50px;
    width: 35%;
    float: right;
}
.fooldal_info {
    font-size: 18px;
    line-height: 24px;
	margin:15px;
}

}