/* ------------------GLOBAL -------------------*/
@font-face {
  font-family: 'OpenSans';
  src: url('../OpenSans-Regular.ttf');
}

body {
 padding: 0;
 margin:0;
 width:100%;
 min-height:180px;
 min-width:200px;
 font-size:15px;
 font-family: Sans-serif, 'Montserrat';
}
input[type="text"],input[type="email"],input[type="telefon"], input[type="password"], input[type="textarea"], select {
 border-style:solid;
 border-width: 1px;
 padding: 10px;
 font-size:13px;
 border-color: #E6E6E6;
 font-family: sans-serif, 'OpenSans';
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="telefon"]:focus, input[type="password"]:focus, input[type="textarea"]:focus, select:focus {
 -webkit-box-shadow: 0px 0px 5px 0px rgba(69,144,179,0.27);
 -moz-box-shadow: 0px 0px 5px 0px rgba(69,144,179,0.27);
 box-shadow: 0px 0px 5px 0px rgba(69,144,179,0.27);
}
textarea {
 padding:10px;
 border-style:solid;
 border-width:1px;
 font-family: sans-serif, 'Montserrat' !Important;
 border-color:#e0e0e0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
select {
 padding:10px;
 cursor:pointer;
 margin-left: 10px;
 font-weight: bold;
 background: #2f7dab;
 color: #fff;
}
a {
 text-decoration:none;
}
/*body*/
#main {
 width:100%;
 height:100%;
 background-repeat:  repeat;
 background-position: -2000px 500px;
 padding-top: 120px;
}
#top {
 width:100%;
 height: auto;
 background-color:#f2f2f2;
 border-style:solid;
 border-width:1px;
 border-color:#c5c5c5;
 border-left:0;
 border-right:0;
 border-top:0;
 -webkit-box-shadow: 0px 9px 21px -5px rgba(0,0,0,0.36);
 -moz-box-shadow: 0px 9px 21px -5px rgba(0,0,0,0.36);
 box-shadow: 0px 9px 21px -5px rgba(0,0,0,0.36);
}

#lapteteje {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #08546C;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
	opacity: 0.7;
}
#lapteteje:hover {
  background-color: #08546C;
	opacity: 1;
}


#bekilepes {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff8300;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
	opacity: 0.7;
}
#bekilepes:hover {
  background-color: #ff8300;
	opacity: 1;
}

/**jelszó ellenőrzése**/
/* Style all input fields */
input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Style the submit button */
input[type=checkbox] {
	width: auto;
}
input[type=submit] {
	width: auto;
	background-color: #4CAF50;
	color: white;
}



#top_container {
 max-width:1100px;
 padding-top:5px;
 padding-bottom:10px;
 margin-left:auto; 
 margin-right:auto; 
}

#top_container_left {
	float:left;
	font-size: 20px;
	font-weight:bold;
}

#top_container_right {
 float:right;
 text-transform:uppercase;
 font-weight:bold;
 color:#104D9B;
}

#top_main {
	background-color: #F6FCFF;
}
#top_main1 {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-size: 100% ;
}
#top_main2 {
 max-width:1100px;
 margin-left:auto; 
 margin-right:auto;
 padding-top:-10px;
 padding-left:10px;
 padding-bottom:20px;
}
#olmivill_logo_top {
 max-width:100px;
}
#informacios_div {
	max-width:1100px;
	margin-left:auto; 
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;	
	text-align: center;
	margin-top: 21px;
}
#informacios_div_focimolmi {
	font-size: 58px;
	font-weight: 800;
}
#informacios_div_info {
	max-width: 65%;
	font-size: 22px;
	letter-spacing: 1px;
}
#nyomogombok{ 
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	border-radius: 8px;
	background-color: #3276FF;
}

#menu_top {
 float:right;
 margin:25px;
}

#szelso_kockak {
 float:right;
 width:20px;
 height:45px; 
}
.szelso_kocka {
 width:10px;
 height:10px;
 margin-bottom:5px;
}
#szelso_kockak_1, #szelso_kockak_3 {
 background-color:#104D9B;
}
#szelso_kockak_2 {
 background-color:#143761;	
}

