/* Typography */
@import url(https://fonts.googleapis.com/css?family=Crete+Round);
button,
.button,
.sb-button,
.bluebutton,
.coupon-button,
.greybutton,
.orangebutton,
.orangebutton-b,
.orangebutton-s,
.pricebutton,
.pricebutton-chck,
.nextbutton,
.prevbutton,
.social-button,
.dix-button {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  top: 0px; }
  button:hover,
  button:focus,
  .button:hover,
  .button:focus,
  .sb-button:hover,
  .sb-button:focus,
  .bluebutton:hover,
  .bluebutton:focus,
  .coupon-button:hover,
  .coupon-button:focus,
  .greybutton:hover,
  .greybutton:focus,
  .orangebutton:hover,
  .orangebutton:focus,
  .orangebutton-b:hover,
  .orangebutton-b:focus,
  .orangebutton-s:hover,
  .orangebutton-s:focus,
  .pricebutton:hover,
  .pricebutton:focus,
  .pricebutton-chck:hover,
  .pricebutton-chck:focus,
  .nextbutton:hover,
  .nextbutton:focus,
  .prevbutton:hover,
  .prevbutton:focus,
  .social-button:hover,
  .social-button:focus,
  .dix-button:hover,
  .dix-button:focus {
    top: -2px;
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }
  button:active,
  .button:active,
  .sb-button:active,
  .bluebutton:active,
  .coupon-button:active,
  .greybutton:active,
  .orangebutton:active,
  .orangebutton-b:active,
  .orangebutton-s:active,
  .pricebutton:active,
  .pricebutton-chck:active,
  .nextbutton:active,
  .prevbutton:active,
  .social-button:active,
  .dix-button:active {
    top: 1px;
    box-shadow: none;
    outline: none; }

@font-face {
  font-family: 'fficons';
  src: url("../fonts/fficons.eot?f5cj9n");
  src: url("../fonts/fficons.eot?#iefixf5cj9n") format("embedded-opentype"), url("../fonts/fficons.ttf?f5cj9n") format("truetype"), url("../fonts/fficons.woff?f5cj9n") format("woff"), url("../fonts/fficons.svg?f5cj9n#fficons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'fficons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calculator:before {
  content: "\e601"; }

.icon-skype:before {
  content: "\e600"; }

.icon-exclamation:before {
  content: "\21"; }

.icon-tick:before {
  content: "\29"; }

.icon-email:before {
  content: "\40"; }

.icon-plus:before {
  content: "\5e"; }

.icon-compass:before {
  content: "\63"; }

.icon-clock:before {
  content: "\64"; }

.icon-facebook:before {
  content: "\66"; }

.icon-home:before {
  content: "\68"; }

.icon-infosquare:before {
  content: "\69"; }

.icon-logout:before {
  content: "\6c"; }

.icon-mobile:before {
  content: "\6d"; }

.icon-dot:before {
  content: "\6f"; }

.icon-person:before {
  content: "\70"; }

.icon-settings:before {
  content: "\73"; }

.icon-telephone:before {
  content: "\74"; }

.icon-list:before {
  content: "\75"; }

.icon-minus:before {
  content: "\76"; }

.icon-footprint:before {
  content: "\77"; }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  margin: 0;
  padding: 0;
  font-family: "Crete Round", serif; }

* {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: 400;
  margin: 0;
  padding: 0; }

.h1,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Crete Round", serif;
  word-break: keep-all; }

.h1,
h1 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 110%;
  font-size: 1.375rem;
  font-weight: 400;
  color: #903001; }

h1.twocol {
  line-height: 1.875rem;
  margin-bottom: 8px; }

h2 {
  line-height: 150%;
  font-size: 1.125rem;
  width: 100%;
  padding: .75em 0; }

h2 a:hover {
  color: #316388; }

h2.twocol {
  line-height: 1.6666666667rem;
  margin-bottom: 1em;
  color: #903001; }

h3 {
  line-height: 150%;
  margin-bottom: .5em;
  font-size: 1rem;
  width: 100%; }

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

ul.dotted {
  margin-bottom: 16px; }

ul.dotted li {
  margin-left: 5%;
  margin-bottom: 8px;
  padding-left: 2%;
  list-style-type: disc; }

li {
  *display: inline; }

p {
  line-height: 150%;
  padding: 8px;
  text-align: justify; }

a,
a:hover {
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-decoration: none;
  border: 0; }

a:hover .qq-content-s span {
  color: #316388; }

h2 a {
  color: #316388; }

.warning {
  color: #8e4724; }

.container {
  width: 1140px;
  margin: auto; }

header {
  z-index: 10;
  position: relative; }

#contact-bg {
  height: 50px; }

#contact {
  width: 964px;
  padding: 0 16px 0 180px;
  margin: auto;
  line-height: 3.2em;
  font-size: 12px;
  color: #d7d7d7; }

#contact ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  margin-left: -100px; }

#contact li {
  float: left;
  margin-right: .25em; }

span.ico {
  margin-left: .625em;
  margin-right: .625em;
  position: relative;
  top: .2em;
  speak: none;
  font-size: 1em;
  font-family: "fficons"; }

#tracking .ico,
.sb-button .ico {
  margin-left: 0;
  font-size: 1.5em; }

button .ico {
  margin-left: 0;
  margin-top: -.2em; }

#contact a,
#sitemap a {
  color: #d7d7d7;
  text-decoration: none; }

#contact a {
  display: inline-block; }

#sitemap a {
  display: block; }

#contact a:hover,
#sitemap a:hover {
  color: #c7b299; }

.flag-EN,
.flag-EN_c,
.flag-HU,
.flag-HU_c,
.flag-RO,
.flag-RO_c {
  display: inline-block;
  margin: 0 5px -5px;
  width: 29px;
  height: 19px;
  line-height: 2.375em; }

.flag-HU,
.flag-HU_c {
  background-position: 0 -19px; }

.flag-EN,
.flag-EN_c {
  background-position: 0 0; }

.flag-RO,
.flag-RO_c {
  background-position: 0 -38px; }

#dashboard-widget,
#lang,
#reg {
  float: right; }

#lang {
  padding-top: 2px; }

#reg a {
  margin: 0 10px; }

#reg:hover .ico {
  color: #c7b299; }

.dashboard-icon,
.user,
.username {
  float: right;
  padding: 0; }

.username {
  margin: 0 8px;
  min-width: 100px;
  height: 30px;
  overflow: hidden;
  max-width: 120px; }

.dashboard-icon {
  width: 36px;
  height: 26px;
  display: block; }

.dashboard-icon .ico {
  line-height: 2.25em;
  font-size: 150%; }

.dashboard-text {
  position: absolute;
  display: none;
  z-index: 100;
  padding-top: 1px; }

.dashboard-text span {
  padding-left: 50px; }

.logout-icon:hover + div {
  display: block; }

.logout-icon:hover ~ .user {
  visibility: hidden;
  z-index: 100; }

.user {
  position: relative;
  z-index: 11; }

.user ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 40px;
  left: 100px; }

.user ul li a {
  border-top: 1px solid #594b44;
  line-height: 1.25em;
  filter: none;
  display: block;
  padding: 8px 16px;
  width: 150px; }

.user ul li:last-child {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

.user:hover a ~ ul {
  display: block;
  z-index: 100; }

#logo-link {
  float: left;
  background: none !important;
  padding-left: 0 !important; }

#logo-link:hover {
  box-shadow: none !important; }

nav ul {
  float: right; }

nav a,
nav li,
nav span,
nav ul {
  margin: 0;
  padding: 0;
  position: relative; }

nav {
  width: 1140px;
  margin-top: -.625rem;
  margin-left: auto;
  margin-right: auto;
  height: 3.125rem;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  background: #ffffff;
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2); }

nav ul:after,
nav:after {
  display: block;
  clear: both; }

nav a {
  background: #ffffff;
  color: #903001;
  display: inline-block;
  font-size: 1em;
  line-height: 3.125em;
  padding: 0 25px;
  text-decoration: none; }

nav a.twocol {
  line-height: 1.25em;
  padding-top: 5px;
  padding-bottom: 5px; }

nav ul {
  list-style: none; }

nav > ul,
nav > ul > li {
  float: left; }

nav > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #5c1e00;
  -moz-box-shadow: inset 0 0 3px #5c1e00;
  -webkit-box-shadow: inset 0 0 3px #5c1e00; }

nav .has-sub ul li:hover a {
  background: #903001;
  color: #ffffff; }

#im-bg,
#im-bg-main {
  margin-top: -40px;
  z-index: 1; }

#im-kep,
#im-kep-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px; }

#im-bg-main {
  height: 380px; }

#im-kep-main {
  height: 320px; }

#im-kep {
  height: 140px;
  background-position: 0 -180px; }

#im-bg {
  height: 200px;
  background-position: 0 -140px; }

#qq-area {
  width: 1108px;
  height: 400px;
  padding: 0 16px;
  margin: auto; }

#qq,
#qq-s {
  position: relative;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  background: #ffffff; }

#qq {
  width: 783px;
  height: 250px;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6); }

.qq-lp {
  margin: auto;
  margin-bottom: 16px; }

#qq-s {
  width: 100%;
  text-align: center;
  margin: 8px 0 32px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

.qq-content .h1,
.qq-content h1 {
  line-height: 230% !important;
  padding: 0 !important; }

#qq-s h1 {
  font-size: 1.625em; }

#qq-s:hover {
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  color: #316388 !important;
  top: -2px; }

.qq-top,
.qq-top-s {
  height: 25px;
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  -moz-border-radius: 0.625rem 0.625rem 0 0;
  -webkit-border-radius: 0.625rem 0.625rem 0 0; }

.qq-top-s {
  height: 15px; }

.qq-content {
  height: 200px;
  width: 751px;
  padding: 0 16px;
  color: #903001; }

.main-attention {
  width: 750px;
  padding-right: 24px; }

.main-attention h2 {
  margin-left: 32px; }

.arrow-attention {
  position: relative;
  float: left;
  left: -48px;
  top: 18px;
  margin-right: -55px;
  margin-bottom: -164px; }

.arrow-attention a:hover .arrow-en,
.arrow-attention a:hover .arrow-hu,
.arrow-attention a:hover .arrow-ro,
.arrow-attention a:hover .arrow-sk,
.arrow-attention a:hover .arrow-cz {
  background-position: left; }

.arrow-en,
.arrow-hu,
.arrow-ro,
.arrow-sk,
.arrow-cz {
  width: 55px;
  height: 164px; }

.qq-content h1 {
  float: left; }

.qq-content-s {
  padding: 0px 16px;
  color: #903001; }

.qq-bottom,
.qq-bottom-s {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  -moz-border-radius: 0.625rem 0.625rem 0 0;
  -webkit-border-radius: 0.625rem 0.625rem 0 0; }

.qq-bottom {
  height: 25px; }

.qq-bottom-s {
  height: 15px; }

#qq-box,
#qq-doc,
#qq-dom,
#qq-exp,
#qq-imp,
#qq-pal,
#qq-str,
#qq-tru,
.qq-item-selected {
  float: left;
  width: 19.7%; }

.qq-img-box,
.qq-img-doc,
.qq-img-pal,
.qq-img-str,
.qq-img-tru {
  height: 100px;
  width: 148px;
  margin: auto; }

#qq-desc-box,
#qq-desc-doc,
#qq-desc-dom,
#qq-desc-exp,
#qq-desc-imp,
#qq-desc-pal,
#qq-desc-str,
#qq-desc-tru {
  margin-bottom: -49px;
  top: -50px;
  height: 49px;
  line-height: 3.0625em;
  position: relative;
  z-index: -1;
  background: #ffffff;
  margin-left: 22px; }

#qq-desc-dom,
#qq-desc-exp,
#qq-desc-imp {
  left: -30px;
  max-width: 450px; }

#qq-desc-box span,
#qq-desc-doc span,
#qq-desc-dom span,
#qq-desc-exp span,
#qq-desc-imp span,
#qq-desc-pal span,
#qq-desc-str span,
#qq-desc-tru span {
  position: relative;
  top: -144px;
  font-size: 1.125em; }

.qq-item-box:hover ~ #qq-desc-box,
.qq-item-doc:hover ~ #qq-desc-doc,
.qq-item-dom:hover ~ #qq-desc-dom,
.qq-item-exp:hover ~ #qq-desc-exp,
.qq-item-imp:hover ~ #qq-desc-imp,
.qq-item-pal:hover ~ #qq-desc-pal,
.qq-item-str:hover ~ #qq-desc-str,
.qq-item-tru:hover ~ #qq-desc-tru {
  z-index: 5; }

.qq-img-dom,
.qq-img-exp,
.qq-img-imp {
  height: 100px;
  width: 190px; }

.qq-item input, .qq-item-s2 input {
  border: 2px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-left: 8px; }

.qq-item:hover input, .qq-item-s2:hover input {
  border-color: #903001; }

.qq-img-box-s,
.qq-img-doc-s,
.qq-img-pal-s,
.qq-img-str-s,
.qq-img-tru-s {
  height: 75px;
  width: 113px;
  margin-left: 15px;
  -webkit-background-size: 113px 75px;
  -moz-background-size: 113px 75px;
  -ms-background-size: 113px 75px;
  -o-background-size: 113px 75px;
  background-size: 113px 75px; }

.qq-img-dom-s,
.qq-img-exp-s,
.qq-img-imp-s {
  height: 75px;
  width: 143px;
  -webkit-background-size: 143px 75px;
  -moz-background-size: 143px 75px;
  -ms-background-size: 143px 75px;
  -o-background-size: 143px 75px;
  background-size: 143px 75px; }

.qq-item-selected {
  width: 150px;
  height: 200px;
  margin-right: 16px; }

.qq-item-selected div {
  text-align: center; }

.qq-item,
.qq-item-s2 {
  color: #903001;
  background: 0;
  float: left;
  cursor: pointer;
  -webkit-backface-visibility: hidden; }

.qq-item-s2:hover,
.qq-item:hover {
  height: 144px;
  color: #316388; }

.qq-list-s2:hover > .qq-item-s2,
.qq-list:hover > .qq-item {
  opacity: .2;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.qq-list {
  float: left;
  width: auto; }

.qq-list-s2 {
  float: left;
  width: auto; }

.qq-list a,
.qq-list-s2 a {
  color: #903001; }

.qq-list-s2:hover > .qq-item-s2:hover,
.qq-list > .qq-item:hover {
  opacity: 1; }

.qq-list-s2 > .qq-item-s2:hover a,
.qq-list > .qq-item:hover a {
  color: #316388; }

#qq-base-details {
  width: 585px;
  float: left; }
  #qq-base-details h1 {
    width: 100%; }

/*
.qq-item {
    @include prefix(border-radius, 10px, webkit moz o);
    border: 1px solid $brand-primary;
    width: 17.5%;
    margin-left: 16px;
    
}*/
.qq-text {
  line-height: 2.75em;
  font-size: 1em;
  text-align: center; }

.qq-text-twocol {
  line-height: 1.25em;
  font-size: .875em;
  text-align: center; }

.qq-text-s3 {
  line-height: 1em;
  font-size: 12px;
  text-align: center; }

#destinations,
#dimensions {
  margin-top: 8px;
  margin-bottom: 8px; }

#urgekep {
  float: right;
  position: relative;
  z-index: 1; }

#urgekep-sub {
  float: right;
  position: relative;
  z-index: 3; }

.goback {
  display: block;
  cursor: pointer;
  float: right;
  color: #903001;
  margin: -2px 0 0; }

.goback:hover {
  color: #316388; }

#bf-box,
#nk-box {
  color: #ffffff;
  padding: 4.166666667% 6.25%;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

#bf-box div p,
#nk-box div p {
  font-family: "Crete Round", serif; }

#bf-box {
  background-color: #00a4c0; }

#nk-box {
  background-color: #316388; }

#bf-box a:hover {
  color: #316388; }

#nk-box a:hover {
  color: #00a4c0; }

.box-title {
  font-size: 1.5em;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 15px;
  border-bottom: 0.04444em #ffffff solid;
  padding: 0.5rem 0.2em 0.3em 0;
  width: 98%; }

