@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,400,700&subset=latin-ext');

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: normal;
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.opened{
	height: auto !important;
}

.opened_a{
	display: block !important;
}

.alertmessage{
	position: fixed;
    bottom: 40px;
    left: 40px;
    background: #1fad6b;
    border-radius: 10px;
    padding: 20px 40px;
    font-weight: bold;
    color: white;
	display: none;
}

body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #011300;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px !important;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img{
	max-width: 100%;
  }

/*MODiFiCATIONS*/
.invalid_field {
	-moz-box-shadow: inset 0 0 0px 2px red;
	-webkit-box-shadow: inset 0 0 0px 2px red;
	box-shadow: inset 0 0 0px 2px red;
}

.valid_field {
	-moz-box-shadow: inset 0 0 0px 2px green;
	-webkit-box-shadow: inset 0 0 0px 2px green;
	box-shadow: inset 0 0 0px 2px green;
}

.goldcolor{
	color: #bc9d42;
}

.goldcolor.small{
	font-size: 10px;
}

.pt100{
	padding-top: 100px;
}

.whitecolor{
	color: #ffffff;
}

.white-button{
	background: transparent;
	border: 1px solid white;
	border-radius: 20px;
	padding: 10px 40px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	margin: 20px auto;
	cursor: pointer;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	max-width: 400px;
	display: block;
}

.white-button:hover{
	background: rgba(255, 255, 255, 0.29);
}

.left{
	text-align: left;
	width: 1000px;
}