/*******menü*****/
#menu_alap{
	display: inline;
}
#menu_legor{
	display: none;
	float: right;
}
#menu_top ul {
 padding:0;
 float:left;
}
#menu_top ul li {
 list-style: none;
 list-style-type:none;
 display:inline;
}
#menu_top ul li a {
 padding:8px;
 padding-left:10px;
 padding-right:10px;
 margin:8px;
 font-weight: bold;
 font-size: 15px;
 text-decoration:none;
 text-transform:uppercase;
 cursor:pointer;
}
#aktiv_menu {
 background-color:#f4f4f4;
 color:#19657B !Important;
}
#menu_top ul li a:hover {
 background-color:#3276FF;
 color:#fff !Important;
}
#menu_top ul li:not(:first-child):before {
 content: ' | ';
 color:#c0c0c0;
}
#diamantkicsilogogomb{
	width: 30px;
	height: 30px;
	position: relative;
	top:9px;
}


/*****menulegordulo****/
#menuToggle :hover{
 cursor:pointer;	
}
.bar0{
  float: right;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#legormenulista{
	display: none;
}


.main_container {
	background-color: #F6FCFF;
}
.main_container p {
 text-align:justify;	
}

.body_main_container {
 max-width:70%; /***felbontás függő***/
 margin-left:auto;
 margin-right:auto;
 background-color:#fff;
-webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.43);
box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.43);
}
.body_main_container p {
 text-align:justify;	
}
#first_main_container {
	max-width: 1100px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	margin-top:40px;	
	padding-bottom:100px;
}
#kapcsolat_main_container {
	max-width: 1100px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-top:40px;
	padding-bottom:100px;
}

.flex-container {
	max-width:1100px;
	margin-left:auto; 
	margin-right:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-container > div {
	border-radius: 12px;
	letter-spacing: 1px;
	background-color: #f1f1f1;
	width: 43%;
	margin: 1%;
	padding: 20px;
}
#flexcim{
	font-size: 20px;
}
#termekbox{
	padding-top: 20px;
}



#ajanlat_first_main_container {
	margin-top:240px;	
	padding-bottom:100px;
}
#termekeink_first_main_container {
	margin-top:240px;	
	padding-bottom:100px;
	font-size:20px;
	color:#104D9B !Important;
}
#termekeink_first_main_container a {
	color:#104D9B !Important;
	text-decoration:none;
	cursor:pointer;
}
#araink_first_main_container{
	margin-top:240px;	
	padding-bottom:100px;
}


.main_container_title {
	display: block;
	font-weight: bold;
	font-size: 47px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#container_images {
 text-align:center; 
}
#container_images img {
 width: 15%;	
}

#szurke_container{
 width:100%;
 background: #104D9B; 
 background: -moz-linear-gradient(top, #104D9B 0%, #143761 100%);
 background: -webkit-linear-gradient(top, #104D9B 0%,#143761 100%);
 background: linear-gradient(to bottom, #104D9B 0%,#143761 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104D9B', endColorstr='#143761',GradientType=0 );
}
#szurke_container_content {
 max-width:1100px;
 padding-bottom:20px;
 text-align:center;
 margin-left:auto; 
 margin-right:auto;
}
#szurke_container_content_hasabok_kep_fix {
 width:100%;
 display:none;
}

.szurke_container_content_hasabok {
 float:left;
 width:25%; 
}
.szurke_container_content_hasabok span {
 display:block;
 color:#fff;
 font-weight:bold;
 text-transform:uppercase;
 font-size:18px;
 margin-top:35px;
}

#szurke_container_content_left {
 text-align:right;	
}
#szurke_container_content_left span {
 margin-right:35px;	
}
#szurke_container_content_center {
 text-align:center;	
 width:50%;
}
#szurke_container_content_center img {
 width:100%;
 margin-top:-50px;
 margin-bottom:-50px;
}
#szurke_container_content_right {
 text-align:left;	
}
#szurke_container_content_right span {
 margin-left:35px;	
}