.box-title a {
  color: #ffffff; }

.box-title a.bf:hover {
  color: #316388; }

.box-title a.nk:hover {
  color: #00a4c0; }

.box-text {
  padding: 0;
  margin-top: .5rem;
  font-size: 1em;
  line-height: 1.5em; }

.box-text a {
  color: #ffffff; }

.box-text a.bf:hover {
  color: #316388; }

.box-text a.nk:hover {
  color: #00a4c0; }

.box-text a em,
.box-text em,
.wtext em {
  font-size: .5714285714em;
  font-style: normal; }

.box-text-list {
  margin-left: .625rem;
  margin-top: .625rem; }

.box-text-list li {
  margin-left: -20px;
  font-size: .8em;
  line-height: 1.5em; }

.megj {
  font-size: .8em;
  text-align: right;
  padding-right: 20px;
  line-height: 1.8333333333em; }

#wtable {
  display: table;
  width: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.wlist,
.wtext {
  height: 95px;
  background: #f5efe7;
  text-align: left;
  font-size: 1.35em;
  line-height: 1.3913043478em;
  color: #903001;
  padding: 0.625rem 0 0.625rem 1rem;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

.wtext {
  line-height: 1.3913043478em; }

.wtext a {
  color: #903001; }

.wtext a:hover {
  color: #316388; }

.wtext .megj {
  font-size: .5217391304em; }

.wlist ul {
  margin-top: 0;
  margin-bottom: 0; }

.wlist ul li {
  display: block;
  min-width: 48%;
  max-width: 52%;
  float: left;
  margin-top: 2px;
  margin-left: -10px;
  text-align: left;
  font-size: .6em;
  line-height: 1.304em; }

#waterm-b,
#waterm-n {
  background-position: bottom right;
  background-repeat: no-repeat;
  font-size: 1.25em; }

#welcome {
  color: #903001;
  width: 783px;
  height: 150px;
  padding: 0;
  margin-bottom: 16px;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem; }

.input-area {
  float: left;
  margin-right: 10px;
  line-height: 2.5em; }

.button-area {
  float: right;
  width: 150px;
  margin-right: 10px;
  line-height: 2.375em; }

.input-box {
  border-radius: .625rem;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -border-radius: .625rem;
  border: 0.0625rem solid #cccccc;
  padding: 1.25%;
  color: #903001;
  font-family: "Crete Round", serif; }

.input-box a {
  color: #316388; }

.input-box a:hover {
  color: #903001; }

.input-box h2 {
  margin-top: -15px;
  margin-left: 4px; }

label {
  border: 0; }

button,
input,
textarea {
  font-weight: 400;
  font-family: inherit; }

textarea {
  resize: none; }

.login-input,
.number-input,
.reg-input,
.table-number-input,
.table-text-input,
.text-input {
  border: 1px solid #903001;
  color: #534741;
  margin: 5px;
  font-size: .875em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

.number-input,
.number-input-error {
  width: 30px;
  padding: 3px 5px; }

.text-input,
.text-input-error {
  padding: 1px 5px;
  max-width: 180px;
  width: 170px; }

.table-number-input,
.table-text-input {
  padding: 1px 5px;
  max-width: 120px;
  width: 120px; }

.login-input {
  width: 95%;
  padding: 0 5px;
  height: 36px; }

.reg-input {
  width: 300px;
  padding: 0 5px;
  height: 24px; }

.loginlink {
  color: #316388;
  display: block;
  margin-top: 10px;
  font-size: 90%;
  padding-left: 8px; }

.number-input-error,
.text-input-error {
  border: 1px solid #8e4724;
  color: #ffffff;
  background: #8e4724;
  margin: 5px;
  font-size: .875em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: #333333 0 0 0.2em;
  -moz-box-shadow: #333333 0 0.2em;
  -webkit-box-shadow: #333333 0 0 0.2em; }

.checkboxreplacement:focus,
.radioreplacement:focus,
input[type=checkbox]:focus:before,
input[type=password]:focus,
input[type=radio]:focus:before,
input[type=text]:focus,
textarea:focus {
  outline: 0;
  border: 2px solid #903001; }

button:focus,
input[type=submit]:focus {
  outline: 0;
  box-shadow: #333333 0 3px 0.4em;
  -moz-box-shadow: #333333 0 3px 0.4em;
  -webkit-box-shadow: #333333 0 3px 0.4em; }

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border: 0; }

select:focus {
  outline: 0; }

.button,
button,
select,
.RadComboBox_Default {
  border: 1px solid #903001;
  color: gray;
  padding: 0 2px 2px;
  margin-top: 5px;
  vertical-align: central;
  font-size: inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

button {
  width: 150px; }

select,
.RadComboBox_Default {
  margin: 5px;
  height: 26px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: button;
  padding: 2px 22px 0 8px; }

select {
  width: 180px; }

.RadComboBox {
  cursor: pointer; }

.RadComboBox .rcbArrowCellRight a {
  width: 30px;
  height: 30px;
  margin: -3px -23px 0 0; }

.rcbInput,
.rcbInput:focus,
.rcbInput:active {
  border: none !important;
  background: none !important;
  margin: 0px !important;
  width: 95%;
  height: 24px;
  font-size: 14px;
  outline: 0 !important; }

.RadComboBoxDropDown_Default {
  width: 148px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 4px; }

.RadComboBox_Default,
.rcbInput,
.RadComboBoxDropDown_Default {
  font: 14px "Crete Round" !important;
  color: #534741 !important; }

.RadComboBoxDropDown_Default .rcbHovered {
  background: none !important; }

.RadComboBox_Default .rcbInputCellLeft,
.RadComboBox_Default .rcbInputCellRight,
.RadComboBox_Default .rcbArrowCellLeft,
.RadComboBox_Default .rcbArrowCellRight {
  background-image: none !important; }

.rcbList > li {
  margin-bottom: 4px;
  cursor: pointer; }

.rcbList > li:hover {
  background-color: #ffffff; }

.rcbList .col1 {
  color: #903001; }

.rcbList .col2,
.rcbList .col3 {
  color: #534741; }

#destinations select {
  margin-left: 0; }

.button:hover,
button:hover,
submit:hover {
  cursor: pointer;
  color: #903001; }

.bluebutton,
.coupon-button,
.greybutton,
.orangebutton,
.orangebutton-b,
.orangebutton-s,
.pricebutton,
.pricebutton-chck,
.nextbutton,
.prevbutton,
.button {
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
  border: 0;
  text-align: center;
  font-family: "Crete Round", serif; }

.sidebar > .button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
  height: 50px;
  line-height: 53px;
  font-size: 1.15em; }

.button-icon {
  text-align: left; }
  .button-icon img, .button-icon span {
    display: block;
    float: left; }
  .button-icon img {
    margin-right: 8px; }

.orangebutton-s {
  margin: 5px 0 0;
  width: 95px;
  height: 21px;
  font-size: .875em;
  line-height: 1.125em; }

.orangebutton-b {
  margin: 10px;
  height: 50px;
  line-height: 1.5em;
  font-size: 1.5em; }

.bluebutton,
.greybutton,
.orangebutton,
.prevbutton,
.nextbutton {
  line-height: 2.375em;
  width: 100%;
  font-size: 1em;
  height: 38px; }

.login-button {
  width: 96%;
  margin-top: 16px; }

.pricebutton,
.pricebutton-chck {
  line-height: 1.375em;
  font-size: 1.25em;
  width: 182px;
  min-height: 55px;
  margin: 16px;
  padding: 3px; }

.pricebutton-hdt {
  height: 35px !important;
  float: right;
  margin-bottom: 2px;
  margin-right: 24px; }

.orangebutton-b:hover,
.orangebutton-s:hover,
.orangebutton:hover,
.nextbutton:hover,
.pricebutton:hover {
  color: #c7b299; }

.button {
  display: block; }
  .button.brand-3:hover {
    color: #316388; }

.bluebutton:hover,
.prevbutton:hover,
.pricebutton-chck:hover {
  color: #00a4c0; }

.greybutton:hover {
  color: #ffffff; }

.button-rel,
.tablebutton-add,
.tablebutton-del {
  cursor: pointer;
  border: 0;
  box-shadow: none;
  height: 20px;
  width: 20px;
  margin: 5px;
  padding-right: 0;
  background-color: transparent; }

button:focus {
  outline: 0 !important; }

.tablebutton-del {
  background-position: 0 -20px; }

.tablebutton-add {
  margin-top: 8px;
  background-position: 0 0; }

.button-rel {
  line-height: 1.25em;
  background-position: 0 -40px;
  margin: 5px 12px 5px 6px; }

.tablebutton-del:hover {
  background-position: 20px -20px; }

.tablebutton-add:hover {
  background-position: 20px 0; }

.button-rel:hover {
  background-position: 20px -40px; }

#grad {
  width: 100%;
  border-top: 2px solid #ffffff; }

#content-qq,
#content-s,
#div_content {
  width: 1140px;
  margin: auto auto -45px;
  height: 100%;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2; }

.inner-container {
  display: table; }

#content-qq {
  margin-top: -45px !important; }

#div_content {
  margin-top: -45px; }

.desc,
.desc-sub,
.reg-desc {
  color: #534741;
  margin: 0 8px 8px;
  text-align: justify;
  padding-top: 0;
  padding-bottom: 0; }

.reg-desc {
  line-height: 25px;
  font-size: .875rem; }

.reg-title {
  margin-left: 8px;
  line-height: 20px; }

.desc {
  font-size: 13px;
  font-family: "Crete Round", serif; }

.desc-sub,
.desc-sub p {
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif; }

.desc-sub ul {
  margin-left: -16px; }

.help {
  position: relative;
  top: 2px; }

.tooltip-inline {
  display: inline-block;
  position: relative;
  min-height: 44px; }

.reg-desc {
  margin: 0 0 6px; }

.codenumber {
  color: #534741;
  font-family: "Verdana", Arial, sans-serif;
  letter-spacing: 4px;
  margin-left: 8px; }

.premain {
  padding: 0px 16px; }

#main,
#quote-main {
  vertical-align: top;
  padding: 1.4035087719% 1.4035087719% 8.5784313725%;
  margin: 0 0 6.25em; }

#goodbye {
  width: 327px;
  height: 275px;
  position: relative;
  top: -100px;
  margin-top: 50px;
  margin-bottom: -200px;
  float: right; }

.iconlist {
  width: 114px;
  float: left;
  margin-left: 16px;
  margin-top: 16px; }

#gb-iconlist {
  margin-left: 16px; }

.iconlist:first-child {
  margin-left: 0; }

.iconlist-item {
  background: #f5efe7;
  height: 30px;
  color: #534741;
  padding: 5px;
  font-size: .875em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 4px 1px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 1px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 1px -3px rgba(0, 0, 0, 0.6); }

.iconlist-item:hover {
  background: #eae0d2;
  color: #903001;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.6); }

.csomagkuldes_mo,
.dutycalc,
.ffblog,
.fffacebook,
.ffuj,
.ffvideo,
.pack-help,
.utanvet {
  margin-top: 5px;
  float: left;
  width: 20px;
  height: 20px;
  background-size: 20px 160px; }

.dutycalc {
  background-position: 0 0; }

.pack-help {
  background-position: 0 -20px; }

.csomagkuldes_mo {
  background-position: 0 -40px; }

.utanvet {
  background-position: 0 -60px; }

.ffvideo {
  background-position: 0 -80px; }

.ffblog {
  background-position: 0 -100px; }

.fffacebook {
  background-position: 0 -140px; }

.ffuj {
  background-position: 0 -120px; }

.iconlist-item div {
  text-align: center;
  line-height: 1.875em; }

.iconlist-item div:hover {
  color: #903001; }

.iconlist-item div.twocol {
  line-height: 1.3636363636em;
  font-size: 11px; }

#subheader {
  border-bottom: 1px solid #cccccc;
  min-height: 130px; }

p.login-desc,
p.sub-desc,
.Header .description {
  font-size: 105%;
  color: #534741;
  font-family: "Crete Round", serif; }

p.sub-desc,
.Header .description {
  padding: 0 32px 16px 178px; }

p.login-desc {
  padding: 0 32px 16px 0; }

p.sub-desc a,
.Header .description a {
  color: #316388; }

.sub-content {
  line-height: 150%;
  font-size: .875em;
  padding: 12px 0 50px;
  color: #534741;
  font-family: "Verdana", Arial, sans-serif; }

.sub-content img {
  display: block;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 750px; }
  @media screen and (max-width: 768px) {
    .sub-content img {
      max-width: 450px; } }
  @media screen and (max-width: 468px) {
    .sub-content img {
      max-width: 300px; } }
  .sub-content img.img-left {
    margin-left: 0px; }

.sub-content h2 {
  color: #903001; }

.sub-content p {
  color: #534741;
  padding-top: 0; }

.sub-content a {
  font-weight: 700;
  color: #903001; }

.sub-content a:hover {
  color: #316388; }

.sub-content em {
  margin: 0 8px; }

p.q-title {
  font-family: "Crete Round", serif;
  font-size: 1.2em;
  color: #903001;
  line-height: 30px;
  margin-top: 1em; }

p.quotation {
  font-family: Verdana;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 2em; }

p.quotation:before {
  font-family: "Crete Round", serif;
  content: "\201F";
  padding-bottom: 0;
  margin: 120px -180px -150px 0;
  font-weight: 300;
  opacity: .1;
  font-size: 25em;
  float: left;
  font-style: normal; }

.q-signature {
  font-family: "Verdana", Arial, sans-serif;
  float: right;
  padding-bottom: 1em;
  margin-top: -1.5em;
  opacity: .8; }

q-signature:after {
  clear: both; }

.table_utanvet th {
  color: #903001; }

.table_utanvet td:first-child,
.table_utanvet th:first-child {
  text-align: left;
  padding-left: 8px; }

.table_utanvet td:last-child,
.table_utanvet th:last-child {
  text-align: right; }

.google-map {
  width: 326px;
  height: 300px;
  margin-left: 8px;
  border: 2px solid #903001;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  overflow: hidden; }

.pack-adv {
  width: 100%;
  margin-bottom: 16px; }

.pack-adv-tart {
  width: 100%; }

.pack-adv-tart li {
  float: left;
  width: 20%;
  height: 125px; }

.pack-adv-tart li a {
  display: block;
  color: #903001;
  text-align: center;
  line-height: 1em;
  font-family: "Crete Round", serif; }

.pack-adv-tart li a:hover {
  color: #316388; }

.pack-adv-tart li img {
  width: 120px;
  margin: 0 auto 4px;
  height: 80px; }

.pack-adv td {
  vertical-align: top; }

.pack-adv tr td:first-child {
  width: 220px; }

.howto-box {
  text-align: center;
  color: #903001;
  padding: 0.625rem 0 0.625rem 0;
  margin-bottom: 2rem;
  background-color: #f5efe7;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }
  .howto-box .box-title {
    border-bottom: none;
    color: inherit; }

.howto-header {
  font-size: 20px;
  line-height: 40px; }
  .howto-header span {
    display: block;
    margin: auto; }

.howto-number {
  height: 40px;
  max-width: 25px;
  padding: 4px 12px;
  margin-right: 12px;
  background-color: #903001;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.howto-image {
  width: 100px;
  height: 100px;
  margin: 12px auto; }

.howto-01,
.howto-02,
.howto-03,
.howto-04,
.howto-05,
.howto-06,
.howto-07 {
  width: 100px;
  height: 100px; }

.howto-desc {
  width: 75%;
  margin: auto; }

.howto-arrow {
  float: left;
  width: 16px;
  font-size: 20px;
  padding-top: 150px;
  margin-right: -16px; }

.pagenotfound-image {
  width: 350px;
  height: 270px; }
  @media screen and (max-width: 767px) {
    .pagenotfound-image {
      height: 135px;
      width: 175px; } }

.dl-box {
  border-bottom: 1px solid #cccccc;
  padding: 8px 0 16px; }

.dl-doc a {
  display: block;
  line-height: .9375em; }

.dl-doc a .download-i {
  display: inline-block !important;
  margin: 4px 0 -6px 8px; }

#sidebar,
aside {
  vertical-align: top;
  padding: 16px 16px 70px 20px; }

aside .section {
  margin: 0px; }

footer {
  border-top: 2px #ffffff solid; }

#footer {
  margin: auto;
  padding: 80px 16px 0;
  color: #534741; }

#legal .footer-title {
  line-height: 150%;
  font-size: 1.125rem;
  width: 100%;
  padding: .75em 0; }

@media screen and (max-width: 767px) {
  #footer {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #legal {
    padding: 2.5%; } }

#sitemap {
  display: flex; }
  #sitemap .sitemap-sub:first-child {
    border-left: 0;
    width: 12%; }
  #sitemap .sitemap-sub:last-child {
    border-right: 0;
    width: 16%; }

#sitemap .sitemap-sub {
  width: 14.5%;
  float: left;
  font-size: 12px;
  border-right: 1px solid #d7d7d7;
  padding: 0 1%; }

.sitemap-sub li {
  margin: 4px 0; }

.sitemap-header {
  height: 30px;
  font-weight: bolder; }

#legal {
  color: #903001;
  margin: 32px auto 0;
  background-color: #ffffff;
  z-index: 2; }

#legal h2 {
  width: 90%;
  margin: 0 auto 16px;
  border-bottom: 1px solid #cccccc; }

#footer-logos {
  padding-bottom: 10px;
  margin-bottom: 16px;
  text-align: center; }

#footer-logos a {
  display: inline-block; }

#achievements a:hover div,
#creators a:hover div,
#footer-logos a:hover div {
  opacity: .4; }

.greenwill-logo,
.mcard-footer-logo,
.paypal-logo,
.simple-logo,
.srg-logo,
.szek-logo,
.visa-footer-logo,
.b-payment-logo {
  display: inline-block; }

.simple-logo {
  width: 160px;
  height: 40px;
  background-position: 0 0; }

.visa-footer-logo {
  width: 90px;
  height: 40px;
  background-position: -160px 0; }

.mcard-footer-logo {
  width: 140px;
  height: 40px;
  background-position: -250px 0; }

.paypal-logo {
  width: 122px;
  height: 40px;
  background-position: -390px 0; }

.greenwill-logo {
  width: 60px;
  height: 50px;
  margin: 0 16px;
  background-position: 0 -40px; }

.srg-logo {
  width: 134px;
  height: 50px;
  margin: 0 16px;
  background-position: -60px -40px; }

.szek-logo {
  width: 47px;
  height: 50px;
  margin: 0 16px;
  background-position: -194px -40px; }

.b-payment-logo {
  width: 93px;
  height: 40px;
  margin: 0 16px;
  background-position: -241px -45px; }

#achievements {
  padding-bottom: 16px;
  margin: 0 auto 16px;
  text-align: center; }

.kivalomtartalom,
.userfriendly {
  height: 80px;
  display: inline-block; }

.userfriendly {
  width: 205px;
  margin-right: 50px; }

.kivalomtartalom {
  width: 209px; }

#creators {
  width: 500px;
  margin: 0 auto 16px; }

#creators a {
  color: #903001; }

#danieljakab,
#salessuite {
  float: left;
  height: 50px;
  margin-left: 40px;
  line-height: 50px;
  font-size: 12px; }

#danieljakab {
  width: 200px; }

#salessuite {
  width: 220px; }

#footer-bottom p {
  width: 100%;
  text-align: center;
  margin: 8px auto;
  padding: 2px; }

#footer-bottom p a {
  color: #903001; }

.clear {
  clear: both;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  margin: 0;
  padding: 0; }

.sb-blue,
.sb-greenbg,
.sb-orangebg,
.sb-gpred {
  width: 98%;
  padding: 1%;
  margin-bottom: 16px;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

.sb-greenbg {
  background: #0b3a30;
  color: #ffffff; }

.sb-orangebg {
  background: #903001; }

.sb-blue {
  background: #3b5998; }

.sb-gpred {
  background: #d34836; }

#rhirek-bg {
  padding: 1rem;
  background: #ffffff;
  color: #903001;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#rhirek-bottom, #sidebartips {
  padding: 16px 5.369127517%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#rhirek-borttom {
  background: #0b3a30;
  color: #ffffff; }

#sidebartips {
  background: #316388;
  color: #ffffff;
  margin-bottom: 16px; }
  #sidebartips .tip {
    display: none; }
    #sidebartips .tip.active {
      display: block; }
  #sidebartips .sb-subtitle {
    font-size: 1.25em; }
  #sidebartips input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: checkbox !important;
    -webkit-transform: scale(1.5, 1.5);
    margin-right: 5px; }
  #sidebartips .error {
    padding: 5px;
    background: #8e4724;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 10px; }
  #sidebartips .checkbox {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    cursor: pointer; }
  #sidebartips .checkbox label {
    color: white;
    line-height: 1em;
    height: auto;
    display: block;
    margin-top: -24px;
    padding-left: 36px; }
    #sidebartips .checkbox label a {
      color: white;
      text-decoration: underline; }
  #sidebartips .form-control {
    display: block;
    min-height: 24px;
    margin-bottom: 5px;
    width: 94%;
    padding-left: 2px;
    font-size: 1em;
    padding: 8px !important;
    border-radius: 8px;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }
  #sidebartips .desc {
    margin-top: 8px;
    color: #ffffff; }
    #sidebartips .desc a {
      color: #ffffff;
      text-decoration: underline; }

#facebook-widget,
#googleplus-widget {
  padding: 1px 0;
  color: #ffffff; }

#facebook-widget iframe,
#googleplus-widget iframe {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 276px;
  height: 80px;
  margin-bottom: -6px;
  overflow: hidden;
  border: 0; }

.sb-title {
  font-size: 1.375em;
  margin-bottom: 8px;
  text-align: left;
  font-family: "Crete Round", serif;
  color: inherit;
  padding: 0; }

.sb-facebook,
.sb-googleplus {
  margin-left: 16px; }

#hirlista {
  border-top: 1px #c3b8ac solid;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 11.25rem; }

#hirlista a:first-child {
  color: #903001;
  font-size: 110%;
  padding-left: 8px; }

#hirlista a {
  display: block;
  width: 90%;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  font-size: .875em;
  text-align: left;
  color: #534741; }

#hirlista a.important {
  color: #903001;
  font-size: 110%;
  padding-left: 10px; }

#hirlista a:hover {
  background: #eae0d2; }

.article-header {
  padding: 0 0 16px; }

.article-date {
  padding: 3px 0 0;
  color: #534741;
  font-weight: 400;
  font-family: "Crete Round", serif; }

.article-content {
  margin: 16px 0; }

.article-footer {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  padding: 16px 0 0;
  height: 3px; }

#hirlevelemail {
  width: 160px;
  margin-left: 0;
  margin-top: 5px;
  color: #534741;
  font-family: "Crete Round", serif; }

#tr-title {
  background-position: right;
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 25px 0 10px;
  margin-right: 10px;
  font-size: 1.125em;
  line-height: 1.375em; }

#partners-bg {
  padding: 8px 5.36913% 16px;
  background: #ffffff;
  color: #903001;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.partnerlist {
  border-top: 1px solid #c3b8ac; }

.thirdwidth {
  float: left;
  width: 33.3333%;
  margin: 16px 0; }
  .thirdwidth img {
    display: block;
    margin: auto; }

.quarterwidth {
  margin: 16px 8px;
  width: 23.2%;
  float: left; }

.halfwidth:last-child,
.halfwidth:nth-child(2n),
.quarterwidth:last-child,
.quarterwidth:nth-child(2n) {
  margin-right: 0; }

.halfwidth:first-child + .halfwidth {
  margin-right: 0\9; }

.fullwidth {
  margin: 0 0 1em;
  width: 100%;
  float: left; }

.text {
  margin: 0 2.5%;
  color: #534741;
  text-align: justify;
  font-family: "Verdana", Arial, sans-serif; }

.text p {
  font-family: "Verdana", Arial, sans-serif;
  font-size: .875em;
  line-height: 200%; }

.text p a {
  color: #903001;
  font-weight: 700; }

.input-box .text {
  margin: 0; }

.form-important {
  padding: 8px;
  margin-top: 8px;
  background: #903001;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

p.title {
  font-size: 1.25em;
  margin: 20px 0 0;
  line-height: 150%;
  text-align: left; }

.slogan {
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
  color: #903001;
  margin-bottom: .5em; }

h2.slogan {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0px; }

.slogan-en {
  font-size: 1.8em !important; }

#im-kep .slogan {
  position: relative;
  float: left;
  top: 8px;
  min-width: 50%;
  font-size: 2em;
  padding: 5px;
  margin: 0 0 -100px 64px;
  text-align: center;
  color: #903001;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  display: none; }

#stepheader {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; }

#stepheader h2 {
  padding-left: 178px; }

#stepfooter {
  border-top: 1px solid #cccccc; }

.login-header {
  margin-top: -16px; }

#steps,
#tabs,
.step-controls {
  margin-left: 22.66325224%;
  width: 77.33674776%;
  color: #903001; }

#steps,
#tabs {
  height: 50px; }

.step-controls {
  height: 56px;
  padding-top: 8px; }

#steps li,
#tabs li {
  line-height: 2.5em;
  float: left;
  padding-right: 1.5%;
  height: auto;
  font-size: .875em;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
  position: relative; }

.current,
.upcoming,
.visited {
  min-width: 15%;
  max-width: 20.5%; }

#tabs {
  margin-top: 8px; }

#tabs li {
  min-width: 22%;
  border-bottom: 2px solid #d6e0e7; }

#tabs li:hover {
  border-bottom: 2px solid #903001;
  color: #903001; }

#tabs li:hover a {
  color: #903001; }

#tabs li a {
  display: block;
  color: #316388; }

#tabs li.tabs-active {
  border-bottom: 2px solid #903001; }

li.tabs-active a {
  color: #903001 !important; }

#steps li:last-child,
#tabs li:last-child {
  margin-right: 0; }

li.current {
  border-bottom: 2px solid #903001; }

li.visited {
  color: #316388;
  border-bottom: 2px solid #316388; }

li.upcoming {
  color: #cccccc;
  border-bottom: 2px solid #cccccc; }

li.upcoming + div {
  opacity: .2; }

.step-1,
.step-2,
.step-3,
.step-4,
.step-5,
.step-vis,
.tabs-address,
.tabs-history,
.tabs-package,
.tabs-settings {
  float: left;
  display: inline-block;
  margin-top: 5px;
  width: 30px;
  height: 30px; }

.step-1,
.step-2,
.step-3,
.step-4,
.step-5,
.step-vis {
  background-size: 60px 150px; }

.step-vis {
  background-position: 30px 0; }

.step-1 {
  background-position: 0 0; }

.step-2 {
  background-position: 0 -30px; }

.step-3 {
  background-position: 0 -60px; }

.step-4 {
  background-position: 0 -90px; }

.step-5 {
  background-position: 0 -120px; }

.upcoming .step-2 {
  background-position: 30px -30px; }

.upcoming .step-3 {
  background-position: 30px -60px; }

.upcoming .step-4 {
  background-position: 30px -90px; }

.upcoming .step-5 {
  background-position: 30px -120px; }

.tabs-address {
  background-position: 30px 0; }

.tabs-package {
  background-position: 30px -30px; }

.tabs-history {
  background-position: 30px -60px; }

.tabs-settings {
  background-position: 30px -90px; }

#tabs li:hover .tabs-address,
li.tabs-active .tabs-address {
  background-position: 0 0; }

#tabs li:hover .tabs-package,
li.tabs-active .tabs-package {
  background-position: 0 -30px; }

#tabs li:hover .tabs-history,
li.tabs-active .tabs-history {
  background-position: 0 -60px; }

#tabs li:hover .tabs-settings,
li.tabs-active .tabs-settings {
  background-position: 0 -90px; }

#steps li .onerow,
#steps li .tworow,
#tabs li .onerow,
#tabs li .tworow {
  float: left;
  margin: 0 5px 0 3px; }

#steps li .tworow,
#tabs li .tworow {
  line-height: 1em;
  font-size: .875em;
  margin-top: 4px; }

.dashboardname {
  color: #534741; }

.stepbutton {
  position: relative;
  float: left;
  min-width: 180px;
  height: 30px; }

.stepbutton:nth-child(3) {
  float: right; }

@media screen and (max-width: 768px) {
  .current {
    min-width: 40%; }
  .current div,
  .upcoming div,
  .visited div {
    margin-left: 0;
    margin-right: 0; }
  .help {
    display: none; }
  .upcoming,
  .visited {
    min-width: 13%;
    max-width: 13.5%; }
  #tabs .onerow,
  .upcoming .onerow,
  .upcoming .tworow,
  .visited .onerow,
  .visited .tworow {
    display: none; }
  #tabs li {
    min-width: 18%;
    max-width: 18%; }
  #tabs li.tabs-active {
    min-width: 40%;
    max-width: 40%; }
  #tabs .tabs-active .onerow {
    display: inline-block; } }

.stepbutton-wide {
  position: relative;
  height: 30px;
  width: 380px;
  float: right;
  margin-right: 0; }

