input:focus,
button:focus,
select:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}


.body-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 9999999999999999;
  margin: 0;
  padding: 0;
}

.body-loader div {
  text-align: center;
  position: relative;
  top: calc(50% - 100px);
  width: 500px;
  height: 100px;
  margin: 0 auto;
  font: 20px 'Arial';
  color: white;
}

#cd-cart-trigger {
  padding-top: 12px;
  margin-left: 7px;
  z-index: 9;
}

#cd-cart-trigger > a {
  color: #0E2A36;
  font-size: 16px;
  font-weight: bold;
  font-family: 'EB Garamond', serif !important;
}

.cart-item-num-box{
  z-index: 10;
  width: 20px;
    height: 20px;
    margin: -7px 0px 0px 13px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: red;
    position: absolute;
    left: 5px;
    top: 10px;
    color: #fff;
}

.cart-item-num{
  padding-right: 5px;
    text-align: right;
}

#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.displ-ib {display: inline-block;}
.padding-bottom-xs {padding-bottom: 5px;}
#checkout-page .file-name {margin-right: 20px;}
#checkout-page .file-name,
#checkout-page .order-id,
#checkout-page .part-sum,
#checkout-page .delete-order {display: inline-block;}
#checkout-page .part-sum {font-size: 20px}
#checkout-page .shop,
#checkout-page .order-date {display: inline-block;padding: 7px 20px 0 20px;margin-bottom: 20px; margin-right: 20px}
#checkout-page .payable h4 {color: #ef0044; /*font-size: 30px;*/font-size: 25px;}
#checkout-page p,
#checkout-page .shop span,
#checkout-page .order-date span {color: #ec008c;}
#checkout-page hr {border-top: 1px solid #ec008c;}
#checkout-page span {color:#000;}
#checkout-page .file-name span:not(:first-child) {margin-left: 69px;}
#checkout-page .file-name span:nth-child(2) {margin-left: 5px;}
.text-bold {font-weight: bold;}
#checkout-page .inputn-control span {color:#fff;}
#checkout-page .inputn-control,
#checkout-page .deletecartitem-btn {
    color: #fff !important;
    background-color: #ef0044;
    border-radius: 10px;
}
#checkout-page .delete-order {
  margin-left: 30px;
}
#checkout-page .copy-count {white-space: nowrap;padding-right: 20px;}
#checkout-page .copy-count input {max-width: 150px; text-align: right}
#checkout-page .copy-count label {color: #ec008c !important; font-weight: 200 !important;}
#checkout-page .ordered-sevices {margin-bottom: 30px;}
#checkout-page .ordered-sevices p{color: #000;}

#checkout-page .part-sum {padding-top: 10px;}
@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 30%;
  }
}
#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.navbar-nav li.lang{
width:68px;
line-height:30px;
}
.navbar-nav li.lang a,.navbar-nav li.lang span{
padding:15px 5px;
font-size:14px;
display:inline-block;
line-height:20px;

}
.navbar-nav li.lang span{
	padding:15px 0px;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#cd-cart .cd-checkout {
	display: none;
}
.btn-light-blue {background-color: #00BFF3;}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}

#cd-cart .cd-cart-total span {
  float: right;
}

#cd-cart .cd-cart-total::after {
  content: '';
  display: table;
  clear: both;
}

.osszeg{
	float: left !important;
    margin-right: 5px;
}

.osszes-elem{
    float: left !important;
    margin-right: 5px;
}

.kedvezmeny{
    float: left !important;
    margin-right: 5px;
}

