* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}
fieldset {
	border: 0px;
}
hr {
    margin: 35px auto;
    border: 0;
    height: 1px;
    background: #ddd;
    width: 100%;
}
section {
	width: 90%;
	margin: auto;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
}

/* CODICE IN BETA */
@media screen and (max-width: 768px) {
    .nav-style .nav-li a {
    font-size: 10px;
}

.nav-style .nav-li-shop a {
    font-size:5px;
}
.select-items div, .select-selected {
    font-size:10px;
}
.nav-style .nav-li a {
    font-size:10px;
    }
    .nav-style .nav-li-tyr a {
     font-size:10px;   
    }
    .nav-style .nav-li-shop a {
    font-size:10px;
        
    }
    
    
    
}
@media screen and (max-width: 1500px) {
    .nav-logo img {
    display:none;
}
}


/* CODICE IN BETA */


/* SLIDER */
.slider {
	position: relative;
	min-height: 100vh;
}
.slider .slide {
	position: absolute;
	opacity: 0.70;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.slider .slide-1 {
	background-image: url('../img/m1.jpg');
}
.slider .slide-2 {
	background-image: url('../img/m2.jpg');
}
.slider .slide-3 {
	background-image: url('../img/m3.jpg');
}
.slider .slider-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.slider .slider-dots a {
	cursor: pointer;
	display: inline-block;
	margin: 0 4px;
	padding: 8px;
	width: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}
.slider .slider-dots a.selected {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

/* COOKIES */

.cookiebar {
	animation: fadein 4s;
	margin: auto;
	padding-bottom: 10px;
	width: 100%;
	background-color: rgba(210, 210, 210, 0.9);
	position: fixed;
	bottom: 0px;
	z-index: 10;
	text-align: center;
}
.cookie-elements {
	padding: 15px 50px;
}
.cookiebar p {
	color: #111;
	text-align: justify;
}
.cookiebar a {
	color: #111;
}
.cookiebar a:hover {
	color: #aaa;
}
.cookiebar button {
	text-transform: uppercase;
	width: 9%;
	min-width: 100px;
	margin: 10px 0px;
	border: 0;
	border-radius: 3px;
	background-color: rgba(5, 5, 5, 0.9);
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	height: 35px;
}
.cookiebar button:hover {
	background-color: rgba(255, 255, 255, 0.95);
	color: #111;
}
/*Menüsor style eleje*/

.menucontainer {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	position: fixed;
	z-index: 2;
	opacity: 0.9;
	font-size: 85%;
	width: 100%;
}
.container {
	width: 90%;
	margin: 0 auto;
}
.navbar {
	width: 100%;
	overflow: hidden;
	height: 2%;
	background: black;
}
.logo {
	width: 15%;
	float: left;
	margin: 2%;
}
.logo img {
	width: 100%;
}
.menu {
	float: right;
	margin: 2%;
}
.menu li {
	float: left;
	height: 70px;
	padding: 0 15px;
	line-height: 70px;
	text-align: center;
	list-style: none;
}
.linkref {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.linkrefshop {
	transition: all 0.3s ease-in-out;
	padding: 15px;
	margin-left: 20px;
	color: black;
	background-color: white;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.linkref:hover {
	color: #F6961D;
}
.linkrefshop:hover {
	transition: all 0.3s ease-in-out;
	color: #F6961D;
	background-color: #444;
}
#active {
	color: #F6961D;
}
/*Menüsor style vége*/

/*Főoldal style eleje*/

body,
html {
	height: 100%;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}
/*Főoldal style vége*/

.s2 {
	background-image: url('../img/m2.jpg');
	min-height: 100%;
}
.s3 {
	background-image: url('../img/m3.jpg');
	min-height: 450px;
}
.s4 {
	background-image: url('../img/m4.jpg');
	min-height: 450px;
}
.textbox {
	width: 40%;
	border: 2px solid #aaa;
	border-radius: 4px;
	margin-bottom: 2%;
	padding: 1%;
	outline: none;
	box-sizing: border-box;
	transition: 1s;
}
.textbox:focus {
	border-color: #F6961D;
	box-shadow: 0 0 8px 0 #F6961D;
}
.send {
	padding: 0.5%;
	font-size: 90%;
}
.send:hover {
	color: #F6961D;
}
.indexbar {
	margin: 2% 0 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	height: 40%;
	background: black;
	color: white;
}
.location {
	height: 100%;
	width: 33.3%;
	float: left;
	text-align: center;
}
.contact {
	height: 100%;
	width: 33.3%;
	float: left;
	text-align: center;
}
.opening {
	height: 100%;
	width: 33.3%;
	float: left;
	text-align: center;
}
.mapbutton {
	font-size: 15px;
	padding: 2%;
	color: black;
	background-color: white;
	border-radius: 15px;
	text-decoration: none;
}
.mapbutton:hover {
	filter: invert(100%);
	background-color: #0969E2;
}
.media {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	height: 15%;
	background: #666666;
	text-align: center;
}
.icons {
	margin: 1.5%;
	padding: 1%;
	height: 40px;
	width: 40px;
	border-radius: 25px;
}
.icons:hover {
	filter: invert(100%);
	background-color: #0969E2;
}
.kepek1 {
	width: 95%;
	height: 25%;
	margin: 2%;
	padding: 0;
}
.kepek2 {
	width: 95%;
	height: 25%;
	margin: 2% 2% 6% 2%;
	padding: 0;
}
.picture1 {
	width: 15%;
	float: left;
	margin: 5% 5% 3% 5%;
}
.picture2 {
	width: 15%;
	float: left;
	margin: 4% 5% 3% 5%;
}
.picture3 {
	width: 15%;
	float: left;
	margin: 4.5% 5% 3% 5%;
}
.picture4 {
	width: 15%;
	float: left;
	margin: 5% 5% 3% 5%;
}
.picture5 {
	width: 15%;
	float: left;
	margin: 5% 5% 3% 5%;
}
.picture6 {
	width: 15%;
	float: left;
	margin: 5% 5% 3% 5%;
	padding: 0;
}
.picture7 {
	width: 15%;
	float: left;
	margin: 2.5% 5% 3% 5%;
}
.picture8 {
	width: 15%;
	float: left;
	margin: 6% 5% 3% 5%;
	padding: 0;
}
/*PARTNERS*/

.row-partners {
	text-align: center;
	display: inline-block;
}
.row-partners a img {
	transform: scale(1);
	width: 41%;
	padding: 4%;
	transition: all 0.5s ease-in-out;
}
.nav-logo {
    background: #777;
    height: 100px;
    width: 100%;
    text-align: center;
}
.nav-logo img {
	padding: 16px;
    width: 60%;
    max-width: 230px;
    min-width: 190px;
}
.nav-btn button {
    width: 100%;
    height: 50px;
    border: 0;
    background: #666;
    font-size: 18px;
    color: #fff;
}
body.menu-opened .nav-btn button {
    background: #444;
}
/*SERVICES*/

.content {
	padding: 0px 0;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.content .img-grid img {
	border-radius: 50%;
	border: 2px solid #ddd;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
	margin: 10px;
	width: 50%;
}
.modalDialog {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	color: #fff;
	position: relative;
	width: 95%;
	margin: 70px auto;
	height: 90%;
	text-align: center;
	background: rgba(240, 240, 240, 1);
	border-radius: 0px;
	box-shadow: 0px 0px 20px 100px rgba(240, 240, 240, 1);
}
.modalDialog p {
    line-height: 1.3;
    margin: 5%;
    margin-left: 2%;
    margin-bottom: 5px;
    float: right;
    font-size: 17px;
    max-width: 90%;
    color: #555;
    text-align: justify;
}
.modalDialog .close-img {
	width: 30px;
}
.modalDialog .close-img:hover {
	filter: invert(100%);
}
.modalDialog .modal-img {
	margin: 5%;
	margin-left: 5%;
	float: left;
	max-width: 26%;
	border: 2px solid #ddd;
	border-radius: 50%;
	opacity: 0.95;
}
.modalDialog h2 {
	color: #444;
	margin: 5%;
	margin-left: 2%;
	margin-top: 10%;
	margin-bottom: 0;
	font-size: 26px;
	max-width: 90%;
}
.modalDialog a {
	float: right;
	margin: -60px 0% 2% 0;
}
/*CONTACT US*/

.contact-us {
	width: 100%;
	float: left;
	margin-top: 7px;
	margin-bottom: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.form-control {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	margin: 25px 0;
	resize: none;
}
.form-control-submit {
	transition: all 0.3s ease-in-out;
	margin: 10px 0;
	float: right;
	height: 50px;
	width: 100px;
	font-size: 20px;
	border-radius: 3px;
	border: 0;
	background: #ccc;
	color: #000;
}
.form-control-submit:hover {
	transition: all 0.3s ease-in-out;
	background: #777;
	color: #fff;
	cursor: pointer;
}
/*CONTACT FOOTER*/

.footy {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #eee;
	padding-bottom: 50px;
}
.footy h2 {
	color: #111;
	font-size: 30px;
}
.footy h3 {
	font-size: 23px;
	color: #555;
}
.footy p {
	color: #999;
}
.footy button {
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	border-radius: 3px;
	border: 0;
	background: #ccc;
	color: #000;
	height: 50px;
	width: 110px;
}
.footy button:hover {
	transition: all 0.3s ease-in-out;
	background: #CB7305;
	color: #fff;
	cursor: pointer;
}
.footy-box {
	padding: 40px 0;
	display: block;
}
.footy-below {
	text-align: center;
	margin-top: -16px;
	height: 100px;
	position: relative;
	background: #ccc;
}
.footy-button {
	transition: all 0.3s ease-in-out;
	margin: 20px 10px;
	width: 55px;
	height: 55px;
	border: 0px solid #fff;
	vertical-align: middle;
	display: inline-block;
}
.pv{
	text-align: center;
	margin-top: -16px;
	height: 100px;
	position: relative;
	background: #ccc;
	text-align: left;
	display: inline-block;
	
}
.footy-button:hover {
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	filter: invert(95%);
	-webkit-filter: invert(95%);
}
.footy-button img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	body {
		margin-top: 180px;
	}
	body.menu-opened {
		overflow: hidden;
		height: 100%;
	}
	body.menu-opened .nav-ul {
		display: block
	}
	section p, li {
		text-align: justify
	}
	.nav-background {
		height: 150px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	body.menu-opened .nav-background {
		height: 100vh;
	}
    .nav-ul {
        display: none;
        width: 100%;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 5;
		overflow-y: auto;
		top: 150px;
		bottom: 0;
    }
    .nav-ul a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
	}
	.mobile-hide {
		display: none;
	}
	.contact-list {
		padding-left: 23px;
	}
	.contact-list li {
		padding: 10px;
		padding-right: 0
	}
	.modalDialog {
		z-index: 200;
	}
	.modalDialog .modal-img {
		display: none;
	}
}

/** Desktop **/
@media only screen and (min-width: 768px) {
	body,
	html {
		/**font-size: 21px; **/
		line-height: 1.8em;
		color: #666;
	}
	hr {
		width: 85%;
	}
	.mobile-show {
		display: none
	}
    .nav-background {
        width: 100%;
        position: fixed;
        height: 170px;
        background-image: url(../img/nav_back.png);
        background-size: cover;
		text-align: center;
		z-index: 100;
    }
    .nav-background .nav-style {
        margin: auto;
        text-align: center;
        width: 95%;
	}
    .nav-logo {
        float: left;
        padding: 20px 5px;
        width: 20%;
		background: transparent;
	}
	.nav-logo img {
		width: 100%;
		max-width: unset;
		padding: 0
	}
    .nav-btn {
        display: none;
    }
    .nav-ul {
		display: flex;
		flex-direction: row;
		flex-grow: 1;
		justify-content: flex-end;
		list-style: none
	}
    .nav-style .nav-li-shop {
        margin-top: 25px;
        padding: 7px;
        padding-left: 0;
        margin-left: 0;
    }
    .nav-style .nav-li-tyr{
        margin-top: 25px;
        padding: 7px;
        padding-left:10;
        padding-right: 10;
    /**    margin-left: 1%; **/
    }
    
    
    
    .nav-style .nav-li-tyr a{
    
        display: block;
        text-transform: uppercase;
        padding: 15px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        background-color: rgba(102, 102, 102, 0.8);
        color: #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    
    }
    .nav-style .nav-li-tyr a:hover{
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .nav-style .nav-li-installers {
        margin-top: 25px;
        padding: 7px;
        padding-right: 0;
        margin-left: 1%;
    }
    .nav-style .nav-current {
        margin-top: 25px;
        padding: 7px;
    }
    .nav-style .nav-current a {
        display: block;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        padding: 15px;
        text-decoration: none;
        background-color: rgba(25, 25, 25, 0.9);
        color: #fff;
        border-radius: 3px;
    }
    .nav-style .nav-current a:hover {
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .nav-style .nav-li {
        margin-top: 25px;
        padding: 7px;
    }
    .nav-style .nav-li-shop a {
        display: block;
        text-transform: uppercase;
        padding: 15px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .nav-style .nav-li-shop a:hover {
        background-color: rgba(203, 115, 5, 0.8);
        color: #fff;
    }
    .nav-style .nav-li-installers a {
        display: block;
        text-transform: uppercase;
        padding: 15px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        background-color: rgba(110, 110, 110, 0.8);
        color: #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .nav-style .nav-li-installers a:hover {
        background-color: rgba(203, 115, 5, 0.8);
        color: #fff;
    }
    .nav-style .nav-li a {
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        color: #fff;
		padding: 15px;
		outline: none;
    }
    .nav-style .nav-li a:hover {
        color: #F7961D;
	}
	section {
		width: 100%
	}
	.kezdo2,
	.kezdo3 {
		position: relative;
		opacity: 0.70;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.kezdo2 {
		background-image: url('../img/m5.jpg');
		min-height: 450px;
	}
	.kezdo3 {
		background-image: url('../img/m1b.jpg');
		min-height: 250px;
	}
	section h2 {
		font-size: inherit;
	}
	.custom-section {
		text-align: justify;
		padding: 2% 5% 2% 5%;
	}
	.section-light {
		background-color: #f4f4f4;
		color: #666;
	}
	.section-dark {
		background-color: #333;
		color: #ddd;
	}
	.ptext {
		position: absolute;
		top: 45%;
		width: 100%;
		text-align: center;
		color: white;
		font-size: 40px;
		letter-spacing: 10px;
		text-transform: uppercase;
	}
	.ptext .border .trans {
		background-color: transparent;
	}
	.row-partners a img {
		margin-bottom: 0;
		padding: 0px 3%;
		width: 16%;
	}
	.row-partners a img:hover {
		transform: scale(1.1);
		transition: all 0.3s ease-in-out;
		filter: grayscale();
	}
	.contact_szoveg {
		padding-top: 4%;
		text-align: center;
		font-size: 60px;
		width: 100%;
		text-transform: uppercase;
	}
	.contact_kisszoveg {
		text-align: center;
		font-size: 20px;
		width: 100%;
		text-transform: none;
	}
	.content .img-grid img {
		margin: 30px;
		width: 24%;
	}
	.content .img-grid img:hover {
		transform: scale(1.2);
		transition: all 0.5s ease-in-out;
	}
	.partner_szoveg {
		padding-top: 4%;
		text-align: center;
		font-size: 60px;
		width: 100%;
		text-transform: uppercase;
	}
	.textboxcontainer {
		text-align: center;
		margin: auto;
		width: 85%;
	}
	.footy {
		height: 400px;
	}
	.footy-box {
		width: 33.3%;
		float: left;
	}
	.cookiebar {
		text-align: left;
	}
	.cookiebar p {
		font-size: 23px;
		width: 85%;
		text-align: left
	}
	.cookiebar button {
		font-size: 20px;
		float: right;
		height: 60px;
	}
	.modalDialog > div {
		height: 100%;
		margin: 10% auto;
		background: rgba(225, 225, 225, 1);
		border-radius: 0px;
		box-shadow: 0px 0px 30px 200px rgba(225, 225, 225, 1);
	}
	.modalDialog a {
		margin: 2% 0% 2% 0;
	}
	.modalDialog h2 {
		margin-top: 4%;
		float: right;
		font-size: 39px;
		max-width: 50%;
	}
	.modalDialog p {
		line-height: 1.8;
		font-size: 22px;
		max-width: 53%;
		text-align: left
	}
}