.note-error,
.note-info,
.note-success,
.note-warn {
  min-height: 30px;
  margin: auto;
  padding: 8px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #bbbbbb;
  -moz-box-shadow: 0 0 5px #bbbbbb;
  -webkit-box-shadow: 0 0 5px #bbbbbb; }

.note-title {
  display: table-cell;
  line-height: 1.875em;
  font-size: 150%;
  padding-right: 20px;
  height: auto;
  width: 30%;
  text-align: right; }

.note-title-success {
  display: table-cell;
  line-height: 1.875em;
  font-size: 150%;
  padding-right: 20px;
  height: auto;
  width: 100%;
  text-align: center; }

.note-text {
  vertical-align: top;
  text-align: justify;
  display: table-cell;
  padding: 12px 20px 6px 6px; }

.note-info {
  border-left: 10px solid #316388;
  border-right: 10px solid #316388;
  color: #316388; }

.note-error {
  border-left: 10px solid #8e4724;
  border-right: 10px solid #8e4724;
  color: #8e4724; }

.note-warn {
  border-left: 10px solid #ed6d04;
  border-right: 10px solid #ed6d04;
  color: #ed6d04; }

.note-success {
  border-left: 10px solid #416618;
  border-right: 10px solid #416618;
  color: #416618; }

.input-box p.important {
  font-size: 12px;
  color: #316388;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 10px;
  border-left: 4px solid #316388;
  padding-left: 8px; }

table {
  width: 100%;
  border: 0;
  padding: 0;
  border-spacing: 0; }

.add td {
  height: 40px;
  line-height: 2.5em;
  vertical-align: middle;
  background-color: #f4efed;
  padding-left: 8px; }

.add td a {
  color: #903001;
  cursor: pointer; }

.add td a:hover {
  color: #316388;
  cursor: pointer; }

.add tr td:first-child {
  width: 35px;
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px; }

.add tr td:last-child {
  border-radius: 0 0 5px;
  -webkit-border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px; }

.add td:last-child {
  text-align: right;
  padding-right: 16px; }

.tableorder {
  font-family: "Crete Round", serif;
  color: #903001;
  height: 22px;
  font-size: 12px;
  margin-right: 10%; }

.tableorder .spacer {
  width: 30px; }

.order {
  border: 1px solid #903001;
  color: gray;
  height: 20px;
  width: 100px;
  padding: 0 0 0 8px;
  margin: 0 12px 0 8px;
  vertical-align: central;
  font-size: inherit;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -border-radius: 2px;
  -khtml-border-radius: 2px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

.offerheader th {
  height: 25px;
  line-height: 1.5625em;
  text-align: left;
  font-weight: 400;
  padding: 0 0 0 8px; }

.offerheader td:first-child {
  border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  -webkit-border-radius: 5px 0 0; }

.offerheader td:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0; }

.tablecarrier {
  width: 340px;
  margin: 8px 0 0 4px; }

div.tablecarrier ul {
  font-size: 12px;
  line-height: 1.5em;
  margin: 5px 5px 5px 32px; }

div.tablecarrier ul li {
  text-indent: -32px; }

.tablecarrier span {
  font-size: 120%; }

button span {
  font-size: 1.5em; }

.left {
  text-align: right;
  vertical-align: middle;
  padding-right: 16px;
  height: 30px;
  line-height: 1.25em;
  width: 145px; }

@media screen and (max-width: 467px) {
  .left {
    text-align: left;
    font-size: 16px;
    margin-top: 8px;
    padding-right: 0;
    width: 100%; } }

.right {
  text-align: left;
  padding-left: 8px; }

@media screen and (max-width: 467px) {
  .packagenumber {
    display: block;
    font-size: 1.5em !important;
    line-height: 2em !important;
    text-align: left;
    padding: 0 5%;
    width: 92%;
    border-bottom: 1px solid #903001; } }

.sum-table td {
  line-height: 1.875em; }

.sum-table tr td:last-child {
  color: #316388; }

.clone,
.cod,
.detail,
.expr,
.print {
  position: relative;
  width: 40px;
  height: 40px; }

.clone,
.detail {
  display: inline-block;
  height: 30px; }

.help-i {
  cursor: pointer;
  display: block;
  float: right;
  color: #316388;
  margin-bottom: -30px;
  position: relative;
  font-size: 120%;
  top: -45px; }

.tooltip-i {
  cursor: pointer;
  display: inline-block;
  color: #903001;
  margin-bottom: -30px;
  position: relative;
  font-size: 120%; }

.cod-i,
.expr-i,
.expr-int-i,
.print-i {
  width: 25px;
  height: 25px;
  margin-top: 8px; }

.print-i {
  background-position: 0 0; }

.cod-i {
  background-position: 0 -25px; }

.expr-i {
  background-position: 0 -50px; }

.expr-int-i {
  background-position: 0 -75px; }

.clone-i,
.detail-i,
.download-i,
.invoice-i {
  cursor: pointer;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 4px 0 0 12px; }

.clone-i {
  background-position: 0 0; }

.detail-i {
  background-position: 0 -25px; }

.invoice-i {
  background-position: 0 -50px; }

.download-i {
  background-position: 0 -75px; }

.print .ico {
  top: .6em; }

.help-i .ico {
  margin-right: 4px; }

.help-text,
.pce-text,
.tooltip-text {
  font-family: "Verdana", Arial, sans-serif;
  width: 340px;
  padding: 8px;
  font-size: 12px;
  color: #316388;
  display: none;
  background: #ffffff;
  border: 2px solid #316388;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 5px 3px #dddddd;
  -moz-box-shadow: 0 5px 3px #dddddd;
  -webkit-box-shadow: 0 5px 3px #dddddd;
  z-index: 100; }

.help-text,
.pce-text {
  position: absolute; }

.tooltip-text {
  position: absolute;
  top: 44px; }

.help-text {
  right: 4px; }

.pce-text {
  margin-top: 20px; }

.clone-i:hover ~ .pce-text,
.cod-i:hover ~ .pce-text,
.detail-i:hover ~ .pce-text,
.expr-i:hover ~ .pce-text,
.expr-int-i:hover ~ .pce-text,
.help-i:hover ~ .help-text,
.tooltip-i:hover ~ .tooltip-text,
.invoice-i:hover ~ .pce-text,
.print-i:hover ~ .pce-text {
  display: block; }

.help-text p,
.pce-text p,
.tooltip-text p {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  line-height: 1.125em; }

.help-text p span,
.print-text p span {
  font-size: 120%; }

/*
#transport-mode {
    border-bottom: 1px solid $brand-gray;
}*/
#transport-mode,
#transport-mode td div {
  width: 100%; }

.transport-mode-radio {
  z-index: 5;
  position: relative;
  top: 72px;
  left: 5px;
  margin-bottom: -20px;
  display: none; }

#pay div,
#transport-mode div {
  cursor: pointer; }

#pay div {
  width: 160px;
  padding: 4px; }

@media screen and (max-width: 467px) {
  #pay td {
    width: 30%; }
  #pay div {
    width: 90%;
    font-size: 12px; }
  #pay div p {
    height: 40px; } }

#pay div p,
#transport-mode div p {
  width: 90%;
  text-align: center;
  color: #903001;
  font-family: "Crete Round", serif; }

#transport-mode td {
  text-align: center; }

#transport-mode div input {
  margin-bottom: 8px;
  max-height: 60px;
  max-width: 114px;
  margin: auto; }

#pay .pay-mode-checked,
#pay div a,
#transport-mode .transport-mode-checked,
#transport-mode div a {
  color: #903001; }

#pay .pay-mode-checked input,
#transport-mode .transport-mode-checked input, #transport-mode .transport-mode-unchecked input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#transport-mode .transport-mode-checked input {
  border: 2px solid #903001; }

#transport-mode .transport-mode-unchecked input {
  border: 2px solid #cccccc;
  /* @include prefix(box-shadow, 0 5px 2px -3px rgba(0, 0, 0, .5), webkit moz);*/ }

#pay .pay-mode-checked input {
  border: 2px solid #903001; }

#pay .pay-mode-unchecked,
#transport-mode .transport-mode-unchecked {
  color: #316388; }

#pay div input,
#transport-mode input {
  background-color: #ffffff; }

#pay input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  width: 150px;
  height: 63px;
  margin: 0;
  padding: 2px; }

#pay {
  width: auto;
  margin: auto;
  border: 0;
  background: 0;
  text-align: center; }

#TC {
  margin-left: 20px;
  margin-bottom: 16px; }

#invoice-copy,
#shipping-copy {
  margin-bottom: 16px; }

.checkbox input {
  position: relative;
  top: 5px;
  height: 20px;
  width: 20px;
  margin: 0 2px 0 16px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .checkbox input {
    top: 10px;
    height: 30px;
    width: 30px; } }

.checkbox-left input {
  margin: -8px 0 0 6px !important; }

table.checkbox-left {
  margin-bottom: 12px; }