.back-btn {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #337ab7;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

body {/*background-color: #eee;*/background-color: #fff; overflow-x:hidden;margin-top:82.5px;}
header{padding:20px 0;width:100%;background:rgba(255,255,255,0.95);z-index:999}
/*header .logo img{height:40px}*/

.navbar-brand, .navbar-nav>li>a{
	position: relative;
}

header .logo img{
	/*height: 79px;
	margin-top: -27px;*/
	height: 110px;
    margin-top: -21px;
    position: absolute;
}

a:hover{text-decoration:none; color: inherit;}
h1{font-size:60px;font-weight:lighter}
.subtitle{font-size:24px;font-weight:lighter}
.scroller{cursor:pointer}
.before-header{background:url(../images/bg1.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:60px 0}
.container-fluid{width:100%;margin:0;padding:0;}
.wrapper{width:100%;max-width:1170px;margin:0 auto}
.bg-img{color:#fff}
/*.bg-img a {color: #fff;}*/
.hexxa-big{background:url(../images/hexxa_big.png);display:inline-block;vertical-align:top;margin:20px;width:213px;height:231px;text-align:center;padding-top:50px;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.hexxa-big:hover{background:url(../images/hexxa_big_o.png);cursor:pointer}
/*.hexxa-big.minigift, .hexxa-big.minigift:hover{*/
  /*background:url(../images/minigift.png);*/
  /*background-size: contain;*/
/*}*/
/*.hexxa-big.minigift .hexxa-title{*/
  /*padding-top: 60px;*/
/*}*/
.hexxa-title{font-size:18px;text-transform:uppercase;margin-top:10px;color:#fff;}
.hexxa-small{background:url(../images/hexxa_small.png);display:inline-block;vertical-align:top;margin:20px;width:167px;height:181px;text-align:center;padding-top:50px;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.hexxa-small:hover{opacity:.5;cursor:pointer}
.about{background:url(../images/bg2.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:100px 0;font-size:22px;font-weight:lighter}
.hexxa-black{background:url(../images/hexxa_small_black.png);width:171px;height:185px;display:inline-block;vertical-align:top;margin:20px;text-align:center;padding-top:50px;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
/*.hexxa-black:hover{cursor:pointer; background:url(../images/hexxa_small_blue.png);}*/
.hexxa-white{background:url(../images/hexxa_small_white.png);width:171px;height:185px;display:inline-block;vertical-align:top;margin:20px;text-align:center;padding-top:50px;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.hexxa-white:hover{cursor:pointer; background:url(../images/hexxa_small_blue.png);}
.online-services{padding:55px 0; background:url(../images/bg5.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:100px 0;font-size:22px;font-weight:lighter}
.services{padding:55px 0}
.service-list{margin:100px auto;text-align:center;}
.service-list li{display:inline-block;margin:5px;cursor:pointer; vertical-align: top;}
/*.service-list li:hover{color:#00bff3}*/
.service-title{font-size:18px;text-transform:uppercase; font-weight: bold;}
.services-more{background:url(../images/bg3.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:80px 0}
.service-more-list{margin:40px 0 0}
.service-more-list li{background:url(../images/arrow_right.png) no-repeat left center;display:block;font-size:18px;padding:8px 0 8px 30px;line-height:24px;-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-ms-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.service-more-list li:hover{background:url(../images/arrow_right.png) no-repeat 10px center}
.service-more-list li a{color:#000;}
.service-more-list li a:hover{color:#333}
.services-more-changing,.maps{display:none}
.services-more-changing.active,.maps.active{display:block}
.news{padding:60px 0}
.news-list{margin:60px 0}
.news-list li{display:block;margin:40px 0}
.news-title{font-weight:700;text-transform:uppercase;font-size:22px}
.shops{background:url(../images/bg4.jpg) no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:100px 0}
.shop-info{font-size:22px}
.shop-arrows{position:absolute;margin-top:180%}
.tab-nav{margin:40px 0;text-align:center}
.tab-nav li{display:inline-block;font-size:22px;color:#fff;border:2px solid #fff;padding:5px 12px;margin:5px;text-transform:uppercase}
.tab-nav li:hover,.tab-nav .active{color:#000;background:#fff200;border:2px solid #fff200;cursor:pointer}

.navbar{margin-bottom:0;border:0;}
.navbar-brand{float:none;height:inherit;padding:0;line-height:inherit;font-size:inherit;}
.nav a{color:#676767;font-size:22px;}
/*.nav a:hover{color:#9f449b}*/
.nav a:hover{color:#ec008c}

.nav li a:hover {background: none;}
.nav li button {margin-top: -50px;}
.icon-bar {background-color: #000;}

/* - - - - - - - - - - - - - - - - - - - - - - - */

.gap5 {width: 100%; height: 0.25em;}
.gap10 {width: 100%; height: 0.5em;}
.gap20{width:100%;height:20px}
.gap40{width:100%;height:40px}
.gap50 {width: 100%; height: 2.5em;}
.gap60{width:100%;height:60px}
.gap70 {width: 100%; height: 3.5em;}
.gap80 {width: 100%; height: 4em;}
.gap100{width:100%;height:100px}
.gap160 {width: 100%; height: 8em;}
.gap300 {width: 100%; height: 15em;}
.gap360 {width: 100%; height: 18em;}
.gap400 {width: 100%; height: 20em;}
.gap500 {width: 100%; height: 25em;}

.map-frame {border:0; width:100%; height:450px; max-width:600px;}
.map-frame-text {display: none;}

.img-holder {width: 100%;}
.img-holder img {width: 100%;}
.iblock, .iblock li {display: inline-block !important; vertical-align: top; position: relative;}
.gold-text {color: #c5b29c;}

.hamarosan {padding-top: 30px;}

.reviews {
  display: block;
  position: fixed;
  background-color: #ec004b;
  padding: 0px;
  border-radius: 10px 10px 0 0;
  z-index: 2000;
  right: 20px;
  bottom: 0;
  color: #fff;
  font-size:12px;
}

.reviews table{
  border: none;
}

.reviews table td{
  border: none;
  color: #fff;
  font-size:12px;
}

@media (max-width: 576px) {

  .reviews{
    overflow-y: scroll;
  }
  .reviews table tr:first-child{
    display: none;
  }
  .reviews table td{
    display: block;
    position: relative;
    text-align: right;
    padding: 5px 10px;
  }
  .reviews table tr td:nth-child(1){padding-top: 20px;}
  .reviews table tr td:nth-child(2)::before{content: 'Blaha';position: absolute;left: 10px;}
  .reviews table tr td:nth-child(3)::before{content: 'Budafoki';position: absolute;left: 10px;}
  .reviews table tr td:nth-child(4)::before{content: 'Kálvin';position: absolute;left: 10px;}
  .reviews table tr td:nth-child(5)::before{content: 'Móricz';position: absolute;left: 10px;}
  .reviews table tr td:nth-child(6)::before{content: 'Klinikák';position: absolute;left: 10px;}
  
}

.reviews table tr td:first-child{
  text-align: left;
}

.reviews p{
  padding-left: 10px;
}

.reviews-header {
    cursor: pointer;
}
.reviews-content {
  display: none;
  padding: 10px;
}
.reviews-content2 {
  display: none;
  padding: 10px;
}
.reviews-content a {
  font-weight:bold;
  color:#cccccc;
}
.reviews-content a:hover {
  color:#ffffff;
}
.reviews h1 {
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Segoeui Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.reviews h2 {
  text-transform:none;
  color:#fff;
  font-size: 13px !important;
  text-align: center;
  margin-top: 0;
  font-family: "Segoeui Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}

textarea {
    resize: none;
}

button {
  font-family: "Segoeui", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}

p {text-align: justify;}

.btn-1 {border: 1px solid #ec008c;border-radius: 10px;padding: 3px 10px 3px 10px;background-color: transparent;color: #ec008c !important;  }
.btn-1:hover {color: #fff !important; background-color: #ec008c;}
.btn-2 {font-family: "Segoeui Bold", Helvetica, Arial, "Lucida Grande", sans-serif;border: 1px solid #ec008c;border-radius: 2px;background-color: #ec008c;padding: 5px 20px 5px 20px;color: #fff;}
.btn-2:hover {font-family: "Segoeui Bold", Helvetica, Arial, "Lucida Grande", sans-serif;border: 1px solid #CE037B;border-radius: 2px;background-color: #CE037B;padding: 5px 20px 5px 20px;color: #fff;}
.btn-3 {border: 1px solid #808f9c; background-color: #808f9c; color: #fff; border-radius: 10px; padding: 10px;}
.btn-3:hover {border: 1px solid #707D88; background-color: #707D88; color: #fff; border-radius: 10px; padding: 10px;}
.btn-4 {border: 1px solid #00aeef; background-color: #00aeef; color: #fff; border-radius: 10px; padding: 10px;}
.btn-4:hover {border: 1px solid #00A0DC; background-color: #00A0DC; color: #fff; border-radius: 10px; padding: 10px;}
.btn-5 {border: 1px solid #d3d3d3; background-color: #fff; color: #ec004b; border-radius: 10px; padding: 10px;}
.btn-5:hover {border: 1px solid #ec004b; background-color: #ec004b; color: #fff;}

.nolist {list-style: none;}

fieldset {margin-bottom: 50px;}

.form-1 {color: #98a3ad;}
.form-1 input[type=text], .form-1 input[type=password] {border: 1px solid #c6e2e6;background-color: #fbfbfb;padding: 5px;width: 100%;}
.form-1 input[type=text]:focus, .form-1 input[type=password]:focus {background-color: #edf8f7;}
input[type=checkbox], input[type=radio] {margin-right: 10px; margin-left: 16px;position:relative;top:2px;}
.form-1 label, .form-2 label {text-transform: uppercase;margin-top: 10px;}
.form-2 label {margin-right: 5px;}
.form-2 select {  
  padding: 2px 4px 2px 4px;
  border: 1px solid #c6e2e6;
  border-radius: 10px;
  background-color: #e8e8e3;
  text-transform: uppercase;
}
.small-input {width: 40px;}
.gold-text {color: #c5b29c;}
.box {border: 1px solid #d3d3d3;border-radius: 5px;background-color: #fff;width: 100%;padding: 20px;}

table {
	width: 100%;
	/*color: #98a3ad;*/
	color: #000;
	margin: 20px 0 20px 0;
}
table th {
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  border: 1px dotted #d3d3d3;
}
table td {
  padding: 10px;
  text-align: center;
  border: 1px dotted #d3d3d3;
}

.table-col-2 th, .table-col-2 td {width: 50%;}
.table-col-3 th, .table-col-3 td {width: 33.3%;}
.table-col-4 th, .table-col-4 td {width: 25%;}
.table-col-5 th, .table-col-5 td {width: 20%;}
.table-col-6 th, .table-col-6 td {width: 16.6%;}
section {
  display: block;
  position: relative;
  overflow: hidden;
}
section h2 {
  text-align: left;
  font-size: 26px;
  font-family: "Myriad Pro", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #6b7b8a;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}
.balance {
  color: #9f449b;
  font-family: "Segoeui Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
}

.username {font-family: "Segoeui Light", Helvetica, Arial, "Lucida Grande", sans-serif; text-transform: uppercase; margin-right: 20px;}

.calendar-maker-form {color: #000;}
.calendar-maker-form .calendar-templates {
  height: 40px;
  background-color: #808f9c;
  border-radius: 10px 10px 0 0;
}
.calendar-maker-form .calendar-templates a {
  color:#ffffff;
  cursor: pointer;
}
.calendar-maker-form .calendar-templates li {margin-left: 40px;}
.calendar-maker-form .calendar-templates h2 {font-size: 18px; padding-left: 10px;}
.calendar-maker-form .calendar-templates h2, .calendar-templates li {color: #fff; }
.calendar-maker-form .months li{
  background-color: #e8e8e3;
}
.calendar-maker-form .months li:hover, .calendar-maker-form .months .active {
  background-color: #808f9c;
  text-decoration: underline;
  color: #fff;
}
.calendar-maker-form .check {
  /*background-color: #e8e8e3*/background-color: rgba(222,209,190,1);
  /*margin-right: -15px;*/margin-right: -40px;
  margin-top: 1px; 
  /*padding-right: 30px;*/padding-right: 50px;
  border-radius: 10px 0 0 10px;
  /*height: 62px;
  padding-top: 12px;*/
}
button#calendar-maker {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
button#print-maker {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.maker-header .icons {max-width: 900px;}
.maker-header .icon img {width: 40%;}
.maker-header h4 {color: #fff;}
.print-maker-form {color: #000;}
.print-maker-form .print-templates {
  height: 40px;
  background-color: #808f9c;
  border-radius: 10px 10px 0 0;
}
.print-maker-form .print-templates a {
  color:#ffffff;
}
.print-maker-form .print-templates li {margin-left: 40px;}
.print-maker-form .print-templates h2 {font-size: 18px; padding-left: 10px;}
.print-maker-form .print-templates h2, .print-templates li {color: #fff; }
.print-maker-form .months li{
  background-color: #e8e8e3;
}
.print-maker-form .months li:hover, .print-maker-form .months .active {
  background-color: #808f9c;
  text-decoration: underline;
  color: #fff;
}
.print-maker-form .check {background-color: #e8e8e3; /*margin-right: -20px;*/margin-right: -40px; padding-right: 30px; border-radius: 10px 0 0 10px;
  /*height: 62px;
  padding-top: 12px;*/
}

#order-success {
  position: fixed;
  display: none;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 10px;
  z-index: 10000;
  left: calc(50% - 210px);
  top: calc(50% - 210px);
  width: 420px;
  box-shadow: 1px 1px 1px #c0c0c0;
}
#order-success h1 {font-size: 30px;}
#order-success h1, #order-success h2, #order-success h3 strong {color: #ec004b;}

.calimg {position: absolute; left: 16%; top:17%; width: 67%; height: 29%;}
.calimg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.calbg img {
    width: 100%;
    z-index: 5;
    position: relative;
}

footer {
    display: block;
    position: relative;
    padding: 40px 0;
    background-color: #ccc;
}

footer ul a:hover {color: #9f449b;}

#memo,
#cdwritememo {
    width: 100%;
}

.pimped-text {
    font-size:14px;
    color:#428bca;
    font-weight:bold;
}

.calendar-templates a {
    margin-left:10px;
}

.calendar-file {
    margin-top:8px;
}

.print-file {
    margin-top:10px;
}

.print-btn {
    margin-top:8px;
    margin-right:15px;
}

@media only screen and (max-width:500px) {    


.reviews .table-responsive {
    height: 50vh;
    margin-bottom: 0 !important;
}
.reviews .reviews-content {
  padding: 0 !important;
}
  body {
    margin-top: 52px !important;
  }
	.calimg {top:18%;}
	.wrapper {width: 90%;}
	.calendar-file {margin-top:8px;}
    
	.hexxa-big{background:url(../images/hexxa_big_mobile.png);width:100px;height:108px;padding-top:25px;}
	.hexxa-big:hover{background:url(../images/hexxa_big_mobile_o.png);cursor:pointer}
	.hexxa-title{font-size:9px;}
	.hexxa-small{background:url(../images/hexxa_small_mobile.png);width:80px;height:87px;padding-top:25px;}
	
	.hexxa-big img {width: 35%;}

	.hexxa-black{background:url(../images/hexxa_small_mobile_black.png);width:85px;height:92px;padding-top:25px;}
	.hexxa-white{background:url(../images/hexxa_small_mobile_white.png);width:85px;height:92px;padding-top:25px;}
	.hexxa-white:hover{cursor:pointer; background:url(../images/hexxa_small_mobile_blue.png);}
	.hexxa-white img {width: 50%;}

	.service-list{margin:30px auto;}

	.online-services{padding:25px 0;}

	.services-more{padding:40px 0}
  
	.before-header {padding: 30px 0;}
	.before-header a img {width: 150px;} /* LOGÓ */
	h1{font-size:30px;}

  #sticky_navigation {padding: 0 !important;}

	header .logo img{height: 60px; margin-top: 8px;}
	header{padding:10px 0;}

  .navbar-header {
    margin-top: 0!important;
  }

	.subtitle {font-size: 12px;}

	.arrow-down {display: none;}
  
	.about {padding: 30px 0;}
	.about .row {text-align: center;}
	.about h1 {font-size: 20px;}
	.about p {font-size: 12px;}
	.about img {width: 150px;}

	.about .gap60 {height: 0px;}

	.services .hexxa-black {display: none;}

	.services .service-title {font-size: 14px; padding-top: 10px; padding-bottom: 10px; margin-top: 20px; margin-bottom: -10px; border-top: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;}
	.services .service-title br {display: none;}

	.reviews {max-width: 90%;max-height: 97%;padding: 5px;}
	.reviews h1 {font-size: 14px !important;}
	.reviews h2 {font-size: 10px !important;}
	.unnepi-nyitvatartas {right: 155px;}

	.shops{padding:20px 0}
	.shops iframe {width: 200px; height: 200px;}
	.shop-info{font-size:12px}
	.tab-nav{margin:20px 0;text-align:center}
	.tab-nav li{font-size:12px;}

	.shops .gap60 {height: 20px;}

	.map-frame {display: none;}
	.map-frame-text {display: block; text-align: center; padding: 10px 0 10px 0; font-weight: bold;}
	.map-frame-text a:hover {color: #FFF200;}

	footer .row {text-align: center;}
	footer .row ul {list-style: none;}

	.hamarosan {padding-top: 10px;}
    
    .top-logo {
        display:none;
    }
    
    .hexxa-small {
        margin:20px !important;
    }
    
    h1 {
        font-size:36px !important;
    }
    
    .subtitle {
        font-size: 16px !important;
    }
}

.white {
    color:#fff;
}

.normal-link a {
    color:#428bca;
}

.normal-link a:hover {
    color:#9f449b;
}

.simple-link a {
    color:#428bca;
}

.simple-link a:hover {
    color:#9f449b;
}

.shop-info p {
    text-align:center;
}

.wait-check,
.aszf-check,
.left-check {
    margin-left: 0px !important;
}

#status {
    text-align:center;
    margin-bottom:20px;
    margin-top:20px;
}

.loader {
    text-align: center;
    height: 50px;
    margin-top:20px;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    background: black;
    border-radius: 16px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}

.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.loader span:nth-of-type(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
@-webkit-keyframes loader {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}

.color-loader {
    text-align: center;
    height: 50px;
    margin-top:20px;
}
.color-loader span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    border-radius: 16px;
    -webkit-animation: color-loader-c 0.9s infinite alternate;
    -moz-animation: color-loader-c 0.9s infinite alternate;
}
.color-loader span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    border-radius: 16px;
    -webkit-animation: color-loader-m 0.9s infinite alternate;
    -moz-animation: color-loader-m 0.9s infinite alternate;
}
.color-loader span:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    border-radius: 16px;
    -webkit-animation: color-loader-y 0.9s infinite alternate;
    -moz-animation: color-loader-y 0.9s infinite alternate;
}
.color-loader span:nth-of-type(4) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    border-radius: 16px;
    -webkit-animation: color-loader-k 0.9s infinite alternate;
    -moz-animation: color-loader-k 0.9s infinite alternate;
}
.color-loader span:nth-of-type(1) {
    background: #00aeef;
}
.color-loader span:nth-of-type(2) {
    background: #ec008c;
}
.color-loader span:nth-of-type(3) {
    background: #fff200;
}
.color-loader span:nth-of-type(4) {
    background: #000000;
}
.color-loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.color-loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.color-loader span:nth-of-type(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
@-webkit-keyframes color-loader-c {
  0% {
    width: 8px;
    height: 8px;
    background: #00aeef;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-c {
  0% {
    width: 8px;
    height: 8px;
    background: #00aeef;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-m {
  0% {
    width: 8px;
    height: 8px;
    background: #ec008c;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-m {
  0% {
    width: 8px;
    height: 8px;
    background: #ec008c;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-y {
  0% {
    width: 8px;
    height: 8px;
    background: #fff200;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-y {
  0% {
    width: 8px;
    height: 8px;
    background: #fff200;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-k {
  0% {
    width: 8px;
    height: 8px;
    background: #000000;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-k {
  0% {
    width: 8px;
    height: 8px;
    background: #000000;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: black;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}

.color-loader2 {
    text-align: center;
    height: 50px;
    margin-top:20px;
}
.color-loader2 span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    background: black;
    border-radius: 16px;
    -webkit-animation: color-loader-c2 0.9s infinite alternate;
    -moz-animation: color-loader-c2 0.9s infinite alternate;
}
.color-loader2 span:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    background: black;
    border-radius: 16px;
    -webkit-animation: color-loader-m2 0.9s infinite alternate;
    -moz-animation: color-loader-m2 0.9s infinite alternate;
}
.color-loader2 span:nth-of-type(3) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    background: black;
    border-radius: 16px;
    -webkit-animation: color-loader-y2 0.9s infinite alternate;
    -moz-animation: color-loader-y2 0.9s infinite alternate;
}
.color-loader2 span:nth-of-type(4) {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 16px auto;
    background: black;
    border-radius: 16px;
    -webkit-animation: color-loader-k2 0.9s infinite alternate;
    -moz-animation: color-loader-k2 0.9s infinite alternate;
}
.color-loader2 span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.color-loader2 span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.color-loader2 span:nth-of-type(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
@-webkit-keyframes color-loader-c2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #00aeef;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-c2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #00aeef;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-m2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #ec008c;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-m2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #ec008c;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-y2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #fff200;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-y2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #fff200;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes color-loader-k2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #000;
    opacity: 0.1;
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes color-loader-k2 {
  0% {
    width: 8px;
    height: 8px;
    background: black;
    -moz-transform: translateY(0);
  }
  100% {
    width: 16px;
    height: 16px;
    background: #000;
    opacity: 0.1;
    -moz-transform: translateY(-15px);
  }
}

.print-holder {
    width:600px;
    height:849px;
    background-color: #fff;
    position: relative;
}
/*
.print-holder img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
*/
.color-black {
    color:#000 !important;
}

#upload-btn[disabled] {
    border: 1px solid #a05d9d;
    background-color: #a07b9e !important;
}

.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.sheet-icon {
    margin-right:10px;
}

.position-icon {
    margin-top:-5px;
    margin-right:10px;
}

.left-gap-10 {
    margin-left:10px;
}

.left-gap-20 {
    margin-left:20px;
}

.grey-hr {
    border-top: 1px solid #ccc;
}

#report ul {
    font-size:14px;
    list-style-type: afar;
    -webkit-padding-start: 20px;
}

#report .first-list {
    font-size:13px;
}

#report .second-list {
    font-size:12px;
}

#second-step label {
    text-transform:none;
}

.small-label {
    text-transform:none !important;
}

.first-list,
.second-list,
.report-low,
.report-med,
.report-high {
    display:none;
}

.binding-container label {
    font-weight:normal;
}

#swapLeft {
    position: absolute;
    top:50%;
    left:0px;
    margin:20px;
    font-size:24px;
    opacity:0.3;
    cursor:pointer;
    /*border: 1px solid #fff;*/
}

#swapLeft:hover {
    opacity:0.8;
    font-size:28px;
    margin-top:18px;
}

#swapRight {
    position: absolute;
    top:50%;
    right:0px;
    margin:20px;
    font-size:24px;
    opacity:0.3;
    cursor:pointer;
    border: 1px solid #fff;
}

#swapRight:hover {
    opacity:0.8;
    font-size:28px;
    margin-top:18px;
}

#pageInfo {
    position:absolute;
    text-align:center;
    opacity:1;
    bottom:0px;
    left:0px;
    background: rgba(210, 210, 210, 0.3);
    padding:10px 20px;
}

#sendToPrint {
    cursor:pointer;
    position:absolute;
    text-align:center;
    opacity:1;
    bottom:0px;
    right:0px;
    background: rgba(210, 210, 210, 0.3);
    padding:10px 20px 10px 20px;
    border-radius: 0;
    text-transform: capitalize;
}

#sendToPrint:hover{
	background-color: #9f449b;
	color: #fff;
}
#sendToPrint:disabled {opacity: 0.5;}

#only_pages,
#ridgegilt,
#only_pages_color {
    width:100%;
}

.no-margin {margin: 0;}

.page-row {
  margin: 0;
}
.preview-img {
  text-align: center;
}

.preview-img img {
  width: 100%;
  /*border: 1px solid #000;*/
}
.c6 .preview-img {
  width: 79%;
  margin: 2% auto;
}
.c9 .preview-img, .c4 .preview-img, .c2 .preview-img{
  width: 100%;
  margin: 5% auto;
}
.c1 .preview-img {
  width: 100%;
  margin: 4% auto;
}
.print-holder .col-xs-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.print-holder .col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width:992px) {
  .c6 .preview-img {
    width: 76%;
  } 
  .c9 .preview-img {
    width: 95%;
  } 
  .c4 .preview-img {
    width: 97%;
  }
}
@media only screen and (max-width:500px) {
   .c6 .preview-img {
    width: 82%;
  } 
}



@media only screen and (max-width:990px) {
    .shop-info {
        margin-top:40px;
    }
}

@media only screen and (max-width:500px) {
    .shop-info {
        margin-top:0px;
    }
}

.form-cover input[type=text],
.form-cover input[type=password] {
    width: 100%;
}
.form-cover label {
    margin-top: 10px;
    font-weight:normal;
}

.top-second-container,
.szakd-second-container,
.mid-second-container,
.mm-second-container,
.mm-third-container,
.bottom-second-container,
.bottom-third-container {
    display:none;
}

.row-container-second {
    display:none;
}

.left {float: left;}
.right {float: right;}

#szakd-first,
#szakd-second {
    text-transform: uppercase;
}

.gold-text {
    color: #f8a918;
    font-family: 'Open Sans', sans-serif;
}
.silver-text {
    color: #cbcbcb;
    font-family: 'Open Sans', sans-serif;
}

.dipi-holder {
    overflow: hidden;
    width:585px;
    height:827.357142857143px;
    background-color: #000;
    position: relative;
    background-image:url("../images/dip-cover.jpg");
}

.position-icon {
    max-width:16px;
}

.wide-position-icon {
    max-width:35px;
}

.form-cover input[type=radio] {
    margin-right: 4px;
    margin-left: 4px;
}

.holder-check {
    margin-left:36px !important;
}

.dipi-row {
    margin:0px;
    padding:5px 15px;
}

.dipi-row .row {
    margin:10px 0px;
}

.dipi-upper {
    height:670px;
    width:100%;
    position:relative;
}

.dipi-template {
    position:absolute;
    width:100%;
    bottom:0;
}

.dipi-margin {
    margin-top: 45px;
    -moz-transition: all 0.5s ease-out;  /* FF4+ */
    -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.5s ease-out;  /* IE10 */
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
    .dipi-margin {
        margin-top: 0px;
    }
}

.simple-label {
    text-transform:none !important;
    font-weight:normal;
}

.dipi-row .small-row {
    height:35px;
    font-size:15px;
    vertical-align:middle;
    letter-spacing:3px;
}

.dipi-row .large-row {
    height:45px;
    font-size:25px;
    vertical-align:middle;
    letter-spacing:8px;
}

.position-left {
    text-align:left;
}

.double-position-left {
    float:left;
    padding-right: 15px;
    padding-left: 15px;
}

.position-mid {
    text-align:center;
}

.position-right {
    text-align:right;
}

.double-position-right {
    float:right;
    padding-right: 15px;
    padding-left: 15px;
}

.form-cover input {
    /*border: 1px solid #999;*/
    padding:0px 5px;
}

.form-cover input.error {
    border: 2px solid #c00;
}

.form-cover input.error:focus {
    border: 1px solid #f00;
}

.input-error {
    border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}

.input-error:focus {
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.second-main-block {
    margin-top:30px;
}

.form-cover .form-control {
    height:22px;
}

.form-cover .btn {
    padding: 0px 6px;
    border-radius:3px;
}

.form-cover .glyphicon {
    top: 2px;
}

.form-cover .btn-default {
    border-color:#999;
}

.small-table {
    font-size: 12px;
}

.topless-box {
    border-radius: 0 0 5px 5px;
}

.nav-tabs>li>a {
    background-color: rgba(255, 255, 255, .4);
}

.nav-tabs>li>a:hover {
    background-color: rgba(255, 255, 255, .7);
}

.bc-cover .input-group-addon {
    padding: 2px 10px;
    border-radius: 0px;
}

.bc-cover .form-control {
    border-radius: 0px;
}

.bc-cover label {
    font-weight:bolder;
}

.bc-holder {
    background-color:#ffffff;
}

.bc-holder .print-holder {
    background-color:#000000;
    background-position: center top;
    background-size: 100% auto;
}

.bc-holder .print-holder {
    height:325px;
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    border: 1px solid #ccc;
}

.bc-cover .help-block {
    margin-bottom: 0px;
}

.bc-cover .file-input {
    padding:0;
    width: 100%;
}

.bc-row {
    margin:0px;
    padding:5px 15px;
    color:#ffffff;
}

.bc-row .small-row {
    height:35px;
    font-size:15px;
    vertical-align:middle;
}

.overflow-visible {
    overflow:visible !important;
}

#bc-form #second-step {
    opacity:0.5;
}

#bc-form #third-step {
    opacity:0.5;
}

.reviews a {
    color:#fff;
}

section:after {
    content:' ';
    padding:20px;
}

.index-section:after {
    content:'';
    padding:0px;
}

/* Owerrides */

#sticky_navigation {
    background: rgba(255,255,255,0.8);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.navbar-header {
    margin-top:12px;
    margin-left:12px;
}

header {
    padding: 10px 0;
}

.sticky {
    padding: 0px 0;
}

.navbar-nav {
    margin-top: 7.5px;
}

.nav a {
    font-size:18px;
}

.container-fluid {
    /*margin-top:103.5px;*/
    margin-top:0px;
}

/*.header-padding {
    margin-top:82.5px;
}*/

.hexxa-big {
    background: url(../images/hexxa_big_small.png);
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: 180px;
    height: 196px;
    text-align: center;
    padding-top: 50px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hexxa-big:hover {
    background: url(../images/hexxa_big_o_small.png);
    cursor: pointer;
}

.hexxa-title {
   font-size: 14px; /* 16px */
    margin-top:12px;
}

.hexxa-small .hexxa-title {
    margin-top:6px;
}

.hexxa-small {
    background: url(../images/hexxa_small_small.png);
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: 140px;
    height: 152px;
    text-align: center;
    padding-top: 50px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-top: -20px;
}

.hexxa-small:hover {
    opacity: .5;
    cursor: pointer;
}

.hexxa-big img {
    height:60px;
}

.sheet-icon {
    max-width:50px;
}

.hexxa-black {
    background: url(../images/hexxa_small_black_small.png);
    width: 140px;
    height: 151px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    text-align: center;
    padding-top: 50px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hexxa-black img {
    height:50px;
}

.hexxa-white {
    background: url(../images/hexxa_small_white_small.png);
    width: 140px;
    height: 151px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    text-align: center;
    padding-top: 50px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hexxa-white img {
    height:50px;
}

.hexxa-white:hover {
    cursor: pointer;
    background: url(../images/hexxa_small_blue_small.png);
}

.service-list {
    margin: 50px auto;
    text-align: center;
}

.service-list a {
    color:#fff;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.service-list a:hover {
    color:#00bff3;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.shops {
    padding:50px 0;
}

.about {
    padding:50px 0;
}

.header-logo img {
    margin-top: -15px;
}

.services-more {
    padding:50px 0;
}

.news {
    padding:50px 0;
}
h1 {
    font-size: 50px;
}
.subtitle {
    font-size: 20px
}

/* corrective ov css margin&padding reset missing */
.service-list,
.news-list,
.tab-nav,
ul {
    margin-left: -40px;
}

.services-more-changing,.maps{display:block;}
.services-more-changing,.shop-info{display:none;}
.services-more-changing,.shop-info.active{display:block;}

.map-frame {
    max-width:none;
}
#map_canvas {
    width: 100%;
    margin: 0 auto;
}

#profile-tab {
    margin-left: 0px;
}

.nofocus:focus,
button:focus {
    outline: none;
}

.pay-button {
    text-transform: none;
    font-size:12px;
}

.paypal-all {
    margin-top:10px;
    text-transform: none;
}

.pp-button {
    height:20px;
    margin-top:-4px;
}

.footer-contact-list li {
    margin-bottom:10px;
}

.footer-details-list li {
    margin-bottom:10px;
}

.footer-fb-block {
    margin-top:20px;
}

#report ul {
    margin-left:0px;
}

input[type="file"] {
    width: 100%;
}
.sikeres-first-row>div  {
    margin-top:20px;
}
.sikeres-second-row>div  {
    margin-top:40px;
}
.sikeres-box h2 {
    color:#00bff3;
}
.sikeres-box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top:10px;
}
.hexa-box {
    position:relative;
    top:-15px;
}
.hexa-box .order_id {
    position:relative;
    top:105px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.hexa-box .order_id {
    position:relative;
    top:105px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
a .hexa-box .order_id {
    color:#fff;
}
a:hover .hexa-box .order_id {
    color:#ccc;
}
.koszonjuk-link a {
    font-size:20px;
    color:#ec008c !important;
}
.koszonjuk-link a:hover {
    color:#d80181 !important;
}
.sikeres-box .btn-1 {
    padding: 6px 10px 6px 10px;
}
.four-digits-input {
    width:54px;
}
.error-text {
    color:#f33 !important;
}
.btn-up-some {
    top:-4px;
    position:relative;
}
.info-icon {
    font-size: 14px !important;
    text-transform: none !important;
}
.sikeres-box .choose {
    color: #00bff3;
    font-size:18px;
    margin-top:20px;
}
#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
#preview img {
    width:300px;
}
.tooltipLink {
    text-transform: none !important;
}
.without-reg {
    text-align:center;
    color:#ec008c;
    font-size:12px;
    margin-bottom:6px;
}
.non-row-divider {
    position:relative;
    top:23px;
}
.pay-group {
    display:flex;
}
.pay-group form,
.pay-group button {
    float:left;
    margin: 0 2px;
}
.pay-row {
    float:left;
    position:relative;
}
#bk-pay-all {
    position: relative;
    right: 10px;
}
.pay-image-row img {
    width:120px;
    position:relative;
    right:200px;
    float: right;
}
.pay-image-row a img {
    position:relative;
    right:50px;
}
.barion-logo {
    width: 90%;
    left: 0;
    top:8px;
    margin-bottom:18px;
    position:relative;
}

@media screen and (max-width: 991px) {
    .barion-logo {
        display: inherit;
        left:0px;
    }
    .follow-it,
    .follow-it3 {position: relative !important;}
    .follow-it {margin-bottom: 90px !important;}

}

@media screen and (max-width: 500px) {
    .barion-logo {
        text-align:center;
        margin: 0 auto;
        margin-top:10px;
        margin-bottom:16px;
    }
}

.paypal-image-responsive,
.barion-image-responsive {
    display:none;
}

@media screen and (max-width: 780px) {
    .paypal-image-nonresponsive,
    .barion-image-nonresponsive {
        display:none;
    }
    .paypal-image-responsive,
    .barion-image-responsive {
        display:inline;
        float:right;
        margin-top:8px;
    }
}
@media (max-width: 480px) {
    .nav-tabs {
        margin-top:20px;
    }
    .nav-tabs > li {
        float:none;
    }
}
.table-responsive {
    border:none;
}
.magenta-hexa-small {
    background:url(../images/magenta_hexa_small.png);
    margin-top: -18px;
}
.ul-non-left {
    margin-left:0px;
}
.normal-label,
.label-normal {
    text-transform:none !important;
    font-weight:normal !important;
    display:initial !important;
}

#notify_overlay {
    width:90%;
    /*height:64px;*/
    background:#000;
    padding:0px 40px 20px 40px;
    /*font-family: "Franklin Gothic Demi", sans-serif;*/
}

.notify_overlay_text {
    margin:0 auto;
    text-align:center;
    color:#000;
    font-size: 18px;
}

.notify_overlay {
    width:0px;
    height:0px;
    display:none;
}

.notify_overlay_open {
    width:0px;
    height:0px;
    display:none;
}
.notify_overlay_close_visible {
    cursor:pointer;
    padding:10px;
    position: absolute;
    right: 0;
    top: calc(50% - 19px);
}
.notify_overlay_close_visible i {
    color:#fff;
    font-size:24px;
}
.notify-bg {
    background:#fff !important;
}
.popup {
    text-align:center !important;
}
.popup p {
    text-align:center !important;
}
.popup-bg {
    position: relative;
    /*background-image: url(../images/popup_bg.png);
    background-position: center right;
    background-repeat: no-repeat;*/
    background-color: #fff;
    background-size: contain;
    background-attachment: fixed;
    text-align: center;
}
.popup-bg .logo {
    text-align: left;
}
.popup-bg .logo img {
    max-width: 100%;
    max-height: 100%;
}
.popup-bg .content {
    margin-top: -100px;
}
.text-pink {
    color: #ec008c;
}
.text-uppercase {
    text-transform: uppercase;
}
.popup .content h2 {
    font-size: 30px;
}
.popup .content h3 {
    font-size: 25px;
}
.popup .script {
    font-style: "Segoe Script", sans-serif;
}
.popup-bg .close {
    font-size:24px;
    position: absolute;
    right: -30px;
    top: 10px;
    color: #fff;
}
.popup-bg .close i {
    color: #000;
}
@media (max-width: 1199px) {
    .popup-bg .content {margin-top: 20px;}
    .popup-bg .logo {text-align: center;}
    .popup-bg {background-image: none;}
}
@media (max-width: 779px) {
    .popup .icon img {
        width: 35%;
    }
}
.popup .icons a {
    top:20px;
    position:relative;
}



/* Karrier */

#career {
  text-align: center;
}
#career p,
#career li {
  font-size: 14px; /*20px*/
  text-align: center;
}
#career h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
}
#career .career_members {
  text-align: center;
  margin: 30px auto;
}
#career .career_members div:nth-child(2) {
  margin-top: -30px;
}
#career .career_members img {
  display: inline-block;
  width: 177px;
  height: 189px;
}
#career .full-width,
#career .full-width img {
  width: 100%;
}
#career ul li {
  list-style: none;
}
#career img {
  text-align: center
}

#career .csopkep {width: 100%; max-width: 300px;}

.ul-list{
    margin:0;
}
.barion-image-nonresponsive {
    width: 65px !important;
}

.employee-title {
  color: red;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; /*height: 1.5em;*/ }
html>body #sortable li { /*height: 1.5em;*/ line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
#uploaded-files-list {
    display: block;
}

.orderMoreModal .modal-header{
	padding: 30px 15px 0px 25px;
}
.orderMoreModal .modal-title {
    margin: 0px 20px 0px 10px;
    line-height: 2em;
    color: #EF0044;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Open Sans', Arial,sans-serif;
    border-bottom: 1px solid #EF0044;
    padding-bottom: 10px;
}
.orderMoreModal .modal-header .close {
    margin-top: -20px;
}
.orderMoreModal .close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Open Sans',arial, sans-serif; 
    color: #ef0044;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.orderMoreModal .modal-footer {
    padding: 40px 0px;
    /* text-align: right; */
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: space-around;
    border-top: 1px solid #EF0044; 
}
.orderMoreModal .modal-footer div img{
	height: 74px;
	width: auto;
	vertical-align: super;
}
.orderMoreModal .modal-footer div button:first-child{
	background: #00bff3 !important;
    color: white;
    padding: 12px 25px;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    margin: 0px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Open Sans', arial, sans-serif;
    text-shadow: 1px 0px 0px rgba(0,0,0,.01);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.orderMoreModal .modal-footer div button:last-child{
	background: #00bff3;
    color: white;
    padding: 12px 25px;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Open Sans', arial, sans-serif;
    text-shadow: 1px 0px 0px rgba(0,0,0,.01);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* file uploader */

.print-file{
	background-color: rgba(222,209,190,1);
	width: width: 100%;
	padding: 10px 15px;
}

.print-file h2, p{
	font-family: Arial, Helvetica, sans-serif;
}

.print-file .head{
	text-transform: uppercase;
	font-size: 19px;
}

.hidden-choose-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.hidden-choose-file-input + label {
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid rgba(241,7,73,1);
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    color: rgba(241,7,73,1);
    cursor: pointer;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    font-weight: 200;
}

/*#calendar-form #first-step*/ .files-icon {
    width: 20px;
    height: 23px;
    background-image: url(../images/files-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}

#calendar-form #first-step .files-container {background-color: rgba(222,209,190,1);}
#calendar-form #first-step .files-container p {text-align: center;}

#calendar-form #first-step .files-container .hidden-choose-file-input + label { text-align: center; float: none; width: 170px; margin-right: 0;}

#calendar-form #first-step .month-selector {color: #000;}

#memo,
.date,
.pink-border-input {
  /*text-transform: uppercase;*/
  background: #ffffff;
    /*border: 1px solid rgba(241,7,73,1);*/
    border: 1px solid #ec008c;
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    /*color: rgba(241,7,73,1);*/
    color: #ec008c;
}
.pink-border-input::-webkit-input-placeholder{color: rgba(241,7,73,1);}
.pink-border-input::-moz-input-placeholder {color: rgba(241,7,73,1);}

fieldset.form-cover .pink-border-input {padding: 0;}

#priceDetails table td {
  border: 1px solid rgba(241,7,73,1);
}
.third-step-pre .small-input,
.real-third-step .small-input,
#calendar-form #first-step .small-input {
  display: inline-block;
  text-transform: uppercase;
  background: #ffffff;
    border: 1px solid rgba(241,7,73,1);
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    color: rgba(241,7,73,1);
}

#second-step #count {display: inline-block;}
.form-2 select#shop,
.form-2 select#paper {
  text-transform: uppercase;
  background: #ffffff;
    /*border: 1px solid rgba(241,7,73,1);*/
    border: 1px solid #ec008c;
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    /*color: rgba(241,7,73,1);*/
    color: #ec008c;
    cursor: pointer;
}
.print-file #upload-btn{
	text-transform: uppercase;
	background: #ffffff;
    border: 1px solid rgba(241,7,73,1);
    padding: 5px;
    border-radius: 7px;
    text-decoration: none;
    color: rgba(241,7,73,1);
    float: right;
    cursor: pointer;
}
.pink-text {color: rgba(241,7,73,1) !important;}
.margin-left-5 {margin-left: 5px;}
.bg-white {background-color: #fff;}

.btn-pink {
  background: rgba(241,7,73,1);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.hidden-choose-file-input + label:hover,
.print-file #upload-btn:hover{
	background: rgba(241,7,73,1);
	border: 1px solid #ffffff;
	color: #ffffff;
}

.print-file #dropped-files{
	min-height:170px;
	border: 3px dashed rgba(241,7,73,1);
	margin-bottom: 15px;
	border-radius: 8px;
	padding: 20px;
}

.print-file .clear{
	clear: both;
}

.print-file #dropped-files #no-file-text{
	text-align: center;
	margin-top: 55px;
	font-weight: bold;
}

.print-file #dropped-files .file-to-upload{
	list-style: none;
    margin-bottom: 10px;
    border: 1px solid rgba(241,7,73,1);
    padding: 6px;
    border-radius: 6px;
    cursor: move;
    word-wrap: break-word;
}

.print-file #dropped-files .file-to-upload p{
	font-size: 14px;
	margin: 0px;
	float: left;
	width: 95%;
}

.print-file #dropped-files .file-to-upload .delete-holder{
    float: right;
}

.print-file #dropped-files .file-to-upload .delete-holder a{
	text-decoration: none;
	color: rgba(241,7,73,1);
}

.delete-file{
	cursor: pointer;
}

#price-holder{
	margin-top: 13px;
    height: 28px;
}



.input-container {
    position: relative;
    overflow: hidden;
    border: 3px dashed rgba(241,7,73,1);
    padding: 0px;
    min-height: 117px;
    margin-bottom: 3px;
    background-color: rgba(222,209,190,1);
}

.calendar-file {
   	display: inline-block;
   	/*margin-top: -2px;*/
   	margin-bottom: 3.5px;
   	border: 3px dashed rgba(241,7,73,1);
	width: 100%;
	padding: 124px 0 0 0;
	height: 100px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(222,209,190,1);
	border-radius: 6px;
	background-size: 150px 100px;
  /*position: absolute;left: 5%;width: 90%;*/
}

.calendar-maker-form .files-container .file-button {cursor: pointer;}

/*scrolling div test */
.page-row,
.follow-it,
/*.print-holder {max-height: 460px !important;}*/
.print-holder {height: 460px !important;}
.print-holder.c1 .preview-img {height: 460px; margin:0;}
/*.print-holder.c4 .preview-img {width:60%;}*/
.print-holder.c4 .preview-img {width:100%;}
.preview-img img {
    /* width: 100%; */
    /* border: 1px solid #000; */
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.print-holder.c9 .preview-image {width: 55%;}*/
.print-holder.c9 .preview-image {width: 100%;}

/*.c9 .preview-img {width: 55%;}*/
.c4 .preview-img {margin:0 auto;}
.c2 .preview-img img,
.c6 .preview-img img {margin: auto;}

.calendar-maker-form .files-container .modify {color: #52AA5E !important; border: 1px solid #52AA5E !important;}

.logo-link {
    width: 230px;
    height: 40px;
    position: absolute;
    z-index: 100000;
}


.print-holder.c1,
.print-holder.c4,
.print-holder.c9 {width: 340px !important;}
.print-holder.c1[data-orient="2"],
.print-holder.c2,
.print-holder.c6 {width: 585px !important;}

.follow-it-centering {
  left: 50%;
  transform: translate(-30%, 0%);
}

.active-month {border-bottom: 2px solid #000;}

@media only screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: auto !important;
    }
    .follow-it-centering {
      left: 0%;
      transform: translate(0%, 0%);
    }
    .print-holder.c1,
    .print-holder.c4,
    .print-holder.c9 {width: auto !important;}
    .print-holder.c1[data-orient="2"],
    .print-holder.c2,
    .print-holder.c6 {width: auto !important;}
}

.dip-form .form-cover .pink-border-input {text-transform: none;}

.reviews {
    height: auto !important;
}

.reviews-header {
    padding-left: 8px;
    padding-right: 8px;
}

.reviews table th {
    text-transform: none !important;
}

.too-long-error-message {
    color: #cc0000;
    font-size: 12px;
    margin: 12px;
    display: none;
}

#main-sidenav-container{
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10000;
}

#main-sidenav-close{
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  height: 150px;
  right: 0;
  width: 103px;
}

#main-sidenav-open{
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  height: 150px;
  right: 0;
  width: 840px;
  margin-right: -850px;
}

#main-sidenav-close #sidenav-corner-a{
  height: 151px;
  margin-top: -1px;
  margin-left: -75px;
  float: left;
}

#main-sidenav-open #sidenav-corner-b{
  height: 150px;
  margin-top: -1px;
  float: left;
}

#sidenav-corner-c{
  margin-top: -115px;
  float: right;
}

#main-sidenav-close .sidebar-order-text{
  font-weight: bold;
  position: absolute;
  margin-top: 44px;
  font-size: 18px;
}

#main-sidenav-open .sidenav-wrapper .inner-wrapper .order-box .sidenav-order-icons{
  width: 70px;
}

#main-sidenav-open .sidenav-wrapper .inner-wrapper .order-box{
  float: left;
  width: 120px;
  text-align: center;
}

#main-sidenav-open .sidenav-wrapper .inner-wrapper .order-box p{
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

#main-sidenav-close .sidenav-wrapper .inner-wrapper, #main-sidenav-open .sidenav-wrapper .inner-wrapper{
  margin-top: 20px;
  position: absolute;
  margin-left: -30px;
}

#main-sidenav-open .sidenav-wrapper .inner-wrapper{
  margin-left: 78px;
}

@media only screen and (max-width: 767px) {
  #main-sidenav-close, #main-sidenav-open{
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .nav>li.hidden-sm-up{
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .hexxa-big img{
    width: auto !important;
  }

  .hexxa-white img{
    width: auto;
  }

  .navbar-nav>li>a{
    line-height: 15px;
  }
}

.login-form .normal-label.error{
  color: #a94442;
}

.cookie-policy{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  padding: 30px 14px;
}

.cookie-policy .buttons{
  margin-top: 20px;
}

.home-delivery label{
  color: #000;
}

.home-delivery .d-none{
  display: none !important;
}

.home-delivery .form-group .error-text{
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 11px;
}

.home-delivery .form-group.has-error .error-text{
  display: block;
}


.delivery-input-checkbox{
  display: none;
}

.delivery-label-checkbox{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 20px;
    top: 2px;
}

.delivery-label-checkbox:before{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: '';
  border: 1px solid #000;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}

.delivery-input-checkbox:checked ~ .delivery-label-checkbox:before{
  background-color: #2196F3;
  border-color: #2196F3;
}
.delivery-input-checkbox:checked ~ .delivery-label-checkbox:after{
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    margin-top: -6px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delivery-input-checkbox:disabled ~ .delivery-label-checkbox{
  opacity: .3;
}

table.unnepi-nyitvatartas {
  border: 1px solid white;
}
table.unnepi-nyitvatartas td {
  border: 1px dotted white;
}