.column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.blackgradient{
	background: #000000 !important; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #5a5a5a 1%,#000000 90%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -webkit-radial-gradient(center,  ellipse,  #5a5a5a 1%,#000000 90%) !important;
	background: -o-radial-gradient(center,  ellipse,  #5a5a5a 1%,#000000 90%) !important;
	background: radial-gradient(ellipse at center,  #5a5a5a 1%,#000000 90%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#000000'9GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.brown{
	background: #f8f5eb !important;
}

.blackcolor{
	color: #000000 !important;
}

.brown p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	
	color: black;
}


.gradientgreen{
	background: #084e22 !important; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #0f7216 1%,#052b18 70%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -webkit-radial-gradient(center,  ellipse,  #0f7216 1%,#052b18 70%) !important;
	background: -o-radial-gradient(center,  ellipse,  #0f7216 1%,#052b18 70%) !important;
	background: radial-gradient(ellipse at center,  #0f7216 1%,#052b18 70%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7216', endColorstr='#052b18',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: flex;
	justify-content: center;
}

.gradientgreen_little{
	background: #094622 !important; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #094622 1%,#052b18 70%) !important; /* Chrome10-25,Safari5.1-6 */
	background: -webkit-radial-gradient(center, ellipse, #094622 1%,#052b18 70%) !important;
	background: -o-radial-gradient(center, ellipse, #094622 1%,#052b18 70%) !important;
	background: radial-gradient(ellipse at center, #094622 1%,#052b18 70%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094622', endColorstr='#052b18',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green{
	background: #011300 !important;
		display: flex;
	justify-content: center;
}

.suti p{
	text-align:justify !important;
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 20px;
}

.white{
	background: #ffffff !important;
}

.bg_neked{
	background: url('../img/neked_bg.jpg') top center no-repeat !important;
	background-size: cover;
}

.bg_iz{
	background: url('../img/bg_iz.jpg') top center no-repeat !important;
	background-size: cover;
}


.bg_nektek{
	background: url('../img/nektek_bg.jpg') top center no-repeat !important;
	background-size: cover;
}


/*HEADER AND MENU*/
header#header{
	width: 100%;
	background: black;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	z-index: 1000;
}


header#header a{
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

header#header a.active{
	color: white;
}

header#header a:hover{
	color: white;
}

section.block{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	background: white;
}

/* IRST BLOCK */
div.center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 1024px;
	width: 100%;
	position: relative;
}

div.center .more-information{
	text-align: center;
	color: white;
}

div.center .more-information a{
	margin-top: 30px;
}

div.center .more-information h3{
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.center .more-information p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
}

div.center .center_bg{
	position: absolute;
	z-index: 0;
	top: -120px;
	opacity: 0.5;
}

div.center h1{
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 4px;
	font-weight: bold;
	z-index: 1;
}

div.center h1.big{
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 6px !important;
	font-weight: 100;
	color: #004218;
}

.design-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.design-container div{
	z-index: 1;
}

.design-container div span{
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.design-container div span.right{
	text-align: right;
	width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
	position: relative;
}

.design-container div span.right .desc{
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	bottom: -30px;
	right: 100px;
	line-height: 14px;
	text-transform: none;
	color: black;
	font-family: 'Montserrat', sans-serif;
	
	width: 400px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.design-container div span.masik .desc{
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	position: absolute;
	bottom: -40px;
	line-height: 14px;
	text-transform: none;
	color: black;
	font-family: 'Montserrat', sans-serif;
	
	width: 400px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


.design-container div span img{
	margin-right: 20px;
	margin-left: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.design-container div.text{
	font-size: 12px;
}

.capsule-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.capsule-container div span{
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.capsule-container div span img{
	margin-right: 20px;
}

.capsule-container div.text{
	font-size: 13px;
	font-weight: 100;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: white;
	width: 200px;
	line-height: 22px;
}

.capsule-container .column img{
	width: 350px;
}

.espresso-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	text-align: center;
	width: 100%;
}

.espresso-container .espresso {
	width: 33%;
}

.espresso-container .espresso h4{
	margin-top: -100px;
	color: #052b18;
	font-weight: bold;
	text-transform: uppercase;
}

.espresso-container .espresso p{
	 font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    line-height: 21px;
    color: #bc9d42;
    font-weight: 400;

}

.espresso-container .espresso .line{
	width: 40px;
    height: 2px;
    background: #c7c7c7;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fourth-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.fourth-container div{
	width: 25%;
	text-align: center;
	padding: 40px;
}

.fourth-container div h3{
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.fourth-container div a{
	cursor: pointer;
	width: 200px;
}

.fourth-container div p{
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-transform:none;
	font-size: 12px;
	font-weight: normal;
	
}

.fourth-container div.blackbox{
	background: black;
}

.fourth-container div.brownbox{
	background: #432316;
}

.fourth-container div.orangebox{
	background: #c05b25;
}

.fourth-container div.redbox{
	background: #ac2128;
}
.fourth-container div.bluebox{
	background: #00709d;
}
.fourth-container div.purplebox{
	background: #502860;
}


/*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*/
/*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*//*TERMÉKEK*/


.termekek_img{
	margin-top: -200px;
	z-index: 0;
}

.termekek .block .center h1, .termekek .block .center h3{
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.termekek .block .center h3{
	font-size: 14px;
	margin: 20px 0px 40px 0px;
	letter-spacing: 4px;
}

.termekek .block .center h1{
	margin-top: 30px;
	letter-spacing: 4px;
	font-weight: normal;
}

.termekek .block .center p{
	font-family: 'Montserrat', sans-serif;
	color:white;
	
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1px;
}

.termekek .block .center .coffee{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-bottom: 100px;
	height: 400px;
}

.termekek .block .center .coffee .left img{
	max-width: 100%;
}

.termekek .block .center .coffee .right{
	text-align: center;
}

.termekek .block .center .coffee .right .top .title{
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 30px;
}

.termekek .block .center .coffee .right .top .subtitle{
	font-weight: bold;
}

.termekek .block .center .coffee .right .top .text{
	width: 80%;
	margin: 0 auto;
	line-height: 26px;
	font-size:14px;
	background: url('../img/text_bg.jpg') center no-repeat;
	background-size: contain;	
	font-weight: 200;
}

.termekek .block .center .coffee .right .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: white;
	margin-top: 20px;
}

.termekek .block .center .coffee .right .bottom .bottom_right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.termekek .block .center .coffee .right .bottom .bottom_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


/*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*//*KOMPATIBILITAS*/



.kompatibilitas_img{
	margin-top: -200px;
	z-index: 0;
}

.kompatibilitas .block .center h1, .kompatibilitas .block .center h3{
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.kompatibilitas .block .center h3{
	margin: 0px 0px 40px 0px;
	letter-spacing: 4px;
}

.kompatibilitas .block .center h1{
	margin-top: 30px;
	letter-spacing: 4px;
	font-weight: normal;
}

.kompatibilitas .block .center p{
	font-family: 'Montserrat', sans-serif;
	color:white;
	
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 1;
	margin-top: -160px;
	text-align: center;
}

.kompatibilitas .block .center p span{
	font-family: 'Montserrat', sans-serif;
}


/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/
/*SUCESS*/


.success .block .center{
	background: url('../img/swirl.png') top center no-repeat;
	padding-bottom: 40px;
	padding-top: 40px;
}


.success .block .center h1, .success .block .center h3{
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.success .block .center h3{
	margin: 40px 0px 0px 0px;
	letter-spacing: 4px;
}

.success .block .center h1{
	margin: 0px !important;
	letter-spacing: 4px;
	font-weight: normal;
}

.success .block .center p{
	font-family: 'Montserrat', sans-serif;
	color:white;
	
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1px;
	z-index: 1;
	text-align: center;
}
.success .block .center p span{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
}



/*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*//*NEKED*/

.neked_img{
	margin-top: -200px;
	z-index: 0;
}

.neked .block .center h1, .neked .block .center h3{
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.neked .block .center h3{
	margin: 0px 0px 40px 0px;
	letter-spacing: 4px;
}

.neked .block .center h1{
	margin-top: 30px;
	letter-spacing: 4px;
	font-weight: normal;
}

.neked .block .center p{
	font-family: 'Montserrat', sans-serif;
	color:white;
	
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;

}

.neked .block .center p span{
	font-family: 'Montserrat', sans-serif;
}


.neked_capsule{
	margin-top: -200px;
	margin-bottom: -150px;
}

.neked .block .center h4{
	font-size: 20px;
	letter-spacing: 4px;
}

input[type="text"], input[type="password"], input[type="email"] {
	border: 1px solid #bc9d42;
	padding: 10px 20px;
	margin: 10px 0px;
	font-size: 14px;
	z-index: 100000;
}


input[type="submit"]{
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	background:#bc9d42;
	border-radius: 20px;
	margin: 20px auto;
	color: white;
	border: none;
	cursor: pointer
}

input[type="submit"]:hover{
	background:#c6a852;
}

label{
	margin-top:20px;
	display: block;
	font-weight: bold;
	color: #bc9d42;
}

.simple_input-container input{
	width: 100%;
}

.texted_input-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.texted_input-container input{
	width: 90%;
}

.double_input-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.double_input-container input{
	width: 49%;
}

.double_input-container select{
	width: 49%;
	height: 100px;
	height: 40px;
    margin: 10px 0px;
}

.center form{
	max-width: 500px;
	position: relative;
}


.center form img{
	position: absolute;
	top: -400px;
	width: 100%;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.center form span.italic{
	font-family: 'Montserrat', sans-serif;
	
	font-size: 11px;
}

.center form span.centered{
	text-align: center;
	width: 100%;
}

.checkbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 10px;
	margin-top: 10px;
}

.checkbox span{
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}

.checkbox span b{
	font-weight: bold;
}

/*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*//*NEKTEK*/


.nektek_img{
	margin-top: -200px;
	z-index: 0;
}

.nektek .block .center h1, .nektek .block .center h3{
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.nektek .block .center h3{
	margin: 0px 0px 40px 0px;
	letter-spacing: 4px;
}

.nektek .block .center h1{
	margin-top: 30px;
	letter-spacing: 4px;
	font-weight: normal;
}

.nektek .block .center p{
	font-family: 'Montserrat', sans-serif;
	color:white;
	
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
	max-width: 1024px;
	width: 100%;
}

.nektek .block .center p span{
	font-family: 'Montserrat', sans-serif;
}


.nektek_capsule{
	margin-top: -200px;
	margin-bottom: -150px;
}

.nektek .block .center h4{
	font-size: 20px;
	letter-spacing: 4px;
}


h1.success{
	font-weight: bold !important;
	line-height: 60px;
	margin-bottom: 40px !important;
}

h3.success{
	line-height: 30px;
	font-size: 16px !important;
	
	font-weight: bold !important;
}

footer{
	text-align: center;
	border-top: 1px solid white;
	display: flex;
	justify-content: center;
}

footer a{
	color: #bc9d42;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}

/*IZ*/

.iz .block .center h1, .iz .block .center h3{
	z-index: 1;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	
}

.iz .block{
	
}

.iz .block .center h3{
	margin: 0px 0px 40px 0px;
	letter-spacing: 4px;
}

.iz .block .center h1{
	margin-top: 30px;
	letter-spacing: 4px;
	font-weight: normal;
}

.iz .block .center p{
	font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 200;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

.iz .block .center p span{
	font-family: 'Montserrat', sans-serif;
}

.iz .block .center h4{
	font-size: 20px;
	letter-spacing: 4px;
}

.iz .center .img_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.iz .center .img_container .img span{
	height: 260px;
	display: block;
}

.iz .center .img_container .img span img{
	max-width: 100%;
}


.iz .center .img_container h4{
	font-weight: bold !important;
	text-align: center;
	text-transform: uppercase;
}

.iz .center .img_container p{
	font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 12px;
    line-height: 18px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    font-weight: 200;
}

.iz .center .two_section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 0;
}

.iz .center .two_section .coffetype{
	margin-left: 10px;
	margin-right: 10px;
}

.iz .center .two_section .first{
	width: 40%;
}

.iz .center .two_section .first img{
	max-width: 100%;
}

.iz .center .two_section .second{
	width: 60%;
}

.iz .center .two_section .second .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.iz .center .two_section .second .box h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	width: 200px;
	text-align: right;
}

.iz .center .two_section .second .box p{
	color: white;
	font-family: 'Montserrat', sans-serif;
	
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 340px;
	font-weight: 200;
}

	header#header .menu{
		display: none;
	}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1024px) {
	.capsule-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.fourth-container div.blackbox, .fourth-container div.brownbox, .fourth-container div.orangebox, .fourth-container div.redbox{
		width: 100%;
	}
	
	.fourth-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.espresso-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.espresso-container .espresso{
		margin-bottom: 20px;
	}
	
	div.center h1.big{
		font-size: 26px;
	}
	
	.nektek_capsule{
		max-width: 100%;
		margin-top: -90px;
		margin-bottom: -80px;
	}
	.nektek .block .center h1, .nektek .block .center h3{
		font-size: 14px;
    	line-height: 24px;
	}
	.nektek .block .center h4{
		font-size: 14px;
		letter-spacing: 4px;
		text-align: center;
		line-height: 20px;
	}
	
	.neked_capsule{
		max-width: 100%;
		margin-top: -90px;
		margin-bottom: -80px;
	}
	.neked .block .center h1, .neked .block .center h3{
		font-size: 14px;
    	line-height: 24px;
	}
	.neked .block .center h4{
		font-size: 14px;
		letter-spacing: 4px;
		text-align: center;
		line-height: 20px;
	}
	
	.kompatibilitas_img{
		max-width: 100%;
		margin-top: -70px;
	}
	
	.kompatibilitas .block .center h1, .kompatibilitas .block .center h3{
		font-size:14px;
		line-height: 20px;
	}
	.kompatibilitas .block .center p{
		margin-top: -35px;
	}
	.termekek_img{
		max-width: 100%;
		margin-top: -100px;
	}
	.termekek .block .center h3{
		font-size: 14px;
   		line-height: 22px;
	}
	
	.termekek .block .center h1{
		font-size: 14px;
		line-height: 20px;
	}
	
	.left{
		width: 100%;
	}
	
	.termekek .block .center .coffee{
		max-width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}
	.termekek .block .center .coffee .left img{
		max-width: 100%;
	}
	.termekek .block .center .coffee .right .bottom{
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.termekek .block .center .coffee .right .bottom .bottom_right{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	div.center img{
		max-width: 100%;
	}
	
	.footer_block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_block a{
		margin-top: 20px;
	}
	
	.iz .center .two_section{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.iz .center .img_container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	
	.design-container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.centered{
		text-align: center;
	}
	.design-container div span img{
		display: none;
	}
	
	.design-container div span.right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.design-container div span.right .desc{
		position: relative;
		bottom: auto;
		right: auto;
		width: 75%;
		opacity: 1;
		height: auto;
		text-align: center;
	}
	
	.design-container div span{
		display: block;
		text-align: center;
	}
	
	.design-container div span.masik .desc{
		    font-size: 11px;
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
    line-height: 14px;
    text-transform: none;
    color: black;
    font-family: 'Montserrat', sans-serif;
    
    width: 70%;
    opacity: 1;
    height: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 auto;
	}
	
	header#header{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 80px;
    	overflow: hidden;
	}
	
	header#header a{
		margin-bottom: 15px;
		display: none;
	}
	
	header#header a.logo{
		display: block;
	}
	
	header#header .menu{
		display: block;
		position: fixed;
		right: 30px;
		top: 30px;
		width: 30px;
	}
}