table.checkbox-left label {
  color: #534741 !important; }

.checkbox input:checked {
  background-position: bottom; }

.checkbox label {
  cursor: pointer;
  display: inline;
  height: 30px;
  line-height: 1.875em;
  text-align: left;
  color: #903001; }

.checkbox-white label {
  color: #ffffff; }

.checkbox label.opaque {
  color: #ba958b; }

.checkbox input:checked ~ label {
  color: #903001; }

.checkbox-white input:checked ~ label {
  color: #ffffff; }

.recalc {
  height: 20px;
  line-height: 1.25em; }

.recalc div {
  display: inline; }

button.button-rel:hover + div {
  color: #316388; }

#print,
#tr-code {
  display: table;
  height: 50px;
  width: 50%;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin: 0 0 16px 8px;
  vertical-align: central;
  line-height: 1.25em; }

#tr-code div {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 8px 8px 16px;
  color: #ffffff; }

#code {
  text-align: left;
  position: relative;
  top: -4px;
  font-size: 2em; }

#print {
  padding: 4px 0;
  font-size: 1.375em;
  line-height: 3.125em;
  display: block;
  color: #ffffff; }

#print:hover {
  color: #00a4c0; }

.print-img {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  top: 10px;
  padding: 0;
  margin: 0 16px 0 32px; }

#print:hover .print-img {
  background-position: 0 -90px; }

.summary,
.sb-help {
  background: #0b3a30;
  color: #ffffff;
  padding: 1% 0;
  width: 98%;
  margin-bottom: 16px;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

.sum-title,
.help-title {
  padding: 8px 0 0 16px; }

.sb-help a.h1 {
  color: #ffffff !important; }

.sumdata {
  color: #316388;
  max-width: 200px;
  word-wrap: break-word;
  word-break: break; }

@media screen and (max-width: 467px) {
  .sumdata {
    min-height: 0 !important;
    text-align: left;
    max-width: 100%; }
  .summary-data td {
    padding-left: 8px; } }

.coll-item div {
  display: block;
  padding: 5px 5px 5px 16px;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 8px; }

.coll-item .discount {
  width: 96%;
  padding: 6px;
  margin-top: 0;
  color: white; }
  .coll-item .discount .price {
    color: white; }

.coll-item label:hover {
  color: #c7b299; }

.coll-item label span {
  float: right;
  margin-right: 16px; }

.coll-item-chck:checked ~ ul,
.coll-sub-chck:checked ~ ul,
.row-switch:checked ~ .details {
  height: auto; }

.row-switch:checked ~ .details {
  margin-top: 0; }

.coll-item-chck {
  float: right;
  cursor: pointer;
  position: relative;
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-appearance: none; }

.coll-item-chck:checked {
  -webkit-appearance: none; }

.coll-sub-chck,
.row-switch {
  float: right;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-appearance: none; }

.coll-sub-chck {
  left: -12px;
  top: -2px; }

.row-switch {
  top: -30px;
  margin-bottom: -20px; }

.coll-sub-chck:checked,
.row-switch:checked {
  -webkit-appearance: none; }

.coll-item {
  color: #ffffff;
  width: 100%; }

.coll-item ul {
  color: #903001;
  font-size: .875em;
  line-height: 1.25em;
  height: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  background: #f5efe7; }

.details-desc {
  height: 0;
  width: 100%; }

.basic-row {
  line-height: 1.8125em;
  height: 25px;
  margin-bottom: 0; }

.basic-row .number {
  color: #534741;
  padding-left: 2px; }

.details-row {
  padding: 0 !important;
  height: auto;
  border-radius: 0; }

.details {
  color: #903001;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: .875em;
  line-height: 1.625em;
  height: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 0 4px 0 8px;
  margin-top: -10px;
  margin-bottom: 4px;
  width: 100%;
  transition: height 0.15s ease;
  -webkit-transition: height 0.15s ease;
  -moz-transition: height 0.15s ease;
  -o-transition: height 0.15s ease;
  -ms-transition: height 0.15s ease; }

.oh-basedetails,
.oh-extradetails,
.oh-packagedetails {
  padding-left: 8px; }

.oh-basedetails span,
.oh-extradetails span,
.oh-packagedetails span {
  margin-left: 8px; }

.oh-basedetails,
.oh-extradetails {
  position: relative;
  float: left;
  width: 48%; }

.oh-basedetails {
  margin-top: 8px; }

.oh-extradetails {
  margin-bottom: 8px; }

.oh-packagedetails {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 8px 0; }

.oh-packagedetails span {
  margin-right: 16px; }

.oh-detailheader {
  font-size: 110%;
  color: #534741;
  margin-left: -4px; }

.oh-separator {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px; }

.oh-price {
  color: #8e4724 !important;
  font-size: 150%; }

.coll-item li {
  border-bottom: 1px solid #d7d7d7;
  padding: 3px 8px;
  margin: 0;
  width: 94.32624113%;
  display: table; }

.coll-item li:last-child {
  border-bottom: 0; }

.coll-item span,
.details span {
  color: #534741; }

.coll-item .cost {
  display: table-cell;
  color: inherit;
  padding: 0;
  min-width: 160px;
  max-width: 160px; }

.coll-item div.price {
  display: table-cell;
  color: #534741;
  width: 100px;
  padding: 0;
  text-align: right;
  vertical-align: bottom; }

.sum {
  margin: 20px 10px 10px;
  height: auto;
  padding: 5px 0;
  line-height: 1.5em;
  font-size: 1.375em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px #000000;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  border: 0;
  text-align: center;
  font-family: "Crete Round", serif;
  color: #ffffff; }

.sumnetto {
  font-size: .7em; }

.no-sum {
  height: 25px; }

.coupon-box {
  width: 300px;
  margin: auto;
  height: 50px;
  padding: 10px;
  color: #ffffff; }

.coupon-button {
  height: 46px;
  padding: 4px 0 0;
  color: #ffffff;
  cursor: default !important; }

.coupon-input {
  height: 30px;
  width: 120px;
  text-align: center; }

@media screen and (max-width: 467px) {
  .coupon-box {
    width: 96%;
    margin: auto;
    height: auto;
    padding: 0 0 10px;
    color: #ffffff; }
  .coupon-button {
    height: auto; }
  .coupon-input {
    max-width: 90% !important; } }

.coupon-state {
  display: none;
  width: 300px;
  margin: auto;
  padding: 4px 0 4px 16px; }

.coupon-state span {
  margin-left: 8px;
  color: #316388; }

.coupon,
.proo {
  color: #534741;
  display: block;
  padding-left: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px; }

.proo .h1 {
  color: #316388; }

.proo:hover .h1 {
  color: #903001; }

.coupon {
  border: 2px solid #903001; }

.coupon-header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 110%;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Crete Round", serif;
  width: 100%;
  color: #903001; }

.proo {
  border: 2px solid #316388; }

.proo-image {
  float: right;
  width: 135px;
  height: 135px;
  margin: 5px; }

@media screen and (max-width: 467px) {
  .proo-image {
    width: 90px;
    height: 90px; } }

.coupon:hover,
.proo:hover {
  border: 2px solid #903001; }

.coupon-sticker {
  margin-top: -10px;
  margin-right: -20px;
  width: 125px;
  height: 105px;
  margin-left: 10px;
  float: right; }

.qq-login-popup {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  border-radius: .625rem;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  margin: 150px auto;
  width: 450px; }

.reveal-image {
  margin: auto;
  background-repeat: no-repeat;
  width: 60%;
  padding-bottom: 60%; }

.login-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px; }

.qq-login-popup-content {
  padding: 16px;
  color: #903001; }

.hdt {
  margin-bottom: 8px; }

.hdt thead th {
  font-weight: 400;
  font-size: 10px;
  vertical-align: top;
  line-height: .875em; }

.hdt thead tr {
  height: 100px;
  background: 0;
  margin-bottom: 8px; }

.hdt tr td {
  border-top: 2px solid #ffffff;
  text-align: center; }

.hdt-bg {
  background: #f4efed; }

.hdt th {
  border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -webkit-border-radius: 5px 5px 0 0 !important; }

.hdt tr:last-child td {
  border-radius: 0 0 5px 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -webkit-border-radius: 0 0 5px 5px !important; }

th.hdt-bg {
  padding-top: 8px; }

.hdt td {
  font-family: "Crete Round", serif;
  font-size: 1.125em;
  height: 55px; }

.csom,
.irany,
.kat1,
.kat2,
.kat3,
.kat4,
.kat5,
.kat6 {
  height: 50px;
  width: 50px;
  background-size: 50px 50px !important;
  background-repeat: no-repeat !important;
  margin: 0 10px 4px;
  padding-top: 50px;
  float: left; }

.irany {
  float: none;
  margin: 0 auto 4px; }

.csom {
  float: none;
  margin: 0 auto 4px; }

.h2-hdt {
  line-height: 60px; }

.hdt-ar {
  display: block;
  margin: auto;
  width: 90%; }

.hdt-ar-csom {
  line-height: 1.875em;
  font-size: 150%; }

.hdt-ar .orangebutton {
  line-height: 1em;
  height: 35px;
  font-size: 150%; }

.hdt-ar em {
  font-style: normal;
  font-size: 60%; }

.hdt-right {
  text-align: right;
  padding-right: 16px; }

.hdt-aff {
  height: 200px;
  border: 2px solid #903001;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  overflow-y: scroll;
  margin: 0 0 8px; }

.hdt-packagespanel {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-top: 1px solid #903001;
  border-left: 1px solid #903001;
  border-bottom: 1px solid #903001;
  border-right: 1px solid #903001; }

.table_utanvet {
  border: 0;
  width: 90%;
  margin: 0;
  margin-bottom: 12px; }

.table-price {
  max-width: 300px;
  margin-bottom: 32px; }
  .table-price td {
    height: 32px;
    width: 70%; }
  .table-price td:last-child {
    font-size: 140%;
    width: 30%;
    color: #316388;
    font-family: "Crete Round", serif; }

.mobilecell,
.packagenumber {
  display: none; }

@media screen and (max-width: 767px) {
  .table_utanvet {
    width: 100%; }
  .table_utanvet td {
    width: 45%; }
  .table_utanvet tbody tr {
    height: 35px; }
  .mobilecell {
    display: inline-block;
    width: 100px;
    white-space: normal;
    text-align: left;
    padding-left: 8px;
    font-size: 16px; }
  .mobilecell ~ select,
  .mobilecell ~ span {
    display: block; } }

@media screen and (max-width: 767px) {
  .RadGrid_FFinsurance .mobilecell ~ span.RadInput {
    display: block !important; }
  .radGrid_FFinsurance .riTextBox {
    width: 92% !important; }
  .mobilecell ~ select {
    width: 98% !important; }
  .add td {
    display: inline-block !important;
    width: 148px; }
  .pack-adv td,
  .reg-table td,
  .user-inputs td {
    display: block;
    width: 96% !important; }
  .pack-adv td img {
    width: 100% !important; }
  .pack-adv-tart li {
    width: 50%; }
  .login-input,
  .number-input,
  .reg-input,
  .riTextBox,
  .table-number-input,
  .table-text-input,
  .text-input {
    min-height: 24px;
    margin: 5px;
    padding-left: 2px;
    font-size: 1em;
    padding: 8px !important; }
  .text-input,
  .text-input-error {
    max-width: 100%;
    width: 320px !important; }
  .table-number-input,
  .table-text-input {
    max-width: 100%;
    width: 120px; }
  .login-input,
  .reg-input {
    width: 90%; }
  select {
    width: 98% !important;
    height: 40px; }
  .RadComboBox_Default {
    width: 90% !important;
    height: 40px; }
  .google-map {
    width: 100% !important;
    max-height: 300px !important;
    margin-left: 0 !important; } }

.RadGrid_FF {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 0;
  border-spacing: 0;
  font-size: .8em; }

.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFilterRow td,
.RadGrid .rgFooter td,
.RadGrid .rgGroupHeader td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgRow td {
  padding-left: 0;
  padding-right: 0; }

.RadGrid_FF .rgAltRow td,
.RadGrid_FF .rgEditRow td,
.RadGrid_FF .rgFooter td,
.RadGrid_FF .rgRow td {
  border-width: 0;
  min-height: 45px;
  vertical-align: middle;
  white-space: normal !important; }

.RadGrid_FF th {
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  padding: 0 0 0 8px;
  background: #903001; }

.RadGrid_FF th:first-child {
  border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  -webkit-border-radius: 5px 0 0; }

.RadGrid_FF th:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0; }

.RadGrid_FF .rgAltRow {
  background: #f4efed; }

.RadGrid_FF .rgRow {
  background: #ffffff; }

.RadGrid_FF td {
  padding: 0 0 0 8px;
  text-align: left;
  vertical-align: top; }

.RadGrid_FF tbody tr:last-child {
  margin-bottom: 0; }

.RadGrid_FF .rgHeader,
.RadGrid_FF .rgHeaderWrapper,
.RadGrid_FF th.rgResizeCol {
  border: 0; }

.RadGrid_FF .rgMasterTable .rgSelectedCell,
.RadGrid_FF .rgSelectedRow {
  background: #f1e3de; }

.GridToolTip_FF {
  font: 400 12px;
  font-family: "Verdana", Arial, sans-serif;
  line-height: 16px; }

.RadGrid_FF .rgHeaderDiv {
  border-right-color: #cdcdcd; }

.RadGrid_FF .rgMultiHeaderRow th.rgHeader,
.RadGrid_FF .rgMultiHeaderRow th.rgResizeCol {
  border: 0; }

.RadGrid_FF th.rgSorted {
  background-color: #e5e5e5; }

.RadGrid_FF .rgHeader a {
  color: #767676; }

.RadGrid_FF .rgActiveRow .rgSorted,
.RadGrid_FF .rgEditRow .rgSorted,
.RadGrid_FF .rgHoveredRow .rgSorted,
.RadGrid_FF .rgSelectedRow .rgSorted {
  background-color: transparent; }

.RadGrid_FF .rgAltRow a,
.RadGrid_FF .rgEditForm a,
.RadGrid_FF .rgFooter a,
.RadGrid_FF .rgRow a,
.RadGrid_FF tr.rgEditRow a {
  color: #000000; }

.RadGrid_FF .rgHoveredRow {
  background: #e5e5e5; }

.RadGrid_FF .rgSelectedCell a,
.RadGrid_FF .rgSelectedRow a {
  color: #ffffff; }

.RadGrid_FF .rgActiveRow,
.RadGrid_FF .rgMasterTable .rgActiveCell {
  background: #fff 0 -5200px repeat-x;
  color: #000000; }

.RadGrid_FF .rgMasterTable .rgActiveCell {
  border-color: #25a0da;
  border-right-width: 1px; }

.RadGrid_FF .rgActiveCell a,
.RadGrid_FF .rgActiveRow a,
.RadGrid_FF .rgActiveRow input {
  color: #000000; }

* html .RadGrid_FF .rgSelectedRow .rgSorted,
* + html .RadGrid_FF .rgSelectedRow .rgSorted {
  background-color: #ffa517; }

* html .RadGrid_FF .rgActiveRow .rgSorted,
* html .RadGrid_FF .rgHoveredRow .rgSorted,
* + html .RadGrid_FF .rgActiveRow .rgSorted,
* + html .RadGrid_FF .rgHoveredRow .rgSorted {
  background-color: #ffe79c; }

.RadGrid_FF .rgEditRow {
  background: #ffffff 0 -4900px repeat-x; }

* html .RadGrid_FF .rgEditRow .rgSorted,
* + html .RadGrid_FF .rgEditRow .rgSorted {
  background-color: #ffffff; }

.RadGrid_FF .rgHoveredRow td,
.RadGrid_FF .rgHoveredRow td.rgSorted {
  border-color: #c3c3c3; }

.RadGrid_FF .rgEditRow td,
.RadGrid_FF .rgEditRow td.rgSorted {
  border-color: #616161 #c3c3c3; }

.RadGrid_FF .rgFooter,
.RadGrid_FF .rgFooterDwiv,
.RadGrid_FF .rgFooterWrapper {
  background: #e4e4e4; }

.RadGrid_FF td.rgPagerCell {
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
  padding-left: 0 !important; }

.RadGrid_FF .rgInfoPart {
  color: #534741; }

.RadGrid_FF .rgInfoPart strong {
  color: #000000; }

.RadGrid_FF .rgPager .rgPagerButton {
  border-color: #25a0da;
  background: #25a0da;
  color: #ffffff;
  font: 12px/12px "segoe ui", arial, sans-serif; }

.RadGrid_FF .rgNumPart {
  text-align: center;
  display: inline-block;
  margin: auto;
  width: 80%; }

.RadGrid_FF .rgNumPart a {
  float: none !important;
  color: #903001;
  font-size: 150%;
  line-height: 15px;
  opacity: .2;
  display: inline-block;
  padding: 0 10px; }

.RadGrid_FF .rgNumPart a:hover {
  opacity: 1;
  color: #316388;
  background: 0 0; }

.RadGrid_FF .rgNumPart a.rgCurrentPage {
  border: none;
  background: 0 0;
  color: #903001;
  opacity: 1; }

.RadGrid_FF .rgNumPart a.rgCurrentPage:hover {
  color: #316388;
  background: 0 0; }

.RadGrid_FF .rgHeader .rgSortAsc {
  background-position: 3px -248px;
  height: 10px; }

.RadGrid_FF .rgHeader .rgSortDesc {
  background-position: 3px -198px;
  height: 10px; }

.GridReorderTop_FF {
  background: 0 0 no-repeat; }

.GridReorderBottom_FF {
  background: 0 0 no-repeat 0 -50px; }

.RadGrid_FF .rgFilterRow td {
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FF .rgFilter {
  background-position: 0 -300px; }

.RadGrid_FF .rgFilter:hover {
  background-position: 0 -350px; }

.RadGrid_FF .rgFilterActive,
.RadGrid_FF .rgFilterActive:hover {
  background-position: 0 -400px; }

.RadGrid_FF .rgFilterBox {
  border-color: #e5e5e5;
  font: 12px "segoe ui", arial, sans-serif;
  color: #000000;
  height: 15px; }

.RadMenu_FF .rgHCMClear,
.RadMenu_FF .rgHCMFilter {
  border-color: #7e7e7e;
  background: #25a0da;
  color: #000000;
  font-family: "segoe ui", arial, sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.RadMenu_FF .rgHCMClear:hover,
.RadMenu_FF .rgHCMFilter:hover {
  border-color: #c98400;
  background-color: #ffe79c;
  color: #882501; }

.GridContextMenu_FF .rgHCMSortAsc .rmLeftImage {
  background-position: 0 0; }

.GridContextMenu_FF .rgHCMSortDesc .rmLeftImage {
  background-position: 0 -40px; }

.GridContextMenu_FF .rgHCMUnsort .rmLeftImage {
  background-position: 0 -80px; }

.GridContextMenu_FF .rgHCMGroup .rmLeftImage {
  background-position: 0 -120px; }

.GridContextMenu_FF .rgHCMUngroup .rmLeftImage {
  background-position: 0 -160px; }

.GridContextMenu_FF .rgHCMCols .rmLeftImage {
  background-position: 0 -200px; }

.GridContextMenu_FF .rgHCMFilter .rmLeftImage {
  background-position: 0 -240px; }

.GridContextMenu_FF .rgHCMUnfilter .rmLeftImage {
  background-position: 0 -280px; }

.RadGrid_FF .rgGroupPanel {
  border: 0;
  border-bottom: 1px solid #7c7c7c; }

.RadGrid_FF .rgGroupPanel,
.RadGrid_FF .rgGroupPanel caption {
  background: #25a0da;
  color: #ffffff; }

.RadGrid_FF .rgGroupPanel td {
  border: 0;
  padding: 3px 4px; }

.RadGrid_FF .rgGroupPanel td td {
  padding: 0; }

.RadGrid_FF .rgGroupPanel .rgSortAsc {
  background-position: 4px -144px; }

.RadGrid_FF .rgGroupPanel .rgSortDesc {
  background-position: 4px -94px; }

.RadGrid_FF .rgUngroup {
  background-position: 0 -6999px; }

.RadGrid_FF .rgGroupItem {
  border: 1px solid #7e7e7e;
  background: #ffffff;
  color: #000000; }

.RadGrid_FF .rgMasterTable td.rgExpandCol,
.RadGrid_FF .rgMasterTable td.rgGroupCol {
  border-color: #c9c9c9;
  background: #c9c9c9; }

.RadGrid_FF .rgGroupHeader {
  background: #c9c9c9;
  font-size: 1.1em;
  line-height: 22px;
  color: #000000; }

.RadGrid_FF .rgGroupHeader td {
  padding-left: 8px;
  padding-bottom: 2px; }

.RadGrid_FF .rgExpand {
  background-position: 5px -496px; }

.RadGrid_FF .rgCollapse {
  background-position: 3px -444px; }

.RadGrid_FF .rgEditForm {
  border-bottom: 1px solid #999; }

.RadGrid_FF .rgUpdate {
  background-position: 0 -1800px; }

.RadGrid_FF .rgCancel {
  background-position: 0 -1850px; }

.RadGrid_FF .rgDetailTable {
  border-color: #999; }

.RadGrid_FF .rgCommandRow,
.RadGrid_FF .rgCommandRow a {
  color: #767676;
  text-decoration: none; }

.RadGrid_FF .rgCommandCell {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0; }

.RadGrid_FF .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell,
.RadGrid_FF tfoot .rgCommandCell {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0; }

.RadGrid_FF .rgCommandTable {
  border: 0; }

.RadGrid_FF .rgCommandTable td {
  border: 0;
  padding: 2px 7px; }

.RadGrid_FF input.rgAdd {
  margin-right: 3px;
  background-position: 0 -1650px; }

.RadGrid_FF input.rgRefresh {
  margin-right: 3px;
  background-position: 0 -1600px; }

.RadGrid_FF .rgEdit {
  margin-right: 3px;
  background-position: 0 -1700px; }

.RadGrid_FF .rgDel {
  margin-right: 3px;
  background-position: 0 -1750px; }

.RadGrid_FF .rgExpXLS {
  background-position: 0 0; }

.RadGrid_FF .rgExpDOC {
  background-position: 0 -50px; }

.RadGrid_FF .rgExpPDF {
  background-position: 0 -100px; }

.RadGrid_FF .rgExpCSV {
  background-position: 0 -150px; }

.GridRowSelector_FF,
.rgCellSelectorArea_FF {
  background: #4c4e54; }

.GridItemDropIndicator_FF {
  border-top: 1px dashed #666666; }

.GridToolTip_FF {
  border: 1px solid #c98400;
  padding: 3px;
  background: #ffefbd;
  color: #333333; }

.RadGridRTL_FF .rgExpand {
  background-position: -20px -496px; }

.rgArrPart1 {
  max-width: 60px;
  float: left; }

.rgArrPart2 {
  max-width: 60px;
  float: right; }

.rgArrPart1 img,
.rgArrPart2 img {
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 23px;
  opacity: .2; }

.rgArrPart1 a img,
.rgArrPart2 a img {
  width: 18px;
  height: 23px;
  opacity: 1; }

.rgPagerLabel {
  float: left; }

.RadGrid_FFinsurance {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 0;
  border-spacing: 0; }

.RadGrid_FFinsurance .rgAltRow td,
.RadGrid_FFinsurance .rgEditRow td,
.RadGrid_FFinsurance .rgFooter td,
.RadGrid_FFinsurance .rgRow td {
  font-size: .8em;
  border-width: 0;
  min-height: 40px;
  line-height: 22px; }

@media screen and (max-width: 767px) {
  .RadGrid_FFinsurance .rgAltRow td,
  .RadGrid_FFinsurance .rgEditRow td,
  .RadGrid_FFinsurance .rgFooter td,
  .RadGrid_FFinsurance .rgRow td {
    font-size: 1em; }
  .RadGrid_FFinsurance .rgAltRow td:first-child,
  .RadGrid_FFinsurance .rgRow td:first-child {
    height: 60px !important; } }

.RadGrid_FFoffers td:first-child,
.RadGrid_FFoffers th:first-child {
  display: table-cell; }

.RadGrid_FFinsurance td span {
  font-size: 1.4em; }

.RadGrid_FFinsurance th {
  height: 25px;
  font-size: .8em;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  padding: 0 0 0 8px;
  color: #ffffff;
  background: #903001; }

.RadGrid_FFinsurance th:first-child {
  border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  -webkit-border-radius: 5px 0 0; }

.RadGrid_FFinsurance th:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0; }

.RadGrid_FFinsurance tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px; }

.RadGrid_FFinsurance tr:last-child td:last-child {
  border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  -webkit-border-radius: 0 0 5px; }

.RadGrid_FFinsurance .rgAltRow {
  background: #f4efed; }

.RadGrid_FFinsurance .rgRow {
  background: #ffffff; }

.RadGrid_FFinsurance td {
  padding: 0 0 0 16px;
  text-align: left;
  vertical-align: middle; }

.RadGrid_FFinsurance tbody tr:last-child {
  margin-bottom: 0; }

.RadGrid_FFinsurance .rgHeader,
.RadGrid_FFinsurance .rgHeaderWrapper,
.RadGrid_FFinsurance th.rgResizeCol {
  border: 0; }

.RadGrid_FFinsurance .rgMasterTable .rgSelectedCell,
.RadGrid_FFinsurance .rgSelectedRow {
  background: #f1e3de; }

.GridToolTip_FFinsurance {
  font: 400 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 16px; }

.RadGrid_FFinsurance .rgHeaderDiv {
  border-right-color: #cdcdcd; }

.RadGrid_FFinsurance .rgMultiHeaderRow th.rgHeader,
.RadGrid_FFinsurance .rgMultiHeaderRow th.rgResizeCol {
  border: 0; }

.RadGrid_FFinsurance th.rgSorted {
  background-color: #e5e5e5; }

.RadGrid_FFinsurance .rgHeader a {
  color: #767676; }

.RadGrid_FFinsurance .rgActiveRow .rgSorted,
.RadGrid_FFinsurance .rgEditRow .rgSorted,
.RadGrid_FFinsurance .rgHoveredRow .rgSorted,
.RadGrid_FFinsurance .rgSelectedRow .rgSorted {
  background-color: transparent; }

.RadGrid_FFinsurance .rgAltRow a,
.RadGrid_FFinsurance .rgEditForm a,
.RadGrid_FFinsurance .rgFooter a,
.RadGrid_FFinsurance .rgRow a,
.RadGrid_FFinsurance tr.rgEditRow a {
  color: #000000; }

.RadGrid_FFinsurance .rgHoveredRow {
  background: #e5e5e5; }

.RadGrid_FFinsurance .rgSelectedCell a,
.RadGrid_FFinsurance .rgSelectedRow a {
  color: #ffffff; }

.RadGrid_FFinsurance .rgActiveRow,
.RadGrid_FFinsurance .rgMasterTable .rgActiveCell {
  background: #ffffff 0 -5200px repeat-x;
  color: #000000; }

.RadGrid_FFinsurance .rgMasterTable .rgActiveCell {
  border-color: #25a0da;
  border-right-width: 1px; }

.RadGrid_FFinsurance .rgActiveCell a,
.RadGrid_FFinsurance .rgActiveRow a,
.RadGrid_FFinsurance .rgActiveRow input {
  color: #000000; }

* html .RadGrid_FFinsurance .rgSelectedRow .rgSorted,
* + html .RadGrid_FFinsurance .rgSelectedRow .rgSorted {
  background-color: #ffa517; }

* html .RadGrid_FFinsurance .rgActiveRow .rgSorted,
* html .RadGrid_FFinsurance .rgHoveredRow .rgSorted,
* + html .RadGrid_FFinsurance .rgActiveRow .rgSorted,
* + html .RadGrid_FFinsurance .rgHoveredRow .rgSorted {
  background-color: #ffe79c; }

.RadGrid_FFinsurance .rgEditRow {
  background: #ffffff 0 -4900px repeat-x; }

* html .RadGrid_FFinsurance .rgEditRow .rgSorted,
* + html .RadGrid_FFinsurance .rgEditRow .rgSorted {
  background-color: #ffffff; }

.RadGrid_FFinsurance .rgHoveredRow td,
.RadGrid_FFinsurance .rgHoveredRow td.rgSorted {
  border-color: #c3c3c3; }

.RadGrid_FFinsurance .rgEditRow td,
.RadGrid_FFinsurance .rgEditRow td.rgSorted {
  border-color: #616161 #c3c3c3; }

.RadGrid_FFinsurance .rgFooter,
.RadGrid_FFinsurance .rgFooterDiv,
.RadGrid_FFinsurance .rgFooterWrapper {
  background: #e4e4e4; }

.RadGrid_FFinsurance td.rgPagerCell {
  border: 1px solid;
  border-color: #e5e5e5;
  border-right-width: 0; }

.RadGrid_FFinsurance .rgInfoPart {
  color: #534741; }

.RadGrid_FFinsurance .rgInfoPart strong {
  color: #000000; }

.RadGrid_FFinsurance .rgPageFirst {
  background-position: 0 -550px; }

.RadGrid_FFinsurance .rgPageFirst:hover {
  background-position: 0 -600px; }

.RadGrid_FFinsurance .rgPagePrev {
  background-position: 0 -700px; }

.RadGrid_FFinsurance .rgPagePrev:hover {
  background-position: 0 -750px; }

.RadGrid_FFinsurance .rgPageNext {
  background-position: 0 -850px; }

.RadGrid_FFinsurance .rgPageNext:hover {
  background-position: 0 -900px; }

.RadGrid_FFinsurance .rgPageLast {
  background-position: 0 -1000px; }

.RadGrid_FFinsurance .rgPageLast:hover {
  background-position: 0 -1050px; }

.RadGrid_FFinsurance .rgPager .rgPagerButton {
  border-color: #25a0da;
  background: #25a0da;
  color: #ffffff;
  font: 12px/12px "segoe ui", arial, sans-serif; }

.RadGrid_FFinsurance .rgNumPart a:hover {
  color: #000000;
  background-color: #e5e5e5; }

.RadGrid_FFinsurance .rgNumPart a.rgCurrentPage,
.RadGrid_FFinsurance .rgNumPart a.rgCurrentPage:hover {
  border-color: #25a0da;
  background: 0 0; }

.RadGrid_FFinsurance .rgHeader .rgSortAsc {
  background-position: 3px -248px;
  height: 10px; }

.RadGrid_FFinsurance .rgHeader .rgSortDesc {
  background-position: 3px -198px;
  height: 10px; }

.GridReorderTop_FFinsurance {
  background: 0 0 no-repeat; }

.GridReorderBottom_FFinsurance {
  background: 0 0 no-repeat 0 -50px; }

.RadGrid_FFinsurance .rgFilterRow td {
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FFinsurance .rgFilter {
  background-position: 0 -300px; }

.RadGrid_FFinsurance .rgFilter:hover {
  background-position: 0 -350px; }

.RadGrid_FFinsurance .rgFilterActive,
.RadGrid_FFinsurance .rgFilterActive:hover {
  background-position: 0 -400px; }

.RadGrid_FFinsurance .rgFilterBox {
  border-color: #e5e5e5;
  font: 12px "segoe ui", arial, sans-serif;
  color: #000000;
  height: 15px; }

.RadMenu_FFinsurance .rgHCMClear,
.RadMenu_FFinsurance .rgHCMFilter {
  border-color: #7e7e7e;
  background: #25a0da;
  color: #000000;
  font-family: "segoe ui", arial, sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.RadMenu_FFinsurance .rgHCMClear:hover,
.RadMenu_FFinsurance .rgHCMFilter:hover {
  border-color: #c98400;
  background-color: #ffe79c;
  color: #882501; }

.GridContextMenu_FFinsurance .rgHCMSortAsc .rmLeftImage {
  background-position: 0 0; }

.GridContextMenu_FFinsurance .rgHCMSortDesc .rmLeftImage {
  background-position: 0 -40px; }

.GridContextMenu_FFinsurance .rgHCMUnsort .rmLeftImage {
  background-position: 0 -80px; }

.GridContextMenu_FFinsurance .rgHCMGroup .rmLeftImage {
  background-position: 0 -120px; }

.GridContextMenu_FFinsurance .rgHCMUngroup .rmLeftImage {
  background-position: 0 -160px; }

.GridContextMenu_FFinsurance .rgHCMCols .rmLeftImage {
  background-position: 0 -200px; }

.GridContextMenu_FFinsurance .rgHCMFilter .rmLeftImage {
  background-position: 0 -240px; }

.GridContextMenu_FFinsurance .rgHCMUnfilter .rmLeftImage {
  background-position: 0 -280px; }

.RadGrid_FFinsurance .rgGroupPanel {
  border: 0;
  border-bottom: 1px solid #7c7c7c; }

.RadGrid_FFinsurance .rgGroupPanel,
.RadGrid_FFinsurance .rgGroupPanel caption {
  background: #25a0da;
  color: #ffffff; }

.RadGrid_FFinsurance .rgGroupPanel td {
  border: 0;
  padding: 3px 4px; }

.RadGrid_FFinsurance .rgGroupPanel td td {
  padding: 0; }

.RadGrid_FFinsurance .rgGroupPanel .rgSortAsc {
  background-position: 4px -144px; }

.RadGrid_FFinsurance .rgGroupPanel .rgSortDesc {
  background-position: 4px -94px; }

.RadGrid_FFinsurance .rgUngroup {
  background-position: 0 -6999px; }

.RadGrid_FFinsurance .rgGroupItem {
  border: 1px solid #7e7e7e;
  background: #ffffff;
  color: #000000; }

.RadGrid_FFinsurance .rgMasterTable td.rgExpandCol,
.RadGrid_FFinsurance .rgMasterTable td.rgGroupCol {
  border-color: #c9c9c9;
  background: #c9c9c9; }

.RadGrid_FFinsurance .rgGroupHeader {
  background: #c9c9c9;
  font-size: 1.1em;
  line-height: 22px;
  color: #000000; }

.RadGrid_FFinsurance .rgGroupHeader td {
  padding-left: 8px;
  padding-bottom: 2px; }

.RadGrid_FFinsurance .rgExpand {
  background-position: 5px -496px; }

.RadGrid_FFinsurance .rgCollapse {
  background-position: 3px -444px; }

.RadGrid_FFinsurance .rgEditForm {
  border-bottom: 1px solid #999; }

.RadGrid_FFinsurance .rgUpdate {
  background-position: 0 -1800px; }

.RadGrid_FFinsurance .rgCancel {
  background-position: 0 -1850px; }

.RadGrid_FFinsurance .rgDetailTable {
  border-color: #999999; }

.RadGrid_FFinsurance .rgCommandRow,
.RadGrid_FFinsurance .rgCommandRow a {
  color: #767676;
  text-decoration: none; }

.RadGrid_FFinsurance .rgCommandCell {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0; }

.RadGrid_FFinsurance .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell,
.RadGrid_FFinsurance tfoot .rgCommandCell {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0; }

.RadGrid_FFinsurance .rgCommandTable {
  border: 0; }

.RadGrid_FFinsurance .rgCommandTable td {
  border: 0;
  padding: 2px 7px; }

.RadGrid_FFinsurance input.rgAdd {
  margin-right: 3px;
  background-position: 0 -1650px; }

.RadGrid_FFinsurance input.rgRefresh {
  margin-right: 3px;
  background-position: 0 -1600px; }

.RadGrid_FFinsurance .rgEdit {
  margin-right: 3px;
  background-position: 0 -1700px; }

.RadGrid_FFinsurance .rgDel {
  margin-right: 3px;
  background-position: 0 -1750px; }

.RadGrid_FFinsurance .rgExpXLS {
  background-position: 0 0; }

.RadGrid_FFinsurance .rgExpDOC {
  background-position: 0 -50px; }

.RadGrid_FFinsurance .rgExpPDF {
  background-position: 0 -100px; }

.RadGrid_FFinsurance .rgExpCSV {
  background-position: 0 -150px; }

.GridRowSelector_FFinsurance,
.rgCellSelectorArea_FFinsurance {
  background: #4c4e54; }

.GridItemDropIndicator_FFinsurance {
  border-top: 1px dashed #666666; }

.GridToolTip_FFinsurance {
  border: 1px solid #c98400;
  padding: 3px;
  background: #ffefbd;
  color: #333333; }

.RadGridRTL_FFinsurance .rgPageFirst {
  background-position: 0 -1000px; }

.RadGridRTL_FFinsurance .rgPageFirst:hover {
  background-position: 0 -1050px; }

.RadGridRTL_FFinsurance .rgPagePrev {
  background-position: 0 -850px; }

.RadGridRTL_FFinsurance .rgPagePrev:hover {
  background-position: 0 -900px; }

.RadGridRTL_FFinsurance .rgPageNext {
  background-position: 0 -700px; }

.RadGridRTL_FFinsurance .rgPageNext:hover {
  background-position: 0 -750px; }

.RadGridRTL_FFinsurance .rgPageLast {
  background-position: 0 -550px; }

.RadGridRTL_FFinsurance .rgPageLast:hover {
  background-position: 0 -600px; }

.RadGridRTL_FFinsurance .rgExpand {
  background-position: -20px -496px; }

.RadGrid_FFoffers {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 0;
  border-spacing: 0; }

.RadGrid_FFoffers .rgAltRow td,
.RadGrid_FFoffers .rgEditRow td,
.RadGrid_FFoffers .rgFooter td,
.RadGrid_FFoffers .rgRow td {
  border-width: 0; }

.RadGrid_FFoffers .rgAltRow,
.RadGrid_FFoffers .rgRow,
.RadGrid_FFoffers tr {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important; }

.RadGrid_FFoffers tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px; }

.RadGrid_FFoffers tr:last-child td:last-child {
  border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  -webkit-border-radius: 0 0 5px; }

.RadGrid_FFoffers .rgAltRow,
.RadGrid_FFoffers .rgRow {
  background: #f4efed; }

.RadGrid_FFoffers td {
  padding: 0 0 0 8px;
  text-align: left;
  vertical-align: top; }

.RadGrid_FFoffers tbody tr:last-child {
  margin-bottom: 0; }

.RadGrid_FFoffers .rgHeader,
.RadGrid_FFoffers .rgHeaderWrapper,
.RadGrid_FFoffers th.rgResizeCol {
  border: 0; }

.RadGrid_FFoffers .rgMasterTable .rgSelectedCell,
.RadGrid_FFoffers .rgSelectedRow {
  background: #f1e3de; }

.GridToolTip_FFoffers {
  font: 400 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 16px; }

.RadGrid_FFoffers .rgHeaderDiv {
  border-right-color: #cdcdcd; }

.RadGrid_FFoffers .rgMultiHeaderRow th.rgHeader,
.RadGrid_FFoffers .rgMultiHeaderRow th.rgResizeCol {
  border: 0; }

.RadGrid_FFoffers th.rgSorted {
  background-color: #e5e5e5; }

.RadGrid_FFoffers .rgHeader a {
  color: #767676; }

.RadGrid_FFoffers .rgActiveRow .rgSorted,
.RadGrid_FFoffers .rgEditRow .rgSorted,
.RadGrid_FFoffers .rgHoveredRow .rgSorted,
.RadGrid_FFoffers .rgSelectedRow .rgSorted {
  background-color: transparent; }

.RadGrid_FFoffers .rgAltRow a,
.RadGrid_FFoffers .rgEditForm a,
.RadGrid_FFoffers .rgFooter a,
.RadGrid_FFoffers .rgRow a,
.RadGrid_FFoffers tr.rgEditRow a {
  color: #000000; }

.RadGrid_FFoffers .rgHoveredRow {
  background: #e5e5e5; }

.RadGrid_FFoffers .rgSelectedCell a,
.RadGrid_FFoffers .rgSelectedRow a {
  color: #ffffff; }

.RadGrid_FFoffers .rgActiveRow,
.RadGrid_FFoffers .rgMasterTable .rgActiveCell {
  background: #ffffff 0 -5200px repeat-x;
  color: #000000; }

.RadGrid_FFoffers .rgMasterTable .rgActiveCell {
  border-color: #25a0da;
  border-right-width: 1px; }

.RadGrid_FFoffers .rgActiveCell a,
.RadGrid_FFoffers .rgActiveRow a,
.RadGrid_FFoffers .rgActiveRow input {
  color: #000000; }

* html .RadGrid_FFoffers .rgSelectedRow .rgSorted,
* + html .RadGrid_FFoffers .rgSelectedRow .rgSorted {
  background-color: #ffa517; }

* html .RadGrid_FFoffers .rgActiveRow .rgSorted,
* html .RadGrid_FFoffers .rgHoveredRow .rgSorted,
* + html .RadGrid_FFoffers .rgActiveRow .rgSorted,
* + html .RadGrid_FFoffers .rgHoveredRow .rgSorted {
  background-color: #ffe79c; }

.RadGrid_FFoffers .rgEditRow {
  background: #ffffff 0 -4900px repeat-x; }

* html .RadGrid_FFoffers .rgEditRow .rgSorted,
* + html .RadGrid_FFoffers .rgEditRow .rgSorted {
  background-color: #ffffff; }

.RadGrid_FFoffers .rgHoveredRow td,
.RadGrid_FFoffers .rgHoveredRow td.rgSorted {
  border-color: #c3c3c3; }

.RadGrid_FFoffers .rgEditRow td,
.RadGrid_FFoffers .rgEditRow td.rgSorted {
  border-color: #616161 #c3c3c3; }

.RadGrid_FFoffers .rgFooter,
.RadGrid_FFoffers .rgFooterDiv,
.RadGrid_FFoffers .rgFooterWrapper {
  background: #e4e4e4; }

.RadGrid_FFoffers td.rgPagerCell {
  border: 1px solid;
  border-color: #e5e5e5;
  border-right-width: 0; }

.RadGrid_FFoffers .rgInfoPart {
  color: #534741; }

.RadGrid_FFoffers .rgInfoPart strong {
  color: #000000; }

.RadGrid_FFoffers .rgPageFirst {
  background-position: 0 -550px; }

.RadGrid_FFoffers .rgPageFirst:hover {
  background-position: 0 -600px; }

.RadGrid_FFoffers .rgPagePrev {
  background-position: 0 -700px; }

.RadGrid_FFoffers .rgPagePrev:hover {
  background-position: 0 -750px; }

.RadGrid_FFoffers .rgPageNext {
  background-position: 0 -850px; }

.RadGrid_FFoffers .rgPageNext:hover {
  background-position: 0 -900px; }

.RadGrid_FFoffers .rgPageLast {
  background-position: 0 -1000px; }

.RadGrid_FFoffers .rgPageLast:hover {
  background-position: 0 -1050px; }

.RadGrid_FFoffers .rgPager .rgPagerButton {
  border-color: #25a0da;
  background: #25a0da;
  color: #ffffff;
  font: 12px/12px "segoe ui", arial, sans-serif; }

.RadGrid_FFoffers .rgNumPart a:hover {
  color: #000000;
  background-color: #e5e5e5; }

.RadGrid_FFoffers .rgNumPart a.rgCurrentPage,
.RadGrid_FFoffers .rgNumPart a.rgCurrentPage:hover {
  border-color: #25a0da;
  background: 0 0; }

.RadGrid_FFoffers .rgHeader .rgSortAsc {
  background-position: 3px -248px;
  height: 10px; }

.RadGrid_FFoffers .rgHeader .rgSortDesc {
  background-position: 3px -198px;
  height: 10px; }

.GridReorderTop_FFoffers {
  background: 0 0 no-repeat; }

.RadGrid_FFoffers .rgFilterRow td {
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FFoffers .rgFilter {
  background-position: 0 -300px; }

.RadGrid_FFoffers .rgFilter:hover {
  background-position: 0 -350px; }

.RadGrid_FFoffers .rgFilterActive,
.RadGrid_FFoffers .rgFilterActive:hover {
  background-position: 0 -400px; }

.RadGrid_FFoffers .rgFilterBox {
  border-color: #e5e5e5;
  font: 12px "segoe ui", arial, sans-serif;
  color: #000000;
  height: 15px; }

.RadMenu_FFoffers .rgHCMClear,
.RadMenu_FFoffers .rgHCMFilter {
  border-color: #7e7e7e;
  background: #25a0da;
  color: #000000;
  font-family: "segoe ui", arial, sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.RadMenu_FFoffers .rgHCMClear:hover,
.RadMenu_FFoffers .rgHCMFilter:hover {
  border-color: #c98400;
  background-color: #ffe79c;
  color: #882501; }

.GridContextMenu_FFoffers .rgHCMSortAsc .rmLeftImage {
  background-position: 0 0; }

.GridContextMenu_FFoffers .rgHCMSortDesc .rmLeftImage {
  background-position: 0 -40px; }

.GridContextMenu_FFoffers .rgHCMUnsort .rmLeftImage {
  background-position: 0 -80px; }

.GridContextMenu_FFoffers .rgHCMGroup .rmLeftImage {
  background-position: 0 -120px; }

.GridContextMenu_FFoffers .rgHCMUngroup .rmLeftImage {
  background-position: 0 -160px; }

.GridContextMenu_FFoffers .rgHCMCols .rmLeftImage {
  background-position: 0 -200px; }

.GridContextMenu_FFoffers .rgHCMFilter .rmLeftImage {
  background-position: 0 -240px; }

.GridContextMenu_FFoffers .rgHCMUnfilter .rmLeftImage {
  background-position: 0 -280px; }

.RadGrid_FFoffers .rgGroupPanel {
  border: 0;
  border-bottom: 1px solid #7c7c7c; }

.RadGrid_FFoffers .rgGroupPanel,
.RadGrid_FFoffers .rgGroupPanel caption {
  background: #25a0da;
  color: #ffffff; }

.RadGrid_FFoffers .rgGroupPanel td {
  border: 0;
  padding: 3px 4px; }

.RadGrid_FFoffers .rgGroupPanel td td {
  padding: 0; }

.RadGrid_FFoffers .rgGroupPanel .rgSortAsc {
  background-position: 4px -144px; }

.RadGrid_FFoffers .rgGroupPanel .rgSortDesc {
  background-position: 4px -94px; }

.RadGrid_FFoffers .rgUngroup {
  background-position: 0 -6999px; }

.RadGrid_FFoffers .rgGroupItem {
  border: 1px solid #7e7e7e;
  background: #ffffff;
  color: #000000; }

.RadGrid_FFoffers .rgMasterTable td.rgExpandCol,
.RadGrid_FFoffers .rgMasterTable td.rgGroupCol {
  border-color: #c9c9c9;
  background: #c9c9c9; }

.RadGrid_FFoffers .rgGroupHeader {
  background: #c9c9c9;
  font-size: 1.1em;
  line-height: 22px;
  color: #000000; }

.RadGrid_FFoffers .rgGroupHeader td {
  padding-left: 8px;
  padding-bottom: 2px; }

.RadGrid_FFoffers .rgExpand {
  background-position: 5px -496px; }

.RadGrid_FFoffers .rgCollapse {
  background-position: 3px -444px; }

.RadGrid_FFoffers .rgEditForm {
  border-bottom: 1px solid #999999; }

.RadGrid_FFoffers .rgUpdate {
  background-position: 0 -1800px; }

.RadGrid_FFoffers .rgCancel {
  background-position: 0 -1850px; }

.RadGrid_FFoffers .rgDetailTable {
  border-color: #999999; }

.RadGrid_FFoffers .rgCommandRow,
.RadGrid_FFoffers .rgCommandRow a {
  color: #767676;
  text-decoration: none; }

.RadGrid_FFoffers .rgCommandCell {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0; }

.RadGrid_FFoffers .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell,
.RadGrid_FFoffers tfoot .rgCommandCell {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0; }

.RadGrid_FFoffers .rgCommandTable {
  border: 0; }

.RadGrid_FFoffers .rgCommandTable td {
  border: 0;
  padding: 2px 7px; }

.RadGrid_FFoffers input.rgAdd {
  margin-right: 3px;
  background-position: 0 -1650px; }

.RadGrid_FFoffers input.rgRefresh {
  margin-right: 3px;
  background-position: 0 -1600px; }

.RadGrid_FFoffers .rgEdit {
  margin-right: 3px;
  background-position: 0 -1700px; }

.RadGrid_FFoffers .rgDel {
  margin-right: 3px;
  background-position: 0 -1750px; }

.RadGrid_FFoffers .rgExpXLS {
  background-position: 0 0; }

.RadGrid_FFoffers .rgExpDOC {
  background-position: 0 -50px; }

.RadGrid_FFoffers .rgExpPDF {
  background-position: 0 -100px; }

.RadGrid_FFoffers .rgExpCSV {
  background-position: 0 -150px; }

.GridRowSelector_FFoffers,
.rgCellSelectorArea_FFoffers {
  background: #4c4e54; }

.GridItemDropIndicator_FFoffers {
  border-top: 1px dashed #666; }

.GridToolTip_FFoffers {
  border: 1px solid #c98400;
  padding: 3px;
  background: #ffefbd;
  color: #333333; }

.RadGridRTL_FFoffers .rgPageFirst {
  background-position: 0 -1000px; }

.RadGridRTL_FFoffers .rgPageFirst:hover {
  background-position: 0 -1050px; }

.RadGridRTL_FFoffers .rgPagePrev {
  background-position: 0 -850px; }

.RadGridRTL_FFoffers .rgPagePrev:hover {
  background-position: 0 -900px; }

.RadGridRTL_FFoffers .rgPageNext {
  background-position: 0 -700px; }

.RadGridRTL_FFoffers .rgPageNext:hover {
  background-position: 0 -750px; }

.RadGridRTL_FFoffers .rgPageLast {
  background-position: 0 -550px; }

.RadGridRTL_FFoffers .rgPageLast:hover {
  background-position: 0 -600px; }

.RadGridRTL_FFoffers .rgExpand {
  background-position: -20px -496px; }

.RadInputMgr_FF,
.RadInput_FF {
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit; }

html body .RadInputMgr_FF,
html body .RadInput_FF .riHover,
html body .RadInput_FF .riTextBox,
html body .RadInput_Hover_FF {
  width: 30px;
  padding: 3px 5px !important;
  border: 1px solid #903001;
  color: #534741;
  margin: 5px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

html body .RadInput_Empty_FF,
html body .RadInput_FF .riEmpty {
  width: 30px;
  padding: 3px 5px;
  border: 1px solid #903001;
  color: #cccccc;
  margin: 5px;
  font-size: 14px;
  font-style: italic;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

html body .RadInput_FF .riFocused,
html body .RadInput_Focused_FF {
  outline: 0;
  border: 2px solid #903001; }

html body .RadInput_Disabled_FF,
html body .RadInput_FF .riDisabled {
  color: #534741;
  cursor: default; }

.RadForm.rfdTextbox .RadInput_Error_FF[type=text],
.RadForm.rfdTextbox .RadInput_FF .riError[type=text],
html body .RadInput_Error_FF,
html body .RadInput_FF .riError {
  border: 1px solid #903001;
  color: #ffffff;
  background: #8e4724;
  margin: 5px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: #333333 0 0 0.2em;
  -moz-box-shadow: #333333 0 0.2em;
  -webkit-box-shadow: #333333 0 0 0.2em; }

.RadInput_FF a {
  background: no-repeat; }

.RadInput_FF .riBtn a {
  width: 20px;
  height: 18px;
  line-height: 18px;
  background-position: 3px 5px; }

.RadInput_FF .riBtn a:hover {
  background-position: 3px -45px; }

.RadInput_FF .riSpin a {
  width: 15px;
  height: 10px;
  line-height: 10px; }

.RadInput_FF a.riUp {
  background-position: 4px -98px; }

.RadInput_FF a.riUp:hover {
  background-position: 4px -148px; }

.RadInput_FF a.riDown {
  background-position: 4px -199px; }

.RadInput_FF a.riDown:hover {
  background-position: 4px -249px; }

.RadInput_FF .riLabel {
  color: #666666; }

.RadInputMgr_FFinsurance,
.RadInput_FFinsurance {
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit; }

html body .RadInputMgr_FFinsurance,
html body .RadInput_Empty_FFinsurance,
html body .RadInput_FFinsurance .riEmpty,
html body .RadInput_FFinsurance .riHover,
html body .RadInput_FFinsurance .riTextBox,
html body .RadInput_Hover_FFinsurance {
  width: 120px;
  padding: 3px 5px;
  border: 1px solid #903001;
  color: #534741;
  margin: 5px 5px 5px 0;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  box-shadow: inset #cccccc 0 0.1em 0.2em;
  -moz-box-shadow: inset #cccccc 0 0.1em 0.2em;
  -webkit-box-shadow: inset #cccccc 0 0.1em 0.2em; }

html body .RadInput_FFinsurance .riFocused,
html body .RadInput_Focused_FFinsurance {
  outline: 0;
  border: 2px solid #903001;
  margin: 4px; }

html body .RadInput_Disabled_FFinsurance,
html body .RadInput_FFinsurance .riDisabled {
  color: #c9c0c0;
  cursor: default; }

.RadForm.rfdTextbox .RadInput_Error_FFinsurance[type=text],
.RadForm.rfdTextbox .RadInput_FFinsurance .riError[type=text],
html body .RadInput_Error_FFinsurance,
html body .RadInput_FFinsurance .riError {
  border: 1px solid #903001;
  color: #ffffff;
  background: #8e4724;
  margin: 5px 5px 5px 0;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: #333333 0 0 0.2em;
  -moz-box-shadow: #333333 0 0.2em;
  -webkit-box-shadow: #333333 0 0 0.2em; }

.RadInput_FFinsurance a {
  background: no-repeat; }

.RadInput_FFinsurance .riBtn a {
  width: 20px;
  height: 18px;
  line-height: 18px;
  background-position: 3px 5px; }

.RadInput_FFinsurance .riBtn a:hover {
  background-position: 3px -45px; }

.RadInput_FFinsurance .riSpin a {
  width: 15px;
  height: 10px;
  line-height: 10px; }

.RadInput_FFinsurance a.riUp {
  background-position: 4px -98px; }

.RadInput_FFinsurance a.riUp:hover {
  background-position: 4px -148px; }

.RadInput_FFinsurance a.riDown {
  background-position: 4px -199px; }

.RadInput_FFinsurance a.riDown:hover {
  background-position: 4px -249px; }

.RadInput_FFinsurance .riLabel {
  color: #666666; }

.RadTabStrip {
  color: #903001;
  line-height: 29px; }

.RadTabStrip .rtsUL {
  height: 30px;
  margin-top: 12px; }

.RadTabStripTop .rtsLevel1 .rtsUL {
  padding: 5px 5px 0; }

.RadTabStripBottom .rtsLevel1 .rtsUL {
  padding: 0 5px 5px; }

.RadTabStrip .rtsLI {
  color: #903001;
  float: left;
  width: 33%;
  height: 30px; }

.RadTabStripBottom .rtsUL .rtsFirst,
.RadTabStripBottom .rtsUL .rtsLI,
.RadTabStripTop .rtsUL .rtsFirst,
.RadTabStripTop .rtsUL .rtsLI {
  padding: 0 0 0 1px; }

.RadTabStrip .rtsLink {
  text-align: center;
  padding: 0 6px;
  font: 16px "Crete Round", serif; }

.RadTabStrip .rtsLink:hover {
  color: #316388; }

.RadTabStrip .rtsLevel1 .rtsLink {
  color: #903001 !important;
  display: block;
  line-height: 29px; }

.RadTabStrip .rtsLevel1 .rtsLink:hover {
  border-color: #903001;
  color: #316388 !important; }

.RadTabStripTop .rtsLevel1 .rtsLink {
  border-bottom: 0; }

.RadTabStripBottom .rtsLevel1 .rtsLink {
  border-top: 0; }

.RadTabStripRight .rtsLevel1 .rtsLink {
  border-left: 0; }

.RadTabStripLeft .rtsLevel1 .rtsLink {
  border-right: 0; }

.RadTabStrip .rtsSelected {
  color: #903001; }

.RadTabStrip .rtsLevel1 .rtsSelected {
  color: #903001;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-top: 1px solid #903001;
  border-left: 1px solid #903001;
  border-right: 1px solid #903001;
  border-bottom: 1px solid #ffffff; }

.RadTabStrip .rtsDisabled,
.RadTabStrip .rtsDisabled:hover {
  color: #ffffff; }

.RadTabStrip .rtsLevel .rtsIn,
.RadTabStrip .rtsLevel .rtsOut,
.RadTabStrip .rtsLevel .rtsTxt {
  padding: 0;
  font: "Crete Round", serif; }

.RadTabStrip .rtsLevel .rtsNextArrow {
  background-position: -18px 0; }

.RadTabStrip .rtsLevel .rtsPrevArrow {
  background-position: 0 0; }

.RadTabStrip .rtsLevel .rtsNextArrow:hover {
  background-position: -54px 0; }

.RadTabStrip .rtsLevel .rtsPrevArrow:hover {
  background-position: -36px 0; }

.RadTabStrip .rtsLevel .rtsPrevArrowDisabled,
.RadTabStrip .rtsLevel .rtsPrevArrowDisabled:hover {
  background-position: -72px 0; }

.RadTabStrip .rtsLevel .rtsNextArrowDisabled,
.RadTabStrip .rtsLevel .rtsNextArrowDisabled:hover {
  background-position: -90px 0; }

.RadTabStripLeft .rtsLevel .rtsNextArrow,
.RadTabStripRight .rtsLevel .rtsNextArrow {
  background-position: -18px -20px; }

.RadTabStripLeft .rtsLevel .rtsPrevArrow,
.RadTabStripRight .rtsLevel .rtsPrevArrow {
  background-position: 0 -20px; }

.RadTabStripLeft .rtsLevel .rtsNextArrow:hover,
.RadTabStripRight .rtsLevel .rtsNextArrow:hover {
  background-position: -54px -20px; }

.RadTabStripLeft .rtsLevel .rtsPrevArrow:hover,
.RadTabStripRight .rtsLevel .rtsPrevArrow:hover {
  background-position: -36px -20px; }

.RadTabStripLeft .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripLeft .rtsLevel .rtsPrevArrowDisabled:hover,
.RadTabStripRight .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripRight .rtsLevel .rtsPrevArrowDisabled:hover {
  background-position: -72px -20px; }

.RadTabStripLeft .rtsLevel .rtsNextArrowDisabled,
.RadTabStripLeft .rtsLevel .rtsNextArrowDisabled:hover,
.RadTabStripRight .rtsLevel .rtsNextArrowDisabled,
.RadTabStripRight .rtsLevel .rtsNextArrowDisabled:hover {
  background-position: -90px -20px; }

.rtsDropClueTop {
  background-position: -10px -20px; }

.rtsDropClueRight {
  background-position: -10px -30px; }

.rtsDropClueBottom {
  background-position: -10px 0; }

.rtsDropClueLeft {
  background-position: -10px -10px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .RadGrid_FFoffers {
    width: auto !important; }
  .RadGrid_FFoffers td {
    padding: 0 !important;
    width: auto;
    display: block; }
  .offerheader {
    display: none; }
  .cod,
  .expr,
  .print {
    display: block;
    margin-top: -15px; }
  .RadGrid_FFoffers .rgRow td:nth-child(2) {
    max-width: 250px !important;
    display: inline-block; }
  .RadGrid_FFoffers .rgRow td:nth-child(3) {
    margin-top: 20px;
    min-width: 40px !important;
    max-width: 40px !important;
    display: inline-block; }
  .RadGrid_FFoffers .rgAltRow td:nth-child(2) {
    max-width: 250px !important;
    display: inline-block; }
  .RadGrid_FFoffers .rgAltRow td:nth-child(3) {
    margin-top: 20px;
    min-width: 40px !important;
    max-width: 40px !important;
    display: inline-block; }
  .RadGrid_FFoffers .pricebutton,
  .RadGrid_FFoffers .pricebutton-chck {
    margin-left: 2%;
    margin-right: 2%;
    width: 96% !important; }
  .tableorder {
    display: none; }
  .tablecarrier ul {
    margin-right: 5px !important;
    margin-top: 20px !important; }
  .tablecarrier {
    margin-top: -35px;
    width: 260px !important; }
  .tablecarrier span {
    display: inline-block;
    margin-left: 140px; }
  .tablecarrier ul span {
    margin-left: 0 !important;
    text-indent: 0; }
  .RadGrid_FF {
    width: 100% !important; }
  .rgHeader {
    display: none; }
  .rgAltRow td,
  .rgRow td {
    display: block;
    width: 100% !important;
    min-width: 160px !important;
    padding-left: 0 !important; }
  .add td {
    padding-left: 0 !important;
    display: table-cell !important;
    min-width: 0 !important; }
  .add td:first-child {
    width: 30px !important; }
  .mobilecell {
    margin-right: 10px; }
  .RadGrid_FFinsurance {
    width: auto !important; }
  .RadGrid_FFinsurance .rgAltRow td,
  .RadGrid_FFinsurance .rgRow td {
    width: 98% !important;
    display: block; }
  .RadGrid_FFinsurance td:last-child,
  .RadGrid_FFinsurance thead {
    display: none; }
  .RadGrid_FFinsurance td:nth-last-child(2) {
    border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    -webkit-border-radius: 0 0 5px; }
  .riTextBox {
    width: 92% !important; }
  .left ~ td {
    min-height: 45px; }
  .left ~ td > span .riTextBox,
  .left ~ td > span .text-input,
  .left ~ td > span textarea {
    width: 92% !important; }
  .left ~ td > span.checkbox {
    line-height: 45px; }
  span > input {
    display: none; }
  span > input:first-child {
    display: inline-block; }
  .reg-input {
    padding: 10px !important;
    margin: 8px !important; }
  .RadInput_FFinsurance .riTextBox {
    width: 175px !important; } }

@media screen and (min-width: 468px) and (orientation: landscape) and (max-width: 767px) {
  html {
    width: 100%;
    font-size: 16px; }
  .h1,
  h1 {
    margin-left: 2%;
    width: 96%; }
  .sub-content p {
    padding: 12px 0; }
  #achievements,
  #contact-bg,
  #creators,
  #footer-logos,
  #im-kep .slogan,
  #sitemap,
  #urgekep-sub,
  .iconlist,
  .purechat,
  .wlist,
  .wtext {
    display: none; }
  header nav {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0 0 -50px; }
  nav {
    background: rgba(255, 255, 255, 0.9); }
  nav a {
    border-top: 1px solid #cccccc; }
  .container,
  .inner-container {
    width: 100%; }
  #content-qq,
  #div_content {
    width: 99%; }
  #footer,
  #legal .sub-content,
  #main,
  #sidebar,
  aside,
  .premain {
    display: block;
    width: auto; }
  #main {
    margin-bottom: 2em; }
  #subheader {
    min-height: 80px; }
  #sidebar,
  aside {
    background-image: none;
    padding: 0 1.5%; }
  .mobilehide {
    display: none; }
  ul.dotted li {
    width: 90%;
    margin-bottom: 8px;
    padding-left: 5%; }
  .footercontacts-title {
    text-align: center; }
  #footercontacts a {
    color: #903001;
    display: block; }
  #im-bg-main {
    height: 380px;
    background-position: right;
    margin-top: -50px; }
  #im-kep-main {
    height: 320px;
    background-position: center; }
  .sub-desc,
  .Header .description {
    padding-left: 8px !important;
    padding-top: 8px !important; }
  #im-kep {
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    -moz-background-size: 50% 50%; }
  #logo {
    border: 0;
    display: block;
    width: 114px;
    height: 45px; }
  #urgekep {
    height: 180px;
    width: 212px;
    margin-top: 22px;
    margin-bottom: -100px; }
  .menu,
  .regmenu,
  .usermenu {
    display: none;
    opacity: 0;
    width: 100%;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.8); }
  .menu li,
  .regmenu li,
  .usermenu li {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1.2em; }
  .menu li a,
  .regmenu li a,
  .usermenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .menu-toggle,
  .user-toggle {
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    height: 40px;
    width: 40px;
    padding: 5px 0 5px 10px;
    color: #903001;
    line-height: 40px;
    font-size: 20px; }
  .menu-toggle .ico,
  .user-toggle .ico {
    line-height: 35px;
    font-size: 1.2em;
    margin-left: 10px; }
  #menu-toggle:checked ~ .menu,
  #user-toggle:checked ~ .regmenu,
  #user-toggle:checked ~ .usermenu {
    display: block;
    opacity: 1; }
  .regmenu,
  .usermenu {
    width: 100%;
    margin: 0;
    padding: 0; }
  .lang-mobile-switch {
    padding-left: 5px !important;
    padding-right: 5px !important;
    float: right;
    border: none !important;
    background: none !important; }
  .has-sub ul {
    width: 100%;
    font-size: .8em;
    display: block; }
  nav .has-sub ul li a {
    color: #903001;
    background: #ffffff;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 10px 10px 10px 25px;
    border-left: 15px #903001 solid; }
  #qq-area {
    width: 90%;
    padding: 5%;
    height: 110px; }
  #qq,
  .qq-content {
    width: auto;
    height: auto; }
  #qq-mobile {
    display: block;
    text-align: center;
    font-size: 2em;
    padding: 15px 0;
    color: #903001; }
  .main-attention {
    display: none; }
  .qq-bottom,
  .qq-top {
    height: 15px; }
  #steps,
  #tabs,
  .step-controls {
    margin-left: 2%;
    width: 98%; }
  #stepheader .step-controls {
    display: none; }
  p.sub-desc,
  .Header .description {
    padding: 8px !important; }
  .stepbutton {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto;
    float: none; }
  .stepbutton-wide {
    height: 30px;
    width: auto;
    margin: auto;
    float: none; }
  .bluebutton,
  .greybutton,
  .orangebutton,
  .nextbutton,
  .prevbutton {
    min-height: 45px;
    font-size: 120%;
    width: 99%; }
  .summary {
    width: auto; }
  .note-error,
  .note-info,
  .note-text,
  .note-title,
  .note-warn {
    display: block;
    text-align: left;
    width: 100%; }
  .note-error,
  .note-info,
  .note-warn {
    width: 90%;
    padding: 2%; }
  .left,
  .left ~ td {
    display: block; } }

@media screen and (min-width: 768px) {
  .mobileonly {
    display: none; }
  html {
    min-width: 1200px;
    font-size: 16px; }
  #menu-toggle,
  #user-toggle,
  .lang-mobile-switch,
  .menu-toggle,
  .regmenu,
  .user-toggle,
  .usermenu {
    display: none !important; }
  nav .has-sub ul {
    display: none; }
  nav .has-sub:hover > ul {
    display: block; }
  nav .has-sub ul {
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0; }
  nav .has-sub ul li a {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    filter: none;
    font-size: .875em;
    display: block;
    line-height: 120%;
    padding: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  nav .has-sub ul li:last-child a {
    border-bottom: 0 dotted #aaa;
    filter: none;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px; }
  #qq-mobile {
    display: none; }
  #main,
  #sidebar,
  aside {
    display: table-cell; }
  #main {
    width: 784px; }
  #quote-main {
    display: table-cell;
    width: 1140px; }
  #sidebar,
  aside {
    width: 288px; }
  #footer {
    width: 1140px; }
  #legal {
    width: 1108px; }
  #subheader .lp-wizard {
    padding-left: 150px; }
  #subheader.qq-lp {
    padding-left: 150px; }
  #subheader h1 {
    padding-left: 178px; } }

#footercontacts {
  display: none; }

.halfwidth {
  width: 49%;
  float: left;
  margin: 0 2% 16px 0; }

.halfwidth-center {
  float: none;
  margin: auto !important;
  margin-bottom: 16px; }

#urgekep {
  height: 275px;
  width: 327px;
  margin: -230px 0 -100px;
  position: relative;
  left: -20px; }

#urgekep-sub {
  height: 138px;
  width: 150px;
  margin-top: -22px;
  margin-bottom: -100px;
  margin-right: 60px; }

#legal {
  padding: 16px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2; }

.lp-sticker-aut,
.lp-sticker-bel,
.lp-sticker-christmas,
.lp-sticker-ch,
.lp-sticker-cz,
.lp-sticker-nl,
.lp-sticker-den,
.lp-sticker-fin,
.lp-sticker-fra,
.lp-sticker-ger,
.lp-sticker-ire,
.lp-sticker-ita,
.lp-sticker-rom,
.lp-sticker-slo,
.lp-sticker-spa,
.lp-sticker-uk,
.lp-sticker-usa,
.lp-sticker-pl,
.lp-sticker-no,
.lp-sticker-sco,
.lp-sticker-cn,
.lp-sticker-hu,
.lp-sticker-au,
.lp-sticker-gr,
.lp-sticker-bg,
.lp-sticker-se,
.sub-sticker-business,
.sub-sticker-lowest,
.sub-sticker-money,
.sub-sticker-hdt,
.sub-sticker-dpd,
.sub-sticker-blog,
.sub-sticker-claim,
.sub-sticker-cod,
.sub-sticker-customs,
.sub-sticker-dom,
.sub-sticker-download,
.sub-sticker-env,
.sub-sticker-faq,
.sub-sticker-forbid,
.sub-sticker-g4s,
.sub-sticker-gls,
.sub-sticker-import,
.sub-sticker-int,
.sub-sticker-privacy,
.sub-sticker-rolunk,
.sub-sticker-tc,
.sub-sticker-tips,
.sub-sticker-payment,
.sub-sticker-tnt,
.sub-sticker-tce,
.sub-sticker-track,
.sub-sticker-ups,
.sub-sticker-webox,
.sub-sticker-qx,
.sub-sticker-intime,
.sub-sticker-sps,
.sub-sticker-dhl,
.sub-sticker-gbw {
  height: 175px;
  width: 173px;
  float: left;
  margin: -28px 0px -15px -23px;
  position: relative;
  z-index: 1; }

.step-sticker-hdt,
.step-sticker-dash,
.step-sticker-reg,
.step-sticker-rolunk,
.step-sticker01,
.step-sticker02,
.step-sticker03,
.step-sticker04,
.step-sticker05,
.step-sticker06 {
  height: 175px;
  width: 173px;
  float: left;
  margin: -54px 20px -15px -23px;
  position: relative;
  z-index: 1; }

#logo {
  height: 75px;
  width: 190px;
  margin: -35px 8px 0;
  border: 0;
  display: block; }

@media screen and (max-width: 767px) {
  html {
    width: 100%;
    font-size: 16px; }
  .h1,
  h1 {
    margin-left: 2%;
    width: 96%; }
  #logo {
    margin-top: 0px; }
  .sub-content p {
    padding: 12px 0; }
  #achievements,
  #contact-bg,
  #creators,
  #footer-logos,
  #im-kep .slogan,
  #sitemap,
  #urgekep-sub,
  .iconlist,
  .purechat,
  .wlist,
  .wtext {
    display: none; }
  .step-sticker-hdt,
  .step-sticker-dash,
  .step-sticker-reg,
  .step-sticker-rolunk,
  .step-sticker01,
  .step-sticker02,
  .step-sticker03,
  .step-sticker04,
  .step-sticker05,
  .step-sticker06,
  .lp-sticker-aut,
  .lp-sticker-bel,
  .lp-sticker-christmas,
  .lp-sticker-ch,
  .lp-sticker-cz,
  .lp-sticker-nl,
  .lp-sticker-den,
  .lp-sticker-fin,
  .lp-sticker-fra,
  .lp-sticker-ger,
  .lp-sticker-ire,
  .lp-sticker-ita,
  .lp-sticker-rom,
  .lp-sticker-slo,
  .lp-sticker-spa,
  .lp-sticker-uk,
  .lp-sticker-usa,
  .lp-sticker-pl,
  .lp-sticker-no,
  .lp-sticker-sco,
  .lp-sticker-cn,
  .lp-sticker-hu,
  .lp-sticker-au,
  .lp-sticker-gr,
  .lp-sticker-bg,
  .lp-sticker-se,
  .sub-sticker-business,
  .sub-sticker-lowest,
  .sub-sticker-money,
  .sub-sticker-hdt,
  .sub-sticker-dpd,
  .sub-sticker-blog,
  .sub-sticker-claim,
  .sub-sticker-cod,
  .sub-sticker-customs,
  .sub-sticker-dom,
  .sub-sticker-download,
  .sub-sticker-env,
  .sub-sticker-faq,
  .sub-sticker-forbid,
  .sub-sticker-g4s,
  .sub-sticker-gls,
  .sub-sticker-import,
  .sub-sticker-int,
  .sub-sticker-privacy,
  .sub-sticker-rolunk,
  .sub-sticker-payment,
  .sub-sticker-tc,
  .sub-sticker-tce,
  .sub-sticker-tips,
  .sub-sticker-tnt,
  .sub-sticker-track,
  .sub-sticker-ups,
  .sub-sticker-webox,
  .sub-sticker-qx,
  .sub-sticker-intime,
  .sub-sticker-sps,
  .sub-sticker-dhl,
  .sub-sticker-gbw {
    display: none; }
  header nav {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0 0 -50px; }
  nav {
    background: rgba(255, 255, 255, 0.9); }
  nav a {
    border-top: 1px solid #cccccc; }
  #logo-link {
    border-top: none !important; }
  .container,
  .inner-container {
    width: 100%; }
  #content-qq,
  #div_content {
    width: 99%; }
  #footer,
  #legal .sub-content,
  #main,
  #sidebar,
  aside {
    display: block;
    width: auto; }
  #main {
    margin-bottom: 2em; }
  #subheader {
    min-height: 80px; }
  #sidebar,
  aside {
    background-image: none;
    padding: 0 1.5%; }
  .mobilehide {
    display: none; }
  #stepfooter,
  #stepheader,
  .fullwidth,
  .halfwidth,
  .quarterwidth,
  .thirdwidth {
    float: none;
    width: 100%;
    margin: 0 0 1em; }
  ul.dotted li {
    width: 90%;
    margin-bottom: 8px;
    padding-left: 5%; }
  #footercontacts ul li {
    display: block;
    float: left;
    width: 96%;
    padding: 1% 0;
    margin: 8px 10px; }
  .footercontacts-title {
    text-align: center; }
  #footercontacts a {
    color: #903001;
    display: block; }
  #im-bg-main {
    height: 380px;
    background-position: right;
    margin-top: -50px; }
  #im-kep-main {
    height: 320px;
    background-position: center; }
  .sub-desc,
  .Header .description {
    padding-left: 8px !important;
    padding-top: 8px !important; }
  #im-kep {
    width: 100%;
    height: 100%;
    background-position: 0 0;
    -webkit-background-size: 50% 50%;
    -moz-background-size: 50% 50%;
    -ms-background-size: 50% 50%;
    -o-background-size: 50% 50%;
    background-size: 50% 50%; }
  #urgekep {
    height: 180px;
    width: 212px;
    margin-top: 22px;
    margin-bottom: -100px; }
  .menu,
  .regmenu,
  .usermenu {
    display: none;
    opacity: 0;
    width: 100%;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.8); }
  .menu li,
  .regmenu li,
  .usermenu li {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1.2em; }
  .menu li a,
  .regmenu li a,
  .usermenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .menu-toggle,
  .user-toggle {
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    height: 40px;
    width: 40px;
    padding: 5px 10px 5px 0;
    color: #903001;
    line-height: 40px;
    font-size: 20px; }
  .menu-toggle .ico,
  .user-toggle .ico {
    line-height: 35px;
    font-size: 1.2em;
    margin-left: 10px; }
  #menu-toggle,
  #user-toggle {
    display: none; }
  #menu-toggle:checked ~ .menu,
  #user-toggle:checked ~ .regmenu,
  #user-toggle:checked ~ .usermenu {
    display: block;
    opacity: 1; }
  .regmenu,
  .usermenu {
    width: 100%;
    margin: 0;
    padding: 0; }
  .lang-mobile-switch {
    padding-left: 5px !important;
    padding-right: 5px !important;
    float: right;
    border: none !important;
    background: none !important; }
  .has-sub ul {
    width: 100%;
    font-size: .8em;
    display: block; }
  nav .has-sub ul li a {
    color: #903001;
    background: #ffffff;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 10px 10px 10px 25px;
    border-left: 15px #903001 solid; }
  #qq-area {
    width: 90%;
    padding: 5%;
    height: 110px; }
  #qq,
  .qq-content {
    width: auto;
    height: auto; }
  #qq-mobile {
    display: block;
    text-align: center;
    font-size: 2em;
    padding: 15px 0;
    color: #903001; }
  .main-attention {
    display: none; }
  .qq-bottom,
  .qq-top {
    height: 15px; }
  #steps,
  #tabs,
  .step-controls {
    margin-left: 2%;
    margin-bottom: 40px;
    width: 98%; }
  #stepheader .step-controls {
    display: none; }
  p.sub-desc,
  .Header .description {
    padding: 8px !important; }
  .stepbutton {
    display: block;
    width: 50%;
    height: auto;
    float: left; }
  .stepbutton-wide {
    height: 30px;
    width: auto;
    margin: auto;
    float: none; }
  .bluebutton,
  .nextbutton,
  .prevbutton,
  .greybutton,
  .orangebutton {
    min-height: 45px;
    font-size: 120%;
    width: 99%; }
  .summary {
    width: auto; }
  .note-error,
  .note-info,
  .note-text,
  .note-title,
  .note-warn {
    display: block;
    text-align: left;
    width: 100%; }
  .note-error,
  .note-info,
  .note-warn {
    width: 90%;
    padding: 2%; }
  .left,
  .left ~ td {
    display: block; } }

html body .region-inner {
  min-width: 0;
  max-width: 100%;
  width: auto; }

.main-inner .date-outer {
  margin-bottom: 1em;
  line-height: 2em; }

.header-inner .Header .titlewrapper {
  margin-left: 150px;
  margin-top: 16px;
  width: 450px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.Header h1 {
  font-family: "Crete Round", serif;
  color: #903001;
  margin-bottom: 0px; }

.Header h1 a {
  color: #903001; }

.Header .description {
  padding: 0px 32px 16px 163px;
  font-size: 105%;
  color: #534741;
  font-family: "Crete Round", serif;
  text-align: justify;
  margin: 0px;
  font-weight: normal; }

#subheader .widget {
  margin-top: 0px; }

.main-inner {
  padding-left: 30px;
  padding-top: 3px;
  color: #6a6a6a;
  font-weight: normal;
  background: url(../../images/blog/images/clock.svg) left no-repeat; }

.navbar {
  display: none; }

/* Main
----------------------------------------------- */
.main-inner {
  padding: 16px 0; }

.main-inner .column-center-inner {
  padding: 0px; }

.main-inner .column-center-inner .section {
  margin: 0 16px; }

.column {
  width: 250px;
  float: right;
  padding: 0px 15px 120px 17px;
  margin: 0px; }

.column-right-inner {
  margin-left: 0px;
  padding-left: 16px;
  height: 1295px; }

.main-inner .column-left-inner {
  margin-right: 0; }

.main-inner .fauxcolumn-left-outer .fauxcolumn-inner {
  margin-right: 0; }

.main-inner .column-left-inner,
.main-inner .column-right-inner {
  padding: 0px; }

.widget {
  margin: 0px; }

/* Posts
----------------------------------------------- */
.article-date {
  padding: 3px 0 0 0px;
  color: #6a6a6a;
  font-weight: normal;
  font-family: "Crete Round", serif; }

.main-inner .column-center-outer {
  _background-image: none;
  margin-right: 16px; }

.post-body {
  line-height: 22px;
  font-size: 14px !important;
  position: relative;
  padding: 8px; }

.post-header {
  margin: 16px 0 0;
  line-height: 1.6;
  height: 6px; }

.post-footer {
  margin: 2em 0 1em 0;
  line-height: 1.6;
  padding-bottom: 30px;
  padding-left: 20px; }

#blog-pager {
  font-size: 180%;
  font-family: "Crete Round", serif; }

#comments {
  font-family: "Crete Round", serif !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 15px;
  font-weight: normal !important; }

#comments .comment-author {
  padding-top: 1.5em; }

#comments h4 {
  padding-left: 30px;
  color: #903001;
  font-size: 18px; }

#comments .comment-author a,
#comments .comment-timestamp a {
  color: #316388; }

#comments .comment-author:first-child {
  padding-top: 0;
  border-top: none; }

.avatar-image-container {
  margin: .2em 0 0; }

/* Comments
----------------------------------------------- */
#comments a {
  color: #316388; }

.comments .comments-content .loadmore a {
  border-top: 1px solid #316388;
  border-bottom: 1px solid #316388;
  font-weight: normal !important; }

.comment-content {
  font-family: "Verdana", Arial, sans-serif; }

.comments .continue {
  border-top: 1px solid #903001; }

input.gsc-input {
  padding: 1px 6px;
  border: 1px solid #dddddd;
  width: 99%; }

input.gsc-input {
  height: 30px;
  font-family: "Crete Round", serif;
  font-size: 16px;
  margin-bottom: -5px;
  border: 1px solid #8f3723 !important; }

span.label-size {
  padding: 0px 3px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #F5EFE7;
  text-align: center;
  margin: 3px;
  font-size: 14px;
  line-height: 24px; }

span.label-size:hover {
  background-color: #eadcc9; }

ul.hierarchy {
  font-size: 16px; }

ul.posts li a {
  padding: 0px 3px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  margin: 3px;
  font-size: 14px; }

aside .widget {
  background-color: #903001; }

aside .widget:last-child {
  border-bottom: none;
  margin-bottom: 150px; }

aside .widget:nth-child(2) {
  background: #0b3a30; }

aside .widget a:link {
  color: #903001;
  text-decoration: none; }

aside .widget a:visited {
  color: #534741; }

aside .widget a:hover {
  color: #316388;
  text-decoration: none; }

.widget .sb-title {
  color: #ffffff;
  padding: 8px; }

.widget-content {
  font-family: "Crete Round", serif; }

.section:last-child .widget:last-child {
  margin-bottom: 16px !important; }

.footer-inner .widget a:link {
  color: #316388;
  text-decoration: none; }

.footer-inner .widget a:visited {
  color: #534741; }

.footer-inner .widget a:hover {
  color: #534741;
  text-decoration: underline; }

.menu-button {
  display: block; }
  .menu-button a:hover {
    background: transparent !important;
    box-shadow: none !important; }
  .menu-button a div {
    display: inline-block;
    padding: 4px 12px;
    margin-left: -12px; }

nav,
nav a {
  background-color: #e8e8e8;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

nav > ul > li:hover > a, .sum {
  background-color: #6b2301;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ac6441), to(#6b2301));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ac6441, #6b2301);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ac6441, #6b2301);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ac6441, #6b2301);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ac6441, #6b2301);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ac6441, #6b2301);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none;
  background: #903001; }

#tr-code,
.coupon-button,
.orangebutton,
.orangebutton-b,
.orangebutton-s,
.prevbutton,
.pricebutton {
  color: #ffffff;
  background-color: #903001;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b33e00), to(#903001));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #b33e00, #903001);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #b33e00, #903001);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #b33e00, #903001);
  /* IE10 */
  background-image: -o-linear-gradient(top, #b33e00, #903001);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #b33e00, #903001);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

.button.brand-3 {
  color: #ffffff;
  background-color: #008ea7;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a4c0), to(#008ea7));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #00a4c0, #008ea7);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #00a4c0, #008ea7);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #00a4c0, #008ea7);
  /* IE10 */
  background-image: -o-linear-gradient(top, #00a4c0, #008ea7);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #00a4c0, #008ea7);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

#print,
.bluebutton, .dix-button.checked {
  color: #ffffff;
  background-color: #264d6e;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4081ac), to(#264d6e));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4081ac, #264d6e);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #4081ac, #264d6e);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #4081ac, #264d6e);
  /* IE10 */
  background-image: -o-linear-gradient(top, #4081ac, #264d6e);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #4081ac, #264d6e);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

.greenbutton,
.nextbutton,
.pricebutton-chck,
.coll-item .discount {
  color: #ffffff;
  background-color: #587f3b;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#73a74d), to(#587f3b));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #73a74d, #587f3b);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #73a74d, #587f3b);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #73a74d, #587f3b);
  /* IE10 */
  background-image: -o-linear-gradient(top, #73a74d, #587f3b);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #73a74d, #587f3b);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

.greybutton, .dix-button {
  color: #903001;
  background-color: #dbdbdb;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dbdbdb));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f2f2f2, #dbdbdb);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f2f2f2, #dbdbdb);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f2f2f2, #dbdbdb);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f2f2f2, #dbdbdb);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f2f2f2, #dbdbdb);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: none; }

#grad {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 200px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(200px, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 200px);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 200px);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, transparent 200px);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.3) 0, transparent 200px); }

.p-item {
  margin-left: 15px;
  margin-right: -6px;
  padding-top: 15px;
  width: 100px;
  height: 75px;
  display: block;
  float: left;
  text-align: center;
  font-size: .875em;
  margin-top: -5px;
  color: #903001; }
  .p-item:hover {
    color: #316388; }

.table-g4s,
.table-gls,
.table-hdt,
.table-tnt,
.table-tce,
.table-ups,
.table-webox,
.table-qx,
.table-x1,
.table-dpd {
  width: 120px;
  height: 50px;
  margin-top: 4px; }

.p-g4s,
.p-gls,
.p-hdt,
.p-tnt,
.p-tce,
.p-ups,
.p-webox,
.p-qx,
.p-x1,
.p-dpd {
  width: 90px;
  height: 75px;
  background-position: center; }

.p-tnt {
  background-position: 0 0; }

.p-ups {
  background-position: 0 -75px; }

.p-gls {
  background-position: 0 -150px; }

.p-g4s {
  background-position: 0 -225px; }

.p-hdt {
  background-position: 0 -300px; }

.p-webox {
  background-position: 0 -375px; }

.p-qx {
  background-position: 0 -450px; }

.p-x1 {
  background-position: 0 -450px; }

.p-tce {
  background-position: 0 -525px; }

.p-dpd {
  background-position: 0 -600px; }

.mainpage-ad {
  display: block;
  cursor: pointer;
  float: right;
  position: relative;
  top: -223px;
  z-index: 1;
  height: 250px;
  width: 341px;
  margin-bottom: -250px; }
  .mainpage-ad div {
    position: relative;
    width: 225px;
    text-align: center;
    top: 4px;
    left: 70px;
    color: #ffffff;
    font-size: 20px; }
    .mainpage-ad div:hover {
      color: #c7b299; }

@media screen and (max-width: 767px) {
  .mainpage-ad {
    display: none; } }

.subpage-ad {
  display: block; }
  .subpage-ad div {
    float: right;
    position: relative; }
  .subpage-ad .orangebutton {
    max-width: 200px;
    margin-right: -50px;
    margin-top: 12px;
    padding-top: 6px;
    line-height: 20px;
    min-height: 50px;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.5); }
  .subpage-ad .coupon-sticker {
    z-index: 2; }

.business-promo td {
  vertical-align: top; }

.business-promo img {
  margin-top: 16px; }

.business-promo .domestic {
  color: #00a4c0; }

.business-promo .international {
  color: #316388; }

.business-promo .step-initial {
  display: inline-block;
  font-size: 50px;
  color: #903001;
  font-family: "Crete Round", serif; }

.business-promo .paneltext p {
  width: 75%;
  float: right; }

@media screen and (max-width: 768) {
  .business-promo .panelimage {
    width: 120px !important; } }

.coupon {
  padding-left: 24px;
  min-height: 90px; }

#qq-s {
  height: 100px;
  margin: 0px; }

.qq-content-s {
  padding: 13px 16px;
  height: 44px; }

#sidebar #qq-s {
  height: 76px;
  margin-bottom: 16px; }
  #sidebar #qq-s .h1 {
    line-height: 20px; }
  #sidebar #qq-s .qq-content-s {
    height: 44px;
    padding: 1px 16px; }

.panelimage {
  display: block;
  margin: 8px auto; }

h2.panel {
  margin-left: 0px;
  min-height: 48px;
  line-height: 24px; }

.paneltext {
  font-family: Verdana; }

.paneltext p {
  text-align: left;
  padding: 0; }

.stats-box img {
  display: block;
  margin: auto; }

.stats-box h2.panel {
  min-height: 24px;
  text-align: center;
  font-size: 2em; }

.stats-box p {
  text-align: center; }

@media screen and (max-width: 767px) {
  .panelimage {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .panelimage img {
    width: 60% !important;
    display: block;
    margin: auto; } }

.videobutton {
  width: 40%;
  margin: auto; }
  .videobutton .orangebutton-b {
    line-height: 50px; }

.video-embed h1.slogan {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 0px; }

.video-embed li {
  margin-bottom: 0; }

.video-embed p {
  color: #903001;
  font-family: "Crete Round", serif;
  text-align: left;
  font-size: 1.3em; }

.video-embed span {
  display: block;
  font-size: 0.7em;
  margin-top: 32px; }

.video-embed iframe {
  width: 100%;
  min-height: 200px;
  margin: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.video-embed-big iframe {
  width: 55%;
  min-height: 240px;
  margin: 2%;
  margin: auto;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.videolink, .video-embed {
  background: #f5efe7;
  font-size: 24px;
  min-height: 132px;
  line-height: 1.3913043478em;
  padding: 0 1rem 0 1rem;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

.videolink p,
.videolink a {
  color: #903001;
  font-family: "Crete Round", serif;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .videolink p,
    .videolink a {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 48%; } }

.videolink img {
  display: block;
  margin: auto;
  margin-top: 16px; }

.sidebar .videolink {
  background: #fff;
  border: 3px solid #0b3a30; }

.sidebar .videolink, .halfwidth .videolink {
  font-size: 18px;
  margin-bottom: 16px;
  padding: 0 5.369127517%; }
  .sidebar .videolink p,
  .sidebar .videolink a, .halfwidth .videolink p,
  .halfwidth .videolink a {
    width: 98%; }
  .sidebar .videolink img, .halfwidth .videolink img {
    display: block;
    margin: auto;
    margin-top: 16px; }

.lp-wizard {
  font-size: 14px; }
  .lp-wizard .step-controls {
    width: 100%;
    margin-left: 0; }
  .lp-wizard .input-box {
    border: 2px solid #0b3a30; }

.lp-packagedetails .rgHeader {
  background: none;
  color: #903001;
  text-align: left;
  padding-left: 8px; }

.lp-dix {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px; }

.dix-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  display: block;
  min-height: 44px;
  margin-bottom: 8px; }
  .dix-button a, .dix-button input {
    display: block;
    float: left; }
  .dix-button a {
    line-height: 22px;
    margin-left: 16px; }
  .dix-button.checked {
    border: 2px solid #316388; }
    .dix-button.checked a {
      color: #ffffff; }
    .dix-button.checked:hover a {
      color: #ffffff; }
  .dix-button input {
    width: 50px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: -9px;
    margin-left: 4px; }
  @media screen and (min-width: 768px) {
    .dix-button {
      display: inline-block;
      width: 48%;
      margin-bottom: 0px; } }

.social-buttons {
  margin: auto;
  width: auto;
  margin-bottom: 16px; }
  .social-buttons .social-button {
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-left: 19px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.6); }

.ck-wrapper {
  position: relative;
  z-index: 10000000; }

.ck-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background-color: #534741;
  color: #d7d7d7;
  padding: 15px 30px 15px;
  font-size: 16px; }
  .ck-container a {
    color: #d7d7d7;
    text-decoration: underline; }
  .ck-container .ck-copy {
    width: 65%;
    float: left;
    display: block; }
  .ck-container .ck-btn {
    width: 30%;
    float: right;
    text-align: right; }
    .ck-container .ck-btn input {
      width: 120px; }
  @media screen and (min-width: 768px) {
    .ck-container .ck-btn {
      width: 15%; }
    .ck-container .ck-copy {
      width: 80%; } }

.guarantee {
  padding: 1% 0;
  width: 98%; }
  .guarantee a {
    min-height: 50px;
    padding: 8px;
    padding-right: 80px;
    text-align: left;
    color: white;
    position: relative;
    line-height: 25px;
    width: auto;
    margin-bottom: 16px;
    font-size: 90%; }
    .guarantee a:hover,
    .guarantee a:focus,
    .guarantee a:active {
      color: white;
      text-decoration: underline; }
    .guarantee a span {
      display: block; }
    .guarantee a .title {
      font-size: 120%; }
    .guarantee a .badge {
      position: absolute;
      right: -16px;
      top: -6px;
      height: 80px;
      width: 80px;
      background-size: contain; }
  .guarantee.home a {
    width: 35% !important;
    padding: 0;
    background: none;
    box-shadow: none;
    display: inline-block;
    position: relative; }
    .guarantee.home a .badge {
      position: relative;
      top: -40px;
      left: 0;
      margin-bottom: 16px; }
    .guarantee.home a span {
      display: none; }
      .guarantee.home a span.title {
        position: absolute;
        top: -60px;
        left: -50px;
        width: 200px;
        padding: 8px;
        text-align: center;
        background: #316388;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 1px 3px #000000;
        -moz-box-shadow: 0 1px 3px #000000;
        -webkit-box-shadow: 0 1px 3px #000000; }
    .guarantee.home a:hover .title {
      display: block; }

.modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  box-shadow: none;
  width: 40px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: white;
  filter: alpha(opacity=40);
  opacity: .4; }
  .close:hover {
    opacity: 1;
    color: white; }

.modal-content {
  position: relative;
  background: #4CA8A1;
  color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-header {
  padding: 16px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  margin-bottom: 32px;
  line-height: 120%;
  font-size: 200%; }

.modal-body {
  position: relative;
  padding: 8px 32px;
  text-align: center; }
  .modal-body p {
    text-align: center;
    font-family: "Verdana", Arial, sans-serif; }

.modal-footer {
  padding: 8px;
  text-align: center;
  padding-bottom: 32px; }
  .modal-footer a {
    color: white;
    text-decoration: underline; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (max-width: 599px) {
  .modal-dialog {
    width: 90%;
    margin: 30px auto; } }

@media (min-width: 600px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; } }

body {
  background-image: url(../../images/o-bg.png); }

.arrow-en {
  background: url(../../images/arrow-en.png) right no-repeat; }

.arrow-hu {
  background: url(../../images/arrow-hu.png) right no-repeat; }

.arrow-ro {
  background: url(../../images/arrow-ro.png) right no-repeat; }

.flag-EN,
.flag-EN_c,
.flag-HU,
.flag-HU_c,
.flag-RO,
.flag-RO_c {
  background-image: url(../../images/flag.png);
  -webkit-background-size: 29px 57px;
  -moz-background-size: 29px 57px;
  -ms-background-size: 29px 57px;
  -o-background-size: 29px 57px;
  background-size: 29px 57px; }

.user ul li {
  background-image: url(../../images/b-bg.png); }

#logo {
  background-image: url(../../images/logo.png); }

#im-bg,
#im-bg-main {
  background: url(../../images/header-bgpattern.jpg) bottom repeat-x; }

#im-kep,
#im-kep-main {
  background: url(../../images/header-bg-1440.jpg) bottom no-repeat; }

#contact-bg {
  background-image: url(../../images/b-bg.png); }

.mainpage-ad {
  background: url(../../images/main-ad.png) center no-repeat; }

.qq-bottom,
.qq-bottom-s,
.qq-top,
.qq-top-s {
  background-image: url(../../images/qq-stripe.png); }

.qq-bottom,
.qq-bottom-s {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.qq-img-doc,
.qq-img-doc-s {
  background-image: url(../../images/qq-doc.png); }

.qq-img-box,
.qq-img-box-s {
  background-image: url(../../images/qq-box.png); }

.qq-img-pal,
.qq-img-pal-s {
  background-image: url(../../images/qq-pal.png); }

.qq-img-tru,
.qq-img-tru-s {
  background-image: url(../../images/qq-tru.png); }

.qq-img-str,
.qq-img-str-s {
  background-image: url(../../images/qq-str.png); }

.qq-img-imp,
.qq-img-imp-s {
  background-image: url(../../images/qq-imp.png); }

.qq-img-exp,
.qq-img-exp-s {
  background-image: url(../../images/qq-exp.png); }

.qq-img-dom,
.qq-img-dom-s {
  background-image: url(../../images/qq-dom.png); }

.qq-item:hover {
  background-image: url(../../images/qq-item-hoverbg.png);
  background-position: top left; }

.qq-item-s2:hover {
  background-image: url(../../images/qq-item-hoverbg.png);
  background-position: bottom left; }

.qq-item-selected {
  background-image: url(../../images/qq-item-hoverbg.png);
  background-position: center right; }

#waterm-b {
  background-image: url(../../images/bn-mo.png); }

#waterm-n {
  background-image: url(../../images/bn-fold.png); }

select,
.RadComboBox_Default {
  background: url(../../images/dropdown.png) right no-repeat; }

.button-rel,
.tablebutton-add,
.tablebutton-del {
  background-image: url(../../images/plusminusrel.png); }

#goodbye {
  background-image: url(../../images/urgekep.png); }

.csomagkuldes_mo,
.dutycalc,
.ffblog,
.fffacebook,
.ffuj,
.ffvideo,
.pack-help,
.utanvet {
  background-image: url(../../images/iconlist.png); }

#sidebar,
aside {
  background-image: url(../../images/side-bg.png);
  background-repeat: repeat-y; }

#footer-bg,
footer {
  background-image: url(../../images/b-bg.png); }

.greenwill-logo,
.mcard-footer-logo,
.paypal-logo,
.simple-logo,
.srg-logo,
.szek-logo,
.visa-footer-logo,
.b-payment-logo {
  background-image: url(../../images/logos-box.png); }

.badge.lowest-price {
  background-image: url(../../images/lowest-price.png); }

.badge.money-back {
  background-image: url(../../images/money-back.png); }

.userfriendly {
  background-image: url(../../images/fhb_logo.png); }

.kivalomtartalom {
  background-image: url(../../images/kivalomagyartartalom2013.png); }

#danieljakab {
  background: url(../../images/danieljakab_logo.png) right no-repeat; }

#salessuite {
  background: url(../../images/salessuite_logo.png) right no-repeat; }

.article-header {
  background: url(../../images/newsheader.png) bottom no-repeat; }

.article-footer {
  background: url(../../images/newsheader.png) bottom no-repeat; }

#tr-title {
  background-image: url(../../images/nyk-kerdo.png); }

.p-g4s,
.p-gls,
.p-hdt,
.p-tnt,
.p-ups,
.p-webox,
.p-tce,
.p-x1,
.p-qx,
.p-dpd,
.p-gbw {
  background-image: url(../../images/partners.png); }

.step-1,
.step-2,
.step-3,
.step-4,
.step-5,
.step-vis {
  background-image: url(../../images/step-icon.png); }

.tabs-address,
.tabs-history,
.tabs-package,
.tabs-settings {
  background-image: url(../../images/tabs-icon.png); }

.table-ups {
  background-image: url(../../images/table-ups.png); }

.table-hdt {
  background-image: url(../../images/table-hdt.png); }

.table-webox {
  background-image: url(../../images/table-webox.png); }

.table-tnt {
  background-image: url(../../images/table-tnt.png); }

.table-qx {
  background-image: url(../../images/table-qx.png); }

.table-x1 {
  background-image: url(../../images/table-qx.png); }

.table-tce {
  background-image: url(../../images/table-tce.png); }

.table-gls {
  background-image: url(../../images/table-gls.png); }

.table-g4s {
  background-image: url(../../images/table-g4s.png); }

.table-dpd {
  background-image: url(../../images/table-dpd.png); }

.table-gbw {
  background-image: url(../../images/table-gbw.png); }

.cod-i,
.expr-i,
.expr-int-i,
.print-i {
  background-image: url(../../images/pce.png); }

.clone-i,
.detail-i,
.download-i,
.invoice-i {
  background-image: url(../../images/action-icons-2x.png);
  -webkit-background-size: 25px 100px;
  -moz-background-size: 25px 100px;
  -ms-background-size: 25px 100px;
  -o-background-size: 25px 100px;
  background-size: 25px 100px; }

.checkbox input {
  background: url(../../images/o-tick.png) top no-repeat; }

.checkbox-white input {
  background: url(../../images/w-tick.png) top no-repeat; }

@media screen and (max-width: 767px) {
  .checkbox-white input,
  .checkbox-white input:checked {
    background-image: url(../../images/w-tick-2x.png);
    -webkit-background-size: 30px 60px;
    -moz-background-size: 30px 60px;
    -ms-background-size: 30px 60px;
    -o-background-size: 30px 60px;
    background-size: 30px 60px; } }

.coll-item-chck {
  background-image: url(../../images/coll-item-chck.png);
  background-repeat: no-repeat;
  background-position: top left; }

.coll-item-chck:checked {
  background-image: url(../../images/coll-item-chck.png);
  background-repeat: no-repeat;
  background-position: bottom left; }

.coll-sub-chck,
.row-switch {
  background-image: url(../../images/coll-item-chck.png);
  background-repeat: no-repeat;
  background-position: top right; }

.coll-sub-chck:checked,
.row-switch:checked {
  background-image: url(../../images/coll-item-chck.png);
  background-repeat: no-repeat;
  background-position: bottom right; }

.coupon-stamp-free {
  background-image: url(../../images/coupon-stamp-free.png); }

.coupon-stamp-5percent {
  background-image: url(../../images/coupon-stamp-5percent.png); }

.coupon-stamp-10percent {
  background-image: url(../../images/coupon-stamp-10percent.png); }

.coupon-stamp-20percent {
  background-image: url(../../images/coupon-stamp-20percent.png); }

.coupon-stamp-gift {
  background-image: url(../../images/coupon-stamp-gift.png); }

.irany {
  background-image: url(../../images/hdt/kamion.png); }

.kat1 {
  background-image: url(../../images/hdt/kanape.png); }

.kat2 {
  background-image: url(../../images/hdt/mosogep.png); }

.kat3 {
  background-image: url(../../images/hdt/betonkevero.png); }

.kat4 {
  background-image: url(../../images/hdt/kerekes.png); }

.kat5 {
  background-image: url(../../images/hdt/motorblokk.png); }

.kat6 {
  background-image: url(../../images/hdt/egymasra_nem.png); }

.csom {
  background-image: url(../../images/hdt/folia.png); }

#urgekep {
  background-image: url(../../images/urgekep.png); }

#urgekep-sub {
  background-image: url(../../images/urgekep-sub.png); }

.sub-sticker-rolunk {
  background-image: url(../../images/sub-step-stickers/sub-sticker-rolunk.png); }

.sub-sticker-download {
  background-image: url(../../images/sub-step-stickers/sub-sticker-download.png); }

.sub-sticker-hdt {
  background-image: url(../../images/sub-step-stickers/step-sticker-hdt.png); }

.sub-sticker-tc {
  background-image: url(../../images/sub-step-stickers/sub-sticker-tc.png); }

.sub-sticker-privacy {
  background-image: url(../../images/sub-step-stickers/sub-sticker-privacy.png); }

.sub-sticker-env {
  background-image: url(../../images/sub-step-stickers/sub-sticker-env.png); }

.sub-sticker-int {
  background-image: url(../../images/sub-step-stickers/sub-sticker-int.png); }

.sub-sticker-dom {
  background-image: url(../../images/sub-step-stickers/sub-sticker-dom.png); }

.sub-sticker-ups {
  background-image: url(../../images/sub-step-stickers/sub-sticker-ups.png); }

.sub-sticker-dpd {
  background-image: url(../../images/sub-step-stickers/sub-sticker-dpd.png); }

.sub-sticker-tnt {
  background-image: url(../../images/sub-step-stickers/sub-sticker-tnt.png); }

.sub-sticker-tce {
  background-image: url(../../images/sub-step-stickers/sub-sticker-tce.png); }

.sub-sticker-qx {
  background-image: url(../../images/sub-step-stickers/sub-sticker-qx.png); }

.sub-sticker-x1 {
  background-image: url(../../images/sub-step-stickers/sub-sticker-qx.png); }

.sub-sticker-gls {
  background-image: url(../../images/sub-step-stickers/sub-sticker-gls.png); }

.sub-sticker-g4s {
  background-image: url(../../images/sub-step-stickers/sub-sticker-g4s.png); }

.sub-sticker-webox {
  background-image: url(../../images/sub-step-stickers/sub-sticker-webox.png); }

.sub-sticker-gbw {
  background-image: url(../../images/sub-step-stickers/sub-sticker-gbw.png); }

.sub-sticker-track {
  background-image: url(../../images/sub-step-stickers/sub-sticker-track.png); }

.sub-sticker-tips {
  background-image: url(../../images/sub-step-stickers/sub-sticker-tips.png); }

.sub-sticker-faq {
  background-image: url(../../images/sub-step-stickers/sub-sticker-faq.png); }

.sub-sticker-cod {
  background-image: url(../../images/sub-step-stickers/sub-sticker-cod.png); }

.sub-sticker-customs {
  background-image: url(../../images/sub-step-stickers/sub-sticker-customs.png); }

.sub-sticker-import {
  background-image: url(../../images/sub-step-stickers/sub-sticker-import.png); }

.sub-sticker-blog {
  background-image: url(../../images/sub-step-stickers/sub-sticker-blog.png); }

.sub-sticker-claim {
  background-image: url(../../images/sub-step-stickers/sub-sticker-claim.png); }

.sub-sticker-forbid {
  background-image: url(../../images/sub-step-stickers/sub-sticker-forbid.png); }

.sub-sticker-business {
  background-image: url(../../images/sub-step-stickers/sub-sticker-business.png); }

.sub-sticker-lowest {
  background-image: url(../../images/sub-step-stickers/sub-sticker-lowest.png); }

.sub-sticker-money {
  background-image: url(../../images/sub-step-stickers/sub-sticker-money.png); }

.lp-sticker-aut {
  background-image: url(../../images/sub-step-stickers/lp-sticker-aut.png); }

.lp-sticker-bel {
  background-image: url(../../images/sub-step-stickers/lp-sticker-bel.png); }

.lp-sticker-ch {
  background-image: url(../../images/sub-step-stickers/lp-sticker-ch.png); }

.lp-sticker-hu {
  background-image: url(../../images/sub-step-stickers/lp-sticker-hu.png); }

.lp-sticker-cz {
  background-image: url(../../images/sub-step-stickers/lp-sticker-cz.png); }

.lp-sticker-den {
  background-image: url(../../images/sub-step-stickers/lp-sticker-den.png); }

.lp-sticker-ger {
  background-image: url(../../images/sub-step-stickers/lp-sticker-ger.png); }

.lp-sticker-ita {
  background-image: url(../../images/sub-step-stickers/lp-sticker-ita.png); }

.lp-sticker-nl {
  background-image: url(../../images/sub-step-stickers/lp-sticker-nl.png); }

.lp-sticker-uk {
  background-image: url(../../images/sub-step-stickers/lp-sticker-uk.png); }

.lp-sticker-usa {
  background-image: url(../../images/sub-step-stickers/lp-sticker-usa.png); }

.lp-sticker-fin {
  background-image: url(../../images/sub-step-stickers/lp-sticker-fin.png); }

.lp-sticker-ire {
  background-image: url(../../images/sub-step-stickers/lp-sticker-ire.png); }

.lp-sticker-fra {
  background-image: url(../../images/sub-step-stickers/lp-sticker-fra.png); }

.lp-sticker-rom {
  background-image: url(../../images/sub-step-stickers/lp-sticker-rom.png); }

.lp-sticker-spa {
  background-image: url(../../images/sub-step-stickers/lp-sticker-spa.png); }

.lp-sticker-slo {
  background-image: url(../../images/sub-step-stickers/lp-sticker-slo.png); }

.lp-sticker-pl {
  background-image: url(../../images/sub-step-stickers/lp-sticker-pl.png); }

.lp-sticker-no {
  background-image: url(../../images/sub-step-stickers/lp-sticker-no.png); }

.lp-sticker-sco {
  background-image: url(../../images/sub-step-stickers/lp-sticker-sco.png); }

.lp-sticker-cn {
  background-image: url(../../images/sub-step-stickers/lp-sticker-cn.png); }

.lp-sticker-au {
  background-image: url(../../images/sub-step-stickers/lp-sticker-au.png); }

.lp-sticker-gr {
  background-image: url(../../images/sub-step-stickers/lp-sticker-gr.png); }

.lp-sticker-bg {
  background-image: url(../../images/sub-step-stickers/lp-sticker-bg.png); }

.lp-sticker-se {
  background-image: url(../../images/sub-step-stickers/lp-sticker-se.png); }

.lp-sticker-christmas {
  background-image: url(../../images/sub-step-stickers/lp-sticker-christmas.png); }

.step-sticker01 {
  background-image: url(../../images/sub-step-stickers/step-sticker01.png); }

.step-sticker02 {
  background-image: url(../../images/sub-step-stickers/step-sticker02.png); }

.step-sticker03 {
  background-image: url(../../images/sub-step-stickers/step-sticker03.png); }

.step-sticker04 {
  background-image: url(../../images/sub-step-stickers/step-sticker04.png); }

.step-sticker05 {
  background-image: url(../../images/sub-step-stickers/step-sticker05.png); }

.step-sticker06 {
  background-image: url(../../images/sub-step-stickers/step-sticker06.png); }

.step-sticker-hdt {
  background-image: url(../../images/sub-step-stickers/step-sticker-hdt.png); }

.step-sticker-reg {
  background-image: url(../../images/sub-step-stickers/step-sticker-reg.png); }

.step-sticker-dash {
  background-image: url(../../images/sub-step-stickers/step-sticker-dash.png); }

.step-sticker-rolunk {
  background-image: url(../../images/sub-step-stickers/sub-sticker-rolunk.png); }

.post-header {
  background: url(../../images/newsheader.png) bottom no-repeat; }

.post-footer {
  background: url(../../images/newsfooter.png) bottom no-repeat; }

.comments .comments-content .icon.blog-author {
  background: url(../../images/blog/images/icon.svg) left no-repeat; }

.pagenotfound-image {
  background-image: url(../../images/404.png); }

.social-button {
  background-image: url(../../images/social-buttons.png); }
  .social-button.blogger {
    background-position: 0 0; }
  .social-button.facebook {
    background-position: -48px 0; }
  .social-button.googleplus {
    background-position: -96px 0; }
  .social-button.youtube {
    background-position: -144px 0; }

@media screen and (max-width: 767px) {
  .pagenotfound-image {
    -webkit-background-size: 175px 135px;
    -moz-background-size: 175px 135px;
    -ms-background-size: 175px 135px;
    -o-background-size: 175px 135px;
    background-size: 175px 135px; }
  #logo {
    width: 130px;
    height: 50px;
    background: url(../../images/logo-m-2x.png) center no-repeat;
    -webkit-background-size: 130px 20px;
    -moz-background-size: 130px 20px;
    -ms-background-size: 130px 20px;
    -o-background-size: 130px 20px;
    background-size: 130px 20px; }
  #urgekep {
    background: url("../../images/urgekep.png") no-repeat;
    -webkit-background-size: 212px 180px;
    -moz-background-size: 212px 180px;
    -ms-background-size: 212px 180px;
    -o-background-size: 212px 180px;
    background-size: 212px 180px; }
  #sidebar,
  aside {
    background: none !important; } }

.reveal-image {
  background-image: url(../../images/reveal.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .pagenotfound-image {
    background-image: url(../../images/404.png);
    -webkit-background-size: 175px 135px;
    -moz-background-size: 175px 135px;
    -ms-background-size: 175px 135px;
    -o-background-size: 175px 135px;
    background-size: 175px 135px; }
  #logo {
    background: url(../../images/logo-m-2x.png) center no-repeat;
    -webkit-background-size: 130px 20px;
    -moz-background-size: 130px 20px;
    -ms-background-size: 130px 20px;
    -o-background-size: 130px 20px;
    background-size: 130px 20px; }
  #urgekep {
    background-image: url(../../images/urgekep.png);
    -webkit-background-size: 212px 180px;
    -moz-background-size: 212px 180px;
    -o-background-size: 212px 180px;
    -ms-background-size: 212px 180px;
    background-size: 212px 180px; }
  #im-kep,
  #im-kep-main {
    background-image: url(../../images/header-bg-mobile-2x.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%; }
  #im-kep {
    background-position: 0 -90px; }
  .checkbox input,
  .checkbox input:checked {
    background-image: url(../../images/o-tick-2x.png);
    -webkit-background-size: 30px 60px;
    -moz-background-size: 30px 60px;
    -o-background-size: 30px 60px;
    -ms-background-size: 30px 60px;
    background-size: 30px 60px; }
  .checkbox input,
  .checkbox input:checked {
    background-image: url(../../images/w-tick-2x.png);
    -webkit-background-size: 30px 60px;
    -moz-background-size: 30px 60px;
    -o-background-size: 30px 60px;
    -ms-background-size: 30px 60px;
    background-size: 30px 60px; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .pagenotfound-image {
    background-image: url(../../images/404-2x.png);
    -webkit-background-size: 350px 270px;
    -moz-background-size: 350px 270px;
    -ms-background-size: 350px 270px;
    -o-background-size: 350px 270px;
    background-size: 350px 270px; }
  #logo {
    background-image: url(../../images/logo-2x.png);
    -webkit-background-size: 190px 75px;
    -moz-background-size: 190px 75px;
    -ms-background-size: 190px 75px;
    -o-background-size: 190px 75px;
    background-size: 190px 75px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale')"; }
  #im-kep,
  #im-kep-main {
    background-image: url(../../images/header-bg-1440-2x.jpg);
    -webkit-background-size: 1440px 390px;
    -moz-background-size: 1440px 390px;
    -ms-background-size: 1440px 390px;
    -o-background-size: 1440px 390px;
    background-size: 1440px 390px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale')"; }
  #im-bg,
  #im-bg-main {
    background-image: url(../../images/header-bgpattern-2x.jpg);
    -webkit-background-size: 1px 390px;
    -moz-background-size: 1px 390px;
    -ms-background-size: 1px 390px;
    -o-background-size: 1px 390px;
    background-size: 1px 390px; }
  #goodbye,
  #urgekep {
    background-image: url(../../images/urgekep-2x.png);
    -webkit-background-size: 327px 275px;
    -moz-background-size: 327px 275px;
    -ms-background-size: 327px 275px;
    -o-background-size: 327px 275px;
    background-size: 327px 275px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale')"; } }

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background-image: url(../../images/o-bg-2x.png);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -ms-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px; }
  #logo {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='{$filename}', sizingMethod='scale')"; }
  .mainpage-ad {
    background-image: url(../../images/main-ad-2x.png);
    -webkit-background-size: 341px 250px;
    -moz-background-size: 341px 250px;
    -ms-background-size: 341px 250px;
    -o-background-size: 341px 250px;
    background-size: 341px 250px; }
  #urgekep-sub {
    background-image: url(../../images/urgekep-sub-2x.png);
    -webkit-background-size: 150px 138px;
    -moz-background-size: 150px 138px;
    -ms-background-size: 150px 138px;
    -o-background-size: 150px 138px;
    background-size: 150px 138px; }
  #sidebar,
  aside {
    background-image: url(../../images/side-bg-2x.png);
    -webkit-background-size: 110px 185px;
    -moz-background-size: 110px 185px;
    -ms-background-size: 110px 185px;
    -o-background-size: 110px 185px;
    background-size: 110px 185px; }
  #contact-bg,
  #footer-bg,
  footer,
  .user ul li {
    background-image: url(../../images/b-bg-2x.png);
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -ms-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px; }
  .arrow-en {
    background-image: url(../../images/arrow-en-2x.png); }
  .arrow-hu {
    background-image: url(../../images/arrow-hu-2x.png); }
  .arrow-ro {
    background-image: url(../../images/arrow-ro-2x.png); }
  .arrow-en,
  .arrow-hu,
  .arrow-ro {
    -webkit-background-size: 110px 164px;
    -moz-background-size: 110px 164px;
    -ms-background-size: 110px 164px;
    -o-background-size: 110px 164px;
    background-size: 110px 164px; }
  .coupon-stamp-free {
    background-image: url(../../images/coupon-stamp-free-2x.png);
    -webkit-background-size: 125px 105px;
    -moz-background-size: 125px 105px;
    -ms-background-size: 125px 105px;
    -o-background-size: 125px 105px;
    background-size: 125px 105px; }
  .coupon-stamp-5percent {
    background-image: url(../../images/coupon-stamp-5percent-2x.png);
    -webkit-background-size: 125px 105px;
    -moz-background-size: 125px 105px;
    -ms-background-size: 125px 105px;
    -o-background-size: 125px 105px;
    background-size: 125px 105px; }
  .coupon-stamp-10percent {
    background-image: url(../../images/coupon-stamp-10percent-2x.png);
    -webkit-background-size: 125px 105px;
    -moz-background-size: 125px 105px;
    -ms-background-size: 125px 105px;
    -o-background-size: 125px 105px;
    background-size: 125px 105px; }
  .coupon-stamp-20percent {
    background-image: url(../../images/coupon-stamp-20percent-2x.png);
    -webkit-background-size: 125px 105px;
    -moz-background-size: 125px 105px;
    -ms-background-size: 125px 105px;
    -o-background-size: 125px 105px;
    background-size: 125px 105px; }
  .coupon-stamp-gift {
    background-image: url(../../images/coupon-stamp-gift-2x.png);
    -webkit-background-size: 125px 105px;
    -moz-background-size: 125px 105px;
    -ms-background-size: 125px 105px;
    -o-background-size: 125px 105px;
    background-size: 125px 105px; }
  .qq-bottom,
  .qq-bottom-s,
  .qq-top,
  .qq-top-s {
    background-image: url(../../images/qq-stripe-2x.png);
    -webkit-background-size: 80px 25px;
    -moz-background-size: 80px 25px;
    -ms-background-size: 80px 25px;
    -o-background-size: 80px 25px;
    background-size: 80px 25px; }
  .qq-img-doc {
    background-image: url(../../images/qq-doc-2x.png);
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
    -moz-background-size: 150px 100px; }
  .qq-img-doc-s {
    background-image: url(../../images/qq-doc-2x.png);
    background-size: 113px 75px;
    -webkit-background-size: 113px 75px;
    -moz-background-size: 113px 75px; }
  .qq-img-box {
    background-image: url(../../images/qq-box-2x.png);
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
    -moz-background-size: 150px 100px; }
  .qq-img-box-s {
    background-image: url(../../images/qq-box-2x.png);
    background-size: 113px 75px;
    -webkit-background-size: 113px 75px;
    -moz-background-size: 113px 75px; }
  .qq-img-pal {
    background-image: url(../../images/qq-pal-2x.png);
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
    -moz-background-size: 150px 100px; }
  .qq-img-pal-s {
    background-image: url(../../images/qq-pal-2x.png);
    background-size: 113px 75px;
    -webkit-background-size: 113px 75px;
    -moz-background-size: 113px 75px; }
  .qq-img-tru {
    background-image: url(../../images/qq-tru-2x.png);
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
    -moz-background-size: 150px 100px; }
  .qq-img-tru-s {
    background-image: url(../../images/qq-tru-2x.png);
    background-size: 113px 75px;
    -webkit-background-size: 113px 75px;
    -moz-background-size: 113px 75px; }
  .qq-img-str {
    background-image: url(../../images/qq-str-2x.png);
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
    -moz-background-size: 150px 100px; }
  .qq-img-str-s {
    background-image: url(../../images/qq-str-2x.png);
    background-size: 113px 75px;
    -webkit-background-size: 113px 75px;
    -moz-background-size: 113px 75px; }
  .qq-img-imp {
    background-image: url(../../images/qq-imp-2x.png);
    background-size: 190px 100px;
    -webkit-background-size: 190px 100px;
    -moz-background-size: 190px 100px; }
  .qq-img-imp-s {
    background-image: url(../../images/qq-imp-2x.png);
    background-size: 143px 75px;
    -webkit-background-size: 143px 75px;
    -moz-background-size: 143px 75px; }
  .qq-img-exp {
    background-image: url(../../images/qq-exp-2x.png);
    background-size: 190px 100px;
    -webkit-background-size: 190px 100px;
    -moz-background-size: 190px 100px; }
  .qq-img-exp-s {
    background-image: url(../../images/qq-exp-2x.png);
    background-size: 143px 75px;
    -webkit-background-size: 143px 75px;
    -moz-background-size: 143px 75px; }
  .qq-img-dom {
    background-image: url(../../images/qq-dom-2x.png);
    background-size: 190px 100px;
    -webkit-background-size: 190px 100px;
    -moz-background-size: 190px 100px; }
  .qq-img-dom-s {
    background-image: url(../../images/qq-dom-2x.png);
    background-size: 143px 75px;
    -webkit-background-size: 143px 75px;
    -moz-background-size: 143px 75px; }
  .qq-item-s2:hover,
  .qq-item-selected,
  .qq-item:hover {
    background-image: url(../../images/qq-item-hoverbg-2x.png);
    background-size: 340px 288px;
    -webkit-background-size: 340px 288px;
    -moz-background-size: 340px 288px; }
  select,
  .RadComboBox_Default {
    background: url(../../images/dropdown-2x.png) right no-repeat;
    background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    -moz-background-size: 20px 30px; }
  #tr-title {
    background-image: url(../../images/nyk-kerdo-2x.png);
    background-size: 46px 50px;
    -webkit-background-size: 46px 50px;
    -moz-background-size: 46px 50px; }
  .p-g4s,
  .p-gls,
  .p-hdt,
  .p-tnt,
  .p-tce,
  .p-ups,
  .p-webox,
  .p-qx,
  .p-x1,
  .p-dpd {
    background-image: url(../../images/partners-2x.png);
    -webkit-background-size: 90px 675px;
    -moz-background-size: 90px 675px;
    -ms-background-size: 90px 675px;
    -o-background-size: 90px 675px;
    background-size: 90px 675px; }
  .button-rel,
  .tablebutton-add,
  .tablebutton-del {
    background-image: url(../../images/plusminusrel-2x.png);
    background-size: 40px 60px;
    -webkit-background-size: 40px 60px;
    -moz-background-size: 40px 60px; }
  .tabs-address,
  .tabs-history,
  .tabs-package,
  .tabs-settings {
    background-image: url(../../images/tabs-icon-2x.png);
    background-size: 60px 120px;
    -webkit-background-size: 60px 120px;
    -moz-background-size: 60px 120px; }
  .greenwill-logo,
  .mcard-footer-logo,
  .paypal-logo,
  .simple-logo,
  .srg-logo,
  .szek-logo,
  .visa-footer-logo,
  .b-payment-logo {
    background-image: url(../../images/logos-box-2x.png);
    background-size: 512px 90px;
    -webkit-background-size: 512px 90px;
    -moz-background-size: 512px 90px; }
  .userfriendly {
    background-image: url(../../images/fhb_logo-2x.png);
    background-size: 205px 80px;
    -webkit-background-size: 205px 80px;
    -moz-background-size: 205px 80px; }
  .kivalomtartalom {
    background-image: url(../../images/kivalomagyartartalom2013-2x.png);
    background-size: 209px 80px;
    -webkit-background-size: 209px 80px;
    -moz-background-size: 209px 80px; }
  #danieljakab {
    background-image: url(../../images/danieljakab_logo-2x.png);
    background-size: 136px 20px;
    -webkit-background-size: 136px 20px;
    -moz-background-size: 136px 20px; }
  #salessuite {
    background-image: url(../../images/salessuite_logo-2x.png);
    background-size: 137px 45px;
    -webkit-background-size: 137px 45px;
    -moz-background-size: 137px 45px; }
  #waterm-b {
    background-image: url(../../images/bn-mo-2x.png);
    background-size: 7.5em 7.5em;
    -webkit-background-size: 7.5em 7.5em;
    -moz-background-size: 7.5em 7.5em; }
  #waterm-n {
    background-image: url(../../images/bn-fold-2x.png);
    background-size: 7.5em 7.5em;
    -webkit-background-size: 7.5em 7.5em;
    -moz-background-size: 7.5em 7.5em; }
  .copy-to-checked,
  .copy-to-unchecked {
    background-image: url(../../images/o-tick-2x.png);
    background-size: 30px 60px;
    -webkit-background-size: 30px 60px;
    -moz-background-size: 30px 60px; }
  .coll-item-chck,
  .coll-item-chck:checked,
  .coll-sub-chck,
  .coll-sub-chck:checked,
  .row-switch,
  .row-switch:checked {
    background-image: url(../../images/coll-item-chck-2x.png);
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px; }
  .table-ups {
    background-image: url(../../images/table-ups-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-hdt {
    background-image: url(../../images/table-hdt-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-webox {
    background-image: url(../../images/table-webox-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-tnt {
    background-image: url(../../images/table-tnt-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-tce {
    background-image: url(../../images/table-tce-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-qx {
    background-image: url(../../images/table-qx-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-x1 {
    background-image: url(../../images/table-qx-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-gls {
    background-image: url(../../images/table-gls-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-g4s {
    background-image: url(../../images/table-g4s-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-dpd {
    background-image: url(../../images/table-dpd-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .table-gbw {
    background-image: url(../../images/table-gbw-2x.png);
    background-size: 120px 50px;
    -webkit-background-size: 120px 50px;
    -moz-background-size: 120px 50px; }
  .checkbox input,
  .checkbox input:checked {
    background-image: url(../../images/o-tick-2x.png);
    background-size: 20px 40px;
    -webkit-background-size: 20px 40px;
    -moz-background-size: 20px 40px; }
  .checkbox-white input,
  .checkbox-white input:checked {
    background-image: url(../../images/w-tick-2x.png);
    background-size: 20px 40px;
    -webkit-background-size: 20px 40px;
    -moz-background-size: 20px 40px; }
  .cod-i,
  .expr-i,
  .expr-int-i,
  .print-i {
    background-image: url(../../images/pce-2x.png);
    background-size: 25px 100px;
    -webkit-background-size: 25px 100px;
    -moz-background-size: 25px 100px; }
  .social-button {
    background-image: url(../../images/social-buttons-2x.png);
    -webkit-background-size: 192px 48px;
    -moz-background-size: 192px 48px;
    -ms-background-size: 192px 48px;
    -o-background-size: 192px 48px;
    background-size: 192px 48px; }
  .sub-sticker-rolunk {
    background-image: url(../../images/sub-step-stickers/sub-sticker-rolunk-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-download {
    background-image: url(../../images/sub-step-stickers/sub-sticker-download-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-tc {
    background-image: url(../../images/sub-step-stickers/sub-sticker-tc-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-privacy {
    background-image: url(../../images/sub-step-stickers/sub-sticker-privacy-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-env {
    background-image: url(../../images/sub-step-stickers/sub-sticker-env-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-int {
    background-image: url(../../images/sub-step-stickers/sub-sticker-int-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-dom {
    background-image: url(../../images/sub-step-stickers/sub-sticker-dom-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-ups {
    background-image: url(../../images/sub-step-stickers/sub-sticker-ups-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-dpd {
    background-image: url(../../images/sub-step-stickers/sub-sticker-dpd-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-webox {
    background-image: url(../../images/sub-step-stickers/sub-sticker-webox-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-tnt {
    background-image: url(../../images/sub-step-stickers/sub-sticker-tnt-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-tce {
    background-image: url(../../images/sub-step-stickers/sub-sticker-tce-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-qx {
    background-image: url(../../images/sub-step-stickers/sub-sticker-qx-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-x1 {
    background-image: url(../../images/sub-step-stickers/sub-sticker-qx-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-gls {
    background-image: url(../../images/sub-step-stickers/sub-sticker-gls-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-g4s {
    background-image: url(../../images/sub-step-stickers/sub-sticker-g4s-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-gbw {
    background-image: url(../../images/sub-step-stickers/sub-sticker-gbw-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-track {
    background-image: url(../../images/sub-step-stickers/sub-sticker-track-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-tips {
    background-image: url(../../images/sub-step-stickers/sub-sticker-tips-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-faq {
    background-image: url(../../images/sub-step-stickers/sub-sticker-faq-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-cod {
    background-image: url(../../images/sub-step-stickers/sub-sticker-cod-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-customs {
    background-image: url(../../images/sub-step-stickers/sub-sticker-customs-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-import {
    background-image: url(../../images/sub-step-stickers/sub-sticker-import-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-blog {
    background-image: url(../../images/sub-step-stickers/sub-sticker-blog-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-claim {
    background-image: url(../../images/sub-step-stickers/sub-sticker-claim-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-forbid {
    background-image: url(../../images/sub-step-stickers/sub-sticker-forbid-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-business {
    background-image: url(../../images/sub-step-stickers/sub-sticker-business-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-lowest {
    background-image: url(../../images/sub-step-stickers/sub-sticker-lowest-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .sub-sticker-money {
    background-image: url(../../images/sub-step-stickers/sub-sticker-money-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker01 {
    background-image: url(../../images/sub-step-stickers/step-sticker01-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker02 {
    background-image: url(../../images/sub-step-stickers/step-sticker02-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker03 {
    background-image: url(../../images/sub-step-stickers/step-sticker03-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker04 {
    background-image: url(../../images/sub-step-stickers/step-sticker04-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker05 {
    background-image: url(../../images/sub-step-stickers/step-sticker05-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker06 {
    background-image: url(../../images/sub-step-stickers/step-sticker06-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker-hdt,
  .sub-sticker-hdt {
    background-image: url(../../images/sub-step-stickers/step-sticker-hdt-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker-reg {
    background-image: url(../../images/sub-step-stickers/step-sticker-reg-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker-dash {
    background-image: url(../../images/sub-step-stickers/step-sticker-dash-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .step-sticker-rolunk {
    background-image: url(../../images/sub-step-stickers/sub-sticker-rolunk-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-aut {
    background-image: url(../../images/sub-step-stickers/lp-sticker-aut-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-bel {
    background-image: url(../../images/sub-step-stickers/lp-sticker-bel-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-ch {
    background-image: url(../../images/sub-step-stickers/lp-sticker-ch-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-hu {
    background-image: url(../../images/sub-step-stickers/lp-sticker-hu-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-cz {
    background-image: url(../../images/sub-step-stickers/lp-sticker-cz-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-den {
    background-image: url(../../images/sub-step-stickers/lp-sticker-den-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-ger {
    background-image: url(../../images/sub-step-stickers/lp-sticker-ger-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-nl {
    background-image: url(../../images/sub-step-stickers/lp-sticker-nl-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-ita {
    background-image: url(../../images/sub-step-stickers/lp-sticker-ita-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-usa {
    background-image: url(../../images/sub-step-stickers/lp-sticker-usa-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-uk {
    background-image: url(../../images/sub-step-stickers/lp-sticker-uk-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-fin {
    background-image: url(../../images/sub-step-stickers/lp-sticker-fin-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-ire {
    background-image: url(../../images/sub-step-stickers/lp-sticker-ire-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-fra {
    background-image: url(../../images/sub-step-stickers/lp-sticker-fra-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-rom {
    background-image: url(../../images/sub-step-stickers/lp-sticker-rom-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-spa {
    background-image: url(../../images/sub-step-stickers/lp-sticker-spa-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-slo {
    background-image: url(../../images/sub-step-stickers/lp-sticker-slo-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-pl {
    background-image: url(../../images/sub-step-stickers/lp-sticker-pl-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-no {
    background-image: url(../../images/sub-step-stickers/lp-sticker-no-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-sco {
    background-image: url(../../images/sub-step-stickers/lp-sticker-sco-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-cn {
    background-image: url(../../images/sub-step-stickers/lp-sticker-cn-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-se {
    background-image: url(../../images/sub-step-stickers/lp-sticker-se-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-bg {
    background-image: url(../../images/sub-step-stickers/lp-sticker-bg-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .lp-sticker-christmas {
    background-image: url(../../images/sub-step-stickers/lp-sticker-christmas-2x.png);
    -webkit-background-size: 173px 175px;
    -moz-background-size: 173px 175px;
    -ms-background-size: 173px 175px;
    -o-background-size: 173px 175px;
    background-size: 173px 175px; }
  .reveal-image {
    background-image: url(../../images/reveal-2x.png); } }

/*# sourceMappingURL=furgefutar.css.map */