#szolgaltatasaink_div {
 padding-top:100px;
}

#elem_1 {
 width:25%;
 margin-right:20px;
}

#main_container_fix {
 width: 100%;
 background-color: #fff;
 height: 30px;
 margin-top: -35px;
 margin-left: -20px;
 padding: 20px;
}
#main_container_box {
 display: flex;
 flex-wrap: wrap;
}
#alcimszolga{
	font-size:18px;
	font-weight: bold;
	text-align: center;
}
#behuzas{
	text-indent: 0.7em;
}
#main_container_box div {
 width:31%;
 background-color:#f8f8f8;
 margin:9px;
 text-align:justify;
}
#main_container_box span {
 display:block;
 padding:10px; 
}
#main_container_box img {
 width:96%; 
 margin-left:2%;
 border-style:solid;
 border-width:1px;
}

#bottom_slide {
 width:100%;
 margin-top:30px;
 margin-bottom:30px;
}


/***Termékeink***/
#termekkategoriak{
	
}
.termekkatok{
	float: left;
	width: 250px;
	height: 300px;
	border: 2px;
	border-style: solid;
	margin: 10px;
}
.termekkatok img{
	width: 90%;
	height: auto;
}
.termekkatok a {		
	color:#104D9B !Important;
	text-decoration:none;
	cursor:pointer;
}
.termekkatok :hover {	
	text-transform:uppercase;
}

.gepeink, .szerszamok{
	float: left;
	width: 150px;
	height: 200px;
	border: 2px;
	border-style: solid;
	margin: 5px;
}
.gepeink img, .szerszamok img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 160px;
}
.gepeink a, .szerszamok a{		
	color:#104D9B !Important;
	font-size: 12px;
	text-decoration:none;
	cursor:pointer;
}
.gepeink :hover, .szerszamok :hover{	
	text-transform:uppercase;
}


.reszletes {
	float: left;
	width: 150px;
	height: 200px;
	border: 2px;
	border-style: solid;
	margin: 5px;
}
.reszletes img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 160px;
}
.reszletes a {		
	color:#104D9B !Important;
	font-size: 12px;
	text-decoration:none;
	cursor:pointer;
}
.reszletes :hover {	
	text-transform:uppercase;
}

.leirasok {
	float: left;
	width: 100%;
	font-size: 13px;
}
#leirasneve{	
	font-size: 20px;
	font-weight: bold;
}
#tabla{
	float: left;
	width: auto;
	margin:2px;
}
#tabla2 td{
	width: 300px !Important;
	margin:2px;
}
#tabla3 td{
    width: 130px !important;
	margin:2px;
}
#tabla3g1400adat td, #tabla3g600adat td{
	width: 11%;
}
#tabla3g1400ki td{
	width: 11%;
	padding-top:3px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
}
#tabla3g600ki td{
	width: 11%;
	padding-top:3px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
}

#aszfbehuzas{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#belepeshossz{
	width: 30%;
	border-color: black;
}
#regisztracios_form{
	width: 30%;
}
#regisztracios_form input{
	border-color: black;
}
#regmutatcsek{
	margin-top: 0px ! important;
}
#felhaszjelszo{
	margin-bottom: 0px ! important;
}

.regbeleparak{
    padding: 2px;
    border-radius: 0px 10px 0px 10px ! important;
    -moz-border-radius: 0px 10px 0px 10px ! important;
    -webkit-border-radius: 0px 10px 0px 10px ! important;
    border: 2px solid ! important;
    border-color: #FF8800 ! important;
}
.regbeleparak :hover {
    padding: 2px;
    border-radius: 10px 0px 10px 0px ! important;
    -moz-border-radius: 10px 0px 10px 0px ! important;
    -webkit-border-radius: 10px 0px 10px 0px ! important;
    border: 2px solid ! important;
    border-color: #FF8800 ! important;
}


