.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip-content img {
  max-width: 100%;
  min-width: 200px;
}
::-webkit-input-placeholder {
  color: #313336;
}
::-moz-placeholder {
  color: #313336;
}
:-ms-input-placeholder {
  color: #313336;
}
input:-moz-placeholder {
  color: #313336;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
.clear {
  clear: both;
}
body {
  font-family: 'Palatino Linotype', sans-serif;
}
#header {
  min-height: 150px;
  width: 100%;
  background: #313336;
}
#header.hidden-xs {
  display: block !important;
}
#header .inner {
  max-width: 1165px;
  margin: 0px auto;
}
#header .inner .left {
  float: left;
  height: 100px;
  padding-top: 2px;
}
#header .inner .left img {
  position: absolute;
}
#header .inner .right {
  float: right;
}
#header .inner .right .newsletter {
  margin-top: 7px;
  background: #f12005;
  height: 40px;
  line-height: 40px;
  width: 141px;
}
#header .inner .right .newsletter span {
  width: 95px;
  text-indent: 13px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-right: -4px;
  text-transform: uppercase;
}
#header .inner .right .newsletter form {
  display: inline-block;
}
#header .inner .right .newsletter form input[type="text"] {
  text-indent: 9px;
  font-size: 12px;
  color: #313336;
  position: relative;
  top: -2px;
  background: url(../img/input_text.png) no-repeat;
  width: 213px;
  height: 32px;
  border: 0px;
  line-height: normal;
}
#header .inner .right .newsletter form input[type="submit"] {
  margin-left: 12px;
  position: relative;
  top: 10px;
  background: url(../img/input_submit_header.png) no-repeat;
  border: 0px;
  width: 19px;
  height: 19px;
}
#header .inner .right ul {
  margin-top: 15px;
  margin-bottom: 0;
}
#header .inner .right ul li:last-child a {
  padding-right: 0;
}
#header .inner .right ul li:last-child a:after {
  display: none;
}
#header .inner .right ul li:hover a,
#header .inner .right ul li.current a {
  color: #57d4f5;
}
#header .inner .right ul li a {
  padding-right: 3px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
#header .inner .right ul li a:after {
  position: relative;
  left: 11px;
  content: "|";
  font-size: 14px;
  color: #fff;
}
#header .inner .lines {
  margin-top: -10px;
  margin-bottom: -5px;
}
#header .inner .lines .w33 {
  background: #fe8929;
  display: inline-block;
  width: 33.3%;
  margin-right: -4px;
  height: 5px;
}
#header .inner .lines .w33:first-child {
  background: #57d4f5;
}
#header .inner .lines .w33:last-child {
  background: #f12005;
}
#header .inner .info-search {
  background: #262626;
  height: 45px;
  line-height: 45px;
}
#header .inner .info-search .left-side {
  float: left;
  font-size: 12px;
  color: #fff;
  text-indent: 20px;
}
#header .inner .info-search .left-side a {
  color: #57d4f5;
}
#header .inner .info-search .right-side {
  width: 280px;
  float: right;
}
#header .inner .info-search .right-side span {
  font-size: 12px;
  color: #fff;
}
#header .inner .info-search .right-side form {
  display: inline-block;
}
#header .inner .info-search .right-side form input[type="text"] {
  margin-left: 4px;
  border: 0;
  height: 28px;
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  line-height: normal;
  width: 185px;
  position: relative;
  top: -10px;
}
#header .inner .info-search .right-side form input[type="submit"] {
  border: 0;
  background: url(../img/search.png) no-repeat;
  width: 17px;
  height: 17px;
  position: relative;
  top: 16px;
  margin-left: 5px;
}
.inner.w33 {
  max-width: 1165px;
  margin: 0px auto;
}
.inner.w33 .col-md-4 {
  background: #fe8929;
  padding-right: 1px;
  border-right: 1px solid #fff;
}
.inner.w33 .col-md-4:first-child {
  background: #57d4f5;
}
.inner.w33 .col-md-4:first-child a {
  background-image: url(../img/shop_1.png);
}
.inner.w33 .col-md-4:last-child {
  background: #f12005;
  padding-right: 0;
  border-right: 0;
}
.inner.w33 .col-md-4:last-child a {
  background-image: url(../img/shop_3.png);
}
.inner.w33 .col-md-4 a {
  padding-left: 60px;
  position: relative;
  top: 12px;
  display: inline-block;
  height: 46px;
  background: url(../img/shop_2.png) no-repeat;
}
.inner.w33 .col-md-4 a span {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
}

.inner.w33 .col-md-4 a:hover span:first-child {
    text-decoration: underline!important;
}

