@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.otf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.otf');
}
@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: Cormorant-SemiBold;
    src: url('../fonts/Cormorant-SemiBold.otf');
}
input, textarea {
    outline: none !important;
}
.about-tp {
    width: 990px !important;
    text-align: center;
    text-transform: uppercase;
    display:block;
    position: relative;
    background: rgba(0,0,0,.5);
    padding: 30px 30px 30px 30px;
    color: white;
    font: 15px 'Cormorant-SemiBold';
    line-height: normal !important;
    white-space: normal !important;
}
.pimages-div {
    padding-right: 50px;
}
.text-align-left {
    text-align: left !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-0 {
    padding-left: 0 !important;
}

.mt-0{margin-top: 0}
.mb-0{margin-bottom: 0}
.mt-md {
    margin-top: 30px;
}
.mb-md {
    margin-bottom: 30px;
}
.mt-xl {
    margin-top: 50px;
}
.mb-xl {
    margin-bottom: 50px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #000;
    background-color: #000;
}
.custom-checkbox .custom-control-label::before {
    box-shadow: unset !important;
}

.panel-default {
    border-color: black;
    border-radius: 0;
}
.panel-default .panel-heading {
    background: transparent;
    border-color: black;
}
.panel-default .panel-footer .btn1-black {
    font-size: 10px;
}
.panel-default .panel-footer {
    border-color: black;
}

h1.heading-2 {
    font: 26pt "Cormorant-SemiBold";
    text-transform: uppercase;
}

h2 {
    font: 26pt "Cormorant-SemiBold";
    text-transform: uppercase;
}
h2.bold {
    font: 12pt "Montserrat-Bold";
    text-transform: uppercase;
}

h3 {
    font: 12pt "Montserrat-Bold";
    text-transform: uppercase;
}

hr.bold {
    border: 0;
    height: 2px;
    background: black;
}

h4 {
    font: 8pt "Montserrat-Medium";
    color: black;
    text-transform: uppercase;
}
h4::after {
    display: block;
    content: " ";
    background: white;
    width: 20px;
    height: 2px;
    margin: 5px 0px;
}
.tp-bannertimer {
    display: none !important;
}

.animated {
    opacity: 0;
}

.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row .gutters-img {
  width: 100%;
  height: 700px;
  background-image: url("../images/home_icons/img1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.row .gutters-img-2 {
  width: 100%;
  height: 700px;
  background-image: url("../images/home_icons/img2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% center;
}
.btn1-white {
    background: transparent;
    border: 2px solid white;
    font: 13pt "Montserrat-Medium";
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    line-height: normal !important;
}
.btn1-white:hover {
    background-color: rgb(0,0,0);
    color: white;
    border-color: rgba(0,0,0,.1);
}

.btn1-black {
    background: transparent;
    border-color: rgb(0,0,0);
    border: 2px solid black;
    font: 12pt "Montserrat-Medium";
    padding: 5px 10px;
    color: black;
    text-transform: uppercase;
}
.btn1-black:hover {
    background-color: rgb(0,0,0);
    color: #fff;
}
.slide-btn {
    background-color: transparent;
    border: 2px solid white;
    font: 13pt "Montserrat-Medium";
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    line-height: normal !important;
}
.slide-btn:hover {
    text-decoration: none;
    background-color: rgb(0,0,0);
    color: #fff;
    border: 2px solid rgba(0,0,0,.1);
}

.swiper-container {
    width: 100%;
    height: 550px;
}
.swiper-container .swiper-slide img {
    width: 100%;
    min-width: 100%;
    height: 550px;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
}
.swiper-button-prev, .swiper-button-next {
    background-size: 17px 44px;
    margin: -15px -10px;
}
.swiper-button-next {
    background-image: url('../images/arrow.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-prev {
    background-image: url('../images/arrow2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-next::after {
    content: unset !important;
}
.swiper-button-prev::after {
    content: unset !important;
}
.swiper-slide .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 20%;
}
.swiper-slide .text-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    opacity: 0;
}

.about-box-slider {
    display: block;
    width: 1000px;
    height: auto;
    background: rgba(0,0,0,.5);
    margin: 0 auto;
    color: white;
    padding: 30px 60px;
    color: #EDEDED;
    text-align: center;
    font: 21px 'Cormorant-SemiBold';
}
.about-box-slider p {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-box-slider img {
    margin: 0 auto;
}

.header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}
.logo {
    width: 200;
    height: 100;
    display: block;
    margin: 20px auto;
}
.navbar-nav > li > a {
    color: black;
    text-transform: uppercase;
    font: 12pt "Montserrat-Medium";
    width: 100%;
    margin-left: 0;
    margin-right: 15px;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid black;
    display: inline-block;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
    color: black;
    background: none;
}
.navbar-collapse form {
    display: inline-block;
    width: 250px;
}
.navbar-nav .open .dropdown-toggle:after {
    content: " ";
    display: block;
    width: 0% !important;
    height: 2px;
    background: black;
    margin: 0 auto;
    transition: 1s;
}
.navbar-nav>li>a:after {
    content: " ";
    display: block !important;
    width: 0% !important;
    height: 2px;
    background: white !important;
    margin: 0 auto;
    transition: 1s;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover {
    background: none;
}
.navbar .dropdown-menu {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar .dropdown-menu li a {
    display: inline-block;
    white-space: normal;
    font-size: 11px;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
}
.navbar .dropdown-menu li a:hover {
    background: none;
    border-color: black;
    text-decoration: underline;
}
/*Megmaenu a productnál*/
.navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
  display: block;
}
.navbar .megamenu {
  position: relative;
  left: -350px;
  width: 1000px;
  background-color: rgb(255,255,255);
  box-shadow: none !important;
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  top: -10px;
}
.navbar .megamenu label {
    font-size: 8pt;
    margin-top: 10px;
    cursor: pointer;
}
.navbar .megamenu li {
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.navbar .megamenu img {
    width: 136px;
    height: 90px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
.navbar .megamenu img:hover {
  cursor: pointer;
}

.right-navbar-login {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 45px;
}
.lang-menu {
    float: right;
}
.lang-menu li a:after {
    display: none !important;
}
.lang-menu li a {
    line-height: normal !important;
    border-bottom: none !important;
}
.lang-menu li {
    text-align: right;
}
.lang-menu .dropdown-menu li a {
    color: black !important;
}
/* Megamenu end */
.language-selector {
    float: right;
    margin: 40px 40px 0px 0px;
}
.language-selector button {
    border: none;
    background: none;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
}
.language-selector .dropdown-menu {
    box-shadow: none;
    background: white;
    border: none;
}
.language-selector .dropdown-menu li a {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    padding: 2px;
}
.language-selector .dropdown-menu li {
    display: block;
    height: 21px;
    width: auto;
}
.language-selector .dropdown-menu li img {
    display: inline-block;
    height: 18px;
    width: auto;
    float: left;
}
.language-selector .dropdown-menu li a:hover {
    display: inline-block;
    background: none;
    text-decoration: underline;
}
#quest-text {
    height: 150px;
    overflow-x: hidden;
}
.rev_slider_wrapper #rev_slider ul li img{
    background-attachment: fixed;
}
h1.heading-1 {
    font: 26pt "Cormorant-SemiBold";
    text-transform: uppercase;
    margin: 50px 0px;
    text-align: center;
}
h1.heading-1:after {
    content: " ";
    display: block;
    width: 90px;
    height: 2px;
    background: black;
    margin: 8px auto;
}
.tp-bgimg {
    *background-attachment: fixed;
}

.section {
    padding: 50px 0px;
}

.section-background-gray {
    padding-top: 70px !important;
    margin-bottom: 0px !important;
    background: #F9F8F9;
}

.home-icon-box {
    display: block;
    position: relative;
    min-height: 170px;
    margin: 30px 0px;
}
.home-icon-box img {
    height: 100px;
    margin-right: 20px;
    width: auto;
}
.home-icon-box .heading {
    font: 12pt "Cormorant-SemiBold";
}
.home-icon-box .title {
    font: 12pt "Montserrat-Medium";
    text-transform: uppercase;
    margin: 10px 0px;
}
.home-icon-box .body {
    font: 10pt "Montserrat-Light";
    line-height: 170%;
    text-align: left;
}
.home-image-section {
    position: relative;
    display: block;
    height: 700px;
    max-height: 700px;
}
.home-image-section img {
    display: block;
    background-size: cover;
    width: 100%;
    height: 700px;
}
.home-image-section .heading {
    font: 12pt "Cormorant-SemiBold";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home-image-section .title {
    font: 25pt "Cormorant-SemiBold";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home-image-section .body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 620px;
    overflow: auto;
}
.home-image-section .body button {
    width: 210px;
    height: 40px;
}
.home-item {
    margin-bottom: 50px;
}
.home-item .title {
    font: 12pt "Montserrat-Medium";
    text-transform: uppercase;
    margin: 15px 0px;
}
.home-item img {
    height: 280px;
}
.section-background {
    display: block;
    position: relative;
    background-size: cover !important;
    width: 100%;
}
.section-background-con {
    display: block;
    position: relative;
    background-size: contain !important;
    width: 100%;
}
.section-background h2 {
    font: 26pt "Cormorant-SemiBold";
    color: white;
    text-transform: uppercase;
}
.section-background-con h2 {
    font: 26pt "Cormorant-SemiBold";
    color: white;
    text-transform: uppercase;
}
#home-bottom-slider {
    background-image: url('../images/home_icons/bottom-bg.jpg');
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.section-background .bg-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
}

.product-item {
    position: relative;
    margin-bottom: 30px;
}
.product-item .overlay {
    opacity: 1 !important;
    background: rgba(0,0,0,.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.product-item img {
    width: 100%;
    height: 100%;
}
.product-box .main-image img {
    width: 500px;
    height: 500px;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.product-box .zoom {
display: inline-block;
}
/* magnifying glass icon */
.product-box .zoom:after {
content: '';
display: block;
width: 33px;
height: 33px;
position: absolute;
top: 0;
right: 0;
background: url(icon.png);
}
.product-box .zoom img {
display: block;
}
.product-box .zoom img::selection {
background-color: transparent;
}
.product-box .desc p {
    line-height: 170%;
}
.product-item .overlay a {
    opacity: 0;
    position: relative;
    top: calc(55% - 35px);
}
.product-item:hover .overlay {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.product-item:hover .overlay a {
    opacity: 1;
}
.product-box {
    margin-top: 100px;
}
.product-images-owl-2 {
    margin-bottom: 50px;
    max-width: 500px;
}
.product-images-owl-2 img {
    margin-top: 5px;
    padding: 5px;
}
.ImageFrame {
    padding: 5px;
}

.product-images-owl-2 .owl-prev {
    position: absolute;
    left: -40px;
    margin: 0;
    background: transparent !important;
    color: black !important;
    top: calc(50% - 30px);
}
.product-images-owl-2 .owl-next {
    position: absolute;
    right: -40px;
    margin: 0;
    background: transparent !important;
    color: black !important;
    top: calc(50% - 30px);
}
.product-box .ptitle {
    font: 26pt "Cormorant-SemiBold";
    text-transform: uppercase;
    margin-top: 5px;
}
.product-box .pbody {
    font: 11pt "Montserrat-Light";
}
.product-box .pbody ul {
    margin: 0px 0px 0px 13px;
    padding: 0;
}
.product-box .pbody ul li {
    margin: 10px 0px;
}
.product-box p {
    margin-top: 15px;
    font: 11pt "Montserrat-Light";
}
.product-box .product-info-img {
    display: block;
    margin: 30px 0px;
}
.product-box .btn1-black {
    margin-bottom: 50px;
}
.product-box .pbody:after, .product-box .pbody:before {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    background: black;
    margin: 21px 0px;
}
.about-text-1 {
    font: 12pt "Cormorant-SemiBold";
}
.about-text-2 {
    font: 12pt "Montserrat-Bold";
    text-transform: uppercase;
    margin: 5px 0px 15px 0px;
}
.about .rev-slidebg {
  background-attachment: fixed;
}
.about-text-3 {
    font: 10pt "Montserrat-Light";
    text-align: left;
    line-height: 170%;
}
.contact {
    display: block;
}
.contact .heading-2 {
    color: white;
}
.contact p {
    font: 11pt "Montserrat-Light";
    line-height: 150%;
}
.contact form {
    margin: 30px 0px;
}
.contact input, .contact textarea {
    font-size: 11pt !important;
    padding: 3px 10px;
    background: transparent;
    border: 1.5px solid #777472;
    width: 100%;
    resize: none;
}
.loginreg input, .loginreg textarea, .profile input, .profile textarea, .float-contact input, .float-contact textarea {
    padding: 5px 10px;
    background: transparent;
    border: 1.5px solid #777472;
    width: 100%;
    resize: none;
}
.loginreg button[type="submit"] {
    margin-bottom: 30px;
}
.contact .custom-file-upload {
    margin-top: 30px;
}
.contact .custom-file-upload p {
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.contact .custom-file-upload p:after {
    content: " ";
    display: block;
    width: 150px;
    height: 2px;
    background: #777472;
    margin-top: 5px;
}
.contact .custom-file-upload span {
    color: white;
    font: 8pt "Montserrat-Medium";
    text-transform: uppercase;
    border: 2px solid white;
    padding: 8px;
    margin-left: 8px;
}
.contact input[type="file"] {
    display: none;
}
.contact ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    color: #fff;
}
.contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    color:#fff;
    opacity:  1;
}
.contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    color:#fff;
    opacity:  1;
}
.contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    color:#fff;
}
.contact ::-ms-input-placeholder { /* Microsoft Edge */
    font: 9pt "Montserrat-Medium";
    text-transform: uppercase;
    color:#fff;
}
.contact-detail .margin {
    margin-bottom: 35px;
}
.contact-detail{
    position: relative;
    left: 70px;
    margin-left: 80px;
    margin-top: 100px;
}
.contact-detail #customer:after {
    content: '';
    margin-top: 15px;
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
}

.collapse-container h3 {
    font: 14pt "Montserrat-Light";
    font-weight: normal;
}
.collapse-container .caret {
    position: absolute;
    right: -20px;
    top: 50%;
    border-top: 6px dashed;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translateY(-50%);
}
.faq-content {
    margin-bottom: 30px;
}
.faq-collapse a {
    float: left;
    font: 12pt "Montserrat-Medium";
    color: black;
    display: block;
    width: 100%;
}
.faq-collapse a:hover, .faq-collapse a:focus {
    text-decoration: none !important;
}
.faq-collapse i {
    float: right;
}
.faq-content .panel-collapse p {
    font: 11pt "Montserrat-Light";
    padding: 30px 20px 0 20px;
    line-height: 170%;
}

.materials .row {
  margin: 0;
  padding: 0;
}
.materials .divider-top {
  bottom: 50px;
  height: 2px;
  background: black;
  width: 100%;
}
.materials .divider {
  top: 50px;
  height: 2px;
  background: black;
  width: 100%;
}
.materials .title {
  font: 26pt "Cormorant SemiBold";
  margin: 20px 0;
}
.materials .bambusz-content {
  position: relative;
  margin-left: 30%;
}
.materials .text {
  position: relative;
  min-height: 300px;
  height: auto;
  background-color: rgb(245,245,245);
}
.materials .text ul {
    padding: 0;
    margin: 0 25px 25px 20px;
}
.materials li {
    line-height: 170%;
    text-align: left;
}
.materials #bambusz, .materials #pamut, .materials #ezust {
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}
.materials .pamut-content {
  position: relative;
  margin-left: 10%;
  padding-right: 40%;
}
.materials .pamut h4 {
  text-align: left;
  position: relative;
  font-weight: bold;
}
.materials h4:after {
  position: relative;
  left: 2px;
  display: block;
  content: " ";
  background: black;
  width: 20px;
  height: 1px;
  margin: 5px 0 5px -3px;
}
.materials .ezust-content {
  position: relative;
  margin-left: 10%;
}
.materials #szovet {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-image: url('../images/materials/szovet.jpg');
  background-attachment: fixed;
}
.materials .other {
  min-height: 300px;
  height: auto;
  background-color: rgb(240,240,240);
  margin: 0;
}
.materials .other-content {
  position: relative;
  margin-left: 5%;
}
.materials .other-material {
  position: relative;
  padding-top: 10px;
  margin-bottom: 35px;
}
.materials .other-material:after {
  left: 1px;
  display: block;
  content: " ";
  background: black;
  width: 110px;
  height: 1px;
  margin: 5px 0 5px -3px;
}
.materials .other .title {
  font: 20pt "Cormorant SemiBold";
  margin-right: 10px;
  display: inline;
}
.materials h5 {
  font: 16pt "Cormorant SemiBold";
  display: inline;
}
.materials .other ul {
  margin: 20px 0 25px -25px;
}
.materials .other p {
  margin: 0;
}
.ordering-sec .sub-title {
    line-height: 170% !important;
    font: 12pt 'Montserrat-light';
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
}
.ordering-sec .heading-1 {
    margin: 50px 0 20px 0;
}

.product-category .sub-title {
    line-height: 170% !important;
    font: 12pt 'Montserrat-light';
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
}
.product-category .heading-1 {
    margin: 50px 0 20px 0;
}

/* Ordering section */
.ordering .divider {
  height: 3px;
  background: rgba(220,220,220,.8);
  width: 100%;
  margin: 10px 0;
}
.ordering-btn1 {
    display: inline-block;
    background: rgba(220,220,220,.5);
    border: 2px solid rgba(0,0,0,1);
    font: 12pt "Montserrat-Medium";
    padding: 5px 10px;
    color: black;
    text-transform: uppercase;
}
.ordering-btn1:hover {
    background: rgba(220,220,220,1);
    border: 2px solid rgba(0,0,0,.1);
}
.product-item:hover {
    cursor: pointer;
}
.product-item .overlay a {
    opacity: 1;
}
#ordering {
    display: flex;
    justify-content: center;
}
#ordering .note {
    font: 10pt "Montserrat-Light";
    font-style: italic;
    margin-bottom: 30px
}
.offer-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: center;
    justify-self: center;
    width: 800px;
}
#ordering_form h3 {
    text-transform: none !important;
    font-weight: normal !important;
}
#ordering_form select {
    max-width: 300px !important;
}
#ordering_form  .description {
    text-transform: none !important;
}
#ordering_form .submit {
  width: 150px;
  height: 40px;
  margin-top: 10px;
  border: none;
  border-radius: none;
  background: black;
  color: white;
  text-transform: uppercase;
  font: 10pt "Montserrat-Medium";
  float: none !important;
}
#ordering_form .form-group {
    margin-bottom: 30px !important;
}
#ordering_form .submit_div {
  text-align: center;
  width: 100%;
}
#ordering_form .fs-title {
    color: #000;
    font: 12pt "Montserrat-Medium";
    text-transform: uppercase !important;
}
#ordering_form .fs-title:after{
  left: 1px;
  display: block;
  content: " ";
  background: black;
  width: 130px;
  height: 2px;
  margin:5px 0 35px 0;
}
#ordering_form section {
  position: relative;
  margin: 20px 0;
  box-sizing: border-box;
}
#ordering_form .action-button {
  width: 100px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  border: 0 none;
}
#ordering_form .light {
  font: 12pt "Montserrat-Light";
}
#ordering_form .medium {
  font: 12pt "Montserrat-Medium";
}
#ordering_form .bold {
  font: 12pt "Montserrat-Bold";
}
#step1 .extra-title {
    position: relative;
    top: 70px;
}
#step2 .col-md-2, #step2 .col-md-3, #step2 .col-md-4{
  text-align: center;
}
#step2 img{
  width: 76px;
  height: 45px;
  display: inline;
}
#step2 span {
  margin-left: 5px;
}
#step2 h4:hover {
  cursor: pointer;
}
#step2 h4 {
    font-size: 10pt !important;
}
#step2 h3:after {
    margin-bottom: 25px !important;
}
#step2 .choice {
  opacity: 1 !important;
}
#step2 .size_list {
  display: block !important;
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 150px;
  font: 10pt "Montserrat-Medium";
}
#step2 .size_list li {
    position: relative;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 5px;
}
#step2 .size_list li h5 {
  margin: 0;
  padding: 0;
}
#step2 .size_list li:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
#step2 .size_list li > ul > li:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
#step2 .size_list li > span {
    margin: 0 !important;
    vertical-align: middle;
    float: right;
}
#step2 .size_list  ul {
    display: none;
    padding: 0 0 0 5px;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    margin-left: 140px;
    width: 110px;
    z-index: 5;
}
#step2 .size_list ul > li {
    color: #000;
    text-align: center;
    width: 90px !important;
    margin: 0;
    border: none;
    padding: 2px 0;
}
#step2 .size_list #bebi li {
    text-align: left;
}
#step2 i {
    font-size: 10pt !important;
}
#step2 .base_color, #step2 .sarok_orr_color {
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 0;
  display: none;
  list-style-type: none;
  height: 300px;
  width: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: -3px 5px 3px #000;
  z-index: 2;
}
#step2 .base_color h5, #step2 .sarok_orr_color h5, #step2 .base_colors h5, #step2 .sizeies h5, #step2 .quantities h5, #step2 .corner_color_info h5{
  display: inline-block;
}
#step2 .base_color li, #step2 .sarok_orr_color li {
  text-align: left;
  margin: 0;
  padding: 3px 0 3px 5px;
}
#step2 .base_color li:hover, #step2 .sarok_orr_color li:hover {
  cursor: pointer;
  background-color: #333;
  color: #fff;
}
#step2 .corner_color_info p {
    position: relative;
    top: 7px;
    padding-left: 70px;
    display: inline-block;
}
#step2 .corner_color_info {
    display: block;
    width: 100%;
}
#step2 .corner_color_info p:hover {
    cursor: pointer;
}
#step2 .corner_color_info img {
    width: 50px !important;
    height: 30px !important;
}
#step2 .data_box {
  text-align: left;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