/***Kapcsolatok***/
#kapcsolatgoogleterkep{
	margin-left: 5%;
	width:90%;
	height:450px; 
	margin-top: 60px;
}
#kapcsolatgoogleterkep2{
	float:right;
	width: 95%;
	height:auto; 
}
#kapszovdiv{
	float: left;
	width:45%;
}
#kapszovdiv2{
	float: right;
	width:45%;
}
#kapcsszoveg0{
	float: left;
	text-align: justify !important;
}
#kapcsolatszoveg1{	
	font-size: 16px;
	font-weight: bold;
}
#kapcsolatszoveg2{
	position:relative;
		left:5%;
	font-size:14px;	
	text-indent: 0.8em;
}
#megjegyzes{
	width: 92%;
}

/***szurkesav***/
#magunkalcim{
	font-size: 30px;
}
#magunktema{
	font-size: 16px;
	letter-spacing: 1px;
}
/***szurkesav***/
#szurkesav {
	background-image: url("../images/husqvarna_back.png");
	width:100%;
	min-height: 300px;
	color:#fff;
}
/***Lábléc***/
#foot {
	background-color: #f2f2f2;
	min-height: 50px;
}


/* kezdőlap */
.cim{
	font-size: 24px;
	color: #fff;
    background-color: #292929 !important;
	opacity: 0.8;
	margin: 5px;
	padding: 3px;
}
.cim2{
	font-size: 36px;
	color: #104D9B;
}
#mbbal{
	float: left;
	width: 48%;
	padding: 1%;
}
.szovegfekete1{	
	text-indent: 20px;
	font-size: 14px;
	width:50%;
	float: left;
	text-align: justify;
	color: #fff;
    background-color: #292929 !important;
	opacity: 0.8;
	margin: 10px;
	padding: 10px;
}
.feher1{	
	text-indent: 20px;
	font-size: 14px;
	float: left;
	text-align: justify;
	color: #104D9B;
	opacity: 0.8;
	margin: 10px;
	padding: 10px;
}
.feher1 a, .termekeklink {
    background-color: #292929 !important;
	opacity: 0.8;
	color:#FFF !Important;
	font-size: 12px;
	text-decoration:none;
	cursor:pointer;
}
.feher1 a :hover, .termekeklink :hover{	
	text-transform:uppercase;
	color:#fff !Important;
	margin: 2px;
	padding: 2px;
}
#elsobox{	
 width:98%;
 margin-top:20px;
 padding: 10px;
 height:400px;
 background-image: url("../images/elsobox.png");
 background-repeat: no-repeat;
 background-size: cover;
}
#masodikbox{	
 width:98%;
 margin-top:20px;
 padding: 10px;
 height:700px;
 background-image: url("../images/pdffalhatter.png");
 background-repeat: no-repeat;
 background-size: cover;
}
#harmadikbox{	
 width:98%;
 margin-top:20px;
 padding: 10px;
 height:320px;
 background-image: url("../images/pdffalhatter.png");
 background-repeat: no-repeat;
 background-size: cover;
}
.tablazatminoseg{
	width: 96%;
	margin:2%;
}
.pottyokesvonal{
	font-size: 16px;
}
.termekekszovbox{
	float: left;
	width: 45%;
	height: auto;
	margin-right: 2%;
	margin-left: 2%;
	vertical-align: middle;
}
.termekekkep{
	padding-top: ;
	float: left;
	width: 50%;
	height: auto;
}
.termekekkep img{
	padding-top: 20px;
	width: 98%;
	height: auto;
}
.termekekcim{
	font-weight: bold;
	font-size: 40px;
	margin: 5px;
	padding: 3px;
}
.termekekszoveg{
	text-indent: 20px;
	font-size: 14px;
	text-align: justify;
	margin: 10px;
	padding: 10px;	
}

.szoveghatter {
  color: #fff;
  background-color: #292929 !important;
  opacity: 0.8;
}
/***********MEDIA & FIX & other f***************/

.cleared {
 font: 0/0 serif;
 clear: both;
}

@-moz-document url-prefix() {

}

