@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* BebasNeue: */
/* latin-ext */
@font-face {
  font-family: 'BebasNeue';
  font-style: normal;
  font-weight: normal;
  src: local('BebasNeue Regular'), local('BebasNeue-Regular'), url(../fonts/BebasNeue-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'BebasNeue';
  font-style: normal;
  font-weight: normal;
  src: local('BebasNeue Regular'), local('BebasNeue-Regular'), url(../fonts/BebasNeue-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { margin: 0px; padding: 0px; }
/* body { font-family: 'Open Sans', sans-serif; font-size: 14px; margin: 0px; margin-top: 145px; overflow-x: hidden; } */
/*body#homepage { margin-top: 155px; }*/

a:link, a:visited {  }
a:hover { text-decoration: none; color: #006CFF; }

h1, h2, h3, h4, h5, h6 { text-align: center; margin-top: 0px; color: #000; }
h1 { font-size: 250%; margin-bottom: 16px; }
h2 { font-size: 230%; font-weight: bold; }
h3 { font-weight: normal; text-align: left; }
h4 { font-weight: normal; font-size: 16px; letter-spacing: 1px; }

#container {
  width: 1366px;
  max-width: 100%;
  height: auto;
  /*overflow: hidden;*/
  margin: 0px auto;
  position: relative;
}

#header {
  width: 100%;
  height: auto;
  color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  z-index: 1024;
}

#header-top-outer, #header-bottom-outer { display: block; width: 100%; background-color: #404040; }
#header-bottom-outer { border-bottom: 0px solid #444; }

#header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  /*height: 42px;*/
  padding-left: 5%;
  padding-right: 5%;
  margin: 0px auto;
  /*font-size: 16px;*/
  background-color: #404040;
  box-sizing: border-box;
}

#header-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 340px;
}

#search {
  display: inline-block;
  width: 36px;
  height: 32px;
  position: relative;
  background-color: #D22;
  cursor: pointer;
  z-index: 32;
}

#search:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../../images/searching-magnifying-glass.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#search-input {
  display: none;
  width: 300px;
  height: auto;
  position: absolute;
  right: -2px;
  top: 32px;
  border: 1px solid #404040;
  background: #FFF;
  padding: 8px;
  animation: searchbox-appear 0.2s;
}

@keyframes searchbox-appear {
  0% { top: 24px; opacity: 0; }
  100% { top: 32px; opacity: 1; }
}

#search:hover #search-input { display: block; }
#search-input:focus { display: block; }

#header-middle-outer { display: block; width: 100%; background-color: #FFF; }

#header-middle {
  display: flex;
  width: 100%;
  max-width: 1366px;
  height: 90px;
  align-items: center;
  justify-content: space-evenly;
  color: #404040;
  margin: 0px auto;
}

#header-middle a:link, #header-middle a:visited, #header-middle .hmlink { text-decoration: none; color: #404040; }
#header-middle a:hover, #header-middle .hmlink:hover { color: #006CFF; transition: none; cursor: pointer; }
.dragndrop {
  display: inline-flex;
  /*width: 290px;*/
  height: 75px;
  background-image: url('../../images/drag-upload-button.png');
  align-items: center;
  justify-content: center;
  /*padding: 8px 10px 4px 90px;*/
  width: 384px;
  padding: 8px 10px 4px 184px;
  box-sizing: border-box;
}
.dragndrop span { text-align: center; font-family: 'BebasNeue', sans-serif; font-weight: normal; font-size: 20px; color: #FF8600; word-wrap: break-word; }
.dragndrop img { display: inline-block; width: auto; height: auto; max-width: 72px; }
.hmlink { font-family: 'BebasNeue', sans-serif; color: #404040; font-size: 24px; transition: none; }
.hmlink:hover { transition: none; }
.hmcart { /*font-size: 20px; font-weight: bold;*/ font-family: 'BebasNeue', sans-serif; font-size: 24px;  font-weight: normal; transition: none; position: relative; top: -3.5px; }
.hmcart i { font-size: 38px; color: #2DB1FC; line-height: 20px; }
.hmcart:hover i { color: #006CFF; transition: none; }
.hmicons a { margin: 0px 8px; }

#menu-dragndrop {
  font: 300 15px/21px 'Open Sans', Arial, Helvetica;
}

#header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040;
  width: 100%;
  max-width: 1366px;
  height: 23px;
  margin: 0px auto;
}

#header-bottom a:link, #header-bottom a:visited { text-decoration: none; color: #FFF; padding: 0px 16px; height: 100%; line-height: 23px; transition: none; }
#header-bottom a:hover { background: #FFF; color: #006CFF; }

/*#header-bottom > * {
  padding: 0px 16px;
}*/
.center { text-align: center; }

#content {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
}

#bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  background: url('../../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.fbox, .fbox-sb {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px auto;
  align-items: center;
  justify-content: space-evenly;
}