#step2 .data_box span {
  display: block;
  padding: 0;
}
#step2 .base_colors img {
  width: 50px;
  height: 30px;
  margin: 3px 5px;
}
#step2 .base_colors span p {
    margin-top: 7px !important;
}
#step2 .data_box p {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
}
#step2 .data_box p:hover {
  cursor: pointer;
}
#step2 .sizeies, #step2 .quantities {
  text-align: center;
}
#step2 .sizeies {
    position: relative;
    top: -4px;
}
#step2 .sizeies span {
    height: 50px;
    vertical-align: middle;
}
#step2 .quantity input {
    outline: black !important;
    text-align: right;
    display: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
#step2 .quantity input:focus {
    border: 2px solid #000;
}
#step2 .quantity small {
    text-align: center;
    position: relative;
    top: -10px;
    left: -43px;
    font-size: 8pt;
}
#step2 .quantity p {
    margin-left: 5px;
    display: inline-block;
}
#step2 .quantity_box {
    margin: 0 !important;
}
#step2 .quantity_box p {
    padding-left: 50px
}
#step2 .quantity p:hover {
    cursor: pointer;
}
#step2 .quantity .q_num {
    display: block;
    height: 50px;
    vertical-align: middle;
}
#step2 .new_product_btn {
    border-radius: none;
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt !important;
}
#step2 .new_product_btn:hover {
  cursor: pointer;
}
#step2 .new_product_btn span {
  margin-right: 5px;
}
#step2 .info {
    text-align: left !important;
    margin: 0;
    padding: 0;
}
#step2 .info h5 {
  position: relative;
  left: 3px;
}