@media screen and (max-width: 1366px) {
	#first_main_container {
	 max-width:80%; /***felbontás függő***/
	 padding:20px;
    }
}
@media screen and (max-width: 1200px) {
	#top_container,#top_main {
	 padding-left:10px;
	 padding-right:10px;
	}
	#kapcsolatgoogleterkep{
		float:right;
		width:480px;
		height:360px; 
	}
	#kapszovdiv{
		width:33%;
	}
	#kapcsolatszoveg1{	
		font-size: 15px;
	}
	#kapcsolatszoveg2{
		font-size:13px;
	}
	.leirasok {
    	float: left;
    	width: 100%;
    	font-size: 11px;
        }
    .leirasok img{
    	float: right;
    	width: 200px;
    	height: auto;
    	border: 2px;
    	border-style: solid;
    }
}
@media screen and (max-width: 1100px) {
	#top_container,#top_main {
	 padding-left:10px;
	 padding-right:10px;
	}
	#kapszovdiv{
		width:31%;
	}
	#kapcsolatszoveg1{	
		font-size: 14px;
	}
	#kapcsolatszoveg2{
		font-size:12px;
	}
		.leirasok {
    	float: left;
    	width: 100%;
    	font-size: 9px;
        }
    .labresz-cim, #labakalatt p {
        font-size: 11px;
    }
}
@media screen and (max-width: 1050px) {
    #informacios_div_focimolmi {
  font-size: 24px;
 }
     #menu_top ul li a {
	  padding-left:10px;
	  padding-right:10px;
	 }
}
@media screen and (max-width: 960px) {
 .szurke_container_content_hasabok span {
  margin-top:24px;
  font-size:14px;
 }
    #ajanlatkero_blokk_left {
      width:50%;
    }
    #ajanlatkeres_cimsor {
      margin-top:10px;
    }
    #informacios_div {
      margin-left:30px;
    }
	#kapcsolatgoogleterkep{
		float:right;
		width:387px;
		height:290px; 
	}
	#kapszovdiv{
		width:31%;
	}
	#kapcsolatszoveg1{	
		font-size: 14px;
	}
	#kapcsolatszoveg2{
		font-size:12px;
	}
	#araink_first_main_container{
		font-size:13px !important;
	}
	#menu_alap{
		display: none;
	}
	#menu_legor{
		display: block;
	}
	#menu_top ul li a {
	  padding-left:4px;
	  padding-right:4px;
      margin:2px;
      font-size: 12px;
	 }
	 #menu_top ul li {
	 list-style: none;
	 list-style-type:none;
	 display:block;
	 margin: 5px;
	}
	#menu_top ul {
		margin-top:-15px;
		margin-bottom:10px;
	}
    #first_main_container {
         max-width:85%; /***felbontás függő***/
         padding:15px;
        }
    .labresz-cim, #labakalatt p {
        font-size: 10px;
    }
    #informacios_div_focimolmi {
	  font-size: 18px;
        letter-spacing:4px;
	 }
	#hatter1, #hatter2, #hatter3 {
        font-size:28px;
        letter-spacing:2px;
    }
	.cim2 {
		font-size: 32px;
		color: #104D9B;
	}

}
@media screen and (max-width: 880px) {
	#menu_top ul li:not(:first-child):before {
     content: '';
     color:#c0c0c0;
    }
	#menu_top ul li a {
	  padding-left:6px;
	  padding-right:6px;
      margin:3px;
      font-size: 14px;
	 }
	 #szelso_kockak_1,#szelso_kockak_2, #szelso_kockak_3 {
        display: none;
    }
    #top_container_right {
        font-size: 12px;
    }
	.cim2 {
		font-size: 28px;
		color: #104D9B;
	}
}
@media screen and (max-width: 800px) {
    #informacios_div_focimolmi {
	  font-size: 14px;
	  font-weight: bold;
	}
	
	 #diamantkicsilogogomb{
    	width: 25px;
    	height: 25px;
	 }
    .leirasok img{
    	float: right;
    	width: 150px;
    	height: auto;
    	border: 2px;
    	border-style: solid;
    }
	.cim2 {
		font-size: 24px;
		color: #104D9B;
	}
}
@media screen and (max-width: 770px) {
	#elem_1 {
	 display:none;
	}
    #main_container_box div {
	  width:45%;
	 }
	#szurke_container_content_center {
	  display:none;
	 }
	.szurke_container_content_hasabok {
	  width:50%;
	 }
	#szurke_container_content_hasabok_kep_fix {
	  display:block;
	 }
	#first_main_container {
	  padding-bottom:10px;
	 }
	#ajanlatkeres_right {
	  display:none;
	 }
	#ajanlatkeres_left {
	  width:100%;
	 }
	#ajanlatkeres_cimsor {
	  text-align:center;	
	 }
	#ajanlatkero_mezok div {
	  width:100%;
	  display:block;
	  float:unset;
	  text-align:center;
	 }
	#ajanlatkero_mezok {
	  display:block;
	 }
	#ajanlatkeres_cimsor {
	  margin-right:auto;
	 }
	#ajanlatkero_mezok input {
	  max-width:200px;
	 }
	#kapcsolatgoogleterkep{
		float:right;
		width:352px;
		height:264px; 
	}
	#kapszovdiv{
		width:30%;
	}
	#kapcsolatszoveg1{	
		font-size: 13px;
	}
	#kapcsolatszoveg2{
		font-size:11px;
	}
	#araink_first_main_container{
		font-size:12px !important;
	}
	.leirasok {
    	float: left;
    	width: 100%;
    	font-size: 8px;
        }
    .labresz-cim, #labakalatt p {
        font-size: 9px;
    }
	#hatter1, #hatter2, #hatter3 {
        font-size:24px;
        letter-spacing:2px;
    }
	.cim2 {
		font-size: 21px;
		color: #104D9B;
	}

