#nav_container {
	min-height: 105px;
}
#social_list {
	list-style-type: none;
	margin: 10px 0;
}
#social_list li {
	display: inline;
}
#main_container {
	height: auto;
}
#body_container {
    width: 100%;
    height: auto;
	background-color: rgb(255,255,255);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
#header_image {
	background-image: url(https://www.infinity-smarthomes.ro/images/element/tudj-meg-tobbet-rola/tudj-meg-tobbet-rola-background.webp);
    background-size: cover;
    height: 350px;
    background-position: center;
	background-position-x: left;
}
.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;
}
#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;
	border-top: 1px solid rgb(0,0,0);
}
#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;
}
div#central {
	margin: 40px 0px 100px 0px;
}
body {
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-size: initial;
	line-height: 1.7em;
}	
input, textarea {
	width:100%;
	padding: 15px;
	font-size:1.4rem;
	border: 1px solid #A1A1A1; 
	border-radius:4px;	
}
button {
	padding: 12px 60px;
	background: #0090ff;
	border: none;
	color: rgb(255, 255, 255);
	font-size: 2rem;
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	font-weight: 300;
	line-height: 1.5;
	border-radius: 4px;
	font-style: normal;
	letter-spacing: 1px;
}
#message {  padding: 0px 40px 0px 0px; }
#mail-status {
	padding: 12px 20px;
	width: 100%;
	display:none; 
}
.g-recaptcha {margin: 0 0 25px 0;}	  
.label {
	margin: 2px 0;
}
.field {
	margin: 0 0 20px 0;
}
.content {
	max-width: 960px;
    margin-left: 10%;
    margin-bottom: 100px;
    float: left;
    width: 85%;
}
.error{
	background-color: #FFFFFF;
	margin-bottom: 40px;
	color: red;
	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;	
	font-size: 1.4rem;
}
.success{
	margin-bottom: 40px;
	background-color: #09bf77;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
	width: auto !important;
	color: #FFFFFF;
    font-weight: 300;
    font-style: normal;	
	font-size: 1.4rem;
}

@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;
}
#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) {
#footer_container {
	font-size: 1.6rem;
}
.error{
	font-size: 1.6rem;
}
.success{
	font-size: 1.6rem;
}
input, textarea {
	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;
}
.content {
    width: 60%;
}
}
.error{
	font-size: 1.8rem;
}
.success{
	font-size: 1.8rem;
}
@media only screen and (min-width: 1601px) {
}