.fbox-sb { justify-content: space-between; }
.fbox-v { flex-direction: column; justify-content: stretch; width: auto; height: auto; }
.fbox-rspace { margin-right: 32px; }
.fbox-wrap { flex-wrap: wrap; }

.wbox, .swbox {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 32px;
  padding: 32px;
  background-color: #EEE;
  background-size: cover;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
  line-height: 2em;
  overflow: hidden;
}
.swbox img {
  width: 0;
  height: 0;
}
.idbox-img img {
  width: 100%;
  height: auto;
}

.h3-front { text-align: center; margin-top: 10px; }

.swbox { margin: 4px 0px; padding: 0px; width: 256px; height: 100%; flex: 1; }

.wbox-title { font-size: 20px; font-weight: bold; margin-bottom: 8px; }
.wbox ul, .list, .list-16 { margin: 16px; margin-bottom: 24px; padding-left: 16px; list-style-type: none; }
.wbox ul li:before, .list li:before, .list-16 li:before { font-family: 'FontAwesome'; content: "\f00c"; padding-right: 16px; color: #FF0054; }
.wbox ul li strong, .list li strong, .list-16 li strong { color: #F80; text-transform: uppercase; }
.wbox a:link, .wbox a:visited, .wbox a:hover { color: #FFF; text-decoration: none; }

.list, .list-16 { padding-left: 0px; line-height: 2em; color: #000; }
.list-16 { font-size: 16px; }

.wbox-button, .idbox-button, .gallery-button { display: inline-block; background-color: #FF0054; border-radius: 2px; color: #FFF; padding: 6px 16px; font-family: 'Roboto', 'Open Sans', sans-serif; font-size: 18px; cursor: pointer; -webkit-user-select: none; user-select: none; text-align: center; }
.wbox-button:hover, .gallery-button:hover { background-color: #FF2264; }

.wbox-bottom-label { margin-left: 16px; }

#right-a { color: #000; }

.ideabox { display: flex; width: 24%; height: auto; min-height: 480px; padding: 32px; flex-direction: column; align-items: center; justify-content: space-between; }
.idbox-img { display: block; width: 100%; max-width: 304px; height: 100%; max-height: 304px; flex: 1; background-color: transparent; background-size: cover; overflow: hidden; }
.idbox-title { font-size: 16px; font-weight: bold; margin: 16px 0px; }
.idbox-content { font-size: 14px; text-align: center; }
.ideabox a:link, .ideabox a:visited, .ideabox a:hover { display: block; color: #000; text-decoration: none; margin: 8px; margin-bottom: 20px; text-align: center; }
.idbox-button { background-color: #F80; }
.idbox-button:hover { background-color: #F91; }
#idbox-a { display: inline; color: #FFF; }

.hspace32 { height: 32px; }
.hspace64 { height: 64px; }
.hspace96 { height: 96px; }
.hspace128 { height: 128px; }

.grayarea { display: block; margin: 0; padding: 0; margin-top: 32px; padding: 20px; background-color: #EAE8FE; position: relative; width: 100%; box-shadow: -1280px 0px 0px #EAE8FE, -2560px 0px 0px #EAE8FE, 1280px 0px 0px #EAE8FE, 2560px 0px 0px #EAE8FE; }
/*.grayarea:before, .grayarea:after { content: ""; display: block; position: absolute; top: 0px; left: -50vw; width: 50vw; height: 100%; background-color: #F00; }
.grayarea:after { left: auto; right: calc(-50vw + 1280px / 2); width: calc(50vw - 1280px / 2); }*/

.gboxes { display: flex; width: 100%; height: auto; flex-wrap: wrap; align-items: center; justify-content: space-evenly; }
.gbox { display: flex; width: 35%; height: auto; flex-direction: column; align-items: center; justify-content: space-evenly; text-align: center; margin: 32px auto; }
.gbox-icon { font-size: 56px; }
.gbox-title { font-size: 20px; font-weight: bold; }
.gbox-content { font-size: 16px; }
.gbox-content p { line-height: 1.5em; }

.camicon { height: 96px; width: auto; position: relative; top: 32px; margin-right: 20px; }
.employeebox { display: inline-block; margin-top: 32px; margin-left: 64px; background-color: #F5F5F5; border: 1px solid #E3E3E3; width: 256px; height: 90px; box-sizing: border-box; max-height: 90px; padding: 8px 60px; padding-right: 8px; }
.employeebox div { float: left; display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: space-evenly; height: 100%; }
.employeebox img { display: inline-block; border-radius: 50%; border: 2px solid #2db1fc; position: relative; left: -128px; margin-left: -96px; margin-top: -20px; box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .3); background-color: #FFF; }
.opening-hours { font-size: 12px; }

.form { display: block; width: 65%; text-align: center; margin: 0px auto; }
.form input, .form select, .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  margin: 0px auto;
  margin-bottom: 1em;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}

.form input[type="submit"] { display: inline-block; width: auto; border: none; border-radius: 2px; padding: 12px 22px; }
.form .half { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.form .half input, .form .half select, .form .half textarea { display: inline-block; width: 48%; margin-left: 0px; margin-right: 0px; }
.form textarea { resize: vertical; min-height: 92px; max-height: 256px; }

#footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 400px;
  background-color: #EAE8FE;
  box-shadow: -1280px 0px 0px #EAE8FE, -2560px 0px 0px #EAE8FE, 1280px 0px 0px #EAE8FE, 2560px 0px 0px #EAE8FE;
}

.footer-row {
  display: block;
  text-align: center;
  width: 20%;
  min-height: 400px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  padding-top: 16px;
  margin: 0px 12px;
  box-sizing: border-box;
}

.footer-row:nth-child(1) { width: 18%; }

.footer-row h2 {
    /*margin-top: 0px; font-weight: bold; font-size: 20pt; padding: 0px 16px;*/
    font-family: 'BebasNeue', sans-serif;
    color: #FF0054; 
    text-align: left;
    margin-top: 0px;
    font-weight: bold;
    font-size: 20pt; 
    letter-spacing: 3px;
    padding: 0px 0px 5% 0px;
}

.footer-row > * { margin-bottom: 18px; line-height: 1.2em; }
.footer-row:nth-child(1) > * { margin-bottom: 8px; }
.footer-row img { width: 75%; margin-bottom: 4px; }

.star {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url('../../images/star.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#footer a:link, #footer a:visited { text-decoration: none; font-weight: bold; clear: both; }
.footer-row:nth-child(1) a { font-weight: normal !important; text-shadow: 0.5px 0px 0px #000; }

#endline {
  display: block;
  width: 100%;
  height: 20px;
  background: #333;
  box-shadow: -1280px 0px 0px #333, -2560px 0px 0px #333, 1280px 0px 0px #333, 2560px 0px 0px #333;
}

#forceupload { top: 0px; z-index: 1000; }
#forceupload #my-awesome-dropzone { left: calc(50% - 64px); padding-left: 20px; }
@media screen and (min-width: 900px) {
    body#canvasdesigner #forceupload #my-awesome-dropzone.dz-started { left: calc(50% - 140px); max-width: 280px !important; }
    body#canvasdesigner #forceupload #my-awesome-dropzone.dz-started .dz-preview { right: -8px; }
}

@media screen and (max-width: 899px) {
    body#canvasdesigner #forceupload #my-awesome-dropzone.dz-started .dz-preview .dz-progress { left: 20px; }
    body#canvasdesigner #forceupload #my-awesome-dropzone.dz-started .dz-preview .dz-success-mark,
    body#canvasdesigner #forceupload #my-awesome-dropzone.dz-started .dz-preview .dz-error-mark { left: 34px; margin-top: -32px; }
}

.footer-row:nth-child(1) a:link, .footer-row:nth-child(1) a:visited { color: #000; }
.footer-row:nth-child(n+2) a:link, .footer-row:nth-child(n+2) a:visited { color: #444; }
.footer-row:nth-child(n+2) a { text-align: left; float: left; font-size: 12pt; }
#category h2, .heading { font-family: 'BebasNeue', sans-serif; color: #FF0054; text-align: left; padding: 0px; }

/* hu = hide under X (pixel width of screen) */

#mailinfo, #mailinfom, #header-top * {
  color: #FFF;
  text-decoration: none;
}

#mailinfom { color: #2DB1FC; }

#search-input { color: #000; font-size: 14px; font-family: 'Open Sans', sans-serif; -webkit-pointer-events: auto; -moz-pointer-events: auto; pointer-events: auto; }
#search-input::placeholder { color: #444 !important; font-size: 14px; }

#my-awesome-dropzone {
  display: inline-block;
  width: 128px;
  margin: 0px;
  padding: 0px;
  min-height: auto;
  height: auto !important;
  position: relative;
  top: 64px;
  left: 0px;
}
#my-awesome-dropzone #defmsg, #my-awesome-dropzone .dz-default { display: none; }
#photoiconimg2 { margin: 8px; padding-top: 16px; position: relative; top: 8px; }
#my-awesome-dropzone.notseen { display: none; }
.dropzone .dz-preview .dz-remove { text-decoration: none; }
#my-awesome-dropzone .dz-remove { display: none; }
#my-awesome-dropzone .dz-preview { margin-bottom: 4px !important; margin-top: 4px !important; }

@media screen and (max-width: 899px) {
    #my-awesome-dropzone.dz-started {
        transition: top 0.5s, left 0.5s;
        top: 0px;
    }
}

#edit-loading-waiter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 1023;
}
#edit-loading-waiter.loaded { opacity: 0; }
#edit-loading-waiter img { border-radius: 100%; box-shadow: 0px 0px 4px 4px #FFF; }

.col-sm-6.col-sm-offset-3.col-xs-12.select { left: -16px; }
#contact { padding-top: 0px; }
.calc-form .row { padding-bottom: 0px; }
#contact h3 { text-align: left; font-size: 15px; }
#contact .result-cont h3 { text-align: center; }

#vaszonkepem-logo { width: 175px; }
.center { text-align: center; }

#catparent { position: relative; cursor: default; }

#category {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(50% - 320px);
  top: 56px;
  border: 2px solid #444;
  background: rgb(237, 236, 246);
  border-radius: 2px;
  width: 640px;
  height: 480px;
  padding: 24px;
  box-sizing: border-box;
  transform-origin: center top;
  cursor: default;
}

#category:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: inherit;
  border-right: none;
  border-bottom: none;
  background: inherit;
  position: absolute;
  top: -18px;
  left: calc(50% - 16px);
  transform: rotate(45deg);
}

#category:after {
  content: "";
  display: block;
  width: 128px;
  height: 48px;
  border: none;
  background: transparent;
  position: absolute;
  top: -40px;
  left: calc(50% - 64px);
}

@media screen and (max-width: 1300px) { #category:after { width: 140px; height: 80px; top: -46px; } }

@media screen and (max-width: 1000px) {
  #category { left: calc(50% - 394px); }
  #category:before { left: calc(68% - 16px); }
  #category:after { left: calc(68% - 64px); }
}

#catparent:hover #category, #catparent #category:hover { display: flex; }

#category h2 { font-size: 28px; margin: 0px; }
#category ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding-top: 16px;
  max-height: 432px;
}
#category ul a { height: 37px; }

#category .box {
  display: inline-block;
  position: static;
  padding: 24px;
  padding-right: 0;
  border: none;
  max-width: 50%;
  text-align: left;
}

#category .box h2 { text-align: left; }

#category .box.leftupper { left: 0; top: 0; max-width: 270px; }
#category .box.leftbottom { left: 0; top: 45%; max-width: 270px; }
#category .box.center { right: 0; top: 0; max-width: calc(100% - 302px); }
/*#category .box.right { left: 69%; top: 0px; max-width: 40%; }*/

#category ul li { margin-bottom: 18px; margin-right: 56px; }
#category a, #category a:hover { transition: none; }
/*#category ul li:before { content: " - "; }*/

#cartprevblack { opacity: 0; transition: opacity 1s; }
#cartprev, #cartprevblack { display: none; position: fixed; }

#cartprev {
  width: 800px;
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  left: 100%;
  bottom: calc(40vh - 160px);
  border: 2px solid #444;
  background: rgb(237, 236, 246);
  border-radius: 2px;
  padding: 24px;
  padding-top: 40px;
  box-sizing: border-box;
  z-index: 1041;
  transition: left 1s;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #222;
}

@media screen and (max-height: 475px) { #cartprev { bottom: calc(50% - 190px); } }

#cartprevblack {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1040;
  background-color: rgba(0,0,0,.5);
}

#cprevclose {
  position: absolute;
  top: 8px !important;
  left: auto !important;
  right: 8px !important;
  bottom: auto !important;
  background-color: transparent !important;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
  color: #222 !important;
}

#cprevclose:hover { background-color: #39A0D4 !important; }

#cartcont h3 { font-size: 14pt !important; }
#cartcont h2.heading { position: absolute; left: 16px; top: 16px; }

#cartcont a:link, #cartcont a:visited { color: #006CFF; text-decoration: none; }
#cartcont a:hover { text-decoration: underline; }

#cartcont h2,
#cartcont h3 {
  text-align: center;
}

#cart-items-count, #mobile-cart-items-count { position: relative; }
#cart-items-count:after, #mobile-cart-items-count:after {
  /*position: absolute;
  right: -12px;
  bottom: -16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #FF0054;
  background-color: #FFF;
  text-shadow: -1px 0px 0px #BF0014, 1px 0px 0px #BF0014, 0px -1px 0px #BF0014, 0px 1px 0px #BF0014;
  border-radius: 100%;
  width: auto;
  height: auto;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;*/
  font-size: 26px;
  font-weight: 700;
  font-family: Arial;
  color: #F99;
  position: absolute;
  bottom: -24px;
  right: -22px;
  background-color: #fff;
  border: 1px dashed #999;
  padding: 6px 2px;
  text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
}

#mobile-cart-items-count:after {
  right: 0px;
  bottom: -20px;
  border: 1px solid #666;
  padding-bottom: 8px;
  height: auto;
  text-shadow: 1px 1px 0px #BF0014;
}

#homepage #mobile-cart-items-count:after { height: 12px; line-height: 12px; }

#mobile-cart-icon:hover #mobile-cart-items-count:after { border-color: #000; }

.cartlist { width: 100%; }
.cartlist tr:last-child td:last-child { padding-top: 40px; }

.module1, .module2, .module3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E3E3E3;
  max-width: 1152px;
  width: auto;
  margin: 0px auto;
  padding: 64px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

.module2 { flex-direction: row-reverse; }

.module1 .module-content, .module2 .module-content { display: inline-block; height: 100%; width: 50%; }
.module1 h2, .module2 h2 { margin-bottom: 28px;  margin-left: 66px; position: relative; }
.module1 h2, .module1 h2 div, .module2 h2, .module2 h2 div { font-family: 'Open Sans', sans-serif; font-size: 30pt; color: #000; font-weight: bold; text-transform: uppercase; text-align: left; }
.module1 h2 div, .module2 h2 div { position: absolute; right: calc(100% - 16px); top: 0px; display: inline; font-size: 48pt; color: #FF0054; margin-right: 28px; line-height: 30pt; }
.module1 p, .module2 p { font-family: 'Open Sans', sans-serif; font-size: 14pt; font-weight: 400; margin: 0px; margin-left: 66px; line-height: 1.2em; margin-bottom: 8px; }
.module1 .module-content p:first-of-type, .module2 .module-content p:first-of-type { min-height: 180px; }
.module1 a:link, .module1 a:visited, .module2 a:link, .module2 a:visited { text-decoration: none; color: #FFF; }
.module-link { display: inline-block; float: right; background-color: #FF0054; border-radius: 2px; color: #FFF; padding: 6px 16px; font-family: 'Roboto', 'Open Sans', sans-serif; font-size: 14pt; cursor: pointer; -webkit-user-select: none; user-select: none; text-transform: uppercase; padding: 10px 64px; }
.module-link:hover { background-color: #FF2264; }
.module-img { display: block; width: 410px; height: 320px; box-sizing: border-box; background-color: #BBB; border: 4px solid #444; background-size: cover; }

.module2 .module-content { width: 60%; }
.module2 .module-content h2, .module2 .module-content p { margin-left: 44px; }
.module2 .module-img { width: 340px; }

.module3 { padding: 8px; background-color: transparent; color: #666; flex-direction: column; align-items: center; }
.module3 .module-content { width: 100%; text-align: left; }
.module3 h2 { color: #666; text-align: left; margin-bottom: 16px; }
.module3 h2 div { display: inline; font-size: 32px; font-weight: bold; color: #666; }
.module3 .module-img { margin-top: 24px; width: auto; max-width: 90%; height: auto; max-height: 512px; border: none; box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.71); }

.gallery-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px auto;
  max-width: 1152px;
  width: 100%;
}

.gallery-box {
  display: inline-block;
  height: auto;
  width: 33.33%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 64px;
  position: relative;
}

.gallery-box .gallery-img {
  display: block;
  width: 100%;
  height: 250px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  position: relative;
}
.gallery-box:hover .gallery-img { background-size: auto 110%; }

.gallery-box .gallery-img.portrait { background-size: 100% auto; }
.gallery-box:hover .gallery-img.portrait { background-size: 110% auto; }

.gallery-box .gallery-name {
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  font-size: 30pt;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 0px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gallery-box:hover .gallery-name { opacity: 1; transition: opacity 0.5s ease-out; }

.gallery-box .gallery-name.gallery-category { opacity: 1; margin-bottom: 0; }
.gallery-box:hover .gallery-name.gallery-category { color: #FF0054; text-shadow: 0px 0px 2px #000, 0px 0px 5px #000; }

.gallery-box p, .gallery-box strong { display: block; margin: 16px 0px; color: #444; font-family: 'Open Sans', sans-serif; font-size: 12pt; }
.gallery-box .gallery-button { font-size: 16px; padding: 10px 16px; text-decoration: none; color: #FFF; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.thinking2 h4 { font-size: 1.5em; }

.blogentry h1 { margin: 0px; margin-top: 1em; color: #000; }
.blogentry h2 { text-align: left; color: #000; font-size: 2.5em; }
.blogentry h3, .blogentry h4, .blogentry h5, .blogentry h6 { text-align: left; }

h2.blogentry-header {
  font-size: 1.5em;
}

#slider { padding: 0px; margin: 0px; position: relative; }
#slider .slider { display: flex; align-items: center; justify-content: flex-start; overflow: hidden; list-style-type: none; }
#slider .slider li { display: flex; align-self: stretch; align-items: center; justify-content: center; flex-direction: column; min-width: 100%; text-align: center; }
#slider .slider li:nth-child(n+3) { background-size: cover; background-repeat: no-repeat; background-position: center; }
#slider .slider li img { max-width: 100%; }

#slider .slider a { cursor: pointer; }

/* slider 3., változó rész */
#slider .slider-html { font-size: 24px; }

#slider .slider-html p { margin-top: 16px; margin-bottom: 32px; }
#slider .slider-link { color: #F00; text-decoration: none; font-size: 32px; }
#slider .slider-link:hover { color: #FF0; }
/* ******************* */

.sliderdots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0px;
  width: 100vw;
  max-width: 100%;
}
.sliderdot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #666;
  border-radius: 100%;
  position: relative;
  margin: 0px 4px;
  cursor: pointer;
}
.sliderdot:hover, .sliderdot.selected { background-color: #000; }
.sliderarrow {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #666;
  color: #BBB;
  cursor: pointer;
  font-size: 24px;
  font-family: 'FontAwesome';
  font-weight: bold;
  z-index: 8;
}
.sliderarrow:hover { background-color: #777; }
.sliderarrowleft { left: 24px; }
.sliderarrowright { right: 24px; }
.sliderarrowleft:after { content: "\f104"; position: relative; top: -1px; }
.sliderarrowright:after { content: "\f105"; position: relative; top: -1px; }
#slider:hover .sliderarrow { display: flex; }

.no-underline {
    text-decoration: none;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 27px;
  height: 27px;
  box-sizing: content-box;
  background: rgba(0, 0, 0, .5);
  padding: 10px;
  color: #fff;
}

.gototop i { line-height: 0.5em; }

#gototop { transition: opacity 0.2s; color: #FFF; }
#gototop:hover { color: #2DB1FC; }

.cartlist .ons h3 {
  top: 72px !important;
}

.rowleft { position: relative; }
#ddondesigner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 56px;
  height: 56px;
  background-color: #F00;
  color: #FFF;
  position: absolute;
  /*left: 62px;
  bottom: -48px;*/
  right: 16px;
  bottom: 8px;
  border-radius: 100%;
}

#ddlinethrough {
  position: absolute;
  left: auto;
  right: 94px;
  top: 32px;
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 24px;
  color: #F00;
}

#ddlinethrough:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 0px;
  border-bottom: 1px solid #C00;
  position: absolute;
  transform: rotate(-4deg);
  top: 50%;
  left: -4px;
}

@media only screen and (pointer: coarse) {
  #ddlinethrough {
    top: -24px;
    font-size: 20px;
    text-shadow: 0px 1px 0px #FFF, 0px -1px 0px #FFF, 1px 0px 0px #FFF, -1px 0px 0px #FFF;
  }
}

#miniprewimg { display: none !important; }
.makeline2.mkl2b { height: 128px !important; }
.makeline2.mkl2c2 { /*top: 342px;*/top: 356px; }

#result { position: relative; top: 4px; left: 20px; }
#ddlinethrough + #result {
  top: 24px;
  left: 0px;
  font-size: 28px;
  position: relative;
  color: #FFF;
  width: 100px !important;
}

#ddlinethrough + #result + span { color: #FFF; }

#rescont { top: 240px; height: 86px; }

.whiteimgshadow img { box-shadow: 0px 0px 4px 2px #FFF; }

#material {
  display: inline-block;
  width: 192px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 2px 0px;
  font-size: 14px;
  background: #e4e5e5;
  border-radius: 5px 3px 3px 5px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  position: absolute;
  top: 24px;
  left: 180px;
  transition: border 0.25s;
  box-sizing: content-box;
  z-index: 1000;
  transform-origin: left top;
}

#material-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  width: calc(100% - 14px);
  padding: 0px 8px;
  line-height: 22px;
  border-bottom: 1px solid transparent;
  -webkit-pointer-events: none;
  pointer-events: none;
}

#material:after {
  content: "▾";
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 28px;
  color: #444;
  font-family: Arial;
  font-size: 18px;
}

#material:focus, #material:focus-within { height: auto; padding-bottom: 0px; }
#material:focus #material-selected, #material:focus-within #material-selected { border-bottom: 1px solid #EEE; box-shadow: 0px -2px 2px #EEE inset; }

#material:active, #material:focus, #material:focus-within {
  border-color: #2DB1FC;
  box-shadow: 0px 0px 4px rgba(45, 177, 252, 0.5);
}

#material .material {
  display: flex;
  height: 48px;
  width: 100%;
  padding: 0px 8px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

#material .material.selected { background-color: rgba(0, 0, 0, 0.075); }
#material .material:hover { background-color: rgba(0, 0, 0, 0.1); }

#material .material img { width: auto; height: 75%; }
#material #material-selected img { width: auto; height: 80%; }

@media screen and (min-width: 900px) {
    body#canvasdesigner,
    body#canvasedit {
        overflow-x: hidden;
    }
    
    body#canvasedit #contact {
        min-height: 582px;
    }
}

#header-middle .no-style-change {
  min-height: auto !important;
  margin: 0;
  padding: 0;
  height: auto !important;
  width: auto !important;
  background: transparent !important;
  box-sizing: content-box;
  border: none !important;
  border-radius: 0;
  position: relative;
}

#header-middle .no-style-change .dz-default.dz-message {
  display: none !important;
}

#header-middle .no-style-change .dz-preview {
  position: absolute;
  left: calc(42% - 60px);
  top: calc(150% - 48px);
  background-color: #FFF !important;
  box-shadow: 0 0 8px 4px #FFF;
  border-radius: 16px;
}

#header-middle .no-style-change > a {
  pointer-events: none;
}

.price-list {
  font-size: 16px;
  margin: 16px 32px;
  position: relative;
  top: -8px;
}
.price-list li {
  line-height: 2em;
}

#turnbutt {
  display: none;
}