.termekekszovbox{
	float: none;
	width: 100%;
	min-height: 240px;
}
.termekekkep{
	padding-top: ;
	float: none;
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.termekekkep img{
	padding-top: 10px;
	width: 98%;
	height: auto;
}
.termekekcim{
	font-size: 20px;
	margin: 4px;
	padding: 2px;
}
.termekekszoveg{
	text-indent: 20px;
	font-size: 11px;
	text-align: justify;
	margin: 5px;
	padding: 5px;	
}

}
@media screen and (max-width: 710px) {
    #informacios_div_focimolmi {
	    font-size: 14px;
	    font-weight: bold;
        letter-spacing:3px;
	 }
	#menu_top ul li a {
	  padding-left:3px;
	  padding-right:3px;
      margin:1px;
	  font-weight: bold;
	 }
    #olmivill_logo_top {
      max-width:12%;
    }
    #informacios_div {
      margin-left:20px;
    }
	#kapcsolatgoogleterkep{
		float:right;
		width:320px;
		height:240px; 
	}
	#kapszovdiv{
		width:29%;
	}
	#kapcsolatszoveg1{	
		font-size: 12px;
	}
	#kapcsolatszoveg2{
		font-size:10px;
	}
	.cim {
		font-size: 22px;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 6px;
		padding: 6px;
	}
	.cim2 {
		font-size: 18px;
		color: #104D9B;
	}
	#mbbal{
		float: left;
		width: 48%;
		padding: 1%;
	}
	.szovegfekete1 {	
		text-indent: 20px;
		font-size: 13px;
		width:70%;
		float: left;
		text-align: justify;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	.feher1 {	
		text-indent: 18px;
		font-size: 13px;
		float: left;
		text-align: justify;
		color: #104D9B;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	#elsobox{	
	 width:98%;
	 margin-top: 1%;
	 padding: 1px;
	 height:375px;
	 background-image: url("../images/elsobox.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	#masodikbox{	
	 width:98%;
	 margin-top:20px;
	 padding: 10px;
	 height:650px;
	 background-image: url("../images/pdffalhatter.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	.tablazatminoseg{
		width: 98%;
		margin:1%;
		font-size: 13px;
	}
}
@media screen and (max-width: 670px) {
	#informacios_div_focimolmi {
	    font-size: 13px;
	    font-weight: bold;
        letter-spacing:2px;
	 }
    #ajanlatkero_blokk_left {
      display:none;
    }
    #ajalnlatkero_gomb {
      margin-left: auto;
      margin-right: auto;
      float: none;
      display: block;
    }
    #foot_container_center span {
      font-size:15px;
    }
    #foot_container_left span {
      font-size:12px;
    }
    #bottom_logo {
      width:50%;
    }
	#kapcsolatgoogleterkep{
		float:left;
	}
	#kapszovdiv2{
		width: 80%;
		float:left;
	}
	#kapszovdiv{
		width:40%;
		padding:10px;
	}
	#kapcsolatszoveg1{	
		font-size: 13px;
	}
	#kapcsolatszoveg2{
		font-size:12px;
	}
    #menu_top ul li a {
      float: none;
	  padding-left:2px;
	  padding-right:2px;
      margin:2px;
	  font-weight: bold;
    }
    .leirasok img{
    	float: right;
    	width: 100px;
    	height: auto;
    	border: 2px;
    	border-style: solid;
    }
    .labresz_tav{
    	padding-left:4%;
    	width: 46%;
    	float: left;
    }
	
	.gepeink, .szerszamok, .reszletes {
		float: left;
		width: 120px;
		height: 160px;
		border: 2px;
		border-style: solid;
		margin: 5px;
	}
	.gepeink img, .szerszamok img, .reszletes img{
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 124px;
	}
	.gepeink a, .szerszamok a, .reszletes a{		
		color:#104D9B !Important;
		font-size: 10px;
		text-decoration:none;
		cursor:pointer;
	}
	.termekekkep{
		padding-top: ;
		float: none;
		width: 80%;
		height: auto;
	}
}
@media screen and (max-width: 660px) {
	#talplista{
		position: absolute;
			bottom: -60px;
			margin-top:-15px;
		margin-bottom:10px;
	}
}
@media screen and (max-width: 580px) {
	
}
@media screen and (max-width: 560px) {
	.gepeink, .szerszamok, .reszletes {
		float: left;
		width: 90px;
		height: 120px;
		border: 2px;
		border-style: solid;
		margin: 3px;
	}
	.gepeink img, .szerszamok img, .reszletes img{
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 91px;
	}
	.gepeink a, .szerszamok a, .reszletes A{		
		color:#104D9B !Important;
		font-size: 9px;
		text-decoration:none;
		cursor:pointer;
	}
	#kapszovdiv{
		width:58%;
		padding:10px;
	}
	#araink_first_main_container{
		font-size:11px !important;
	}
	#informacios_div_focimolmi {
	    font-size: 13px;
	    font-weight: bold;
        letter-spacing:1px;
	 }
	#hatter1, #hatter2, #hatter3 {
        font-size:22px;
        letter-spacing:2px;
    }
	#cimkozepre{
		text-align: center !important;		
	}
	.cim {
		font-size: 16px;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	.cim2 {
		font-size: 16px;
		color: #104D9B;
	}
	#mbbal{
		float: left;
		width: 48%;
		padding: 1%;
	}
	.szovegfekete1 {	
		text-indent: 20px;
		font-size: 12px;
		width:85%;
		float: left;
		text-align: justify;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	.feher1 {	
		text-indent: 15px;
		font-size: 12px;
		float: left;
		text-align: justify;
		color: #104D9B;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	#elsobox{	
	 width:98%;
	 margin-top: 1%;
	 padding: 1px;
	 height:350px;
	 background-image: url("../images/elsobox.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	#masodikbox{	
	 width:98%;
	 margin-top:20px;
	 padding: 10px;
	 height:650px;
	 background-image: url("../images/pdffalhatter.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	.tablazatminoseg{
		width: 98%;
		margin:1%;
		font-size: 13px;
	}
}
@media screen and (max-width: 460px) {
	.d{
		float: left;
		max-width: 180px;
	}
.gepeink, .szerszamok, .reszletes {
		float: left;
		width: 75px;
		height: 100px;
		border: 2px;
		border-style: solid;
		margin: 1px;
	}
	.gepeink img, .szerszamok img, .reszletes img{
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 75px;
	}
	
	#main_container_box div {
		width:93%;
	}
	#top_container span, #foot_after_container span {
		padding:5px;
		float:unset;
		display:block;
		text-align:center;
	}
	#foot_container_left, #foot_container_center, #foot_container_right {
		width:100%;
		float:unset; 
		text-align:center;
	}
	#foot_container_right span img {
		margin-bottom:-10px;
		float:unset;
	}
	#foot_container_center span {
		margin-top:0px;
	}
	#last_main_container {
		display:none;
	}
	#top_slide_div {
		font-size:20px;
		padding-top:30px;
		height:300px;
	}
	#kapszovdiv2{
		float:left;
	}
	#kapcsolatgoogleterkep{
		float:right;
		width:280px;
		height:210px; 
	}
	#kapszovdiv{
		width:66%;
		padding:10px;
	}
    
	#hatter1, #hatter2, #hatter3 {
        font-size:20px;
        letter-spacing:2px;
    }	
	.cim2 {
		font-size: 14px;
		color: #104D9B;
	}
	.feher1 {	
		text-indent: 20px;
		font-size: 11px;
		float: left;
		text-align: justify;
		color: #104D9B;
		opacity: 0.8;
		margin: 3px;
		padding: 3px;
	}
}
@media screen and (max-width: 360px) {
	
	#kapszovdiv{
		width:80%;
		padding:5px;
	}
    .labresz_tav{
    	padding-left:5%;
    	width: 90%;
    	float: none;
    }
	#cimkozepre{
		text-align: center !important;		
	}
	.cim {
		font-size: 14px;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 2px;
		padding: 2px;
	}
	.cim2 {
		font-size: 13px;
		color: #104D9B;
	}
	#mbbal{
		float: left;
		width: 98%;
		padding: 1%;
	}
	.szovegfekete1 {	
		text-indent: 20px;
		font-size: 10px;
		width:90%;
		float: left;
		text-align: justify;
		color: #fff;
		background-color: #292929 !important;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	.feher1 {	
		text-indent: 20px;
		font-size: 10px;
		float: left;
		text-align: justify;
		color: #104D9B;
		opacity: 0.8;
		margin: 4px;
		padding: 4px;
	}
	#elsobox{	
	 width:98%;
	 margin-top: 1%;
	 padding: 1px;
	 height:300px;
	 background-image: url("../images/elsobox.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	#masodikbox{	
	 width:98%;
	 margin-top:20px;
	 padding: 10px;
	 height:600px;
	 background-image: url("../images/pdffalhatter.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	}
	.tablazatminoseg{
		width: 96%;
		margin:2%;
		font-size: 10px;
	}

.termekekszovbox{
	float: none;
	width: 100%;
}
.termekekkep{
	padding-top: ;
	float: none;
	width: 100%;
	height: auto;
}
.termekekkep img{
	padding-top: 10px;
	width: 98%;
	height: auto;
}
.termekekcim{
	font-size: 16px;
	margin: 2px;
	padding: 1px;
}
.termekekszoveg{
	display:none;
}

}
@media screen and (max-width: 300px) {
 #top_slide_div {
  font-size:14px;
 }
 #szurke_container_content_left span {
  margin-right:5px;
 }
 #szurke_container_content_right span {
  margin-left: 5px;
 }
 .main_container_title {
  font-size:20px;
 }
 #ajanlatkeres_cimsor { 
  font-size:15px;
 }
 #ajanlatkero_gomb_2 {
  width:100%;
  padding-right:5px;
  padding-left:5px;
  font-size:15px;
 }
 #ajanlatkero_mezok input {
  width:80%;
 }
}
@media screen and (max-width: 260px) {
 #szurke_container_content {
  display:none;
 }
 #szolgaltatasaink_div {
  padding-top:0px;
 }
}