.inner.w33 .col-md-4 a span:nth-child(2) {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
#footer {
  min-height: 287px;
}
#footer .top {
  min-height: 251px;
  background: #313336;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#footer .top .inner {
  max-width: 1165px;
  margin: 0px auto;
}
#footer .top .inner .h46 {
  height: 46px;
  background: #262626;
  border-top: 5px solid #f12005;
  position: relative;
}
#footer .top .inner .h46:before {
  content: "";
  position: absolute;
  top: -5px;
  height: 5px;
  width: 33.3%;
  background: #57d4f5;
}
#footer .top .inner .h46:after {
  content: "";
  position: absolute;
  top: -5px;
  height: 5px;
  left: 33.3%;
  width: 33.3%;
  background: #fe8929;
}
#footer .top .inner .h46 .inner {
  max-width: 960px;
  margin: 0px auto;
}
#footer .top .inner .h46 .inner .col-md-3 .title {
  font-family: 'Palatino Linotype', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  min-height: 42px;
  line-height: 42px;
  padding-top: 2px;
}
#footer .top .inner .inner {
  font-family: 'Palatino Linotype', sans-serif;
  max-width: 960px;
  margin: 0px auto;
  margin-top: 17px;
}
#footer .top .inner .inner ul li a {
  color: #4bafe0;
  font-size: 12px;
  line-height: 24px;
}
#footer .top .inner .inner .open {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
#footer .top .inner .inner .open strong {
  font-weight: bold;
  font-size: 14px;
}
#footer .top .inner .inner .elerhetoseg {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
#footer .top .inner .inner .elerhetoseg a {
  color: #4bafe0;
}
#footer .top .inner .inner .newsletter {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
#footer .top .inner .inner .newsletter input[type="text"] {
  color: #333;
  background: url(../img/input_text.png) no-repeat;
  max-width: 100%;
  width: 213px;
  height: 32px;
  text-indent: 15px;
  border: 0;
  margin-bottom: 4px;
}
#footer .top .inner .inner .newsletter input[type="submit"] {
  background: url(../img/input_submit.png) no-repeat 180px 8px #4bafe0;
  max-width: 100%;
  width: 213px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-indent: 32px;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  text-align: left;
}
#footer .bottom {
  min-height: 36px;
  line-height: 36px;
}
#footer .bottom .inner {
  max-width: 965px;
  margin: 0px auto;
  color: #707070;
  font-size: 11px;
  font-family: 'Candara', Arial, sans-serif;
}
#footer .bottom .inner img {
  vertical-align: top;
}
#fb {
  position: fixed;
  right: 0px;
  height: 289px;
  top: 200px;
  width: 33px;
  overflow: hidden;
  cursor: pointer;
}
#fb:before {
  content: "";
  background: url(../img/fb.png);
  width: 33px;
  height: 289px;
  display: inline-block;
  margin-right: -4px;
}
#fb .box {
  display: inline-block;
  background: #3a5a97;
  width: 267px;
  vertical-align: top;
  padding: 8px;
}
#fb .box .fb_iframe_widget {
  background: #fff;
}
#fb:hover {
  width: 300px;
}
.rwd {
  display: none;
}
@media (max-width: 920px) {
  #footer .top .inner .inner .col-md-3:nth-child(4) {
    display: none;
  }
  #footer .top .inner .inner .col-md-3 {
    width: 33.3%;
  }
}
@media (max-width: 660px) {
  #footer .top .inner .inner .col-md-3:nth-child(4) {
    display: block;
  }
  #footer .top .inner .inner .col-md-3 {
    width: 50%;
  }
  #footer > div.top > div > div.h46 > div > div:nth-child(3) {
    display: none !important;
  }
  #footer > div.top > div > div.h46 > div > div:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 500px) {
  #footer .top .inner .inner .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .inner.w33 {
    text-align: center;
  }
  .inner.w33 .col-md-4 {
    padding: 5px 0;
  }
  .inner.w33 .col-md-4 a {
    height: 60px;
  }
}
@media (max-width: 620px) {
  .inner.w33 .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header.hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .rwd {
    display: block;
  }
}
@media (max-width: 800px) {
  #header .inner .info-search .left-side {
    text-indent: 5px;
    font-size: 12px;
  }
  #header .inner .info-search .right-side span {
    display: none;
  }
  #header .inner .info-search .right-side {
    width: auto;
    padding-right: 5px;
  }
}
.navbar-default {
  background: #fe8929;
  margin-bottom: 0;
}
.navbar-default a {
  color: #fff !important;
}
.navbar-default .navbar-toggle {
  background: #fff;
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fe8929;
}
.navbar-default .navbar-toggle > span:nth-child(2) {
  background: #57d4f5;
}
.navbar-default .navbar-toggle > span:nth-child(4) {
  background: #f12005;
}
.navbar-default .navbar-nav {
  margin: 0;
}
.navbar-default .navbar-collapse.collapse.in {
  background: #f12005;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #57d4f5 !important;
}