/* szerkesztő, de még nincs kép feltöltve, galériából kiválasztva */
body.no-image-yet .container.contactformcalc,
body.no-image-yet .row.wowload,
body.no-image-yet #bigborder {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

body.no-image-yet .row.wowload { height: 420px; }
body.no-image-yet #bigborder { visibility: hidden; }

body.no-image-yet #designers { display: none !important; }
/***********************************************/

@media screen and (max-width: 1200px) {
  .hu1200 { display: none !important; }
}

@media screen and (max-width: 1100px) {
  .hu1100 { display: none !important; }
  #header-top-right { width: 220px; }
  
  #menu-dragndrop-outer {
    width: 190px !important;
  }
  
  #menu-dragndrop {
    width: 190px;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 4px;
    background: none;
    transform-origin: center center !important;
  }
}

@media screen and (max-width: 1020px) {
  .hu1024 { display: none !important; }
  .hmicons { display: none; }
  
  #footer { min-height: auto; }
  .footer-row { min-height: auto; }
  .footer-row:nth-child(2), .footer-row:nth-child(3) { width: 49%; text-align: center; }
  .footer-row:nth-child(1), .footer-row:nth-child(4), .footer-row h2 { display: none; }
  .footer-row:nth-child(n+2) a, .footer-row:nth-child(n+3) a { display: block; float: none; width: 100%; text-align: center; }
}