#step3 textarea {
  width: 100%;
  height: 150px;
  margin: 5px 0 10px 0;
  resize: none;
}
#step3 #logo-text {
    display: block;
    line-height: 170%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#step3 label a, #step3 label{
    color: #000;
    text-decoration: none;
}
#step3 label {
  display: inline-block;
  width: 200px;
  cursor: pointer;
}
#step3 input[type="file"] {
    display: none;
}
#step3 .step3_delete {
    margin-left: 15px;
    cursor: pointer;
}
#step3 .contact-file {
    display: inline-block;
    width: 150px;
    color: #000;
    font: 10pt "Montserrat-Medium";
    border: 2px solid #000;
    padding: 8px 8px 8px 5px !important;
}
#step3 .contact-file:hover {
    background-color: #000;
    color: #fff;
}
#step3 .bottom-left p {
    margin: 30px 15px 0 0;
}
#step3 .bottom-left a {
    text-transform: uppercase;
}
#step3 .bottom-file {
    margin-top: 40px;
}
#step3 .bottom-images {
    text-align: right;

}
#step3 .bottom-images img {
    display: inline-block;
    width: 46%;
    height: auto;
    margin-right: 2%;
}


#wrapping #wrapping-select {
    height: 130px;
}
#wrapping #wrapping-select option {
    padding: 3px 0;
}
#wrapping {
    display: block;
}
#wrapping h5 {
    padding-left: 25px;
}
#wrapping .fs-title:after {
  margin-bottom: 25px;
}
#wrapping #hook {
  display: none;
}
#wrapping .row{
  margin-bottom: 15px;
}
#wrapping input[type="checkbox"] {
    margin-right: 5px;
}
#wrapping .contact-file {
  color: #000;
  font: 10pt "Montserrat-Medium";
  border: 2px solid #000;
  padding: 8px 8px 8px 8px !important;
  margin-left: 15px;
}
#wrapping .contact-file:hover {
    background-color: #000;
    color: #fff;
}
#wrapping #csomag_label {
    font-size: 14px;
    text-transform: uppercase;
}
#wrapping .file:hover {
  cursor: pointer;
}
#wrapping #csomag_sablon {
    display: none;
}

