@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
#div1 {
	background-color: #2c2d34;	
}

.futcsatospackfejlec {
	background-image: url(kepek/elerhetosegnek.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;	
	min-height: 500px;
	max-height: 700px;
	height: 100vmax;
}
.futcspfejlecfelirat{
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
	font-size: 140%;
	font-size: 3.4vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: relative;
	width: 80%;
	height: 120px;
	margin-left: 12%;
	top: 170px;
	z-index: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	}

.normal{
	letter-spacing: 1px;
	font-size: 140%;
	font-size: 4.8vw;
}
.futcspfejlecfelirat>p{
	margin:0px;
}
.nagy>p{
	margin:0px;
}
.normal>p{
	margin:0px;
}
.nagy{
	letter-spacing: 3px;
	font-size: 230%;
	font-size: 7vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.feketecsik {
	color: #ffffff;
	text-align:center;
	padding-top: 20px;
	background-color:  #2c2d34;

}
.feketecsik>h1{
	background-color:  #2c2d34;
	padding-bottom:8%;
}

.leiras1, .leiras2, .leiras3{
	display:inline-block;
	text-align:center;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	line-height: 1.4446;
    font-weight: 300;
    letter-spacing: 0em;
	color: #ffffff;
	font-size: 16px;
	padding-right:10%;
	padding-left:10%;
	margin-top:1px;
	width:100%;
}

.leiras1{
	text-align:justify;
   padding-bottom:9%;
   padding-top:9%;
   background-color: rgb(249, 157, 28);
}
.telefonikon, .mobilikon, .cimikon, .emailikon, .webikon, .shoppingikon, .messengeriiikon, .facebookiicon, .instaicon, .youtubeeicon{
	text-align:center;
	font-size: 80px;
   padding-bottom:20%;
   padding-top:20%;
  width:50%;
	float:left;
	border: 1px solid #737A8A;
	border-radius: 1px;
	background-color:  #2c2d34;
	
}

.telefonszamik, .mobilszamik, .cimnekik, .emailcimik, .webfeliratik, .shoptik{
	text-align:center;
	font-size:9%;
	
   
}

.fa-mobile-alt{
  color: #A21DCF;
}

.fa-map-marker-alt{
  color: #63E520;
}

.fa-envelope-open{
  color: #18C3BE;
}

.fa-globe-americas{
  color: #DE1859;
}

.fa-facebook-messenger{
  color: #1E59CB;
}

.fa-facebook{
  color: #1E62E4;
}
.fa-youtube-square{
  color: #9C0000;
}

.fa-cart-plus {
	color: #85bf25;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	text-align: center;
	padding-bottom: 10px;
	height: auto;
}		
	

.futcsatospackfejlec {
	background-size:cover;
	background-position: center center;
	min-height: 500px;
	max-height: 800px;
	height: 70vmax;
}
.futcspfejlecfelirat{
	letter-spacing: 2px;
	text-align: center;
	padding: 5px;
	margin-left:10%;
	font-size: 160%;	
	font-size: 2.3vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: relative;
	width: 80%;
	height: 120px;
	top: 170px;
	z-index: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.futcspfejlecfelirat>p{
	margin:0px;
}

.normal{
	letter-spacing: 1px;
	font-size: 110%;
	font-size: 3.2vw;
}

.nagy{
	letter-spacing: 3px;
	font-size: 220%;
	font-size: 6.5vw;
	
}

#menusornak {
	max-width: 100%;
	font-size: 8px;
	opacity: 0.8;
	padding-top: 0px;
	
}

.telefonikon, .mobilikon, .cimikon, .emailikon, .webikon, .shoppingikon, .messengeriiikon, .facebookiicon, .instaicon, .youtubeeicon{
	
	font-size: 80px;
   padding-bottom:7%;
   padding-top:7%;
  width:20%;
	float:left;
	border: 1px solid #737A8A;
	border-radius: 1px;
	background-color:  #2c2d34;
	
}
	
.telefonszamik, .mobilszamik, .cimnekik, .emailcimik, .webfeliratik, .shoptik{
	text-align:center;
	font-size:5%;
	
   
}	

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width : 780px ){
	
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	text-align: center;
	height: 0px;	

}	

.futcsatospackfejlec {
	background-attachment: fixed;
	min-height: 1000px;
	max-height: 1200px;
	height: 60vmax;

}

.futcspfejlecfelirat{
	letter-spacing: 2px;
	text-align: left;
	padding: 5px;
	margin-left:18%;
	font-size: 200%;	
	font-size: 2.2vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: relative;
	width: 80%;
	height: 120px;
	top: 190px;
	z-index: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.futcspfejlecfelirat>p{
	margin:0px;
}

.normal{
	letter-spacing: 1px;
	font-size: 110%;
	font-size: 3vw;
}

.nagy{
	letter-spacing: 3px;
	font-size: 220%;
	font-size: 6vw;
	
}
.fluid{
	margin-top:-10px;
}
	
.telefonszamik, .mobilszamik, .cimnekik, .emailcimik, .webfeliratik, .shoptik{
	text-align:center;
	font-size:9%;
	
   
}		

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media (max-width: 780px){
}