@media screen and (max-width: 900px) {
  body { margin-top: 0px; }
  #header { position: relative; }
  #mobilemenu { background-color: #FFF; }
  #mobilemenu .mobile-header ~ * {
    /*display: block;*/
    position: relative;
    left: 0px; top: 0px;
    background: transparent;
    color: #666 !important;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    text-align: center;
  }
  #header > div * i { font-family: 'FontAwesome'; display: inline; }
  #mobilemenu > ul a { text-decoration: none; color: #777; font-size: 16px; transition: color 0.4s; }
  #mobilemenu .mobile-header ~ ul { padding-bottom: 8px; }
  #header > div a, #header > div a * { text-align: center; }
  #header > div a:hover, #header > div a:hover * { color: #444 !important; transition: color 0.4s; }
  /*#header > div * img,*/ #search { display: none !important; }
  .hmcart span { display: inline !important; }
  
  .module1, .module2 { /*flex-direction: column;*/ padding: 16px; font-size: 7pt; }
  .module1 h2, .module2 h2 { margin-bottom: 16px; font-size: 12pt; }
  .module1 h2 div, .module2 h2 div { font-size: 12pt; line-height: 12pt; left: -32px; top: 2px; }
  .module1 .module-content, .module2 .module-content { /*width: 100%;*/ font-size: 7pt; }
  .module1 .module-content p:first-of-type, .module2 .module-content p:first-of-type { min-height: auto; }
  .module-content p, .module2 .module-content p { margin-bottom: 16px; font-size: 7pt; }
  .module-link { padding: 4px 8px; font-size: 10pt; float: none; margin-left: 32px; width: 50%; text-align: center; }
  .module-img, .module2 .module-img { width: 200px; height: 200px; }
  
  .gallery-button { width: 75%; text-align: center; display: block; margin: 0px auto; }
  .gallery-box { width: 50%; }
  .gallery-box .gallery-img { background-size: 120% auto; }
  .gallery-box:hover .gallery-img { background-size: 130% auto; }
  
  .fbox.fbox-wrap .ideabox { width: 40%; }
  
  .fmobilecolumn { flex-direction: column; }
  .fmobilewrap { flex-wrap: wrap; }
  
  #gototop, .gototop { display: none !important; }
  
  #material { display: none; }
  #switchPerspectiveButton { display: none; }
}

@media screen and (max-width: 630px) {
  .module1, .module2 { flex-direction: column; }
  .module1 h2, .module2 .module-content h2 { margin-left: 0px; }
  .module1 h2 div, .module2 h2 div { position: relative; left: 0px; top: 0px; margin-right: 8px; }
  .module1 .module-content, .module2 .module-content { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .module-content p, .module2 .module-content p { margin-left: 0px; }
  .module-link { margin: 0px auto; margin-bottom: 16px; }
  
  .gallery-box { width: 100%; }
}