#mockUp .fs-title:after {
    color: #000;
    margin-bottom: 25px;
}
#mockUp h5 {
    line-height: 170% !important;
    padding-left: 25px;
}
#mockUp input[type="checkbox"] {
    margin-right: 5px;
}
#mockUp .col-md-6 label {
    position: relative;
    left: 5px;
}
#transport .fs-title:after {
    content: '';
    width: 130px;
    height: 2px;
    margin-bottom: 25px;
}

#contact div .row{
  position: relative;
  margin: 5px auto;
}
#contact .fs-title:after{
  margin-bottom: 25px;
}
#contact label:not(#countryLabel):after {
  left: 1px;
  display: block;
  content: " ";
  background: black;
  width: 310px;
  height: 2px;
  margin:5px 0 10px 0;
}
#contact #countrySelect::after {
    content: " ";
    display: block;
    background: black;
    width: 310px;
    height: 2px;
    margin:5px 0 10px 0;
}
#contact input[type = "text"], #contact input[type = "email"]  {
    outline: none !important;
    width: 100%;
    margin-left: 5px;
    border: none;
}
#contact button {
    margin-left: 10px;
    float: left;
}
#contact #submit-btn {
    margin-top: 30px;
    float: right;
}
.thankyou {
    min-height: 600px;
    margin: 100px auto;
}
.thankyou h1 {
  font: 23.5pt "Montserrat-Bold";
}
.thankyou h3{
  font: 18pt "Montserrat-Medium";
}
.thankyou button {
  position: relative;
  left: -30px;
  margin: 15px auto;
}

