#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: auto;/*calc(100vh - 55px); */
	background-color: rgb(4,7,38);
	padding: 48px 0;
/*    background-image: url(https://www.infinity-smarthomes.ro/images/backgrounds/index-background.jpg);
    background-position: center top;
	background-size:cover;*/
}
#header_container {
    background: rgba(4,7,38,0.9);
	margin-bottom:50px;
}
#slider_wrapper {
	margin-left: 8%;
	max-width: 83%;
}
.header_fooldal {
	margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
	text-align:center;
	font-size: 2rem;
	color:#FFFFFF;
}
.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;
}
#fooldal_info_container {
	margin-top:50px;
}
.fooldal_info {
	color: white;
    font-size: 24px;
    margin: 30px;
    line-height: 30px;
	text-align:center;
}
#slider_wrapper a:hover {
	outline-width: 0;
	touch-action: manipulation;
	overflow:hidden;
}
#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;
}
#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: 1rem;
    color: #444;
	background:#FFFFFF;
}

@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%;
}
#slider_wrapper {
	box-shadow:0 0 8px 10px rgba(0,0,0,0.8);
	margin-left: 20px;
}
.header_fooldal {
	font-size: 3rem;
}
.slide {
	width: 55vw;
}
.slide img {
/*	height: 20%;
	max-height: 250px;*/
	width: auto;
}
#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_fooldal {
	font-size: 4rem;
}
#footer_container {
	font-size: 1.6rem;
}
.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;
}	
}
/* 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 {
	font-size: 4rem;
}
.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;
}
}
@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;
}
}