.blog span, .blog ul li a {
    font-family: 'Montserrat-Light';
    color: #000;
}
.blog h2, .blog h2 > a {
    font-family: 'Montserrat-Bold';
    color: #000;
}
.blog .gomb {
    background-color: #000;
    border-radius: 0;
    border: 1px solid #000;
    color: #fff;
}
.blog .gomb:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.blog .pagination #prev,  .blog .pagination #next {
    font-family: "Montserrat-Light";
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #000;
    margin: 0 5px;
}
.blog .pagination #prev:hover,  .blog .pagination #next:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.blog .pagination #prev:hover > span, .blog .pagination #next:hover > span {
    color: #fff;
}
.blog .pagination .pages a {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    margin: 0 1px;
}
.blog .pagination .active > a {
    background-color: #fff;
    color: #000;
}
.blog .owl-stage, .blog .owl-item {
    width: auto !important;
}

.blog-details ul.comments li {
    padding: 10px 0 0 50px
}
.blog-details .owl-stage, .blog-details .owl-item {
    width: auto !important;
}

footer {
    padding: 40px 0 0 0;
    background: white;
    min-height: 150px;
}
footer #home_partners {
    position: relative;
    top: -8px;
    color: black;
    display: inline-block;
    margin: 0 1% 0 1%;
    width: 8%;
    text-align: center;
    padding: 0 !important;
    font: 10pt "Montserrat-Medium" !important;
}
footer .col-md-12 {
    padding: 0 !important;
}
footer .partner-line-1 {
    position: relative;
    float: left;
    display: inline-block;
    height: 2px;
    color: #000;
    background-color: #000;
    margin: 0 !important;
    padding: 0 !important;
    width: 45%;
}
footer .partner-line-2 {
    position: relative;
    float: right;
    display: inline-block;
    height: 2px;
    color: #000;
    background-color: #000;
    margin: 0 !important;
    padding: 0 !important;
    width: 45%;
}
footer .partners {
    padding: 0 0 0 20px;
}
footer .partners
footer .footer_logo {
    display: block;
    margin: 20px auto;
}
footer .owl-dot {
    display: none !important;
}
footer .owl-dots {
    margin-bottom: 30px;
}
footer .partners .owl-item img{
    width: 150px !important;
    height: auto;
}
footer #footer-bottom {
    background-color: #000;
    color: #fff;
}
footer #footer-bottom .row {
    margin-top: 15px;
}
footer #footer-bottom .nav-pills {
    margin-bottom: 10px;
}
footer #footer-bottom .nav-pills li a, footer #footer-bottom .nav-pills li p {
    font: 12pt 'Montserrat-Light';
    background-color: #000;
    border-radius: 0;
    border: 2px solid #000;
    color: #fff;
}
footer #footer-bottom .nav-pills li p {
    padding-top: 13px;
    padding-left: 15px;
}
footer .narrow {
    margin-bottom: 15px;
}
footer #footer-bottom .narrow h5 {
    font-family: 'Montserrat-Bold';
}
footer #footer-bottom .narrow .email {
    display: block;
    margin-bottom: 5px;
}
footer #footer-bottom .nav-pills li a:hover {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
}
footer #footer-bottom .logo {
    top: 0!important;
}
footer .copy {
    padding-left: 15px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .navbar-default .navbar-nav>li>a:hover:after {
        background: none !important;
    }
    .about-box-slider {
        font-size: 14px;
    }
    .stext1 {
        font: 9px Cormorant-SemiBold;
        color:white;
        text-transform:uppercase;
    }
    .stext2 {
        font: 12px Cormorant-SemiBold;
        color:white;
        text-transform:uppercase;
    }
    #products-list .col-xs-4 {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
    #products-list .product-item {
        margin-bottom: 4px !important;
    }
    .about-bottom-bg {
        background-position: center center !important;
    }
    .product-item .ordering-btn1 {
        border: 1px solid black !important;
        font-size: 6pt !important;
    }
    .float-contact {
        width: 300px;
    }
    .float-contact .heading h3 {
        font-size: 9pt;
    }
    .float-contact .heading i {
        margin: 1px;
    }
    .rev_slider .tp1 {
        font-size: 20px !important;
        margin-bottom: 90px !important;
    }
    .rev_slider .tp2 {
        font-size: 35px !important;
        margin-bottom: 50px !important;
    }
    .rev_slider .tp3 .slide-btn {
        font-size: 15px !important;
    }
    .about-tp {
        width: 300px !important;
        font-size: 16px !important;
    }
    .home-icon-box {
        text-align: center;
    }
    .home-icon-box img {
        margin: 0 auto;
    }
    .language-selector {
        margin-right: 5px;
    }
    .navbar-toggle .icon-bar {
        margin-top: 5px;
        background: black;
        width: 30px;
    }
    .home-icon-box img {
        margin: 0 auto;
    }
    .product-item .overlay {
        opacity: 1;
    }
    .contact {background: white; color: black !important; }
    .contact .heading-2 {color: black; }
    .contact ::-webkit-input-placeholder { color: black; }
    .contact :-moz-placeholder { color:    black; }
    .contact ::-moz-placeholder { color:    black; }
    .contact :-ms-input-placeholder { color:    black; }
    .contact ::-ms-input-placeholder { color:    black; }
    .contact .custom-file-upload span { border-color: black; color: black; }
    .contact-detail { margin: 0px 0px 0px 20px;}
    .contact-section-2 {background: #F9F8F9; padding: 20px 0px;}
    .navbar .dropdown-menu {
      background-color: white;
    }
    .navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
      display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        text-align: left;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 10pt;
    }
    .home-icon-box .body {
        text-align: center;
    }

    #ordering_form #progressbar {
      display: none;
    }

    .materials .heading-1 {
        display: none;
    }
    .materials .divider {
        display: none;
    }
    .materials .other {
      padding-top: 20px;
    }
    .materials .other-content, .materials .ezust-content, .materials .pamut-content, .materials .bambusz-content {
      margin-left: 5%;
    }
    .materials .text {
        background-color: rgb(255,255,255);
    }
    .materials #bambusz {
        background-image: url('../images/materials/b_mobile.jpg');
        position: relative;
        top: 958px;
    }
    .materials #pamut {
        background-image: url('../images/materials/c_mobile.jpg');
        background-repeat: no-repeat;
        background-position: left center;
    }
    .materials #ezust {
        background-image: url('../images/materials/s_mobile.jpg');
        background-position: left center;
    }
    .materials .pamut-mobile {
        position: relative;
        top: -300px;
    }
    .materials .other {
        background-color: rgb(255,255,255);
    }
    .ordering-sec .ordering-btn1 {
        font-size: 6pt ;
    }
     .overlay a {
        top: calc(35%) !important;
    }
    .contact .btn1-white {
        border-color: #000;
        color: #000;
    }
    .contact .btn1-white:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
    .section-background-con {
        background-size: cover !important;
    }

    #step2 .base_colors img, #step2 .corner_color_info img {
      width: 40px !important;
      height: 10px !important;
      margin: 3px 5px;
    }
    #step2 .corner_color_info p {
        float: right;
    }
    #step2 .col-md-2, #step2 .col-md-3, #step2 .col-md-4 {
        text-align: left;
    }
    #step2 .size {
        position: relative;
        margin-bottom: 45px;
    }
    #step2 .size_list {
        margin: 0;
    }
    #step2 .quantity input {
        width: 45px;
    }
    #step2 .quantity_box p {
        padding-left: 0;
    }
    #step2 .quantity small {
        left: -20px;
    }
    #step3 label {
        padding-top: 15px;
    }
    .product-box .desc, .product-box .pbody {
        margin-left: 10px !important;
    }

    #step3 textarea {
        margin: 10px 15px 10px 0;
    }

    #transport .fs-title {
        margin: 20px 0;
    }
    .about-also-img {
        background-position: 30% center !important;
    }
    footer .partner-line-2 {
        width: 41%;
    }
    footer #home_partners {
        position: relative;
        top: -11px;
        font: 5pt "Montserrat-Medium" !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .float-contact {
        width: 400px;
    }
    .float-contact .heading h3 {
        font-size: 12pt;
    }
    .float-contact .heading i {
        margin: 5px;
    }
    .about-tp {
        width: 440px !important;
    }

    .home-icon-box {
        text-align: center;
    }
    .home-icon-box img {
        margin: 0 auto;
    }
    .language-selector {
        margin-right: 5px;
    }
    .home-icon-box img {
        margin: 0 auto;
    }
    .product-item .overlay {
        opacity: 1;
    }
    .contact {background: white; color: black !important; }
    .contact .heading-2 {color: black; }
    .contact ::-webkit-input-placeholder { color: black; }
    .contact :-moz-placeholder { color:    black; }
    .contact ::-moz-placeholder { color:    black; }
    .contact :-ms-input-placeholder { color:    black; }
    .contact ::-ms-input-placeholder { color:    black; }
    .contact .custom-file-upload span { border-color: black; color: black; }
    .contact-detail { margin: 0px 0px 0px 20px;}
    .contact-section-2 {background: #F9F8F9; padding: 20px 0px;}
    #ordering_form #progressbar {
      display: none;
    }
    .navbar .dropdown-menu {
      background-color: none;
    }
    .navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
      display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        text-align: left;
    }
    .navbar-default .navbar-nav>li>a:after {
        content: ' ';
        width: 100%;
        height: 2px;
        color: #000;
        background-color: #000;
    }
    .home-icon-box .body {
        text-align: center;
    }
    .materials .text {
        background-color: rgb(255,255,255);
    }
    .materials .other {
        background-color: rgb(255,255,255);
    }
    .ordering-sec .ordering-btn1 {
        font-size: 11pt ;
    }
     .overlay a {
        top: calc(35%) !important;
    }
    .contact .btn1-white {
        border-color: #000;
        color: #000;
    }
    .contact .btn1-white:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
    #step2 .base_colors img, #step2 .corner_color_info img {
      width: 40px !important;
      height: 10px !important;
      margin: 3px 5px;
    }
    #step3 textarea {
        margin: 10px 15px 10px 0;

    }

    #transport .fs-title {
        margin: 20px 0;
    }
    footer .partner-line-2 {
        width: 43%;
    }
    footer #home_partners {
        position: relative;
        top: -11px;
        font: 5pt "Montserrat-Medium" !important;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .navbar-default .navbar-nav>li>a:hover:after {
        background: black !important;
    }
    .about-box-slider {
        font-size: 21px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    .stext1 {
        font-size: 18px !important;
    }
    .stext2 {
        font-size: 23px !important;
    }
    .product-item .ordering-btn1 {
        border: 2px solid black !important;
        font-size: 12pt !important;
    }
    .about-tp {
        width: 750px !important;
    }
    .rev_slider .tp1 {
        margin-bottom: 0px !important;
    }
    .rev_slider .tp2 {
        margin-bottom: 0px !important;
    }

    .home-icon-box {
        text-align: left;
    }
    .language-selector {
        margin-right: 5px;
    }
    .navbar-toggle .icon-bar {
        margin-top: 30px;
        background: black;
        width: 30px;
    }
    .navbar li a {
        width: auto !important;
        border-bottom: none !important;
    }
    .home-icon-box img {
        margin: 0 auto;
    }
    .product-item .overlay {
        opacity: 1;
    }
    .contact {background: white; color: black !important; }
    .contact .heading-2 {color: black; }
    .contact ::-webkit-input-placeholder { color: black; }
    .contact :-moz-placeholder { color:    black; }
    .contact ::-moz-placeholder { color:    black; }
    .contact :-ms-input-placeholder { color:    black; }
    .contact ::-ms-input-placeholder { color:    black; }
    .contact .custom-file-upload span { border-color: black; color: black; }
    .contact-detail { margin: 0px 0px 0px 20px;}
    .contact-section-2 {background: #F9F8F9; padding: 20px 0px;}
    #ordering_form #progressbar {
      display: block;
    }
    .navbar .dropdown-menu {
        background: none;
    }
    .navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
      display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a:after {
        display: none;
    }

    .home-icon-box .body {
        text-align: left;
    }
    .materials .text {
        background-color: rgb(245,245,245);
    }
    .text {
      position: relative;
      top: 0;
    }
    .materials.other {
        background-color: rgb(245,245,245);
    }
    .materials #bambusz {
        position: relative;
        top: 682px;
    }
    .overlay a {
       top: calc(55% - 35px) !important;
   }
   .contact .btn1-white {
       background-color: transparent;
       border: 2px solid white;
       color: #fff;
   }
   .contact .btn1-white:hover {
       background-color: rgba(255,255,255,.8);
       color: black;
       border-color: rgba(0,0,0,.1);
   }
   #step2 .col-md-2, #step2 .col-md-3, #step2 .col-md-4 {
       text-align: center;
   }
   #step2 .size {
       position: relative;
       left: -20px;
       margin-bottom: 45px;
   }
   #step2 .size_list {
       margin: 0 auto;
   }
   #step3 textarea {
       margin: 5px 0 10px 0;
   }
   #step2 .base_colors img, #step2 .corner_color_info img {
     width: 50px !important;
     height: 30px !important;
     margin: 3px 5px;
   }
   .about-also-img {
       background-position: 20% center !important;
   }
   .materials .heading-1 {
       display: block;
   }
   .materials #bambusz {
       background-image: url('../images/materials/bambusz2.jpg');
       background-position: center center;
       background-size: cover;
   }
   .materials #pamut {
       background-image: url('../images/materials/pamut2.jpg');
       background-position: center center;
   }
   .materials #ezust {
       background-image: url('../images/materials/ezust2.jpg');
       background-position: center center;
   }
   .materials .divider {
       display: block;
   }
   .navbar-default .navbar-nav>li>a {
       font-size: 12pt;
   }

   #step2 .quantity input {
       width: 100px;
   }
   #step2 .quantity_box p {
       padding-left: 50px
   }
   footer .partner-line-2 {
       width: 44%;
   }
   footer #home_partners {
       position: relative;
       top: -10px;
       font: 7pt "Montserrat-Medium" !important;
   }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .stext1 {
        font-size: 22px !important;
    }
    .stext2 {
        font-size: 30px !important;
    }
    #products-list .col-xs-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #products-list .product-item {
        margin-bottom: 30px !important;
    }
    .about-tp {
        width: 990px !important;
    }
    .navbar-nav > li > a:hover:after {
        display: block !important;
        width: 100% !important;
        background: black !important;
    }
    .home-icon-box {
        text-align: left;
    }
    .navbar-nav > li > a {
        width: 150px;
        margin-left: 15px;
        padding: 15px 0;
    }
    .language-selector {
        margin: 40px 60px 0px 0px;
    }
    .product-item .overlay {
        opacity: 0;
    }
    .contact {background: url('../images/contact/contact_bg.png') left bottom; color: white !important; }
    .contact .heading-2 {color: white; }
    .contact ::-webkit-input-placeholder { color: white; }
    .contact :-moz-placeholder { color:    white; }
    .contact ::-moz-placeholder { color:    white; }
    .contact :-ms-input-placeholder { color:    white; }
    .contact ::-ms-input-placeholder { color:    white; }
    .contact .custom-file-upload span { border-color: white; color: white; }
    .contact-section-2 {background: transparent; padding: 40px 0;}

    .materials .other {
      padding-top: 0;
    }
    .materials .other-content {
      margin-left: 40%;
    }
    .materials .ezust-content {
      margin-left: 40%;
    }
    .materials .pamut-content {
      margin-left: 10%;
    }
    .materials .bambusz-content {
      margin-left: 40%;
    }
    .materials #bambusz {
        top: 0;
    }
    .materials .pamut-mobile {
        top: 0;
    }
    .text {
      position: relative;
      top: 0;
    }
    .materials .text {
        background-color: rgb(245,245,245);
    }
    #ordering_form #progressbar {
      display: block;
    }
    .navbar .dropdown-menu {
      background: none;
    }
    .navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
      display: block;
    }
    .home-icon-box .body {
        text-align: left;
    }
    #step2 .quantity small {
        left: -43px;
    }
    .materials .other {
        background-color: rgb(245,245,245);
    }
    footer .container-fluid .col-md-12 {
        padding: 0;
    }
    footer .partner-line-2 {
        width: 43%;
    }
    footer #home_partners {
        position: relative;
        top: -8px;
        font: 10pt "Montserrat-Medium" !important;
        left: -2px;
    }
    .section-background-con {
        background-size: cover !important;
    }
}
@media only screen and (min-width : 1100px) {
    footer .partner-line-2 {
        width: 44.5%;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .home-icon-box {
        text-align: left;
    }
    .language-selector {
        margin: 40px 60px 0px 0px;
    }
    .product-item .overlay {
        opacity: 0;
    }
    #ordering_form #progressbar {
      display: block;
    }
    .navbar .dropdown-menu {
      background: none;
    }
    .navbar .ezEgyKurvaMegamenu:hover > .dropdown-menu {
      display: block;
    }
    .home-icon-box .body {
        text-align: left;
    }
    .materials .text {
        background-color: rgb(245,245,245);
    }
    footer .partner-line-2 {
        width: 45%;
    }
    .section-background-con {
        background-size: cover !important;
    }
}

@media screen and (min-width: 1500px) {
    .container-lg {
        max-width: 1440px !important;
    }
}
