/*
 * Teahouse Transport
 * Author: Martin Winkler @ PORTA DESIGN
 * url: http://www.portadesign.cz
 */

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}
img.inline {
  display: inline;
}

input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/************************************************************************************
FONT
*************************************************************************************/

@font-face {
  font-family: DinLight;
  src: url("../../font/DINRoundWebPro-Light.eot");
  src: url("../../font/DINRoundWebPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../font/DINRoundWebPro-Light.woff") format("woff")
      /*,
         url('../../font/DINRoundWebPro-Light.ttf') format('truetype'),
         url('../../font/DINRoundWebPro-Light.svg#DinLightregular') format('svg')*/;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DinMedium;
  src: url("../../font/DINRoundWebPro-Medium.eot");
  src: url("../../font/DINRoundWebPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../../font/DINRoundWebPro-Medium.woff") format("woff")
      /*,
         url('../../font/DINRoundWebPro-Medium.ttf') format('truetype'),
         url('../../font/DINRoundWebPro-Medium.svg#DinLightregular') format('svg')*/;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PH-900Regular";
  src: url("../../font/PH-900Regular.eot");
  src: url("../../font/PH-900Regular.eot?#iefix") format("embedded-opentype"),
    url("../../font/PH-900Regular.woff") format("woff"),
    url("../../font/PH-900Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/************************************************************************************
GENERAL
*************************************************************************************/

html {
  height: 100%;
}

body {
  font-family: DinLight, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  background: #5ca0e4;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Anchors */

a {
  color: #e65828;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #14468d;
  text-decoration: none;
}

/* Heading */

h1,
.h1 {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 40px 0;
  color: #fff;
  font-family: DinMedium, Arial, sans-serif;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 30px 0;
  color: #fff;
}
h3,
.h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 0 20px 0;
  color: #fff;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #fff;
}
h5,
.h5 {
  font-size: 17px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 20px 0;
  color: #fff;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0 0 20px 0;
  color: #fff;
}

h2.alt,
.h2.alt {
  color: #cae6ff;
}
h3.alt,
.h3.alt {
  color: #cae6ff;
}

/* Paragraphs */

p {
  margin: 0 0 20px 0;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
  font-size: 12px;
}

b,
strong {
  font-family: DinMedium;
  font-weight: normal;
}

/* Lists */

ul,
ol {
  list-style: none;
  margin: 0 0 20px 0;
}
ul li {
  padding: 0 0 0 25px;
  margin: 0 0 18px 0;
  position: relative;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: url("../../img/sprite.png") -54px -248px no-repeat;
}

ul.alt-list li {
  padding-left: 25px;
}
ul.alt-list li:before {
  background: url("../../img/sprite.png") -14px -248px no-repeat;
}

ul.check-list li {
  padding: 0 0 0 50px;
  min-height: 39px;
  margin: 0 0 24px 0;
}
ul.check-list li:before {
  width: 40px;
  height: 40px;
  background-position: -540px -256px;
}

ul.check-list-2 li {
  padding: 0 0 0 25px;
  margin: 0 0 6px 0;
}
ul.check-list-2 li:before {
  width: 40px;
  height: 40px;
  background-position: -93px -250px;
}

ul.check-list-3 li {
  padding: 0 0 0 50px;
  min-height: 39px;
  margin: 0 0 24px 0;
}
ul.check-list-3 li:before {
  width: 40px;
  height: 40px;
  background-position: -622px -256px;
  top: -5px;
}

ul.big-list li {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 0 60px;
  min-height: 49px;
  margin: 0 0 28px 0;
}
ul.big-list li:before {
  width: 50px;
  height: 50px;
  background-position: -540px -178px;
}

ul.min-list li {
  font-size: 18px.;
  line-height: 26px;
  padding: 0 0 0 40px;
  min-height: 28px;
  margin: 0 0 10px 30px;
}
ul.min-list li:before {
  width: 28px;
  height: 28px;
  background-position: -127px -165px;
  top: -2px;
}

ul.ui-autocomplete li:before {
  content: none;
}

ol {
  counter-reset: counter;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  *margin: 0 0 0 54px;
}
ol li {
  margin: 0 0 10px 0;
  line-height: 32px;
  padding: 0 0 0 40px;
  list-style-type: none;
  *list-style-type: decimal;
  counter-increment: counter;
  position: relative;
}
ol li:before {
  font-family: DinMedium;
  font-size: 16px;
  color: #3877d2;
  background: #c3d6f1;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 2px;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

ol.alt li {
  font-family: DinMedium;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 20px 0;
  padding-left: 53px;
}
ol.alt li:before {
  content: counter(counter) "";
  font-size: 26px;
  color: #f2652a;
  height: 40px;
  width: 40px;
  line-height: 30px;
  border: 2px solid #fce0d4;
  background: none;
  top: -5px;
}

dl {
  margin: 0 0 20px 0;
}
dt {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #3877d2;
  margin: 0 0 10px 0;
}

/* Tables */

table {
  line-height: 20px;
}
th,
td {
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
}

/* Forms */

form {
  display: inline;
}
fieldset {
  border: none;
}
label {
  font-weight: bold;
}
input,
select,
button {
  vertical-align: middle;
}

button:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
  background: #555 !important;
  color: #999 !important;
  -webkit-box-shadow: 0 3px 0 #333 !important;
  -moz-box-shadow: 0 3px 0 #333 !important;
  box-shadow: 0 3px 0 #333 !important;
}
button:disabled .icon {
  background: none !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* Various */

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
  font-size: 9px;
}
sub {
  top: 0.5ex;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding: 0;
}

p.small {
  font-size: 11px;
}
p.big {
  font-size: 15px;
  font-family: DinMedium;
}

b.hl {
  color: #fff;
}

.text-big {
  font-size: 18px;
  line-height: 26px;
}

.bold {
  font-family: DinMedium;
}
.nowrap,
.nobr {
  white-space: nowrap !important;
}
.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

/************************************************************************************
MAIN STRUCTURE
*************************************************************************************/

.main-wrap {
  padding-top: 100px;
}

.row {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.narrow {
  width: 810px;
  margin: 0 auto;
}

.entry h2:first-child {
  margin-top: 0;
}
.entry h2 {
  margin-top: 40px;
}

.teaser {
  margin-bottom: 50px;
}

/************************************************************************************
HEADER
*************************************************************************************/

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  text-align: right;
}
.header .h-1 {
  background: #fff;
  min-height: 100px;
  height: 100px;
  text-align: right;
}
.header .h-1 .row {
  min-height: 100px;
}
.header .logo-simple {
  display: none;
}
.header-r {
  padding-top: 30px;
  position: relative;
}
.header-service {
  display: inline-block;
}

/* Header mini (fixed) */

.header.mini .h-1 {
  min-height: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
}
.header.mini .h-1 .row {
  min-height: 60px;
  height: 60px;
}
.header.mini .logo {
  width: 140px;
}
.header.mini .header-r {
  padding-top: 10px;
}
.header.mini .logo-claim {
  display: none;
}
.header.mini .logo-simple {
  display: block;
}
.header.mini .logo:hover span.home {
  left: 38px;
  top: 3px;
}
.header.mini .dropdown .dd-trig.active:after {
  bottom: -14px;
}
.header.mini .main-nav > nav > ul > li > a {
  padding-bottom: 21px;
}

/* Logo */

.logo {
  width: 240px;
  display: block;
  float: left;
  text-indent: -80000px;
  text-align: left;
  position: relative;
  top: 9px;
  z-index: 100;
}
.logo img {
  display: block;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
.logo:hover span.home {
  position: absolute;
  left: 67px;
  top: 12px;
  text-indent: -80000px;
  text-align: left;
  width: 12px;
  height: 12px;
  display: block;
  background: url("../../img/sprite.png") -94px -14px no-repeat;
}

.logo.blog {
  width: 261px;
}
.logo.blog span {
  background: url("../../img/sprite.png") -452px -601px no-repeat;
  width: 261px;
}
.logo.blog span.home {
  display: none;
}

/* Main navigation */

.main-nav {
  display: inline-block;
  vertical-align: top;
}
.main-nav.active {
  display: inline-block;
}
.main-nav nav {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.main-nav > nav > ul {
  margin: 0 0 0 -10px;
}
.main-nav > nav > ul > li {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 0 0 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.main-nav > nav > ul > li:before {
  content: none;
}
.main-nav > nav > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #aaaaab;
  padding: 10px 4px 40px 4px;
}
.main-nav > nav > ul > li.hover > a,
.main-nav > ul > li > a:hover {
  color: #e65828;
}
.main-nav > nav > ul > li.active > a {
  color: #5ca0e4;
  text-decoration: none;
}
.main-nav > nav > ul > li.dd:hover > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e65828 transparent;
}

.main-nav ul li.home {
  position: relative;
  top: 2px;
  margin-left: 0;
}
.main-nav ul li.home a {
  color: #5ca0e4; /*text-indent: -80000px; text-align: left; width: 12px; height: 12px; padding: 0; position: relative; top: 10px; display: block; background: url('../../img/sprite.png') -94px -14px no-repeat;*/
}
.main-nav ul li.home a .icon {
  width: 14px;
  height: 14px;
}
.main-nav ul li.home a:hover,
.main-nav ul li.home.active a {
  color: #e65828;
}

/* Sub navigation */

.sub-nav {
  display: none !important;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -66px;
  height: 66px;
  width: 100%;
  text-align: center;
  background: #5ca0e4;
  border-bottom: 2px solid #a0c8ef;
}
.sub-nav ul {
  margin: 0;
  display: none;
}
.sub-nav ul:hover {
  display: block !important;
  height: 66px;
}
.sub-nav li {
  padding: 0;
  margin: 0;
  background: none;
}
.sub-nav li.active a {
  background: #4a92d9;
  border-bottom: 2px solid #fff;
}
.sub-nav li:before {
  content: none;
}
.sub-nav li a {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  display: block;
  height: 66px;
  padding: 23px 17px 0 17px;
  text-transform: uppercase;
}
.sub-nav li a:hover {
  background: #e65828;
  border-bottom: 2px solid #c3451a;
}

.header .trigger {
  display: none;
}

/* Dropdown */

.dropdown-content {
  position: relative;
}
.dropdown-content .dropdown.lng {
  display: inline;
  margin: 0;
}
.dropdown-content .dropdown.currency {
  display: inline;
  margin: 0;
}

.dropdown {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  z-index: 200;
}
.dropdown .switch {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  z-index: 200;
  height: 36px;
}
.dropdown .switch .caret {
  background: url("../../img/caret.png") 0 0 no-repeat;
  width: 7px;
  height: 4px;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
}
.dropdown .dd-trig {
  position: relative;
}
.dropdown .dd-trig.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e65828 transparent;
}

.dropdown ul {
  display: none;
  color: #fff;
  background-color: #e65828;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 250;
  text-align: left;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.dropdown ul.active {
  display: block;
}
.dropdown ul li {
  padding: 0;
  margin: 0;
  background: none;
  display: inline-block;
  width: 33.333333%;
}
.dropdown ul li:before {
  content: none;
}
.dropdown ul li a {
  white-space: nowrap;
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #fff; /*border-style: solid; border-width: 1px; -moz-border-image: url('../../img/border.png') 0 1 1 0 repeat; -webkit-border-image: url('../../img/border.png') 0 1 1 0 repeat; -o-border-image: url('../../img/border.png') 0 1 1 0 repeat; border-image: url('../../img/border.png') 0 1 1 0 repeat;*/
}
.dropdown ul li a:hover {
  background-color: #14468d; /*border-color: #14468d !important;*/
}
.dropdown .icon {
  width: 66px;
  height: 66px;
  background: url("../../img/sprite-dropdown.png") 0 0 no-repeat;
}
.dropdown .blank {
  position: relative;
}
.dropdown .blank:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: -4px;
  background: url("../../img/sprite.png") -173px -333px;
  width: 14px;
  height: 14px;
}

/* Dropdown - lng */

.dropdown.lng {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.dropdown.lng ul {
  right: 0;
  width: 600px;
}
.dropdown.lng ul li a {
  text-align: left;
  padding-left: 55px;
}
.dropdown.lng ul li a .flag-icon {
  position: absolute;
  left: 25px;
  top: 20px;
}
.dropdown.lng ul li:nth-child(3n) a {
  border-right-width: 0;
}
.dropdown.lng ul li:nth-child(16) a,
.dropdown.lng ul li:nth-child(17) a {
  border-bottom-width: 0;
}
.dropdown.lng .switch {
  width: 35px;
  line-height: 15px;
  text-decoration: none;
  color: #8c8d90;
  padding: 10px 14px 11px 0;
}
.dropdown.lng .switch .flag-icon {
  position: static;
}

.flag-icon {
  width: 21px;
  height: 15px;
  display: block;
  background-image: url("../../img/lng.png?1");
}
.flag-icon.en {
  background-position: 0 0;
}
.flag-icon.gb {
  background-position: 0 0;
}
.flag-icon.cs {
  background-position: -23px 0;
}
.flag-icon.cz {
  background-position: -23px 0;
}
.flag-icon.sk {
  background-position: -46px 0;
}
.flag-icon.de {
  background-position: -69px 0;
}
.flag-icon.pl {
  background-position: -92px 0;
}
.flag-icon.fr {
  background-position: 0 -17px;
}
.flag-icon.es {
  background-position: -23px -17px;
}
.flag-icon.pt {
  background-position: -46px -17px;
}
.flag-icon.nl {
  background-position: -69px -17px;
}
.flag-icon.tr {
  background-position: -92px -17px;
}
.flag-icon.bg {
  background-position: 0 -34px;
}
.flag-icon.ru {
  background-position: -23px -34px;
}
.flag-icon.ua {
  background-position: -46px -34px;
}
.flag-icon.no {
  background-position: -69px -34px;
}
.flag-icon.lt {
  background-position: -92px -34px;
}
.flag-icon.it {
  background-position: 0 -51px;
}
.flag-icon.ro {
  background-position: -23px -51px;
}
.flag-icon.fi {
  background-position: -46px -51px;
}
.flag-icon.be {
  background-position: -69px -51px;
}
.flag-icon.dk {
  background-position: -92px -51px;
}
.flag-icon.ch {
  background-position: -23px -68px;
}
.flag-icon.se {
  background-position: -46px -68px;
}
.flag-icon.au {
  background-position: 0 -68px;
}
.flag-icon.hu {
  background-position: -69px -68px;
}

/* Dropdown - currency */

.dropdown.currency {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.dropdown.currency ul {
  right: 0;
  width: 600px;
}
.dropdown.currency ul li a {
  text-align: left;
  padding: 15px 25px;
}
.dropdown.currency ul li:nth-child(3n) a {
  border-right-width: 0;
}
.dropdown.currency ul li:nth-child(4) a {
  border-bottom-width: 0;
}
.dropdown.currency ul li a span {
  width: 35px;
  font-weight: 700;
}
.dropdown.currency .switch {
  line-height: 15px;
  width: 40px;
  text-decoration: none;
  color: #8c8d90;
  padding: 12px 14px 11px 0;
}

/* Dropdown - about-us */

.dropdown.about-us {
  display: inline;
  z-index: 300;
}
.dropdown.about-us ul {
  width: 500px;
  left: 50%;
  top: 70px;
  margin-left: -250px;
}
.dropdown.about-us ul li {
  text-transform: none;
}
.dropdown.about-us ul li a {
  border-bottom: none;
  padding: 10px 10px;
  height: 100px;
}
.dropdown.about-us ul li:nth-child(3) a {
  border-right-width: 0;
}
.dropdown.about-us .icon {
  display: block;
  margin: 0 auto 5px auto;
  width: 50px;
  height: 50px;
}

.header.mini .dropdown.about-us ul {
  top: 50px;
}

/* Dropdown - services */

.dropdown.services {
  display: inline;
  z-index: 300;
}
.dropdown.services ul {
  width: 700px;
  left: 50%;
  top: 70px;
  margin-left: -350px;
}
.dropdown.services ul li {
  text-transform: none;
  width: 25%;
}
.dropdown.services ul li a {
  padding: 10px 10px;
  height: 100px;
}
.dropdown.services ul li:nth-child(4n) a {
  border-right-width: 0;
}
.dropdown.services ul li:nth-child(5) a,
.dropdown.services ul li:nth-child(6) a,
.dropdown.services ul li:nth-child(7) a,
.dropdown.services ul li:nth-child(8) a {
  border-bottom-width: 0;
}
.dropdown.services .icon {
  display: block;
  margin: 0 auto 5px auto;
  width: 50px;
  height: 50px;
}

.header.mini .dropdown.services ul {
  top: 50px;
}

.dropdown i.icon-package {
  background-position: 0 0;
}
.dropdown i.icon-luggage {
  background-position: -50px 0;
}
.dropdown i.icon-pallet {
  background-position: -100px 0;
}
.dropdown i.icon-move {
  background-position: -150px 0;
}
.dropdown i.icon-packages {
  background-position: -200px 0;
}
.dropdown i.icon-startup {
  background-position: -250px 0;
}
.dropdown i.icon-eshop {
  background-position: -300px 0;
}
.dropdown i.icon-faq {
  background-position: -400px -50px;
}

.dropdown i.icon-secret {
  background-position: -450px 0;
}
.dropdown i.icon-blog {
  background-position: -500px 0;
}
.dropdown i.icon-team {
  background-position: -550px 0;
  width: 100px !important;
}

.dropdown a:hover i.icon-package {
  background-position: 0 -50px;
}
.dropdown a:hover i.icon-luggage {
  background-position: -50px -50px;
}
.dropdown a:hover i.icon-pallet {
  background-position: -100px -50px;
}
.dropdown a:hover i.icon-move {
  background-position: -150px -50px;
}
.dropdown a:hover i.icon-packages {
  background-position: -200px -50px;
}
.dropdown a:hover i.icon-startup {
  background-position: -250px -50px;
}
.dropdown a:hover i.icon-eshop {
  background-position: -300px -50px;
}
.dropdown a:hover i.icon-faq {
  background-position: -400px -50px;
}

.dropdown a:hover i.icon-secret {
  background-position: -450px -50px;
}
.dropdown a:hover i.icon-blog {
  background-position: -500px -50px;
}
.dropdown a:hover i.icon-team {
  background-position: -550px -50px;
}

/* Login */

.login {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
  text-align: left;
}
.login > ul {
  margin: 0;
}
.login > ul > li {
  padding: 0;
  background: none;
  position: relative;
  margin: 0;
}
.login > ul > li:before {
  content: none;
}
.login > ul > li > a {
  text-transform: uppercase;
}
.login > ul > li > a:hover {
  background-position: 0 -47px;
}
.login .account .icon_user {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.login .sign-in i.icon {
  background-position: -48px -10px;
}
.login .sign-in:hover i.icon {
  background-position: -48px -50px;
}

.login .drop-trig.hover {
  z-index: 50;
}
.login .drop {
  text-transform: none;
  text-align: left;
  background: #3877d2;
  color: #fff;
  z-index: 50;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.qtip .drop {
  font-size: 14px;
  line-height: 26px;
  background: #3877d2;
  color: #fff;
  padding: 30px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 0 #2c5da5;
  -moz-box-shadow: 0 3px 0 #2c5da5;
  box-shadow: 0 3px 0 #2c5da5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.qtip .drop a {
  color: #fff;
}
.qtip .drop ul {
  margin: 0;
}
.qtip .drop label.error {
  font-size: 14px;
  color: #fff !important;
}
.qtip .drop .hl {
  font-weight: bold;
  color: #33bdab;
}

.qtip .drop p {
  margin-bottom: 0;
}
.qtip .drop label {
  margin-bottom: 4px;
  color: #fff;
}
.qtip .drop input.text {
  width: 100%;
  background: #fff;
  border: none;
}
.qtip .drop .cell-set {
  margin-bottom: 15px;
}
.qtip .drop .btn-set {
  margin: 20px 0 0 0;
}
.qtip .drop .btn-set .btn {
  margin: 0 0 10px 0;
  width: 100%;
}

.qtip .drop-nav {
  width: 200px;
  padding: 30px 20px;
  background: #3877d2;
  padding: 14px 0;
}
.qtip .drop-nav ul {
  margin: 0;
}
.qtip .drop-nav li {
  margin: 0;
  padding: 0;
  background: none;
}
.qtip .drop-nav li:before {
  content: none;
}
.qtip .drop-nav li a {
  text-decoration: none;
  padding: 7px 20px;
  line-height: 20px;
  display: block;
  color: #fff;
}
.qtip .drop-nav li a:hover {
  background-color: #e44e15;
}

.qtip {
  border: none;
  padding: 0;
}
.qtip-default {
  color: #3877d2;
  background: none;
}
.qtip .qtip-content {
  padding: 0;
  overflow: visible;
}

/* Notifications */

.notifications {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  position: relative;
  top: 9px;
}
.notifications .drop-trig {
  width: 16px;
  height: 20px;
  position: relative;
  display: inline-block;
  color: #3877d2;
}
.notifications .drop-trig:hover {
  color: #e65828;
}
.notifications .drop-trig .icon_bell {
  width: 18px;
  height: 20px;
}
/*.notifications .drop-trig i.icon-notice { margin: 0; }
.notifications .drop-trig:hover i.icon-notice { background-position: -773px -52px; }*/
.notifications .drop-trig .num {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  background: #e65828;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.notifications .drop {
  display: none;
}

.notification-list ul {
  margin: 0;
}
.notification-list ul li {
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid #6092db;
}
.notification-list ul li a {
  text-decoration: none;
}
.notification-list ul li:before {
  content: none;
}
.notification-list ul li:hover {
  background: #4589eb;
}
.notification-list h3 {
  font-size: 17px;
  font-weight: 600;
  color: #f5ec7e;
  line-height: 26px;
  margin-bottom: 5px;
}
.notification-list p {
  margin-bottom: 5px;
}
.notification-list .description {
  font-size: 13px;
  line-height: 18px;
}
.notification-list .time {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}

.qtip .drop.notification-list {
  padding: 0;
}

/************************************************************************************
CONTENT
*************************************************************************************/

.block {
  background: #5ca0e4;
  color: #fff;
  padding: 50px 0;
  position: relative;
}
.block.hl {
  background: #2b5ba0;
  padding: 50px 0;
}
.block.hl-2 {
  background: #437dc2;
}
.block.hl-3 {
  background: #f0f7ff;
}
.block.hl-4 {
  background: #fff;
}
.block.space {
  background: #5ca0e4 url("../../img/bg-space.png") center 0 repeat-x;
}
.block.london {
  background: #5ca0e4 url("../../img/bg-london.png") center 0 repeat-x;
}
.block.prague {
  background: #5ca0e4 url("../../img/bg-prague.png") center 0 repeat-x;
}

.block.t30 {
  padding-top: 30px;
}
.block.b30 {
  padding-bottom: 30px;
}

.block.alpha {
  padding-top: 1px;
}
.block.omega {
  padding-bottom: 1px;
}

.section-head {
  text-align: center;
  margin-bottom: 20px;
}
.section-head h1 {
  margin-bottom: 0;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head.mb-20 h1 {
  margin-bottom: 20px;
}
.section-head-l {
  text-align: right;
}
.section-head-l h2 {
  float: left;
}

.hp-main .section-head {
  margin-bottom: 40px;
}

.narrow {
  width: 812px;
  margin: 0 auto;
}

.hover-why {
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.hover-why:hover {
  color: #fff;
}

.excerpt {
  font-family: DinMedium;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 30px 0;
}
.excerpt.light {
  font-family: "DinLight";
}

.intro {
  max-width: 812px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.intro.medium {
  font-family: DinMedium;
  font-size: 22px;
}

/* Fixed nav */

.fixed-nav-wrap {
  height: 60px;
  margin-bottom: 30px;
}
.fixed-nav {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.fixed-nav ul {
  margin: 0;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  background: #5ca0e4;
  display: table;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.fixed-nav ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  background: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.fixed-nav ul li:before {
  content: none;
}
.fixed-nav ul li:nth-child(4) a {
  color: #2b5ba0;
}
.fixed-nav ul li a {
  font-size: 18px;
  line-height: 1.2em;
  display: block;
  padding: 0 20px;
  margin: 0 0 0 1px;
  height: 60px;
  background: #c4e2fd;
  color: #2b5ba0;
  text-decoration: none;
}
.fixed-nav ul li a .va-m {
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fixed-nav ul li:first-child a {
  margin-left: 0;
}
.fixed-nav ul li a:hover,
.fixed-nav ul li.active a {
  background: #fff;
  color: #2b5ba0;
}

.fixed-nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.fixed-nav.fixed ul {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.anchor {
  position: absolute;
  left: 0;
  top: -80px;
}

/* Thank you page */

.order-summary {
  opacity: 0;
  visibility: hidden;
}
.order-summary.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* How it works */

.how-it-works h1 {
  margin-bottom: 50px;
}
.how-it-works a {
  color: #fff;
}
.how-it-works .item-list {
  margin-bottom: 50px;
}
.how-it-works .item {
  width: 33.333333%;
  text-align: center;
  padding: 20px 15px;
}
.how-it-works .item p {
  font-size: 20px;
}
.how-it-works .item .item-inner {
  padding: 50px 20px 20px 20px;
  border: 2px solid #8dc2f7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  counter-increment: counter;
  position: relative;
  cursor: pointer;
}
.how-it-works .item .img {
  height: 100px;
  text-align: center;
  margin-bottom: 40px;
}
.how-it-works .item img {
  height: 100%;
  display: inline;
}
.how-it-works .box {
  margin: 50px 0;
  text-align: center;
}
.how-it-works .box .h3 {
  color: #fff;
}
.how-it-works .box .h3 {
  color: #fff;
}

/* Services */

.services {
  counter-reset: counter;
}
.services .item-list {
  margin: 0 0 0 -5%;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-align: center;
}
.services .item {
  width: 28.33333%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  min-height: 250px;
  margin: 0 0 30px 5%;
  padding: 35px 15px 25px 15px;
  border: 2px solid #3a70b5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  counter-increment: counter;
  position: relative;
  cursor: pointer;
}
.services .item:hover {
  border-color: #5d91d4;
}
.services .item.active {
  border-color: #fff;
}
.services .item h3 {
  padding-top: 30px;
}
html[lang="de"] .services .item h3 {
  font-size: 22px;
}
.services .item p {
  display: none;
}
.services .item .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.services .item .sh-trig {
  color: #6897d3;
}
.services .item .sh-trig .icon {
  background-position: -130px -212px;
  width: 19px;
  height: 21px;
  margin: 0 6px;
}
.services .item .sh-trig.active .icon {
  background-position: -130px -252px;
}
.services .item:before {
  content: "";
  font-family: DinMedium;
  font-size: 16px;
  color: #fff;
  background: #e65828;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  padding: 6px 0 0 2px;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  content: counter(counter) ". ";
  position: absolute;
  left: 50%;
  top: -15px;
}

.services.alt .item {
  border-color: #8dc2f7;
}
.services.alt .item.active {
  border-color: #fff;
}
.services.alt .item a {
  color: #fff;
}
.services.alt .item .sh-trig .icon {
  background-position: -170px -252px;
}
.services.alt .item .sh-trig.active .icon {
  background-position: -170px -292px;
}

/* Faq */

.faq a {
  color: #fff;
}
.faq h3 {
  font-family: DinMedium;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}
.faq h3 .icon {
  background-position: -10px -171px;
  margin-right: 15px;
  position: relative;
  top: 7px;
  display: none;
}

.faq .questions {
  border-top: 2px solid #8dc2f7;
}

.faq .category {
  margin: 0 0 40px 0;
  position: relative;
}
.faq .category .anchor {
  top: 0;
  margin-top: -20px;
}

.faq .item {
  margin: 0;
  padding: 18px 0;
  border-bottom: 2px solid #8dc2f7;
  position: relative;
}
.faq .item .anchor {
}

.faq .item-head {
  font-size: 21px;
  line-height: 32px;
  color: #d7ebff;
  cursor: pointer;
  text-decoration: underline;
  display: block;
  padding: 0 10px 0 60px;
  position: relative;
}
.faq .item-head:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.faq .item-head .icon {
  font: normal normal 16px/32px DinMedium;
  background: #d7ebff;
  color: #14468d;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 9px;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.faq .item-content {
  display: none;
  padding: 10px 10px 0 60px;
  margin: 0;
  position: relative;
}
.faq .item-content .icon {
  font: normal normal 16px/32px DinMedium;
  background: #fff;
  color: #14468d;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 9px;
  top: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.faq .item.active {
  border: none;
  background: #255ba1;
}
.faq .item.active .item-head {
  text-decoration: none;
}
.faq .item.active .icon {
  background: #e65828;
  color: #fff;
}

.faq .item .packing-videos {
  margin-bottom: 0;
}
.faq .item .packing-videos .item-list {
  margin-bottom: -30px;
}
.faq .item .packing-videos .item {
  border: none;
}
.faq .item .packing-videos .item .img:hover:after {
  background: rgba(255, 255, 255, 0.8);
}

.faq-tags {
  text-align: center;
}
.faq-tags .tag-list {
  margin-bottom: 0;
}
.faq-tags .tag-list .tag {
  padding: 0 30px 20px 0;
}
.faq-tags .tag-list .tag span {
  display: block;
  height: 34px;
  background-color: #2b5ba0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px 0 0 5px;
  position: relative;
}
.faq-tags .tag-list .tag span:hover {
  cursor: pointer;
}
.faq-tags .tag-list .tag span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 16px;
  border-color: transparent transparent transparent #2b5ca0;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 9;
}
.faq-tags .tag-list .tag span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #5ca0e4;
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -3px;
  z-index: 10;
}
.faq-tags .tag-list .tag.active span {
  color: #5ca0e4;
  background-color: #fff;
}
.faq-tags .tag-list .tag.active span:after {
  border-color: transparent transparent transparent #fff;
}

.faq .item.hidden {
  height: 0 !important;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.faq .item {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease;
}

/* Filter tab navigation */

.filter {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0; /*overflow: hidden;*/
  z-index: 40;
  max-width: 710px;
}

.filter .tab-nav {
  margin: 0;
  height: 70px; /*overflow: hidden; */
}
.filter .tab-nav ul {
  margin: 0 0 0 -21px;
  *zoom: 1;
}
.filter .tab-nav ul li {
  margin: 0;
  float: left;
  padding: 0;
  margin: 0 0 0 21px;
  background: none;
}
.filter .tab-nav ul li:before {
  content: none;
}
.filter .tab-nav ul li a {
  font-size: 22px;
  float: left;
  display: block;
  background: #3877d2;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 25px 18px 26px 28px;
  height: 70px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.filter .tab-nav ul li a:hover {
  background: #e44e15;
}
.filter .tab-nav ul li a:hover .r {
  background-position: -631px -165px;
}
.filter .tab-nav ul li a .r {
  position: absolute;
  right: -32px;
  top: 0;
  width: 32px;
  height: 70px;
  background: url("../../img/sprite.png") -631px -85px no-repeat;
  z-index: 20;
}
.filter .tab-nav ul li a.selected {
  background: #fff;
  color: #1e1e22;
  z-index: 30;
  cursor: default;
}
.filter .tab-nav ul li a.selected .r {
  background-position: -631px -5px;
}

.filter .tab-content {
  font-size: 16px;
  background: #fff;
  color: #000;
  padding: 30px 0;
  min-height: 220px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.filter .tab-content.with-nav {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
}
.filter .tab-content .inner {
  margin: 0 30px;
}
.filter .tab-content h3 {
  color: #3877d2;
}
.filter .tab-content li:before {
  background-position: -54px -248px;
}

.filter .panel {
  float: left;
  width: 100%;
}
.filter .panel.selected {
  position: static !important;
}

.filter-wrap {
  position: relative;
}
.filter-wrap .did-you-know {
  font-size: 16px;
  position: absolute;
  right: -260px;
  right: 0;
  bottom: 65px;
  background: #a1c9f2;
  color: #000;
  padding: 30px;
  width: 260px;
  z-index: 20;
}
.filter-wrap .did-you-know span.mark {
  color: #fff;
}
.filter-wrap .did-you-know p {
  margin: 0;
}

.filter-wrap-center {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.filter-note {
  font-size: 22px;
}

/* Video */

.video-wrapper {
  height: 350px;
  position: relative;
}
.video-wrapper.alt .video a {
  top: 0;
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 265px;
  z-index: 30;
}
.video a {
  font: normal 24px/30px DinLight, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 304px;
  height: 304px;
  position: absolute;
  left: -52px;
  top: 70px;
  display: block;
  background: url("../../img/video.png") 0 0 no-repeat;
}
.video a .text-1 {
  display: block;
  color: #f5ec7e;
}
.video a .text-1 b {
  color: #fff;
}
.video a .text-1 .time {
  font-size: 20px;
  color: #fff;
  display: block;
}
.video a .text-2 {
  display: none;
  padding-right: 0;
  text-transform: uppercase;
}
.video a:hover {
  background-position: 0 -304px;
}
.video a:hover .text-1 {
  display: none;
}
.video a:hover .text-2 {
  display: block;
}

.video .mid-wrap {
  display: table;
  width: 100%;
  height: 304px;
}
.video .mid {
  display: table-cell;
  vertical-align: middle;
  height: 304px;
}

#storage-promo {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 265px;
  z-index: 30;
}
#storage-promo .storage-promo-inner {
  font: normal 24px/30px DinLight, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 304px;
  height: 304px;
  position: absolute;
  left: -52px;
  top: 70px;
  display: block;
  background: url("../../images/front-office/storage_promo.png") 0 0 no-repeat;
  background-size: 100%;
}
#storage-promo .storage-promo-inner .text-1 {
  display: block;
  color: #efb4ac;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 0.7em;
  line-height: 1em;
}
#storage-promo .storage-promo-inner .text-1 strong {
  display: block;
  font-size: 2.4em;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1em;
  padding-top: 20px;
}
#storage-promo .storage-promo-inner .text-1 strong span {
  color: #fffabf;
}
.video .storage-promo-inner .mid-wrap {
  margin-top: 30px;
}

.fb-like {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.cut-off {
  font: normal 24px/30px DinLight, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 265px;
  height: 304px;
  position: absolute;
  left: -265px;
  top: 70px;
  display: block;
  background: url("../../img/video.png") -39px 0 no-repeat;
  display: none;
}

/* Interest */

.interest {
  font-size: 16px;
  color: #1e1e22;
  margin: 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
.interest .item-list {
  background: #e5f2ff url("../../img/interest.gif") -1px 0 repeat-y;
  margin-right: -1px;
}
.interest .item {
  width: 33.333333%;
  padding-left: 1px;
  display: block;
  float: left;
}
.interest .item:hover {
  background-color: #fff;
}
.interest .item.item-1 {
  background-image: none;
}
.interest .item .text {
  padding: 30px;
}
.interest .item .text h2 {
  font-size: 36px;
  line-height: 40px;
  color: #3877d2;
  margin: 0 0 10px 0;
}
.interest .item .text li {
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
.interest .item .text li:before {
  background-position: -54px -248px;
}
.interest .m {
  margin: 0;
}
.interest .m a {
  font-size: 16px;
  color: #1e1e22;
  position: relative;
}
.interest .m .icon {
  position: relative;
  top: 6px;
}

/* Address list */

.address-list .item-list {
  margin: -40px 0 0 -20px;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.address-list .item {
  color: #000;
  width: 50%;
  margin: 40px 0 0 0;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}
.address-list .item-content {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.address-list .item-content.hl {
  background: #e5f2ff;
  padding: 20px 20px;
}
.address-list .item-content .btn-set {
  text-align: center;
}
.address-list .item-content .foot {
  text-align: center;
}
.address-list .note {
  padding-top: 10px;
}
.address-list .address {
  margin: 0;
}
.address-list .address ul {
  margin: 0 0 20px 0;
}

.search-field {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 30px auto;
  position: relative;
}
.search-field input.text {
  width: 100%;
}
.search-field .btn-search {
  border: none;
  background: url("../../img/sprite.png") -158px -398px no-repeat;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -80000px;
}

.modal-pick-address .address-list .btn {
  width: 100%;
  margin: 0;
}

.credit .amount {
  margin: 0 0 5px 0;
}
.credit .date {
  font-size: 16px;
}
.credit .empty {
  line-height: 50px;
}
.credit p {
  margin: 0;
}

/* Foundations */

.foundations .cell .img {
  border: 1px solid #dbe4ef;
  width: 125px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  float: left;
  position: relative;
  top: -10px;
  text-align: center;
}
.foundations .cell .img label {
  margin: 0 !important;
  vertical-align: middle !important;
}
.foundations .cell .img img {
  line-height: 60px;
  vertical-align: middle;
  display: inline-block;
}
.foundations .cell div.text {
  padding-left: 140px;
}
.foundations .cell div.text p {
  display: none;
  margin: 0;
}
.foundations .cell div.text .state {
  margin: 0;
  color: #999;
}

form.std .foundation-list .cell-set {
  margin-bottom: -15px !important;
}
form.std .foundation-list .cell .toggle .radio {
  top: 17px;
}

.amount-bar {
  font-size: 18px;
  line-height: 1.5em;
  background: #f2f5f8;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
}
.amount-bar .label {
  margin: 0 0 10px 0;
}
.amount-bar .input-1 {
  width: 150px;
  position: relative;
  padding-left: 35px;
  padding-top: 14px;
}
.amount-bar .input-1 .radio {
  position: absolute;
  left: 0;
  top: 12px;
}
.amount-bar .input-2 {
  width: 240px;
}

.pci-certificate {
  position: absolute;
  right: 40px;
  bottom: 30px;
  height: 62px;
  background: url("../../images/foundations/pci-certificate.png") 0 0 no-repeat;
}
.pci-certificate .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  display: block;
  max-width: 130px;
  height: 45px;
  padding: 3px 10px 0 0;
  background: #27ae61;
  position: absolute;
  margin-left: 60px;
  top: 5px;
  position: relative;
}
.pci-certificate .text:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  display: block;
  width: 7px;
  height: 46px;
  background: url("../../images/foundations/pci-certificate.png") right -5px no-repeat;
}

/* Highlights */

.highlights {
  margin: 30px 0;
  border: 2px solid #4d8bcf;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.highlights .item-list {
  margin: 0;
}
.highlights .item {
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 20px 50px;
  border-left: 2px solid #4d8bcf;
}
.highlights .item .img {
  display: block;
  margin: 0 auto 5px auto;
}
.highlights .item.first {
  border: none;
}
.highlights.wider .item {
  padding: 20px 10px;
}
.highlights.wider .item .img {
  text-align: center;
}
.highlights.wider .item .img img {
  margin: 0 auto;
}
.highlights .item.second {
  border-top: 2px solid #4d8bcf;
}

.highlights.with_counter {
  counter-reset: counter;
}
.highlights.with_counter .item {
  position: relative;
  counter-increment: counter;
}
.highlights.with_counter .item:before {
  content: "";
  font-family: DinMedium;
  font-size: 16px;
  color: #fff;
  background: #e65828;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  padding: 6px 0 0 2px;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  content: counter(counter) ". ";
  position: absolute;
  left: 50%;
  top: -15px;
}

.highlights.with_check .item {
  padding: 60px 20px 20px;
  min-height: 220px;
  background: url("../../img/check.png") center 20px no-repeat;
  width: 25%;
}

/* Video */

.video-about-us {
  width: 400px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  display: block;
  position: relative;
}
.video-about-us span {
  width: 68px;
  height: 68px;
  display: block;
  background: url("../../img/play.png") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
}
.video-about-us:hover span {
  background-position: 0 -70px;
}

/* Credits */

.credits {
  margin: 30px 0;
}
.credits .item-list {
  margin: 0 0 0 -5%;
}
.credits .item {
  width: 45%;
  margin: 0 0 50px 5%;
  text-align: left;
  border: 2px solid #4d8bcf;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.credits .item .box-head {
  padding: 40px 30px 20px 30px;
  text-align: center;
}
.credits .item .box-head h3 {
  margin: 0;
}
.credits .item .box-head hr {
  width: 50px;
  border-top: 2px solid #4d8bcf;
  margin: 20px auto 0 auto;
}
.credits .item .box-content {
  padding: 0 30px 20px 30px;
  text-align: center;
}
.credits .item .box-content h4 {
  font-size: 26px;
  margin: 0 0 10px 0;
  font-family: DinMedium;
}
.credits .item .box-content .link {
  margin: 0 0 20px 0;
  display: inline-block;
  color: #aed0f2;
}
.credits .item .text p {
  margin: 0;
}
.credits .item .rule {
  background: #e65828;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: DinMedium;
  font-size: 16px;
  left: 50%;
  line-height: 20px;
  margin: 0 0 0 -35px;
  padding: 0 0 0 2px;
  position: absolute;
  text-align: center;
  top: -35px;
  width: 70px;
  height: 70px;
}
.credits .item .rule .mid-wrap {
  height: 70px;
  display: table;
  width: 100%;
}
.credits .item .rule .mid {
  height: 70px;
  padding-top: 10px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* Account */

.user-address dl {
  margin: 0 0 30px 0;
}
.user-address dt {
  font-family: DinMedium;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  color: #000;
  margin: 0 0 0 0;
}
.user-address dd {
  font-weight: normal;
  min-height: 26px;
}

/* Boxes */

.box {
  font-size: 16px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.box .box-content {
  padding: 30px;
  position: relative;
}

.box h2,
.box h3,
.box h4 {
  color: #3877d2;
}
.box h2.alt,
.box h3.alt,
.box h4.alt {
  color: #e65828;
}

.box .form-filter .cell-set {
  margin-bottom: 0;
}

.box.alt {
  background: #2b5ba0;
  color: #c4e2fd;
}
.box.alt .text-hl {
  color: #fffabf;
}

.box.box-countdown {
  background: #2b5ba0 url("../../img/countdown.png") right 40px no-repeat;
  color: #c4e2fd;
}

/* Box set */

.box-set {
  margin: 0 0 40px 0;
}
.box-set .box {
  background: #fff url("../../img/box-t.gif") 0 0 repeat-x;
  color: #1e1e22;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.box-set .box .box-head {
  padding: 25px 30px;
  border-bottom: 1px solid #bdc7d0;
}
.box-set .box .box-content {
  background: url("../../img/box-b.gif") 0 bottom repeat-x;
}

.box-set .box.first {
  background-image: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.box-set .box.first.last {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.box-set .box.last {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box-set .box.last .box-content {
  background-image: none;
}

.box-set .box.hl {
  background: #e5f2ff url("../../img/box-hl-t.gif") 0 0 repeat-x;
}
.box-set .box.hl .box-content {
  background: url("../../img/box-hl-b.gif") 0 bottom repeat-x;
}
.box-set .box.hl.first {
  background-image: none;
}
.box-set .box.hl.last .box-content {
  background-image: none;
}

.box-set .box.hl-2 {
  background: #27ae61 url("../../img/box-hl2-t.gif") 0 0 repeat-x;
  color: #fff;
}
.box-set .box.hl-2 .box-content {
  background: url("../../img/box-hl2-b.gif") 0 bottom repeat-x;
}

.box-set .box.hl-3 .box-content {
  background: #ffec00;
}
.box-set .box.hl-3 .box-content h2,
.box-set .box.hl-3 .box-content h3 {
  color: #000;
}

.box-set .box.flat-top {
  background-image: none !important;
}
.box-set .box.flat-top .box-content {
  padding-top: 13px;
}

.block.hl .box-set .box {
  background-image: url("../../img/box-dbtw.gif");
}
.block.hl .box-set .box .box-content {
  background-image: url("../../img/box-wtdb.gif");
}
.block.hl .box-set .box.hl .box-content {
  background-image: url("../../img/box-lbtdb.gif");
}
.block.hl .box-set .box.hl-2 {
  background-image: url("../../img/box-dbtg.gif");
}
.block.hl .box-set .box.hl-2 .box-content {
  background-image: url("../../img/box-hl2-b.gif");
}
.block.hl .box-set .box.first {
  background-image: none;
}
.block.hl .box-set .box.last .box-content {
  background-image: none;
}

.box-set.clean .box {
  background-image: none;
}
.box-set.clean .box .box-content {
  background-image: none;
}
.box-set.clean .box.hl .box-content {
  background-image: none;
}

.box-set .box .packing-videos {
  margin-bottom: 0;
}
.box-set .box .packing-videos .item .head a {
  color: #4882d6;
}

/* Box text */

.box-text {
  background: #fff;
  margin: 0 0 30px 0;
}
.box-text-content {
  padding: 30px;
}

/* Basic text */

.basic,
.basic a {
  color: #fff;
}
.basic .light {
  color: #cae6ff;
}

.countdown {
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding-top: 220px;
}
.countdown .label {
  color: #cae6ff;
}

/* Icons */

i.icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("../../img/sprite.png") 0 0 no-repeat;
}
i.icon-date {
  width: 20px;
  height: 20px;
  background-position: -331px -331px;
  top: 3px;
}
i.icon-date-2 {
  width: 20px;
  height: 20px;
  background-position: -331px -371px;
  top: 3px;
}
i.icon-read {
  width: 20px;
  height: 20px;
  background-position: -371px -331px;
  top: 3px;
}
i.icon-read-2 {
  width: 20px;
  height: 20px;
  background-position: -371px -371px;
  top: 3px;
}
i.icon-arr-r {
  width: 14px;
  height: 12px;
  background-position: -14px -94px;
}
i.icon-back {
  background-position: -734px -494px;
  width: 14px;
  height: 12px;
  top: 5px;
  margin-right: 10px;
}
i.icon-back-2 {
  background-position: -734px -534px;
  width: 14px;
  height: 12px;
  top: 5px;
  margin-right: 10px;
}
i.icon-step-next {
  background-position: -686px -487px;
  width: 29px;
  height: 26px;
  margin-left: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
}
i.icon-smile {
  background-position: -770px -370px;
  width: 20px;
  height: 21px;
  margin: 0 4px;
  top: 1px;
}
/*i.icon-notice { background-position: -773px -12px; width: 16px; height: 20px; }*/
i.icon-mobile {
  background-position: -800px 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  top: 1px;
}

i.icon-form-money {
  background-position: -815px -95px;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
i.icon-form-weight {
  background-position: -815px -175px;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
i.icon-form-mail {
  background-position: -815px -255px;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}

i.icon-clone {
  background-position: -210px -11px;
  width: 20px;
  height: 20px;
}
a:hover i.icon-clone {
  background-position: -210px -51px;
}

.state-ok {
  color: #27ae61;
  font-style: italic;
}
.state-process {
  color: #3877d2;
  font-style: italic;
}
.state-fail {
  color: #e42631;
  font-style: italic;
}

/* Icons */

.icons {
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 0;
}
.icons img {
  display: inline;
}

/* SVG Icons */

svg.icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* Persons */

.persons {
  margin: 0;
}
.persons h2 a {
  color: #fff;
}
.persons .item-list {
  margin: 30px 0 0 -20px;
}
.persons .item-inner {
  position: relative; /*height: 420px;*/
}
.persons .item {
  padding-left: 20px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  width: 33.33333%;
  text-align: center;
}
.persons .item a {
  color: #c4e2fd;
}
.persons .item .img-wrap {
  width: 130px;
  height: 130px;
  position: relative;
  margin: 0 auto 10px auto;
}
.persons .item .img {
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  background: #285595;
  border: 3px solid #2b5ba0;
}
.persons .item .img img {
  max-width: 100%;
  height: auto;
}
.persons .item .name {
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 0;
  display: block;
}
.persons .item .job {
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #c4e2fd;
}
.persons .item .info {
  font-size: 15px;
  width: 100%;
}
.persons .item .info p {
  margin: 0;
}
.persons .item .plus {
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  background: url("../../img/sprite.png") -320px -480px no-repeat;
}
.persons .item .plus:hover {
  background-position: -320px -520px;
}

.persons .item-text {
  position: relative;
}
.persons .item-img {
  cursor: pointer;
}
.persons .item-img:hover .img {
  border: 3px solid #e44e15;
}

.persons .contact-list-2 {
  margin: 0;
}
.persons .contact-list-2 li {
  margin: 0 0 4px 0;
  padding: 0;
}
.persons .contact-list-2 li .flag-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.persons .contact-list-2 li:before {
  display: inline-block;
  vertical-align: middle;
  position: static;
}
.persons .contact-list-2 li.phone:before {
  content: none !important;
}

.persons .info-std {
  margin: 0;
}
.persons .info-more {
  margin: 0;
  display: none;
}

.persons .item .new {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5em solid #5ca0e4;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 5em;
  right: -25px;
  top: -25px;
  z-index: 5;
}
.persons .new .title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 150px;
  position: relative;
  display: block;
  left: -30px;
  top: -55px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.persons .item .img-comic,
.persons .item .img-real {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.persons .item .img-real {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 0;
}
.persons.real-photo .item .img-real {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  height: inherit;
}
.persons.real-photo .item .img-comic {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 0;
}

.photo-switch {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.photo-switch label {
  padding-top: 0 !important;
}
.photo-switch .ps-label {
  color: #c4e2fd;
  line-height: 44px;
  margin: 0 5px 0 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.photo-switch .ps-input {
  display: none;
}
.photo-switch .ps-btn {
  width: 84px;
  height: 44px;
  padding: 6px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #5ca0e4;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
.photo-switch .ps-btn .icon-no {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  background-position: -204px -364px;
}
.photo-switch .ps-btn .icon-yes {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  background-position: -240px -364px;
}
.photo-switch .ps-btn .indicator {
  width: 32px;
  height: 32px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.photo-switch .ps-btn.active .indicator {
  margin-left: 40px;
}

/* Tabs */
/*
.tabs-contact .tab-nav { margin: 0 0 10px 0; }
.tabs-contact .tab-nav ul { margin: 0; }
.tabs-contact .tab-nav ul li { margin: 0; padding: 0; display: inline-block; vertical-align: top; }
.tabs-contact .tab-nav ul li:before { content: none; }
.tabs-contact .tab-nav ul li a { display: block; width: 30px; height: 22px; background: url('../../img/sprite.png') 0 0 no-repeat; position: relative; opacity: 0.5; }
.tabs-contact .tab-nav ul li a:hover,
.tabs-contact .tab-nav ul li a.selected { opacity: 1; }
.tabs-contact .tab-nav ul li a.selected:before { position: absolute; left: 50%; bottom: -14px; content: ''; margin-left: -4px; border-width: 0 4px 4px 4px; border-color: transparent transparent #e5f2ff transparent; border-style: solid; width: 0; height: 0; }
.tabs-contact .tab-nav ul li a.phone { background-position: -204px -330px; }
.tabs-contact .tab-nav ul li a.mail { background-position: -245px -330px; }
.tabs-contact .tab-nav ul li a.skype { background-position: -285px -330px; }

.tabs-contact .panel { display: none; background: #e5f2ff; color: #2b5ba0; padding: 20px; float: left; width: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-align: center; }
.tabs-contact .panel a { color: #2b5ba0; }
.tabs-contact .panel.selected { position: static !important }
*/
/* States */

.states .nav .prev,
.states .nav .next {
  height: 206px;
}

.flag {
  display: block;
  width: 60px;
  height: 40px;
  background: url("../../img/flags.png") 0 0 no-repeat; /*background-size: 308px 208px;*/
}
.flag.en {
  background-position: 0 0;
}
.flag.cz {
  background-position: -62px 0;
}
.flag.sk {
  background-position: -124px 0;
}
.flag.de {
  background-position: -186px 0;
}
.flag.pl {
  background-position: -248px 0;
}
.flag.cn {
  background-position: 0 -42px;
}
.flag.lt {
  background-position: -62px -42px;
}
.flag.fr {
  background-position: -124px -42px;
}
.flag.es {
  background-position: -186px -42px;
}
.flag.pt {
  background-position: -248px -42px;
}
.flag.ro {
  background-position: 0 -84px;
}
.flag.it {
  background-position: -62px -84px;
}
.flag.us {
  background-position: -124px -84px;
}

/* Packs */

.pack {
  background: url("../../img/packs.png") 0 0 no-repeat;
  width: 85px;
  height: 130px;
  margin: 0 auto;
}
.pack.item-quitar {
  background-position: 0 0;
}
.pack.item-snowboard {
  background-position: -85px 0;
}
.pack.item-box {
  background-position: -170px 0;
}
.pack.item-twoBoxes {
  background-position: -255px 0;
}
.pack.item-tallBox {
  background-position: -340px 0;
}
.pack.item-bunchOfBoxes1 {
  background-position: -425px 0;
}
.pack.item-bunchOfBoxes2 {
  background-position: -510px 0;
}
.pack.item-tvOrBike {
  background-position: -595px 0;
}
.pack.item-suitcase {
  background-position: -680px 0;
}
.pack.item-twoSuitcases {
  background-position: -765px 0;
}
.pack.item-smallPalette {
  background-position: -850px 0;
}
.pack.item-largePalette {
  background-position: -935px 0;
}
.pack.item-12 {
  background-position: -935px 0;
}

/* Packing videos */

.packing-videos {
  margin: 0 0 40px 0;
}
.packing-videos .item-list {
  margin-left: -20px;
  text-align: center;
}
.packing-videos .item-inner {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 177px;
  margin: 0 auto;
}
.packing-videos .item {
  padding-left: 20px;
  width: 20%;
  margin-bottom: 30px;
}
.packing-videos .item .img {
  margin-bottom: 10px;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.packing-videos .item .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  display: block;
  width: 37px;
  height: 37px;
  margin-left: -19px;
  margin-top: -19px;
  background: #e04b27;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.packing-videos .item .img .play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 15px;
  border-color: transparent transparent transparent #fff;
}
.packing-videos .item .img:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 74, 149, 0.8);
}
.packing-videos .item .img:hover .play {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
.packing-videos .item .img:hover img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.packing-videos .item .head {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0;
}
.packing-videos .item .head a {
  color: #fff;
}

.packing-set a {
  color: #4882d6;
}
.packing-set a:hover {
  color: #e65828;
}
.packing-set .toggle {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.packing-set .hint-img {
  display: inline-block;
  vertical-align: top;
}
.packing-set .note-meter {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding-left: 35px;
  position: relative;
}
.packing-set .note-meter .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #e65828;
  width: 22px;
  height: 22px;
}

form.std .packing-set .cell-set {
  margin-bottom: 0;
}
form.std .packing-set .cell {
  min-height: 45px;
  margin-bottom: 5px;
}
form.std .packing-set .cell input.text {
  max-width: 75px;
  display: none;
}

/* Error 404 */

.error-404 {
  font-size: 50px;
  background: url("../../img/404.jpg") center 0 no-repeat;
  background-size: cover;
  min-height: 1000px;
}
.error-404 h1 {
  font-size: 50px;
  padding-top: 150px;
}
.error-404 p {
  margin: 0 0 50px 0;
}
.error-404 .btn {
  font-size: 20px;
}

/*================================= Posts =================================*/

/* Post list */

.post-list .item {
  border-bottom: 1px solid #bad2ee;
  margin: 0 0 20px 0;
  padding: 0 0 25px 200px;
  display: block;
  position: relative;
}
.post-list .item .img {
  /*background: #5b90cf;*/
  width: 180px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-list .item .text h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.post-list .item .text h3 a {
  color: #005aab;
}

.fanbox {
  margin-bottom: 30px;
}

/* Banner set */

.banner-set {
  margin: 0;
}
.banner-set .banner {
  font-size: 20px;
  margin: 0 0 30px 0;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.banner-set .banner p {
  margin: 0;
}

/* Tags */

.tags {
  line-height: 20px;
  margin: 0 0 30px 0;
}
.tags ul {
  margin: 0 0 0 10px;
}
.tags li {
  padding: 0;
  margin: -2px 0 0 6px;
}
.tags li a {
  font-size: 13px;
  background: #14468d;
  color: #fff;
  display: block;
  padding: 1px 10px 0 10px;
  text-decoration: none;
}
.tags li a:hover {
  background: #2059a9;
}
.tags li:before {
  content: none;
}

.tag-list {
  margin-bottom: 30px;
}
.tag-list ul {
  margin-bottom: 0;
}
.tag-list ul li {
  display: inline-block;
}
.tag-list ul li a {
  display: block;
  background: #2b5ba0;
}

/* Related post */

.related-post h2 {
  margin: 0 0 60px 0;
  border-top: 1px solid #85b8eb;
  padding-top: 30px;
  margin-top: 30px;
}
.related-post h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.related-post .item-list {
  margin-left: -30px;
}
.related-post .item {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 30px;
}

/* Post detail */

.post-detail h1 {
  margin: 0 0 20px 0;
}
.post-detail h2 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.post-detail img {
  max-width: 100%;
  height: auto;
}
.post-detail ul li {
  padding-left: 55px;
  margin-bottom: 10px;
}
.post-detail ul li:before {
  background: url("../../img/sprite.png") -49px -248px no-repeat;
  left: 18px;
}

.post-detail .fb-like {
  margin: 30px 0;
  width: 450px;
}

/* Info list */

.info-list {
  margin: 10px 0;
}
.info-list li {
  font-size: 14px;
  margin: 0 30px 0 0;
  padding: 0 !important;
  display: inline;
}
.info-list li:before {
  content: none;
}
.info-list li a {
  color: #c4e2fd;
}

/* Post archive */

.post-archive {
  margin: 0 0 30px 0;
}
.post-archive .item {
  margin: 0 0 20px 0;
}
.post-archive .item h3 {
  margin: 0;
}
.post-archive .item h3 a.active {
  text-decoration: none;
}
.post-archive a {
  color: #fff;
}
.post-archive ul {
  margin-top: 10px;
  display: none;
}
.post-archive ul li {
  padding: 0;
  margin: 0;
}
.post-archive ul li:before {
  content: none;
}

/* Pagebar */

.pagebar {
  margin: 0;
  text-align: center;
}
.pagebar ul {
  margin: 0;
}
.pagebar ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.pagebar ul li.active a {
  background: #fff;
  color: #000;
  padding-top: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  cursor: default;
}
.pagebar ul li:before {
  content: none;
}
.pagebar ul li a {
  text-align: center;
  display: inline-block;
  height: 30px;
  width: 30px;
}

/* Comments */

.fb-comments .postContent {
  color: #fff;
}
.fbDarkWidget .fbFeedbackPost .postText {
  color: #fff;
}

.comments h2 {
  color: #005aab;
}

/* Destination */

.destination {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 100px;
}
.destination .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  color: #2b5ba0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Know how */

.know-how .item:first-child {
  margin-bottom: 70px;
}
.know-how .item .img {
  width: 50%;
  float: left;
}
.know-how .item .img img {
  max-width: 100%;
  height: auto;
}
.know-how .item .text {
  width: 50%;
  float: right;
  padding: 30px 40px;
}

.know-how .item.alt .img {
  float: right;
}
.know-how .item.alt .text {
  float: left;
}

/* Entry */

.entry {
  margin-bottom: 50px;
}

/* Datepicker */

body .ui-widget {
  font-family: DinLight, sans-serif;
}
body .ui-datepicker.ui-widget {
  font-size: 0.9em;
  width: 362px;
}
body .ui-datepicker.ui-widget-content {
  background: #fff;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
  padding: 0.5em;
  line-height: 1.5em;
}
body .ui-datepicker .ui-widget-header {
  background: #e65828;
  color: #fff;
  border: none;
}
body .ui-datepicker .ui-datepicker-header {
  padding: 0.5em 0;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 6px;
  cursor: pointer;
}
body .ui-datepicker .ui-state-default,
body .ui-datepicker .ui-widget-content .ui-state-default,
body .ui-datepicker .ui-widget-header .ui-state-default {
  background: #e5f2ff;
  border: none;
}

body .ui-datepicker .ui-datepicker-prev span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -5px 0 0 0;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-left: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
  transform: rotate(45deg);
  display: block;
}
body .ui-datepicker .ui-datepicker-next span {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  margin: -5px 0 0 0;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  transform: rotate(45deg);
  display: block;
}

body .ui-datepicker .ui-state-hover,
body .ui-datepicker .ui-widget-content .ui-state-hover,
body .ui-datepicker .ui-widget-header .ui-state-hover,
body .ui-datepicker .ui-state-focus,
body .ui-datepicker .ui-widget-content .ui-state-focus,
body .ui-datepicker .ui-widget-header .ui-state-focus {
  border: none;
  background: #e65828;
  color: #fff;
}

.input-datepicker {
  position: relative;
}
.input-datepicker:after {
  content: "";
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background: url("../../img/form/select.png") right 0 no-repeat;
  padding: 0;
  height: 45px;
  line-height: 48px;
  cursor: pointer;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

input.text.hasDatepicker {
  cursor: pointer;
}

/*================================= Blog =================================*/

.body-template-blog {
  background: #fff;
}

div.blog {
  color: #000a4a;
  border-top: 1px solid #bad2ee;
}
.blog h1,
.blog h2,
.blog h3,
.blog a {
  color: #005aab;
}
.blog a.btn {
  color: #fff;
}

/*================================= Various Content =================================*/

a.more {
  display: inline-block;
  padding: 5px 15px;
}

/* Button set */

.btn-set {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  margin: 0 0 25px 0;
}

.btn-set.last {
  margin-bottom: 0;
}
.btn-set > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.btn-set .btn {
  margin-left: 20px;
}
.btn-set .btn.last {
  margin-left: 0;
}

.btn-set .note {
  float: left;
}
.btn-set .note a {
  font-style: normal;
  color: #e65828 !important;
}
.btn-set .note a:hover {
  color: #14468d !important;
}

/* Button */

.btn {
  font-family: DinMedium, Arial, sans-serif;
  font-size: 18px;
  position: relative;
  color: #fff;
  text-decoration: none;
  background: #14468d;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px 12px 30px;
  text-align: center;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}

.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 47px;
}

.btn.arr:after {
  content: "→";
  position: relative;
  top: -1px;
  padding-left: 14px;
}
.btn:hover {
  background: #0061a8;
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #004f88;
  -moz-box-shadow: 0 3px 0 #004f88;
  box-shadow: 0 3px 0 #004f88;
}
.btn:active {
  -webkit-box-shadow: 0 1px 0 #004f88;
  -moz-box-shadow: 0 1px 0 #004f88;
  box-shadow: 0 1px 0 #004f88;
  position: relative;
  top: 2px;
}

.btn.alt {
  background: #27ae61;
  -webkit-box-shadow: 0 3px 0 #1e884c;
  -moz-box-shadow: 0 3px 0 #1e884c;
  box-shadow: 0 3px 0 #1e884c;
}
.btn.alt:hover {
  background: #e44e15;
  -webkit-box-shadow: 0 3px 0 #72270a;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #72270a;
}
.btn.alt:active {
  -webkit-box-shadow: 0 1px 0 #72270a;
  -moz-box-shadow: 0 1px 0 #72270a;
  box-shadow: 0 1px 0 #72270a;
}

.btn.alt-2 {
  background: #5ca0e4;
  -webkit-box-shadow: 0 3px 0 #487db3;
  -moz-box-shadow: 0 3px 0 #487db3;
  box-shadow: 0 3px 0 #487db3;
}
.btn.alt-2:hover {
  background: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.alt-2:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.big {
  font-size: 24px;
  line-height: 55px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
/*.btn.signup-button { line-height: 67px; height: 62px; }*/

.btn.fb {
  background: #3b5998;
}
.btn.fb:hover {
  background: #304a80;
  -webkit-box-shadow: 0 3px 0 #071931;
  -moz-box-shadow: 0 3px 0 #071931;
  box-shadow: 0 3px 0 #071931;
}
.btn.fb:active {
  -webkit-box-shadow: 0 1px 0 #071931;
  -moz-box-shadow: 0 1px 0 #071931;
  box-shadow: 0 1px 0 #071931;
}

button.btn {
  padding-top: 14px;
  padding-bottom: 10px;
}

/* Switch */

.btn.switch {
  background: #5ca0e4 url("../../img/sprite.png") -760px -520px no-repeat;
  width: 45px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0 20px;
  -webkit-box-shadow: 0 3px 0 #487db3;
  -moz-box-shadow: 0 3px 0 #487db3;
  box-shadow: 0 3px 0 #487db3;
}
.btn.switch:hover {
  background-color: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.switch:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.add {
  background: #e44e15 url("../../img/sprite.png") -763px -598px no-repeat;
  width: 35px;
  height: 42px;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #b33d10;
  -moz-box-shadow: 0 3px 0 #b33d10;
  box-shadow: 0 3px 0 #b33d10;
}
.btn.add:hover {
  background-color: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.add:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.remove {
  background: #e44e15 url("../../img/sprite.png") -763px -558px no-repeat;
  width: 35px;
  height: 42px;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #b33d10;
  -moz-box-shadow: 0 3px 0 #b33d10;
  box-shadow: 0 3px 0 #b33d10;
}
.btn.remove:hover {
  background-color: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.remove:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.clone {
  background: #e44e15 url("../../img/sprite.png") -763px -480px no-repeat;
  width: 35px;
  height: 42px;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #b33d10;
  -moz-box-shadow: 0 3px 0 #b33d10;
  box-shadow: 0 3px 0 #b33d10;
}
.btn.clone:hover {
  background-color: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.clone:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.step-next {
  font: normal 20px/27px DinMedium, sans-serif;
  max-width: 320px;
  padding-right: 80px;
  position: relative;
  -webkit-box-shadow: 0 3px 0 #1e884c;
  -moz-box-shadow: 0 3px 0 #1e884c;
  box-shadow: 0 3px 0 #1e884c;
  background: #27ae61;
  text-align: left;
}
.btn.step-next:hover {
  background: #e44e15;
  -webkit-box-shadow: 0 3px 0 #72270a;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #72270a;
}
.btn.step-next:active {
  -webkit-box-shadow: 0 1px 0 #72270a;
  -moz-box-shadow: 0 1px 0 #72270a;
  box-shadow: 0 1px 0 #72270a;
}
.btn.step-next:hover .icon-step-next {
  background-position: -686px -527px;
}

.btn.step-next.full {
  width: 100%;
  margin: 0;
}

.btn.save {
  font-size: 20px;
  -webkit-box-shadow: 0 3px 0 #487db3;
  -moz-box-shadow: 0 3px 0 #487db3;
  box-shadow: 0 3px 0 #487db3;
  background: #5ca0e4;
  height: auto;
  text-align: left;
}
.btn.save:hover {
  background: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.save:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}

.btn.refresh {
  font-size: 18px;
  padding: 10px 13px;
  -webkit-box-shadow: 0 3px 0 #487db3;
  -moz-box-shadow: 0 3px 0 #487db3;
  box-shadow: 0 3px 0 #487db3;
  background: #5ca0e4;
}
.btn.refresh:hover {
  background: #14468d;
  -webkit-box-shadow: 0 3px 0 #0a2346;
  -moz-box-shadow: 0 3px 0 #0a2346;
  box-shadow: 0 3px 0 #0a2346;
}
.btn.refresh:active {
  -webkit-box-shadow: 0 1px 0 #0a2346;
  -moz-box-shadow: 0 1px 0 #0a2346;
  box-shadow: 0 1px 0 #0a2346;
}
.btn.refresh .icon {
  padding-left: 35px;
  background: url("../../img/form/btn-refresh.png") 0 center no-repeat;
  display: block;
}

.btn.delivery {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  padding: 5px 15px 2px 15px;
  margin-left: 10px;
  background: #27ae61;
  text-align: left;
  -webkit-box-shadow: 0 3px 0 #1e884c;
  -moz-box-shadow: 0 3px 0 #1e884c;
  box-shadow: 0 3px 0 #1e884c;
}
.btn.delivery:hover {
  background: #e44e15;
  -webkit-box-shadow: 0 3px 0 #72270a;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #72270a;
}
.btn.delivery:active {
  -webkit-box-shadow: 0 1px 0 #72270a;
  -moz-box-shadow: 0 1px 0 #72270a;
  box-shadow: 0 1px 0 #72270a;
}

.btn.delivery.alt {
  background: #e44e15;
  -webkit-box-shadow: 0 3px 0 #72270a;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #72270a;
}
.btn.delivery.alt:hover {
  background: #27ae61;
  -webkit-box-shadow: 0 3px 0 #1e884c;
  -moz-box-shadow: 0 3px 0 #1e884c;
  box-shadow: 0 3px 0 #1e884c;
}
.btn.delivery.alt:active {
  background: #27ae61;
  -webkit-box-shadow: 0 1px 0 #1e884c;
  -moz-box-shadow: 0 1px 0 #1e884c;
  box-shadow: 0 1px 0 #1e884c;
}

.blank .icon {
  width: 14px;
  height: 14px;
  background-position: -173px -333px;
  margin: 0 0 0 8px;
  position: relative;
  top: 4px;
}
.blank:hover .icon {
  background-position: -173px -373px;
}

.blog-link {
  text-align: right;
}

.btn.submit {
  font-size: 24px;
  padding: 0 45px;
  height: 57px;
  line-height: 57px;
  background: #27ae61;
  -webkit-box-shadow: 0 3px 0 #1e884c;
  -moz-box-shadow: 0 3px 0 #1e884c;
  box-shadow: 0 3px 0 #1e884c;
}
.btn.submit:hover {
  background: #e44e15;
  -webkit-box-shadow: 0 3px 0 #72270a;
  -moz-box-shadow: 0 3px 0 #72270a;
  box-shadow: 0 3px 0 #72270a;
}
.btn.submit:active {
  -webkit-box-shadow: 0 1px 0 #72270a;
  -moz-box-shadow: 0 1px 0 #72270a;
  box-shadow: 0 1px 0 #72270a;
}

.step-back {
  font-family: "DinLight";
  font-size: 18px;
  text-decoration: underline;
  color: #e44e15;
  float: left;
  margin-top: 24px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 27px;
  text-align: left;
}
.step-back:hover {
  text-decoration: none;
}

.back-to-dashboard {
  margin: 20px 0 40px 0;
  text-align: left;
}
.back-to-dashboard a {
  font-family: "DinLight";
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}
.back-to-dashboard a:hover {
  text-decoration: none;
}

button.btn:after {
  content: none;
}

.loader {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../img/loader.png") 0 0 no-repeat;
  position: absolute;
  left: -40px;
  top: 6px;
}

.last {
  margin-bottom: 0 !important;
}

/* qTip */

.popup {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 400px;
}
.popup.qtip-default {
  color: #fff;
}
.popup .qtip-content {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* qTip - hint */

.hint {
  font-family: Times New Roman, serif;
  font-size: 14px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
  background: #e65828;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.hint:hover {
  background: #14468d;
  color: #fff;
}

.hint-img {
  font-family: Arial, serif;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #3877d2;
  color: #3877d2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
a:hover .hint-img,
.hint-img:hover {
  color: #e65828;
  border-color: #e65828;
}

.hint-popup.qtip-default {
  padding: 8px 15px;
  background-color: #000;
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hint-popup .qtip-content {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.hint-popup-img.qtip-default {
  padding: 5px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.hint-popup-img .qtip-content {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

/* Alignment */

.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}

.l {
  float: left;
}
.r {
  float: right;
}
.a-l {
  text-align: left;
}
.a-r {
  text-align: right;
}
.a-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}

.no-wrap {
  white-space: nowrap;
}

/*================================= Columns =================================*/

.col {
  margin: 0;
  padding-left: 30px;
  float: left;
}

.col2-set .col {
  width: 50%;
}
.col3-set .col {
  width: 33.3333%;
}

.col2-set,
.col3-set {
  margin: 0 0 30px 0;
  margin-left: -30px;
}

.ib {
  font-family: Arial, sans-serif;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  font-family: Arial, sans-serif;
}
.ib > * {
  font-family: DinLight;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

/*================================= Grid system =================================*/

/* Prefixes */

.prefix-10 {
  margin-left: 10px;
}
.prefix-20 {
  margin-left: 20px;
}
.prefix-30 {
  margin-left: 30px;
}
.prefix-40 {
  margin-left: 40px;
}
.prefix-50 {
  margin-left: 50px;
}
.prefix-60 {
  margin-left: 60px;
}
.prefix-70 {
  margin-left: 70px;
}
.prefix-80 {
  margin-left: 80px;
}

/* Suffixes */

.suffix-10 {
  margin-right: 10px;
}
.suffix-20 {
  margin-right: 20px;
}
.suffix-30 {
  margin-right: 30px;
}
.suffix-40 {
  margin-right: 40px;
}
.suffix-50 {
  margin-right: 50px;
}
.suffix-60 {
  margin-right: 60px;
}
.suffix-70 {
  margin-right: 70px;
}
.suffix-80 {
  margin-right: 80px;
}

/* Grid */

.grid-row .grid {
  float: left;
  min-height: 1px;
}

.grid-50p {
  width: 50%;
}
.grid-30p {
  width: 30%;
}

.grid-10 {
  width: 10px;
}
.grid-20 {
  width: 20px;
}
.grid-30 {
  width: 30px;
}
.grid-40 {
  width: 40px;
}
.grid-50 {
  width: 50px;
}
.grid-60 {
  width: 60px;
}
.grid-70 {
  width: 70px;
}
.grid-80 {
  width: 80px;
}
.grid-90 {
  width: 90px;
}

.grid-100 {
  width: 100px;
}
.grid-110 {
  width: 110px;
}
.grid-120 {
  width: 120px;
}
.grid-130 {
  width: 130px;
}
.grid-140 {
  width: 140px;
}
.grid-150 {
  width: 150px;
}
.grid-160 {
  width: 160px;
}
.grid-170 {
  width: 170px;
}
.grid-180 {
  width: 180px;
}
.grid-190 {
  width: 190px;
}

.grid-200 {
  width: 200px;
}
.grid-210 {
  width: 210px;
}
.grid-220 {
  width: 220px;
}
.grid-230 {
  width: 230px;
}
.grid-240 {
  width: 240px;
}
.grid-250 {
  width: 250px;
}
.grid-260 {
  width: 260px;
}
.grid-270 {
  width: 270px;
}
.grid-280 {
  width: 280px;
}
.grid-290 {
  width: 290px;
}

.grid-300 {
  width: 300px;
}
.grid-310 {
  width: 310px;
}
.grid-320 {
  width: 320px;
}
.grid-330 {
  width: 330px;
}
.grid-340 {
  width: 340px;
}
.grid-350 {
  width: 350px;
}
.grid-360 {
  width: 360px;
}
.grid-370 {
  width: 370px;
}
.grid-380 {
  width: 380px;
}
.grid-390 {
  width: 390px;
}

.grid-400 {
  width: 400px;
}
.grid-410 {
  width: 410px;
}
.grid-420 {
  width: 420px;
}
.grid-430 {
  width: 430px;
}
.grid-440 {
  width: 440px;
}
.grid-450 {
  width: 450px;
}
.grid-460 {
  width: 460px;
}
.grid-470 {
  width: 470px;
}
.grid-480 {
  width: 480px;
}
.grid-490 {
  width: 490px;
}

.grid-500 {
  width: 500px;
}
.grid-510 {
  width: 510px;
}
.grid-520 {
  width: 520px;
}
.grid-530 {
  width: 530px;
}
.grid-540 {
  width: 540px;
}
.grid-550 {
  width: 550px;
}
.grid-560 {
  width: 560px;
}
.grid-570 {
  width: 570px;
}
.grid-580 {
  width: 580px;
}
.grid-590 {
  width: 590px;
}

.grid-600 {
  width: 600px;
}
.grid-610 {
  width: 610px;
}
.grid-620 {
  width: 620px;
}
.grid-630 {
  width: 630px;
}
.grid-640 {
  width: 640px;
}
.grid-650 {
  width: 650px;
}
.grid-660 {
  width: 660px;
}
.grid-670 {
  width: 670px;
}
.grid-680 {
  width: 680px;
}
.grid-690 {
  width: 690px;
}

.grid-700 {
  width: 700px;
}
.grid-710 {
  width: 710px;
}
.grid-720 {
  width: 720px;
}
.grid-730 {
  width: 730px;
}
.grid-740 {
  width: 740px;
}
.grid-750 {
  width: 750px;
}
.grid-760 {
  width: 760px;
}
.grid-770 {
  width: 770px;
}
.grid-780 {
  width: 780px;
}
.grid-790 {
  width: 790px;
}

.grid-800 {
  width: 800px;
}
.grid-810 {
  width: 810px;
}
.grid-820 {
  width: 820px;
}
.grid-830 {
  width: 830px;
}
.grid-840 {
  width: 840px;
}

/************************************************************************************
MODAL
*************************************************************************************/

.fancybox-skin {
  background: #e5f2ff;
  border-radius: 10px;
}

.modal-box {
  display: none;
}

/* Close */

body .fancybox-close {
  width: 48px;
  height: 48px;
  display: block;
  text-indent: -80000px;
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  background: url("../../img/sprite.png") -538px -16px no-repeat;
}
body .fancybox-close:hover {
  background-position: -538px -96px;
}

/*iframe.fancybox-iframe { height: auto; }*/

.fancybox-main-video .fancybox-inner {
  overflow: auto !important;
}

/* Modal pick address */

.modal-pick-address {
  min-width: 500px;
  max-width: 900px;
  background: #fff;
}
.modal-pick-address .address-list {
  padding: 30px 20px 20px 20px;
}
.modal-pick-address .item-content {
  background: #e5f2ff;
}
.modal-pick-address .item .address {
  margin-bottom: 20px;
}

/* Modal edit */

.modal-edit-account {
  width: 100%;
  max-width: 710px;
}

/* Modal thank you */

.modal-thank-you {
  max-width: 800px;
}
.modal-thank-you .modal-content {
  padding: 30px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.modal-thank-you h2 {
  color: #3877d2;
  margin-bottom: 15px;
}
.modal-thank-you label {
  color: #2b5ba0;
}
.modal-thank-you .intro {
  font-size: 22px;
}
.modal-thank-you .foot {
  font-size: 22px;
  font-family: "DinMedium", sans-serif;
  color: #5a8bd8;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #bdc7d0;
}
.modal-thank-you .foot p {
  margin-bottom: 0;
}
.modal-thank-you .btn-set .item-list {
  margin-left: -10px;
  text-align: center;
}
.modal-thank-you .btn-set .item {
  width: 50%;
  padding-left: 10px;
}
.modal-thank-you .btn-set .item .btn {
  margin-left: 0;
  width: 100%;
}
.modal-thank-you .btn-set .item .btn b {
  margin-left: 0;
  width: 100%;
  font-size: 1.2em;
}
.modal-thank-you .btn .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
.modal-thank-you .btn.fb {
  background: #4267b2;
}
.modal-thank-you .btn.gp {
  background: #4c83f0;
}

.modal-thank-you.modal-feedback-gift .btn-set .item {
  width: 30%;
  padding-left: 10px;
}

/* Modal packing */

.modal-packing {
  background: #fff;
}
.modal-packing h2 {
  font-size: 30px;
  color: #e44e15;
}
.modal-packing .modal-content {
  padding: 30px;
}

/************************************************************************************
PROMOS
*************************************************************************************/

.promo {
  position: absolute;
  left: 0;
  top: 0;
}
.promo .excerpt {
  font-size: 19px;
  margin-bottom: 50px;
}
.promo .text {
  position: absolute;
  right: 0;
  top: 127px;
  width: 282px;
  text-align: center;
}
.promo .text-1 {
  font: normal 39px/42px DinMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  width: 160px;
  text-align: center;
  position: absolute;
  left: 160px;
  top: 40px;
}
.promo .text-1:lang(tr) {
  font-size: 25px;
}
.promo .text-1 .hl {
  color: #ffdd00;
}
.promo .text-2 {
  font: normal 23px/42px DinMedium, sans-serif;
  text-transform: uppercase;
  color: #1d1e10;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  height: 38px;
  display: inline-block;
  margin: 0 auto;
}
.promo .text-3 {
  font: normal 24px/30px DinMedium, sans-serif;
  text-transform: uppercase;
  color: #1d1e10;
  padding: 0 20px;
  text-align: center;
  background: #27ae61;
  height: 28px;
  display: inline-block;
  margin: 0 auto;
}
.promo .text-4 {
  font: normal 18px/30px DinMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  background: #000;
  height: 28px;
  display: inline-block;
  margin: 0 auto;
}

.promo-trigger {
  text-decoration: none;
  width: 338px;
  height: 309px;
  position: absolute;
  left: 0;
  top: 70px;
  display: block;
  background: url("../../img/campaign.png") 0 0 no-repeat;
}
.promo-trigger:hover {
  background-position: 0 -351px;
}

@media screen and (max-width: 1000px) {
  #tab-storage-panel .form-storage .tab-content {
    border: 0 !important;
  }
  #storage-promo .storage-promo-inner .text-1 strong {
    padding-top: 80px;
  }
  .form-storage .grid.a-r {
    text-align: left;
  }
  .video-wrapper {
    height: 400px;
  }
  .modal-promo {
    left: auto !important;
  }
  .modal-promo .visual {
    display: none !important;
  }
  .modal-promo .grid-730 {
    width: 100%;
  }
  .modal-promo .box-set .box .box-content {
    padding-right: 30px !important;
  }
  .modal-promo .close {
    right: 1px !important;
    top: 1px !important;
  }
}

@media screen and (max-width: 500px) {
  #storage-promo .storage-promo-inner .text-1 {
    padding-left: 10px;
  }
  #storage-promo .storage-promo-inner .text-1 strong {
    font-size: 2em;
    padding-top: 40px;
  }
  .modal-promo .close {
    right: auto !important;
    left: 1px !important;
    top: 1px !important;
  }

  .modal-promo h2 {
    margin-top: 40px !important;
  }
}

.modal-promo {
  background: #ffec00;
  position: absolute;
  left: -560px;
  top: -35px;
  z-index: 300; /*min-height: 536px;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.modal-promo h2 {
  font-size: 36px;
  line-height: 40px;
  color: #090909;
}
.modal-promo h3 {
  font-size: 32px;
  line-height: 36px;
  color: #090909;
  margin-top: 30px;
}
.modal-promo h4 {
  font-size: 28px;
  line-height: 32px;
  color: #090909;
  margin-top: 30px;
}
.modal-promo p {
  margin: 0 0 10px 0;
}
.modal-promo .note {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 30px 0;
}
.modal-promo .box {
  font-size: 18px;
  line-height: 28px;
  overflow: visible;
}
.modal-promo .box-set .box .box-content {
  background: #ffec00;
  padding-right: 250px;
}
.modal-promo .box-set .box .box-content.full {
  background: #ffec00;
  padding-right: 30px;
}
.modal-promo .box-set .box .box-content.alpha {
  padding-top: 1px;
}
.modal-promo .box-set .box .box-content.omega {
  padding-bottom: 1px;
}
.modal-promo .btn-set {
  margin: 0 0 30px 0;
}
.modal-promo .btn-set .btn {
  margin: 0;
}
.modal-promo .visual {
  position: absolute;
  left: 481px;
  top: 105px;
}
.modal-promo .visual .text-1 {
  left: 239px;
}
.modal-promo .visual img {
  max-width: inherit;
}
.modal-promo .conditions {
  font-size: 16px;
}
.modal-promo .conditions li {
  margin: 0;
}
.modal-promo .share {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.modal-promo .close {
  position: absolute;
  left: auto;
  right: -34px;
  top: -34px;
  width: 67px;
  height: 67px;
  background: url("../../img/sprite.png") -7px -446px no-repeat;
}
.modal-promo .close:hover {
  background-position: -87px -446px;
}

.modal-overlay {
  background: url("../../img/overlay.png") 0 0 repeat;
  z-index: 250;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.modal-promo .b60 {
  margin-bottom: 60px;
}

/*================================= Polská akce =================================*/

.pl-promo .text-1 {
  font-size: 25px;
  top: 25px;
  line-height: 34px;
}
.pl-promo .text-2 {
  text-decoration: line-through;
}
.pl-promo .text-3 {
  font-size: 42px;
  height: 50px;
  padding-top: 4px;
  line-height: 50px;
}

/*================================= Jedna libra =================================*/

.onepound-promo .va-m {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.onepound-promo .text {
  font: normal 35px/1.3em DinMedium, sans-serif;
  position: static;
  width: 242px;
  margin: 0;
}

.onepound-promo .promo-trigger {
  background: url("../../img/campaign-onepound.png") 0 0 no-repeat;
  color: #000;
  width: 265px;
}
.onepound-promo .promo-trigger:hover {
  background-position: 0 -351px;
  color: #ffe400;
}

/* Landing page */

.campaign-page {
  font-size: 18px;
  line-height: 1.5em;
}
.campaign-page .box {
  font-size: 18px;
  line-height: 1.5em;
}
.campaign-page .section-head.narrow {
  max-width: 500px;
}
.campaign-page .subhead {
  font: normal 26px/30px DinMedium, sans-serif;
  color: #3877d2;
  margin-top: -20px;
  margin-bottom: 40px;
}
.campaign-page .note {
  font-size: 14px;
}

.video-yt {
  max-width: 500px;
  margin: 0 auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-video .fancybox-inner {
  height: auto !important;
}

.campaign-page .box-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.campaign-page form.form-submit {
  max-width: 500px;
  margin: 0 auto 40px auto;
  display: block;
  padding: 30px;
  border: 2px solid #e5f2ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.campaign-page form.form-submit .btn {
  width: 100%;
}

.how-to {
  border: 2px solid #cbe3fb;
  margin: 0 auto 30px auto;
  max-width: 700px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.how-to .item-list {
  margin: 0;
}
.how-to .item {
  width: 33.33333%;
  text-align: center;
  padding: 50px 30px 30px 30px;
  border-left: 2px solid #cbe3fb;
}
.how-to .item .num {
  font-family: DinMedium;
  font-size: 20px;
  color: #3877d2;
  background: #deecff;
  text-align: center;
  margin: 0 auto 20px auto;
  width: 60px;
  height: 60px;
  padding: 20px 0 0 2px;
  line-height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  content: counter(counter) ". ";
}
.how-to .item:first-child {
  border-left: none;
}

.table-be-orders tr td {
  -webkit-animation: fadeIn 1s normal forwards;
  -moz-animation: fadeIn 1s normal forwards;
  -o-animation: fadeIn 1s normal forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    background: #3877d2;
    color: #fff;
  }
  to {
    opacity: 1;
    background: inherit;
    color: #1e1e22;
  }
}

/************************************************************************************
CAMPAIGNS
*************************************************************************************/

.cmp {
  font: normal 24px/30px DinMedium, sans-serif;
  position: absolute;
  left: -186px;
  top: -90px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.cmp .inner {
  display: block;
  position: relative;
  z-index: 90;
  width: 183px;
  height: 183px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 3px 0 1px rgba(0, 0, 0, 0.3);
}
.cmp .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 119, 210, 0.5);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cmp .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: -65px;
  top: -15px;
  z-index: 30;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.cmp .mid-wrap {
  display: table;
  width: 100%;
  height: 183px;
  position: relative;
  z-index: 20;
}
.cmp .mid {
  display: table-cell;
  width: 100%;
  height: 183px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.cmp .mid p {
  margin: 0;
}

.cmp:hover {
  color: #fff;
}
.cmp:hover .inner:after {
  opacity: 0;
}

/* Letní soutěž */

.cmp.summer .inner {
  background: url("../../img/modal/summer.jpg") 0 0 no-repeat;
}
.cmp.summer .inner:before {
  background: url("../../img/modal/summer.jpg") 0 0 no-repeat;
  background-size: cover !important;
  display: none;
}
.cmp.summer .year {
  font: normal 24px/37px DinMedium, sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -17px;
  z-index: 90;
  width: 80px;
  margin-left: -40px;
  height: 35px;
  background: url("../../img/modal/summer-label.png") center 0;
  text-align: center;
}
.cmp.summer .bubble {
  position: absolute;
  left: 100px;
  top: -50px;
  z-index: 90;
  background: url("../../img/modal/summer-bubble.png") 0 0 no-repeat;
  width: 89px;
  height: 86px;
}

/* Selfie soutěž */

.selfie {
  font: normal 24px/30px DinMedium, sans-serif;
  position: absolute;
  left: -170px;
  top: -90px;
  width: 184px;
  height: 187px;
  background: url("../../img/modal/facebook-fans.png") -8px -6px no-repeat;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.selfie:hover {
  background-position: -8px -206px;
  color: #fff;
}
.selfie .mid-wrap {
  display: table;
  width: 100%;
  height: 187px;
  padding-top: 0;
}
.selfie .mid {
  display: table-cell;
  width: 100%;
  height: 187px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.selfie .mid p {
  margin: 0;
}

/* Vánoční akce */

.christmas {
  font: normal 24px/30px DinMedium, sans-serif;
  position: absolute;
  left: -170px;
  top: -90px;
  width: 184px;
  height: 187px;
  background: url("../../img/modal/christmas.png") -8px -6px no-repeat;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.christmas:hover {
  background-position: -8px -206px;
}
.christmas p {
  color: #fff;
  margin: 0 15px;
}
.christmas span.year {
  font: normal 32px/32px DinLight, sans-serif;
  color: #f5ec7e;
  display: block;
  margin-top: 8px;
}
.christmas .mid-wrap {
  display: table;
  width: 100%;
  height: 184px;
  padding-top: 5px;
}
.christmas .mid {
  display: table-cell;
  width: 100%;
  height: 184px;
  vertical-align: middle;
}

.coronavirus {
  font: normal 24px/30px DinMedium, sans-serif;
  position: absolute;
  left: -170px;
  top: -90px;
  width: 184px;
  height: 187px;
  background: url("../../img/modal/coronavirus.png") -8px -6px no-repeat;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.coronavirus:hover {
  background-position: -8px -206px;
}
.coronavirus p {
  color: #fff;
  margin: 0 15px;
}
.coronavirus span.year {
  font: normal 32px/32px DinLight, sans-serif;
  color: #f5ec7e;
  display: block;
  margin-top: 8px;
}
.coronavirus .mid-wrap {
  display: table;
  width: 100%;
  height: 184px;
  padding-top: 5px;
}
.coronavirus .mid {
  display: table-cell;
  width: 100%;
  height: 184px;
  vertical-align: middle;
  text-transform: uppercase;
}
.brexit {
  font: normal 24px/30px DinMedium, sans-serif;
  position: absolute;
  left: -170px;
  top: -90px;
  width: 184px;
  height: 187px;
  background: url("../../img/modal/brexit.png") -8px -6px no-repeat;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.brexit:hover {
  background-position: -8px -206px;
}
.brexit:hover p, .brexit:hover span.year {
  color: #000;
}
.brexit p {
  color: #fff;
  margin: 0 15px;
}
.brexit span.year {
  font: normal 32px/32px DinLight, sans-serif;
  color: #f5ec7e;
  display: block;
  margin-top: 8px;
}
.brexit .mid-wrap {
  display: table;
  width: 100%;
  height: 184px;
  padding-top: 5px;
}
.brexit .mid {
  display: table-cell;
  width: 100%;
  height: 184px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Facebook fans */
/*
.fb-fans { font: normal 24px/30px DinMedium,sans-serif; position: absolute; left: -170px; top: -90px; width: 184px; height: 187px; background: url('../../img/modal/facebook-fans.png') -8px -6px no-repeat; display: block; text-align: center; color: #fff; text-decoration: none; }
.fb-fans:hover { background-position: -8px -206px; }
.fb-fans p { color: #fff; margin: 0 15px; }
.fb-fans span.text { font: normal 19px/22px DinLight,sans-serif; color: #f5ec7e; display: block; margin-top: 8px; }
.fb-fans .mid-wrap { display: table; width: 100%; height: 184px; padding-top: 0; }
.fb-fans .mid { display: table-cell; width: 100%; height: 184px; vertical-align: middle; }

.modal-fb { left: 70px; top: 0; }
.modal-fb .col-1 { width: 53%; }
.modal-fb .col-2 { width: 37%; }
.modal-fb .subhead { font: normal 26px/30px DinMedium,sans-serif; color: #3877D2; }
.modal-fb .holy { font: normal 22px/26px DinMedium,sans-serif; color: #E65828; }
*/
/* Wizz air */
/*
.wizz { font: normal 24px/30px DinMedium,sans-serif; position: absolute; left: -150px; top: -70px; width: 184px; height: 184px; background: url('../../img/modal/wizz.png') 0 0 no-repeat; display: block; text-align: center; color: #fff; text-decoration: none; }
.wizz .text { font: 600 16px/30px DinMedium,sans-serif; color: #f5ec7e; text-transform: uppercase; text-align: center; width: 100%; position: absolute; left: 0; bottom: 30px; }
.wizz:hover { background-position: 0 -194px; }
*/

/************************************************************************************
SEO PAGES
*************************************************************************************/

.h1-campaign {
  font-family: DinMedium, sans-serif;
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 5px 0;
}
.h2-campaign {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 10px 0;
}

.negative-t-50 {
  margin-top: -90px;
}

/* Carriers */

.carriers {
  margin: 0 0 10px 0;
}
.carriers > * {
  background: url("../../img/logos-lp.png") 0 0 no-repeat;
  height: 90px;
}
.carriers .dpd {
  background-position: 0 0;
  width: 120px;
}
.carriers .dhl {
  background-position: -120px 0;
  width: 190px;
}
.carriers .fedex {
  background-position: -310px 0;
  width: 130px;
}
.carriers .tnt {
  background-position: -440px 0;
  width: 110px;
}
.carriers .ups {
  background-position: -550px 0;
  width: 80px;
}

/* Testimonials */

.testimonials {
  margin: 30px 0 0 0;
  padding: 0 0;
}
.testimonials .item-list {
  margin: 0 0 0 -2%;
}
.testimonials .item {
  font-size: 16px;
  margin: 0 0 75px 2%;
  width: 48%;
  position: relative;
  background: #1e4c8e;
  padding: 10px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.testimonials .item .name {
  position: absolute;
  left: 0;
  bottom: -60px;
  margin-left: 20px;
}
.testimonials .item .name a {
  color: #9fcbf6;
}
.testimonials .item .text {
  padding: 15px 120px 15px 15px;
  min-height: 165px;
  color: #fff;
  background: #5aa1e4;
  border: 1px solid #7cb4ea;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.testimonials .item .img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.advantages {
  margin: 0 0 20px 0;
}
.advantages .item-list {
  margin: 0 0 0 -3%;
}
.advantages .item {
  margin: 0 0 0 3%;
  width: 30.33333%;
  padding-left: 40px;
  color: #c4e2fd;
  position: relative;
}
.advantages .item h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 10px 0;
}
.advantages .item .icon {
  background-position: -686px -253px;
  width: 27px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}

.list-states ul {
  margin-left: -30px;
}
.list-states ul li {
  padding-left: 30px;
  width: 33.33333%;
  float: left;
}

/* Form filter */

.campaign-calc {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 20;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.campaign-calc h3 {
  color: #5ca0e4;
}
.campaign-calc .box {
  margin: 0;
  overflow: visible;
}
.campaign-calc .col2-set {
  margin: 0;
}
.campaign-calc .col2-set .col {
  width: 50%;
  margin: 0;
  padding: 30px;
}
.campaign-calc .col2-set .col.hl {
  background: #fff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWY4ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0%, #f1f8ff 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #f1f8ff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fff 0%,
    #f1f8ff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f1f8ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f1f8ff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f1f8ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f8ff',GradientType=0 ); /* IE6-8 */
}

.campaign-calc .form-filter table.countries {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.campaign-calc .form-filter tbody {
  display: block;
}
.campaign-calc .form-filter tr {
  display: block;
}
.campaign-calc .form-filter td {
  display: inline-block;
}
.campaign-calc .form-filter td.td-label {
  width: 50px;
  float: left;
  display: block;
}
.campaign-calc .form-filter td.td-switch {
  padding: 0;
}
.campaign-calc .form-filter td.td-switch .switch {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -25px;
}
.campaign-calc .form-filter td.td-select,
.campaign-calc .teaser .form-filter td.td-select {
  width: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: block;
}
.campaign-calc .form-filter .a-c {
  display: block;
}
.campaign-calc .form-filter .btn-set .btn.submit {
  margin-bottom: 20px;
}
.campaign-calc .form-filter .btn-set .note {
  margin: 0;
  text-align: right;
  max-width: 100%;
  float: none;
}

.campaign-calc .packages .action {
  /*display: none;*/
}
.campaign-calc .packages .item {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.campaign-calc .packages .weight {
  width: 130px;
}
.campaign-calc .packages .size {
  width: 245px;
}
.campaign-calc .packages .size input.text {
  width: 40px;
}
.campaign-calc .packages .item table .action {
  text-align: left;
}
.campaign-calc .packages table {
  width: 100%;
  display: block;
}
.campaign-calc .packages td {
  display: inline-block;
}

.campaign-calc .calc-footer {
  text-align: right;
}
.campaign-calc .calc-footer .link {
  width: 130px;
  float: left;
  text-align: left;
}
.campaign-calc .calc-footer .total-price {
  max-width: 330px;
  margin: 0;
}

.campaign-calc .grid-320 {
  width: 100%;
  margin: 0 0 20px 0;
}

.campaign-calc .packages .another-parcel {
  right: 90px;
  top: 104px;
}
.campaign-calc .packages .another-parcel:after {
  width: 38px;
  height: 13px;
  right: auto;
  left: -40px;
  top: -1px;
  background: url("../../img/another-parcel-2.png") 0 0 no-repeat;
}

.campaign-calc.alt {
  background: none;
}

/* Country list */

.country-list {
  margin: 0 0 0 -40px;
}
.country-list li {
  width: 24%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0 8px 0;
}
.country-list li:before {
  left: 40px;
  content: none;
}
.country-list li .flag-icon {
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

/************************************************************************************
TABLES
*************************************************************************************/

/* Table std */

.table-std {
  margin: 0 0 30px 0;
  width: 100%;
}
.table-std th {
  font-size: 16px;
  font-weight: normal;
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid #9dc6ef;
}
.table-std td {
  font-size: 18px;
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid #9dc6ef;
}

.box .table-std th,
.box .table-std td {
  border-bottom: 1px solid #d0d0d0;
}

/* Table striped */

.table-striped tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
.table-striped td,
.table-striped th {
  padding-left: 20px;
  padding-right: 20px;
}

.box .table-striped tr:nth-child(even) {
  background: #f6faff;
}

/* Table lined */

.table-lined th {
  border: 1px solid #9dc6ef;
  background: #9dc6ef;
  padding: 14px 10px;
}
.table-lined td {
  border: 1px solid #9dc6ef;
  padding: 14px 10px;
}

/* Table clickable */

.table-clickable tr td {
  cursor: pointer;
}
.table-clickable tr:hover td {
  background: #e5f2ff;
}

/* Table holidays */

.table-holidays {
  margin: 0 0 30px 0;
  width: 100%;
}
.table-holidays th {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #9dc6ef;
  background: rgba(255, 255, 255, 0.2);
}
.table-holidays td {
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #9dc6ef;
}

.post-detail table {
  margin: 0 0 30px 0;
  width: 100%;
  border: none !important;
}
.post-detail table th {
  font-size: 16px;
  font-weight: normal;
  padding: 14px 10px 14px 10px;
  border-bottom: 1px solid #9dc6ef;
}
.post-detail table td {
  font-size: 18px;
  padding: 14px 10px 14px 10px;
  border-bottom: 1px solid #9dc6ef;
}
.post-detail table tr:nth-child(even) td {
  background: #e9f3fd;
}
.post-detail table p {
  margin: 0;
}

/* Table orders */

.table-std.table-orders th .hint {
  margin-left: 2px;
  top: -4px;
}
.table-std.table-orders td {
  font-size: 14px;
}
.table-std.table-orders td.track {
  text-align: center;
}
.table-std.table-orders td.track a {
  color: #909090;
}
.table-std.table-orders td.price {
  color: #e65828;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

.side-nav {
  margin: 0 0 30px 0;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.side-nav h3 {
  font-family: DinMedium, sans-serif;
  font-size: 27px;
  line-height: 30px;
  margin: 0;
  padding: 24px 0 18px 0;
  border-top: 2px solid #aed0f2;
}
.side-nav h3 a {
  color: #fff;
}
.side-nav ul {
  margin: 0;
}
.side-nav ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.side-nav ul li:before {
  content: none;
}
.side-nav ul li.first a {
  border-top: 0 !important;
}
.side-nav ul li a {
  font-size: 20px;
  line-height: 36px;
  display: block;
  background: #2b5ba0;
  border-top: 1px solid #9fc8f1;
  padding: 20px 50px 20px 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.side-nav ul li a:hover {
  background-color: #e65828;
  border-top: 1px solid #f3ac94;
}

.side-nav > ul > li.active > a {
  font-size: 18px;
  color: #e65828;
  background: #e3f1ff;
  border-top: 1px solid #e3f1ff;
  cursor: default;
}

.side-nav ul ul {
  display: none;
}
.side-nav li.active > ul {
  display: block;
}

.side-nav > ul > li > a .icon {
  position: absolute;
  right: 15px;
  top: 26px;
  width: 24px;
  height: 24px;
  background-position: -48px -88px;
}
.side-nav > ul > li > a:hover .icon {
  background-position: -48px -128px;
}
.side-nav > ul > li.active > a .icon {
  background-position: -88px -128px;
}

/* Sub nav 1 */

.side-nav .sub-1 > li > a {
  font-size: 18px;
  line-height: 24px;
  background: #e3f1ff;
  color: #3877d2;
  border-top: 1px solid #9fc8f1;
  padding-top: 15px;
  padding-bottom: 16px;
}
.side-nav .sub-1 > li > a:hover {
  background-color: #e65828;
  color: #fff;
  border-top: 1px solid #f3ac94;
}
.side-nav .sub-1 > li.active > a {
  background: #fff;
  color: #e65828;
  border-top: 1px solid #9fc8f1;
}

.side-nav .sub-1 > li > a .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background-position: -88px -88px;
}
.side-nav .sub-1 > li > a:hover .icon {
  background-position: -128px -88px;
}
.side-nav .sub-1 > li.active > a .icon {
  background-position: -88px -128px;
}

/* Sub nav 2 */

.side-nav .sub-2 > li > a {
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  color: #3877d2;
  border-top: 1px solid #9fc8f1;
  padding: 14px 50px 14px 60px;
}
.side-nav .sub-2 > li > a:hover {
  background-color: #e65828;
  color: #fff;
  border-top: 1px solid #f3ac94;
}

.side-nav .sub-2 > li > a .icon {
  position: absolute;
  left: 31px;
  top: 18px;
  width: 24px;
  height: 24px;
  background-position: -14px -94px;
}
.side-nav .sub-2 > li > a:hover .icon {
  background-position: -14px -134px;
}
.side-nav .sub-2 > li.active > a .icon {
  background-position: -92px -96px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.back-to-order {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 5000;
  display: block;
  width: 268px;
  height: 136px;
  padding-top: 65px;
  display: block;
  background: url("../../img/sprite.png") -229px -7px no-repeat;
  text-decoration: none;
}
.back-to-order .big {
  font-family: DinMedium, sans-serif;
  font-size: 30px;
  display: block;
}
.back-to-order .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 22px;
  top: 22px;
  background: #e65828;
  color: #fff;
  border: 7px solid #fff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.back-to-order .close:hover {
  background: #2b5ba0;
}
.back-to-order .close .icon {
  width: 16px;
  height: 16px;
}
.back-to-order:hover {
  background-position: -228px -167px;
  color: #fff;
}
.back-to-order.hidden {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  */-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer {
  font-size: 16px;
  background: #4d4d50;
  color: #dbdbdc;
  position: relative;
}
.footer h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0;
  color: #d7d7d7;
}
.footer h3 a {
  color: #d7d7d7;
}
.footer h3 a i.icon {
  display: none;
}
.footer a {
  color: #dbdbdc;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  margin: 0 0 20px 0;
}
.footer p {
}
.footer li {
  line-height: 26px;
  background: none;
  margin: 0;
  padding: 0 0 0 23px;
  position: relative;
}
.footer li:before {
  content: "→";
  position: relative;
  top: -1px;
  color: #5ca0e4;
  position: absolute;
  left: 0;
  top: -1px;
  background: none;
}
.footer ul.contact-list-2 li:before {
  opacity: 0.7;
}

.footer .btn {
  color: #fff;
  margin-left: 0;
}
.footer .logo {
  position: relative;
  width: 162px;
  height: 44px;
  left: 0;
  top: 0;
  margin-bottom: 40px;
  margin-left: 20px;
  float: right;
}
.footer .logo span.bg {
  width: 164px;
  height: 45px;
  background-position: -420px -417px;
}
.footer .logo:hover span.bg {
  background-position: -620px -417px;
}

.footer .f_1 {
  padding: 50px 0 30px 0;
}
.footer .f_2 {
  padding: 0;
}
.footer .f_3 {
  border-top: 1px solid #838385;
  padding: 19px 0 15px 0;
  font-size: 14px;
}
.footer .f_3 p {
  margin-bottom: 0;
}

.facebook {
  width: 138px;
  height: 28px;
  display: block;
  text-align: left;
  text-indent: -80000px;
  position: relative;
  margin: 10px 0;
}
.facebook .icon {
  width: 138px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../img/sprite.png") -409px -486px no-repeat;
}
.facebook:hover .icon {
  background-position: -409px -526px;
}

.footer .pci-footer {
  font-size: 12px;
  font-weight: 600;
  padding-top: 2px;
  line-height: 24px;
  height: 26px;
  background: #696969;
  color: #fff;
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
  padding-left: 19px;
  padding-right: 5px;
  position: relative;
}
.footer .pci-footer:before {
  content: "";
  width: 33px;
  height: 36px;
  background: url("../../img/pci-footer.png") 0 0 no-repeat;
  position: absolute;
  left: -17px;
  top: -5px;
}
.footer .made-in {
  float: right;
  text-align: right;
}
.footer .cryptocurrency {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.footer .cryptocurrency li {
  padding-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.footer .cryptocurrency li:before {
  content: none;
}
.footer .cryptocurrency li a {
  width: 30px;
  height: 30px;
  display: block;
}
.footer .cryptocurrency li.crypto_bitcoin a {
  background: url(../../img/crypto/crypto_bitcoin.svg);
}
.footer .cryptocurrency li.crypto_litecoin a {
  background: url(../../img/crypto/crypto_litecoin.svg);
}
.footer .cryptocurrency li.crypto_ethereum a {
  background: url(../../img/crypto/crypto_ethereum.svg);
}
.footer .cryptocurrency li.crypto_monero a {
  background: url(../../img/crypto/crypto_monero.svg);
}
.footer .cryptocurrency li.crypto_dash a {
  background: url(../../img/crypto/crypto_dash.svg);
}
.footer .cryptocurrency li.crypto_bitcoin a:hover {
  background: url(../../img/crypto/crypto_bitcoin_active.svg);
}
.footer .cryptocurrency li.crypto_litecoin a:hover {
  background: url(../../img/crypto/crypto_litecoin_active.svg);
}
.footer .cryptocurrency li.crypto_ethereum a:hover {
  background: url(../../img/crypto/crypto_ethereum_active.svg);
}
.footer .cryptocurrency li.crypto_monero a:hover {
  background: url(../../img/crypto/crypto_monero_active.svg);
}
.footer .cryptocurrency li.crypto_dash a:hover {
  background: url(../../img/crypto/crypto_dash_active.svg);
}

.page-plugin {
  margin-bottom: 30px;
}

.foot-icons {
  margin: 0 0 20px -6px;
  text-align: right;
}
.foot-icons li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 6px;
  background: none;
}
.foot-icons li:before {
  content: none;
}
.foot-icons a {
  display: block;
  color: #999;
}
.foot-icons a:hover {
  color: #fff;
}
.foot-icons .icon {
  width: 47px;
  height: 47px;
}

.paycards {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.paycards li {
  padding-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.paycards li.paypal {
  padding-right: 10px;
}
.paycards li:before {
  content: none;
}

.fan-box {
  height: 212px;
  overflow: hidden;
  margin-bottom: 30px;
}

.copy {
  float: left;
  margin: 0 20px 0 0;
}
.copy span {
  color: #d7d7d7;
}

.porta {
  float: right;
  display: block;
  position: relative;
  top: 40px;
  width: 69px;
  height: 15px;
  background: url("../../img/porta.png") 0 0 no-repeat;
}
.porta a {
  display: block;
  text-indent: -80000px;
  width: 69px;
  height: 15px;
  background: url("../../img/porta.png") 0 -15px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.porta a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/************************************************************************************
DELIVERY
*************************************************************************************/

/* Steps */

.steps {
  margin: 0 0 50px 0;
}
.steps ol {
  margin: 0;
  display: table;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.steps li {
  list-style-type: none;
  display: table-cell;
  padding: 0;
  background: none;
  width: 25%;
}
.steps li:before {
  content: none;
}
.steps li a {
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  white-space: nowrap;
  color: #9cbbe9;
  background: #3877d2;
  text-decoration: none;
  position: relative;
}
.steps li span {
  display: block;
  width: 27px;
  height: 64px;
  position: absolute;
  right: -27px;
  top: 0;
  background: url("../../img/step.png") 0 0 no-repeat;
  z-index: 20;
}
.steps li.active span {
  display: block;
  width: 25px;
  height: 64px;
  position: absolute;
  right: -25px;
  top: 0;
  background: url("../../img/step-active.png") 0 0 no-repeat;
  z-index: 20;
}

.steps li.active a {
  background: #fff;
  color: #1e1e22;
}
.steps li.done a {
  cursor: pointer;
}

.form-note {
  font-size: 16px;
  line-height: 24px;
  color: #c4e2fd;
}

/*================================= Quick overview =================================*/

.quick-overview .info,
.quick-overview .quick-contact {
  min-height: 110px;
}

.quick-overview .quick-contact .img {
  float: right;
  width: 80px;
  height: 80px;
  border: 3px solid #5ca0e4;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.quick-overview .quick-contact .img img {
  max-width: 100%;
  height: auto;
}

.info {
  font-size: 18px;
  margin: 5px 0 0 0;
}
.info header {
  line-height: 22px;
  margin: 0 0 10px 0;
}
.info h2 {
  font-size: 18px;
  color: #e65828;
  margin: 0;
  line-height: 22px;
}
.info p {
  margin: 0 0 10px 0;
  line-height: 30px;
}
.info b {
  font-size: 22px;
  color: #3877d2;
}

.table-package {
  font-size: 22px;
  margin: 0 0 20px 0;
}
.table-package td {
  line-height: 32px;
}
.table-package .label {
  color: #e65828;
  padding-right: 30px;
}

.table-params {
  font-size: 16px;
  margin: 0 0 20px 0;
  width: 100%;
}
.table-params table {
  font-size: 18px;
  border-top: 1px solid #bdc7d0;
  margin: 0 0 10px 0;
  width: 100%;
}
.table-params tr {
  border-bottom: 1px solid #bdc7d0;
}
.table-params td {
  padding: 10px 0;
}
.table-params .label {
  width: 190px;
  color: #3877d2;
  padding-right: 20px;
}
.table-params .double td {
  border-top: 4px double #bdc7d0;
}

.basic .table-params {
  color: #b4daff;
  line-height: 24px;
}
.basic .table-params tr {
  border-bottom: 1px solid #6389bd;
}
.basic .table-params tr.last {
  border-bottom: none;
}
.basic .table-params td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.basic .table-params .label {
  color: #fff;
  width: auto;
}
.basic .table-params a {
  color: #fff;
}

.contact-table {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.contact-table tr {
  line-height: 24px;
  color: #000;
  font-family: DinMedium, sans-serif;
  padding: 0;
  background: none;
  margin: 0;
}
.contact-table td {
  padding: 0 0 4px 0;
}
.contact-table td.label {
  font-weight: normal;
  margin: 0;
  color: #919aa3;
  padding-right: 20px;
}

.contact-list-2 li {
  padding: 0 0 0 35px;
  background: none;
  position: relative;
}
.contact-list-2 li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 22px;
  display: block;
  background: url("../../img/sprite.png") -54px -248px no-repeat;
}
.contact-list-2 li.phone:before {
  content: "";
  background-position: -207px -330px;
}
.contact-list-2 li.mail:before {
  content: "";
  background-position: -248px -330px;
}
.contact-list-2 li.skype:before {
  content: "";
  background-position: -287px -330px;
}
.contact-list-2 li.time:before {
  content: "";
  background-position: -325px -330px;
}
.contact-list-2 li.lang:before {
  content: "";
  background-position: -367px -330px;
}

/* Quick contact */

.quick-contact h3 {
  font-size: 16px;
  color: #3877d2;
  margin: 0;
}

/* Total price */

.total-price {
  font-size: 26px;
  line-height: 36px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 20px 24px 20px;
  text-align: center;
}
.total-price.alt {
  background: #e5f2ff;
  margin: 0 0 20px 0;
}
.total-price.big {
  min-height: 80px;
}

.total-price .amount {
  font-size: 30px;
  color: #e65828;
  margin: 0;
}
.total-price .recount {
  font-size: 30px;
  color: #000;
  margin: 0;
}
.total-price .label {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.total-price .title {
  font-size: 17px;
  display: block;
  margin: 0;
}

.total-price .mid-wrap {
  display: table;
  width: 100%;
  min-height: 80px;
}
.total-price .mid {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* Price types */

.total-price .special {
  margin: 0;
}
.total-price .normal {
  margin: 0;
}

.total-price .old {
  opacity: 0.5;
}
.total-price .old .amount {
  font-size: 24px;
  text-decoration: line-through;
}
.total-price .old .recount {
  font-size: 24px;
  text-decoration: line-through;
  margin-left: 5px;
}

.to {
  padding: 15px 0;
}
.to label {
  display: inline !important;
}

.label-big {
  font-size: 36px;
}

.box.hl-2 label {
  font-size: 36px;
  line-height: 70px;
  color: #fff;
  padding-top: 10px;
}
.box.hl-2 .total-price {
  font-size: 26px;
  color: #1e1e22;
}
.box.hl-2 .total-price .amount {
  font-size: 40px;
  line-height: 40px;
  color: #27ae61;
}

/* Wallet */

.wallet {
  padding: 0;
}
.wallet .btn-set .btn {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wallet-hidden-part {
  display: none;
}
.wallet-hidden-part.active {
  display: block;
}

.amount-bar.wallet-hidden-part .input-1 {
  padding: 0;
}

.amount-bar.wallet-bar {
  margin-bottom: 80px;
}

/* Rating */

.rating {
  margin: 25px 0;
}
.rating .stars {
  margin: 0 0 25px 0;
}
.rating .stars .label {
  font-size: 16px;
  width: 150px;
  text-align: right;
  margin: 0 15px 0 0;
  float: left;
}
.rating .stars a {
  background: url("../../img/rating/star-empty.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 4px;
  padding-right: 3px;
  cursor: default;
}
.rating .stars a.half {
  background: url("../../img/rating/star-half.png") 0 0 no-repeat;
}

.rating.unrated .stars a {
  cursor: pointer;
}
.rating.unrated .stars a:hover,
.rating .stars a.full {
  background: url("../../img/rating/star-full.png") 0 0 no-repeat;
}

.address {
  margin: 0 0 20px 0;
}
.address h2 {
  margin: 0 0 10px 0;
}
.address ul {
  margin: 0;
}
.address li {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  background: none;
}
.address li:before {
  content: none;
}

/* Show/hide */

.sh-content {
  display: none;
}
h2 .sh-trig .icon {
  background-position: -130px -90px;
  margin: 0 0 0 10px;
  position: relative;
  top: 10px;
}
h2 .sh-trig.active .icon {
  background-position: -130px -130px;
}

.sh-trig .icon {
  background-position: -130px -90px;
  margin: 0 0 0 10px;
  position: relative;
  top: 2px;
}

/* Jabli hacks */

.hide {
  display: none;
}

.calculator-wrapper {
  position: relative;
  z-index: 40;
  background: #fff;
}
.calculator-wrapper.unquoted .quote {
  display: none;
}
.calculator-wrapper.quoted form .btn-set {
  display: none;
}

.calculator .packages .item .action .add {
  display: none;
}
.calculator .packages .item .action .add.disabled {
  opacity: 0.5;
}
.calculator .packages .item .action .clone.disabled {
  opacity: 0.5;
}
.calculator .packages .item:nth-child(2):last-child .action .remove {
  display: none !important;
}
.calculator .packages .item:last-child .action .add {
  display: inline-block;
}

/************************************************************************************
FORMS
*************************************************************************************/

input.text,
textarea {
  font: normal 18px/23px DinLight, sans-serif;
  height: 45px;
  padding: 12px 13px 8px 13px;
  background: #e5f2ff url("../../img/form/input-text.gif") 0 0 repeat-x;
  border: 1px solid #cdd8e4;
  border-top: 1px solid #adb7c1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input.text.input-country {
  background-size: 21px 15px !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  padding-left: 40px;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
}

.box.hl input.text {
  background: #fff;
}

form.std input.text-cash {
  width: 150px;
}
form.std input.text[disabled] {
  background-color: #f0f0f0;
  border-color: #d8d8d8;
  background-image: url("../../img/form/input-text-d.gif");
}

/*================================= Form std =================================*/

form.std label {
  font: normal 18px/23px DinLight, sans-serif;
  display: block;
  color: #1e1e22;
}

form.std .input {
  /*display: inline-block; vertical-align: top;*/
}

.cell .label {
  margin: 0 0 10px 0;
  text-align: right;
  width: 362px;
}
.cell .label label {
  float: left;
  text-align: left;
}
.cell .label .req {
  color: #e44e15;
  font-size: 14px;
  line-height: 23px;
}

.cell.full .label {
  width: 100%;
}

/* Cells */

form.std .cell-set {
  margin: 0 0 30px -20px;
}
form.std .cell {
  margin: 0 0 15px 0;
  padding-left: 20px;
}
form.std .cell.full {
  width: 100%;
}

form.std .cell-set.set-2 .cell {
  width: 50%;
}
form.std .cell-set.set-3 .cell {
  width: 33.3333%;
}
form.std .cell-set.set-4 .cell {
  width: 25%;
}
form.std .cell-set.set-5 .cell {
  width: 20%;
}

form.std .cell .toggle {
  position: relative;
  padding: 0 0 0 35px;
}
form.std .cell .toggle label {
  line-height: 30px; /*display: inline-block;*/
  display: inline;
  vertical-align: top;
  margin: 0 10px 5px 0;
}
form.std .cell .toggle .cell label {
  line-height: 23px;
  display: block;
  margin: 0;
}
form.std .cell .toggle .note {
  font-size: 16px;
  max-width: 100%;
}

form.std .cell .input-0 {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}
form.std .cell .input-1 {
  display: inline-block;
  vertical-align: top;
  width: 362px;
}
form.std .cell .input-2 {
  display: inline-block;
  vertical-align: top;
  color: #9ea7b0;
  padding: 0;
  max-width: 345px;
  margin: 0 0 0 20px;
}

form.std .cell .input-0 .mid-wrap,
form.std .cell .input-1 .mid-wrap,
form.std .cell .input-2 .mid-wrap {
  display: table;
  width: 100%;
}
form.std .cell .input-0 .mid-wrap,
form.std .cell .input-1 .mid-wrap,
form.std .cell .input-2 .mid-wrap .mid {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
}
form.std .cell .input-2 .note {
  vertical-align: middle;
}
form.std .cell .input-2 .btn {
  padding-top: 10px;
  padding-bottom: 9px;
}
form.std .cell .input-2 button.btn {
  padding-top: 12px;
}

form.std .cell .input-60 {
  width: 60px;
}
form.std .cell .input-70 {
  width: 70px;
}
form.std .cell .input-100 {
  width: 100px;
}

/* Cell set inline */

form.std .cell-set.inline .cell {
  float: left;
}

/* Inputs */

form.std input.text {
  font-family: DinMedium, sans-serif;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

form.std select {
  width: 100%;
  min-width: 110px;
}

::-webkit-input-placeholder {
  font-family: DinLight, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
:-moz-placeholder {
  font-family: DinLight, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
::-moz-placeholder {
  font-family: DinLight, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
:-ms-input-placeholder {
  font-family: DinLight, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}

form.std .selector {
  display: inline-block;
  vertical-align: top;
}
form.std .cell.error .selector span {
  background: #ffedee;
  border: 1px solid #e42631;
  border-right: 0;
}

form.std .cell .toggle .radio,
form.std .cell .toggle .checker {
  position: absolute;
  left: 0;
  top: 1px;
}

/*================================= Form thank you =================================*/

form.form-thank-you {
  width: 100%;
  max-width: 500px;
  display: block;
}
form.form-thank-you input.text {
  background-color: #fff;
  max-height: 150px;
}
form.form-thank-you textarea {
  background-color: #fff;
  max-height: 150px;
}
form.form-thank-you .cell:first-of-type {
  width: 50%;
}
form.form-thank-you .btn-set {
  text-align: right;
}

/*================================= Form charging =================================*/

form.form-charging div.selector {
  background: #fff;
}

/*================================= Form ask =================================*/

form.form-ask .col2-set {
  margin-top: 30px;
  margin-left: -30px;
  width: auto;
}
form.form-ask .col-1 {
  width: 50%;
  margin: 0;
  padding-left: 30px;
}
form.form-ask .col-2 {
  width: 50%;
  margin: 0;
  padding-left: 30px;
}

form.form-ask .cell .input {
  width: 100%;
}
form.form-ask .cell .label {
  width: 100%;
}
form.form-ask .cell .input-1 {
  width: 100%;
}
form.form-ask .col-2 .cell .input-1 {
  width: 60%;
}
form.form-ask .cell .input-2.clip {
  max-width: 120px;
}
form.form-ask .cell textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 137px;
  max-height: 250px;
  min-height: 137px;
  resize: vertical;
}

/*================================= Form edit account =================================*/

form.form-edit-account .cell {
  width: 50%;
  float: left;
}
form.form-edit-account .cell input.text {
  width: 100%;
}
form.form-edit-account .cell label {
  width: 100%;
}

/*================================= Form order =================================*/

.form-order {
  font-size: 18px;
  margin: 0 0 30px 0;
  display: block;
  position: relative;
}
.form-order .submitted {
  margin: 0 auto;
  background: url("../../img/submitted.png") center 0 no-repeat;
  position: absolute;
  width: 66px;
  height: 66px;
  left: 0;
  width: 100%;
  top: -26px;
}

.form-order h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
  color: #3877d2;
}
.form-order h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #3877d2;
}
.form-order .head {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.form-order .step-back {
  padding-left: 0;
}
.form-order .hint {
  margin-left: -5px;
}
.form-order .light {
  color: #a1a9b2;
  line-height: 30px;
}

.form-order .box .input-2 .note strong {
  color: #000;
  color: #e65828;
}

/*================================= Form register =================================*/

form.form-register .cell {
  width: 50%;
}
form.form-register .cell input.text {
  width: 100%;
}
form.form-register .cell label {
  width: 100%;
}

/*================================= Form key customer =================================*/

form.form-key-customer h2 {
  margin: 30px 0 40px 0;
}
form.form-key-customer h3 {
  margin-bottom: 30px;
}
form.form-key-customer textarea {
  height: 137px;
  min-height: 137px;
  max-height: 137px;
}
form.form-key-customer .subhead {
  font: normal 26px/30px DinMedium, sans-serif;
  color: #3877d2;
}
form.form-key-customer .spend-less {
  font-size: 19px;
  font-family: "swister";
  margin-top: -30px;
}
form.form-key-customer .weight {
  margin: 0 -30px;
  background: #f2f8fd;
  padding: 40px 30px 20px 30px;
  margin-bottom: 30px;
  position: relative;
}
form.form-key-customer .weight:before {
  content: "";
  position: absolute;
  margin-left: -10px;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
form.form-key-customer .weight:after {
  content: "";
  position: absolute;
  margin-left: -10px;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f2f8fd transparent transparent transparent;
}

/*================================= Form login =================================*/

.form-login .btn-set .sign-up {
  line-height: 53px;
  margin-left: 20px;
}

/*================================= Form persons =================================*/

form.form-persons label {
  color: #fff;
  padding-top: 14px;
}
form.form-persons select {
  width: 200px;
}
form.form-persons .label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 20px 10px 0;
}
form.form-persons .input {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
form.form-persons .selector {
  text-align: left;
}

/* Form elements in grids */

.grid-300 .cell,
.grid-300 .cell .label {
  width: 300px;
}
.grid-300 .cell input.text {
  width: 272px;
}

form.form-rating .cell .label {
  width: 100%;
}

/*================================= Form zip =================================*/

form.form-zip .cell {
  position: relative;
}
form.form-zip .cell label {
  display: inline-block;
  vertical-align: top;
  padding-top: 14px;
  margin-right: 20px;
}
form.form-zip .cell input.text {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

/* Note */

form.std .note {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  color: #9ea7b0;
  padding: 0;
  margin: 0;
}
form.std .note.note-wallet {
  font-size: 22px;
  font-style: normal;
  color: #e65828;
  padding-top: 4px;
  margin: 0;
}
form.std .note.note-units {
  font-size: 22px;
  font-style: normal;
  padding-top: 4px;
  margin: 0;
}
form.std .note.err {
  color: #e20010;
  padding-top: 8px;
  margin-bottom: 20px;
}
form.std .input {
  position: relative;
}
form.std .input-2.clip {
  position: absolute;
  top: -120px;
  right: 0;
  padding-left: 30px;
  height: 200px;
}
form.std .input-2.clip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 63px;
  background: url("../../img/sprite.png") -652px -329px no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
form.std .input-2.clip .mid-wrap {
  height: 200px;
}
form.std .input-2.clip .mid {
  /*position: relative; top: 50%; display: block; height: auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
}
form.std .note.b20 {
  margin-bottom: 20px;
}
form.std .note a {
  color: #9ea7b0;
}

form.std .input .note.amount {
  font-style: normal;
  margin-left: 20px;
}

.note-hr {
  font-style: italic;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #bdc7d0;
  color: #9ea7b0;
}
.note-hr.last p {
  margin-bottom: 0;
}

/* Flash messages */

.fm {
  font-size: 16px;
  padding: 18px 40px 15px 15px;
  margin: 20px 0;
  color: #000 !important;
  background: #fffacd;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.fm .close {
  font-family: Arial, sans-serif;
  font-size: 31px;
  width: 22px;
  height: 23px;
  padding: 0;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  text-decoration: none;
}
.fm p {
  margin: 0;
}

.fm.error {
  color: #e42631 !important;
  background: #ffedee;
}
.fm.success {
  color: #555d3e !important;
  background: #e6f8b0;
}

.fm.error .close {
  background: url("../../img/sprite.png") -689px -329px no-repeat;
  text-indent: -80000px;
}
.fm.error .close:hover {
  background-position: -689px -369px;
}

.fm.success .close {
  background: url("../../img/sprite.png") -729px -329px no-repeat;
  text-indent: -80000px;
}
.fm.success .close:hover {
  background-position: -729px -369px;
}

.help-inline {
  font-size: 12px;
  color: #e42631;
  margin: 5px 0;
  display: block;
}

/* Errors */

.cell.error input.text,
input.text.error,
.cell.error textarea,
textarea.error {
  background: #ffedee !important;
  border: 1px solid #e42631 !important;
}

label.error {
  margin-top: 7px;
  color: #e42631 !important;
}

/* Various */

.hidden-part {
  display: none;
  margin: 20px 0 30px 0;
  padding: 30px;
  background: #f2f5f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.relative {
  position: relative;
}

.block .text-hl,
.block.hl .text-hl {
  color: #fffabf;
}
.text-hl,
.box .text-hl {
  color: #e54e15;
}

.delete .icon,
.delete-safe .icon {
  font-size: 18px;
  background-position: -170px -11px;
  position: relative;
  top: 3px;
}
.delete:hover .icon,
.delete-safe:hover .icon {
  background-position: -170px -51px;
}

.edit .icon {
  font-size: 18px;
  background-position: -170px -91px;
  position: relative;
  top: 3px;
}
.edit:hover .icon {
  background-position: -170px -131px;
}

.play .icon {
  width: 17px;
  height: 20px;
  background-position: -333px -410px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.pick-address {
  padding: 0;
}
.pick-address .icon {
  width: 20px;
  height: 20px;
  background-position: -171px -170px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.pick-address:hover .icon {
  background-position: -171px -210px;
}

.confirm-options {
  display: none;
}
.confirm-options .yes,
.confirm-options .no {
  position: absolute;
  display: block;
  padding: 1px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  background: #e65828;
  color: #fff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  text-decoration: none;
}
.confirm-options .yes:hover,
.confirm-options .no:hover {
  background: #3877d2;
}

.tooltip {
  font-size: 14px;
  position: absolute;
  background: #3877d2;
  padding: 8px 8px 6px 8px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Parcel switch */

.parcel-switch .item {
  font-size: 18px;
  color: #1e1e22;
  line-height: 30px;
  margin: 0 6px;
  background: #e5f2ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
.parcel-switch .item-content {
  padding: 0;
}
.parcel-switch .item p {
  margin: 0;
}
.parcel-switch .item label {
  display: block;
  padding: 20px;
  width: 100%;
  height: 130px;
}
.parcel-switch .item .head {
  font-size: 25px;
  color: #3877d2;
}
.parcel-switch .item .num {
  color: #3877d2;
}
.parcel-switch .item .info {
  padding-left: 0;
}
.parcel-switch .item .info-detail {
  margin-bottom: 5px;
}
.parcel-switch .item .price {
  line-height: 24px;
}
.parcel-switch .item .cell {
  margin: 0;
  padding-left: 0;
}
.parcel-switch .item .delete {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  padding-top: 10px;
}
.parcel-switch .item .delete .icon {
  font-size: 35px;
  position: relative;
  z-index: 10;
}
.parcel-switch .item .delete:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #e44e15 transparent;
}
.parcel-switch .item .delete:hover:before {
  border-color: transparent transparent #3877d2 transparent;
}
.parcel-switch .item .amount {
  display: inline-block;
  vertical-align: top;
  color: #e44e15;
  line-height: 20px;
}
.parcel-switch .item .icon-pack {
  width: 17px;
  height: 17px;
  color: #e44e15;
  position: relative;
  top: 3px;
}

.parcel-switch .item.active {
  background: #fff;
  border: 2px solid #e44e15;
}
.parcel-switch .item:hover {
  background: #fff;
}
.parcel-switch .item.active .head {
  color: #e44e15;
}
.parcel-switch .item.active .num {
  color: #e44e15;
}
.parcel-switch .item.active .toggle {
  padding: 0;
}

form.std .parcel-switch .cell .toggle {
  padding-left: 0;
}
form.std .parcel-switch .cell .toggle .radio {
  left: auto;
  right: 0;
}

.trace {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 20px;
}
.trace .icon {
  vertical-align: middle;
}
.trace .flag-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 21px 15px !important;
}

/*================================= Form filter =================================*/

.form-filter.narrow-filter table {
  max-width: 700px;
  margin: 0 auto;
}

.form-filter table {
  width: 100%;
  margin: 0 0 30px 0;
}
.form-filter label {
  font-size: 22px;
  font-weight: normal;
  line-height: 45px;
  color: #1e1e22;
  margin: 0 10px 0 0;
}
.form-filter select {
  width: 100%;
}
.form-filter select option {
  font-size: 15px;
  margin: 4px 0;
}

.form-filter .td-select {
  width: 30%;
}

.form-filter .selector {
  text-align: left;
}
.form-filter .select-wrap {
  display: inline-block;
  vertical-align: top;
  display: table;
  width: 100%;
}

.form-filter .btn-set {
  text-align: right;
  margin: 0;
}
.form-filter .btn-set .note {
  max-width: 400px;
  text-align: left;
}

.teaser .form-filter .td-select {
  width: 35%;
}
.teaser .form-filter .select-wrap {
  width: 186px;
  width: 100%;
}

.grid-650 .form-filter .td-select {
  width: 26%;
}

/* Packages */

.packages {
  background: #fffabf;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
.packages .item {
  border-top: 1px solid #d5dbc0;
  padding: 20px 25px;
}
.packages .item table {
  margin: 0;
}
.packages .item table .action {
  width: 36px;
  text-align: right;
}

.packages .size {
  width: 290px;
  margin: 0;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.packages .size > * {
  word-spacing: normal;
  letter-spacing: normal;
}
.packages .size input.text {
  width: 48px;
  padding-left: 9px;
  padding-right: 9px;
}

.packages .weight {
  width: 130px;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.packages .weight > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.packages .weight .weight-span {
  position: relative;
  display: block;
}
.packages .weight .weight-span > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.packages .weight .popup {
  display: none;
  font-size: 14px;
  width: 250px;
  margin-left: -174px;
  left: 50%;
  top: -90px;
  position: absolute;
  background: #3877d2;
  padding: 12px;
  line-height: 17px;
  color: #fff;
  z-index: 100;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.packages .weight .popup:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3877d2;
}
.packages .weight .popup p {
  margin: 0;
}
.packages .weight .popup .close {
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}
.packages .weight input.text {
  width: 48px;
  padding-left: 9px;
  padding-right: 9px;
}

.filter .actions {
  width: 100px;
  text-align: right;
}

.packages .label {
  font: normal 15px/20px DinMedium, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #1e1e22;
  margin: 0 5px;
}
.packages .label span {
  font-weight: normal;
  display: block;
}

.packages .another-parcel {
  font-family: "swister";
  font-size: 19px;
  position: absolute;
  right: 60px;
  top: -26px;
  color: #000;
  text-align: right;
}
.packages .another-parcel:after {
  content: "";
  position: absolute;
  right: -28px;
  top: 12px;
  width: 23px;
  height: 35px;
  background: url("../../img/another-parcel.png") 0 0 no-repeat;
}

html[lang="ua"] .packages .another-parcel {
  font-family: "PH-900Regular";
}
html[lang="ru"] .packages .another-parcel {
  font-family: "PH-900Regular";
}
html[lang="bg"] .packages .another-parcel {
  font-family: "PH-900Regular";
}

.packages.numeric .num {
  font-weight: 600;
  background: #000a4a;
  padding: 1px 0 0 3px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 26px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*================================= Calculator with map =================================*/

.map-calculator .column {
  float: right;
  width: 400px;
}
.map-calculator .row {
  position: static;
}

.map-calculator .form-filter table.countries {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.map-calculator .form-filter tbody {
  display: block;
}
.map-calculator .form-filter tr {
  display: block;
}
.map-calculator .form-filter td {
  display: inline-block;
}
.map-calculator .form-filter td.td-label {
  width: 50px;
  float: left;
  display: block;
}
.map-calculator .form-filter td.td-switch {
  padding: 0;
}
.map-calculator .form-filter td.td-switch .switch {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -25px;
}
.map-calculator .form-filter td.td-select {
  width: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: block;
}
.map-calculator .form-filter .a-c {
  display: block;
}
.map-calculator .form-filter .btn-set .btn.submit {
  margin: 0;
  width: 100%;
}
.map-calculator .form-filter .btn-set .note {
  margin: 0;
  text-align: right;
  max-width: 100%;
  float: none;
  display: none;
}

.map-calculator .filter-head {
  font: 400 24px/1.5em DinMedium, sans-serif;
  padding: 15px 40px;
  background: #e44e15;
  color: #fff;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.map-calculator .filter .tab-content {
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

.gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
}

.popup-contact {
  font-size: 15px;
  background: #fff;
  color: #000;
  width: 190px;
  height: 80px;
  padding: 10px;
}
.popup-contact ul {
  margin: 0;
}
.popup-contact ul li {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.popup-contact ul li:before {
  content: none;
}

/* Accordion */

.accordion {
  width: 400px;
  position: relative;
  display: none;
}
.accordion .item {
  background: #e5f2ff;
}
.accordion .item-head {
  font-size: 24px;
  font-family: DinMedium, sans-serif;
  background: #3877d2;
  color: #fff;
  padding: 25px 40px;
  cursor: pointer;
  position: relative;
}
.accordion .item-head:hover {
  background: #015bab;
}
.accordion .item-head:after {
  content: "";
  display: block;
  background: url("../../img/sprite.png") -132px -96px no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
}

.accordion .item-content {
  background: #e5f2ff;
  padding: 5px 40px 10px 40px;
  display: none;
}
.accordion .item-content ul {
  margin-bottom: 0;
}
.accordion .item-content ul li {
  padding-left: 45px;
}
.accordion .item-content ul li:before {
  background-position: -686px -179px;
  width: 29px;
  height: 39px;
  top: -6px;
}
.accordion .item-content a {
  color: #3877d2;
}

.accordion .item.active .item-head {
  background: #e5f2ff;
  color: #3877d2;
}
.accordion .item.active .item-head:after {
  background-position: -92px -216px;
}
.accordion .item.active .item-head:hover {
  color: #015bab;
}

.accordion .item:first-child {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.accordion .item:last-child {
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  overflow: hidden;
}

/************************************************************************************
UNIFORM
*************************************************************************************/

/* Select */

div.selector {
  font-size: 18px;
  background: #e5f2ff url("../../img/form/input-text.gif") 0 0 repeat-x;
  color: #1e1e22;
  line-height: 45px;
  height: 45px;
  padding: 0 0 0 0;
  text-indent: 15px;
  position: relative; /*overflow: hidden;*/
  cursor: pointer;
  border: 1px solid #cdd8e4;
  border-top: 1px solid #adb7c1;
  border-right: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background: url("../../img/form/select.png") right 0 no-repeat;
  padding: 0;
  height: 45px;
  line-height: 48px;
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  top: -1px;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  font-size: 18px;
  font-family: DinLight, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 45px;
  line-height: 45px;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
div.selector select option {
  padding: 2px 4px;
}

div.selector#uniform-user_country_id {
  background-size: 21px 15px !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  text-indent: 40px;
}

div.selector.active {
  background-position: right 0;
}
div.selector.active span {
  background-position: right 0;
}
div.selector.hover,
div.selector.focus {
  background-position: right 0;
}
div.selector.hover span,
div.selector.focus span {
  background-position: right 0;
}
div.selector.hover.active,
div.selector.focus.active {
  background-position: right 0;
}
div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right 0;
}

/* Checkbox */

div.checker {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
div.checker,
div.checker span,
div.checker input {
  width: 22px;
  height: 24px;
  cursor: pointer;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  background: url("../../img/form/checkbox.png") 0 0 no-repeat;
}
div.checker span.checked {
  background-position: 0 -24px;
}
div.checker input {
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}

div.checker.active span {
  background-position: 0 -24px;
}
div.checker.active span.checked {
  background-position: 0 -24px;
}
div.checker.focus span {
  background-position: 0 0;
}
div.checker.hover span {
  background-position: 0 0;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
  background-position: 0 -24px;
}
div.checker.hover.active span,
div.checker.focus.active span {
  background-position: 0 -24px;
}
div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
  background-position: 0 -24px;
}

/* Radio */

div.radio {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
div.radio,
div.radio span,
div.radio input {
  width: 23px;
  height: 24px;
  cursor: pointer;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  background: url("../../img/form/radio.png") 0 0 no-repeat;
}
div.radio span.checked {
  background-position: 0 -24px;
}
div.radio input {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio.active span {
  background-position: 0 -24px;
}
div.radio.active span.checked {
  background-position: 0 -24px;
}
div.radio.focus span {
  background-position: 0 -24px;
}
div.radio.focus.hover span {
  background-position: 0 -24px;
}
div.radio.hover span {
  background-position: 0 0;
}
div.radio.hover span.checked,
div.radio.focus span.checked {
  background-position: 0 -24px;
}
div.radio.hover.active span,
div.radio.focus.active span {
  background-position: 0 -24px;
}
div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
  background-position: 0 0;
}

.box.hl div.radio span,
.radio-alt div.radio span {
  background-position: 0 -48px;
}
.box.hl div.radio span.checked,
.radio-alt div.radio span.checked,
.box.hl div.radio.active span,
.radio-alt div.radio.active span,
.box.hl div.radio.active span.checked,
.radio-alt div.radio.active span.checked,
.box.hl div.radio.focus span,
.radio-alt div.radio.focus span,
.box.hl div.radio.hover span,
.radio-alt div.radio.hover span,
.box.hl div.radio.hover span.checked,
.box.hl div.radio.focus span.checked,
.radio-alt div.radio.hover span.checked,
.radio-alt div.radio.focus span.checked,
.box.hl div.radio.hover.active span,
.box.hl div.radio.focus.active span,
.radio-alt div.radio.hover.active span,
.radio-alt div.radio.focus.active span {
  background-position: 0 -72px;
}

/* Combobox */

.custom-combobox {
  display: block;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  position: relative;
}
.custom-combobox > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.custom-combobox .custom-combobox-input {
  font-family: DinLight, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  color: #000;
  background-size: 21px 15px !important; /*background: #e5f2ff url('../../img/form/input-text.gif') 0 0 repeat-x;*/
  background-color: #e5f2ff;
  background-position: 10px center;
  background-repeat: no-repeat;
  line-height: 20px;
  height: 45px;
  padding: 13px 14px 10px 40px;
  display: inline-block;
  border: 1px solid #cdd8e4;
  vertical-align: middle;
}
.custom-combobox .custom-combobox-toggle {
  background: #fff url("../../img/sprite.png") -821px -499px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  line-height: normal;
  border: none;
  text-align: center;
  width: 37px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.custom-combobox .custom-combobox-toggle:hover {
  background-position: -821px -579px;
}

.ui-tooltip {
  font-family: DinLight, Arial, sans-serif !important;
  font-size: 18px !important;
  padding: 8px;
  position: absolute;
  background: #fff !important;
  color: #000;
  border: none !important;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body ul.ui-autocomplete {
  font-family: DinLight, Arial, sans-serif;
  padding: 5px 0;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  z-index: ;
}
body ul.ui-autocomplete li.ui-menu-item {
  background: none;
  padding: 0;
}
body ul.ui-autocomplete li.ui-menu-item a {
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body ul.ui-autocomplete li.ui-menu-item a.ui-state-focus {
  border: none;
  background: #3399ff;
  color: #fff;
  margin: 0;
}
body ul.ui-autocomplete li.ui-menu-item a.list-item-flag {
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding: 3px 40px;
}

/* Skrytí vlajek u kalkulaček po pracném přidávání :-) */

.calculator-wrapper .custom-combobox .custom-combobox-input {
  background-image: none !important;
  padding-left: 14px;
}
body ul.ui-autocomplete li.ui-menu-item a.list-item-flag {
  background-image: none !important;
  padding-left: 0.4em !important;
}

/************************************************************************************
SLIDERS
*************************************************************************************/

/* Slider */

.slider ul,
.slider li.panel {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  background: none;
}
.slider,
.slider li.panel {
  overflow: hidden;
}
.slider li.panel:before {
  content: none;
}

.controls {
  margin: 0;
}
.controls li {
  padding: 0;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  height: 18px;
  line-height: 18px;
  text-align: left;
}
.controls li:before {
  content: none;
}
.controls li a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #aed0f2;
  text-decoration: none;
  text-indent: -800000px;
}
.controls li.current a {
  cursor: default;
}
.controls li.current a,
.controls li a:hover {
  background: #fff;
}

.nav {
  width: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.nav .prev {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -80000px;
  display: block;
  width: 76px;
  height: 206px;
  position: absolute;
  left: -76px;
  top: 0;
  margin: auto;
  z-index: 100;
  background: #e5f2ff url("../../img/slider-nav-prev.png") 0 center no-repeat;
  cursor: pointer;
}
.nav .next {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -80000px;
  display: block;
  width: 76px;
  height: 206px;
  position: absolute;
  right: -76px;
  top: 0;
  margin: auto;
  z-index: 100;
  background: #e5f2ff url("../../img/slider-nav-next.png") 0 center no-repeat;
  cursor: pointer;
}
.nav .prev:hover {
  background-position: -76px center;
  background-color: #fff;
}
.nav .next:hover {
  background-position: -76px center;
  background-color: #fff;
}

/* Teaser slider */

.teaser-slider,
.teaser-slider li.panel {
  width: 960px;
  height: 300px;
}
.teaser-slider li.panel {
  width: 960px;
}

/* Parcel slider */

.parcel-slider {
  width: 100%;
  height: 130px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.parcel-slider .slider {
  margin: 0 -6px;
}
.parcel-slider li.panel {
  width: 100%;
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}

.parcel-slider .nav {
  position: static;
}
.parcel-slider .nav .prev {
  background: url("../../img/sprite.png") -27px -295px no-repeat;
  width: 32px;
  height: 51px;
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.parcel-slider .nav .next {
  background: url("../../img/sprite.png") -27px -375px no-repeat;
  width: 32px;
  height: 51px;
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.parcel-slider .nav .prev:hover {
  background-position: -103px -295px;
}
.parcel-slider .nav .next:hover {
  background-position: -103px -375px;
}

/* News slider */

.news-slider {
  position: relative;
  max-width: 710px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.news-slider,
.news-slider li.panel {
  width: 657px;
}
.news-slider li.panel {
  width: 657px;
  min-height: 500px;
}
.news-slider li.panel.item-1 img {
  position: absolute;
  right: -2px;
  top: 0;
}
.news-slider li.panel.item-2 img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.news-slider li.panel .text {
  width: 384px;
  padding-bottom: 10px;
  position: relative;
  z-index: 20;
}
.news-slider li.panel .text .foot {
  padding-top: 30px;
}
.news-slider li.panel .text p {
  margin: 0 0 24px 0;
}

.news-slider .nav {
  width: 300px;
  bottom: 25px;
  top: auto;
  text-align: right;
}
.news-slider .controls {
  margin-right: 33px;
}
.news-slider .controls li {
  text-align: left;
}

/************************************************************************************
OWL SLIDER
*************************************************************************************/

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing { cursor:url(grabbing.png) 8 8, move; }*/

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Item slider */

.item-slider {
  padding-right: 1px;
  margin: 0 auto;
  padding: 0 76px;
  text-align: center;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
}
.item-slider .owl-wrapper {
  position: relative;
}
.item-slider .owl-wrapper-outer {
  padding: 0;
}
.item-slider .owl-wrapper-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("../../img/dot-v.gif") 0 0 repeat-y;
  z-index: 20;
}
.item-slider .owl-wrapper-outer:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("../../img/dot-v.gif") 0 0 repeat-y;
  z-index: 20;
}

.item-slider .item {
  width: 100%;
  padding: 18px 8px 20px 8px;
  text-align: center;
  color: #1e1e22;
  background: #e5f2ff url("../../img/dot-v.gif") 0 0 repeat-y;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
}
.item-slider .item:hover {
  background-color: #e44e15;
  color: #fbc7b6;
}
.item-slider .item:hover .state,
.item-slider .item:hover .price {
  color: #fff;
}

.item-slider .item a {
  text-decoration: none;
  color: #000;
}
.item-slider .item a:hover {
  color: #fbc7b6;
}
.item-slider .item p {
  margin: 0;
}
.item-slider .item img {
  margin: 0 auto;
}

.item-slider .item .flag {
  margin: 16px auto;
  height: 40px;
}
.item-slider .item .state {
  font-size: 18px;
  color: #2b5ba0;
}
.item-slider .item .price {
  font-size: 18px;
  color: #e65828;
}
.item-slider .item .weight {
  font-size: 13px;
}

.item-slider .owl-controls {
  width: 100%;
  position: static;
  left: auto;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.item-slider .owl-controls .owl-prev {
  color: #bbd9f6;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  display: block;
  width: 76px;
  margin: auto;
  z-index: 100;
  background: #e5f2ff;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
.item-slider .owl-controls .owl-next {
  color: #bbd9f6;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  display: block;
  width: 76px;
  margin: auto;
  z-index: 100;
  background: #e5f2ff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}
.item-slider .owl-controls .owl-prev .icon,
.item-slider .owl-controls .owl-next .icon {
  width: 30px;
  height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.item-slider .owl-controls .owl-prev:hover,
.item-slider .owl-controls .owl-next:hover {
  background-color: #fff;
  color: #e44e15;
}

.typical-prices .item-slider .owl-controls .owl-prev {
  border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
}
.typical-prices .item-slider .owl-controls .owl-next {
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/*========================= Viewport width 1360px and lower =========================*/

@media screen and (max-width: 1360px) {
  .campaigns {
    text-align: center;
  }

  .cmp {
    padding-left: 65px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    left: 0;
    top: 0;
  }
  .cmp .inner {
    padding: 12px 20px 8px 20px;
    background: #14468d !important;
    overflow: visible;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: auto;
    height: auto;
  }
  .cmp .inner:before {
    display: block;
  }
  .cmp .mid-wrap {
    height: auto;
  }
  .cmp .mid {
    height: auto;
  }

  .cmp.summer .bubble {
    display: none;
  }
  .cmp.summer .year {
    display: none;
  }
}

/*========================= Viewport width 1200px and lower =========================*/

@media screen and (max-width: 1200px) {
  .filter-wrap .did-you-know {
    display: none !important;
  }
}

/*========================= Viewport width 1000px and lower =========================*/

@media screen and (max-width: 1000px) {
  .row {
    width: auto;
    max-width: 980px;
  }
  .grid {
    width: 100%;
  }
  .main {
    padding: 0;
    overflow: hidden;
  }

  .grid-mobile {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .narrow {
    width: auto;
  }


  .testimonials .item {
    width: 70%;
    margin: 0 auto 50px auto;
    display: block;
  }

  /* Header */

  .main-nav {
    width: 100%;
    text-align: left;
    display: none;
    margin-top: 10px;
  }
  .main-nav.active {
    display: inline-block;
  }
  .main-nav nav {
    display: block;
  }
  .main-nav > nav > ul {
    margin: 0 0 10px 0;
  }
  .main-nav > nav > ul > li {
    margin: 0;
    padding: 0;
    display: block;
    background: #e65828;
  }
  .main-nav > nav > ul > li.home a {
    background: #e65828;
    width: auto;
    height: auto;
    text-indent: 0;
    top: 0;
    padding: 25px 15px;
    text-align: center;
  }
  .main-nav > nav > ul > li a {
    font-size: 22px;
    font-weight: 400;
    display: block;
    padding: 25px 15px;
    border-top: 1px solid #eb7953;
    background: #e65828;
    color: #fff;
    text-align: center;
  }
  .main-nav > nav > ul > li.active a {
    color: #fff;
  }
  .main-nav > nav > ul > li a:hover,
  .main-nav > nav > ul > li > a:active {
    color: #fff;
    background-color: #14468d;
  }

  .main-wrap {
    padding: 0;
  }

  .header .trigger {
    font-size: 24px;
    display: inline-block;
    float: right;
    vertical-align: top;
    background: #3877d2;
    width: 50px;
    height: 43px;
    line-height: 44px;
    padding: 0;
    margin: 0 0 0 20px;
    text-align: center;
    cursor: pointer;
  }
  /*.header .trigger .icon { display: none; }*/
  .header.mini .trigger {
    margin-top: -7px;
  }

  .header {
    text-align: left;
    z-index: 2600;
    position: relative;
    background: #fff;
  }
  .header .h-1 {
    min-height: 60px;
    height: auto;
  }
  .header .h-1 .row {
    background: #fff;
    min-height: 0;
  }
  .header .logo {
    width: 140px;
  }
  .header .header-r {
    padding-top: 10px;
  }
  .header .header-service {
    min-height: 50px;
  }
  .header .logo-claim {
    display: none;
  }
  .header .logo-simple {
    display: block;
  }

  .header .login {
    display: none;
  }
  .header .delivery {
    display: none;
  }

  .header.active .lng {
    display: inline-block;
  }
  .header.active .login {
    display: inline-block;
    margin-left: 0;
  }
  .header.active .delivery {
    display: inline-block;
    margin: 0 0 20px 10px;
  }
  .header.active .dropdown.lng {
    top: 8px;
  }
  .header.active .dropdown.currency {
    top: 8px;
  }

  .parcel-slider {
    padding: 0 50px;
  }
  .parcel-slider .nav .next {
    right: 0;
  }
  .parcel-slider .nav .prev {
    left: 0;
  }

  /* Dropdown */

  .h-2 .dropdown.lng {
    display: inline;
  }
  .dropdown .dd-trig.active:after {
    bottom: -14px;
  }

  .dropdown.lng ul {
    width: 100%;
    left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .dropdown.currency ul {
    width: 100%;
    left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .dropdown.services {
    display: block;
    width: 100%;
  }
  .dropdown.services ul {
    width: 100%;
    height: auto;
    text-align: center;
    display: block !important;
    position: static;
    margin-left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .dropdown.services ul li a {
    font-size: 14px;
    line-height: 1.1em;
    margin: 0;
    white-space: normal;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .dropdown.about-us {
    display: block;
    width: 100%;
  }
  .dropdown.about-us ul {
    width: 100%;
    height: auto;
    text-align: center;
    display: block !important;
    position: static;
    margin-left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .dropdown.about-us ul li {
    width: 33.33333%;
    padding: 0;
  }
  .dropdown.about-us ul li a {
    font-size: 14px;
    line-height: 1.1em;
    margin: 0;
    white-space: normal;
    border-color: rgba(255, 255, 255, 0.2);
  }

  /* Footer */

  .footer,
  .footer .f_1,
  .footer .f_3 {
    height: auto;
    margin: 0;
  }
  .footer .f_1 {
    padding-bottom: 0;
  }

  .footer .made-in {
    float: none;
    text-align: left;
  }
  .footer .cryptocurrency {
    display: block;
  }

  .f_1 .grid-row {
    margin: 0 0 0 -30px;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
  }
  .f_1 .grid {
    width: 50%;
    margin: 0 0 30px 0;
    padding-left: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
  }

  .copy,
  .porta {
    float: none;
  }

  /* Filter */

  .did-you-know {
    display: none;
  }
  .video,
  #storage-promo {
    width: 100%;
    height: auto;
  }
  .video a,
  #storage-promo .storage-promo-inner {
    position: static;
    margin: 0 auto;
  }
  .filter-note {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    float: none !important;
  }

  /* Interest */

  .interest {
    max-width: 710px;
  }
  .interest .item-list {
    background-image: none;
  }
  .interest .item {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    border-bottom: 1px solid #a0c9f1;
  }
  .interest .item-3 {
    border-bottom: 0;
  }

  /* News slider */

  .news-slider {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .news-slider li.panel {
    width: 100%;
  }

  /* Reasons */

  .reasons {
    text-align: left;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasons ul.check-list-3 li {
    display: inline-block;
    background-position: 0 0;
  }
  .reasons ul.check-list-3 li:before {
    /*display: inline-block; top: 8px; position: relative; margin-right: 5px;*/
  }

  /* Modal campaigns */

  .campaign {
    width: 100%;
    padding: 0 20px;
  }
  .modal-campaign {
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
  .modal-campaign .grid-730 {
    width: 100%;
  }
  .modal-campaign .box-set .box .box-content {
    padding: 20px;
  }
  .modal-campaign .box-set .box .box-content .visual {
    display: none;
  }

  .footer .f_1 .logo {
    margin: 0 0 20px 0;
    display: none;
  }
  .blog-link {
    text-align: left;
  }
  .footer .f_1 .foot-icons {
    margin: 0 0 20px 0;
    text-align: left;
  }

  form.form-key-customer .cell-set.set-4 .cell {
    width: 50%;
  }
  form.form-key-customer .cell-set.set-5 .cell {
    width: 33.3333%;
  }

  .footer p.pci-footer {
    margin: 10px 0 10px 23px;
  }

  .modal-thank-you .btn-set .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*========================= Viewport width 900px and lower =========================*/

@media screen and (max-width: 900px) {
  /* Checkout */

  .fancybox-inner {
    width: 500px !important;
  }
  .fancybox-inner div {
    max-width: 100%;
  }

  .modal-box#signup .btn-set.a-r.last {
    text-align: left;
  }

  .modal-box#signup .btn-set.a-r.last button {
    display: block;
    margin-top: 5px;
  }

  .order-summary {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .animation-done {
    display: none;
  }

  form.std .cell .label {
    display: block;
    width: 100%;
  }
  form.std .cell .input {
    display: block;
  }
  form.std .cell .input-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  form.std .cell .input-1 input.text {
    width: 100%;
  }
  form.std .cell .input-1 select {
    width: 100%;
  }
  form.std .cell .input-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
  }
  form.std .cell .input-2 .note {
    margin: 10px 0 0 0;
  }

  form.form-persons .cell .input {
    display: inline-block;
    margin-bottom: 30px;
  }
  form.form-persons .label {
    margin-bottom: 20px;
  }
  form.form-persons .label label {
    float: none;
    text-align: center;
  }

  /* Form ask */

  form.form-ask .col-2 .cell .input-1 {
    width: 100%;
  }

  /* Cart steps */

  .steps li {
    display: block;
    width: 100%;
    margin: 0 0 1px 0;
  }
  .steps li a {
    padding-left: 0;
    padding-right: 0;
  }

  /* Persons */

  .persons .item {
    width: 49%;
  }

  /* Columns */

  .col2-set {
    width: 100%;
    margin: 0;
  }
  .col2-set .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Contact */

  .table-params .label {
    text-align: right;
    padding-right: 30px;
  }
  .table-params .label.a-c {
    text-align: center;
    padding: 0;
  }

  .clip {
    display: none !important;
  }

  .packages .another-parcel {
  }
}

/*========================= Viewport width 768px and lower =========================*/

@media screen and (max-width: 768px) {
  .fancybox-inner {
    width: 400px !important;
  }

  .country-list li {
    width: 32%;
    padding-left: 40px;
  }
  /* Dropdown */

  .dropdown.lng ul li {
    width: 50%;
  }
  .dropdown.lng ul li a {
    border-bottom-width: 1px;
  }
  .dropdown.lng ul li:nth-child(16) a {
    border-bottom-width: 1px;
  }
  .dropdown.lng ul li:nth-child(3n) a {
    border-right-width: 1px;
  }
  .dropdown.lng ul li:nth-child(2n) a {
    border-right-width: 0;
  }

  .dropdown.currency ul li {
    width: 50%;
  }
  .dropdown.currency ul li:nth-child(3n) a {
    border-width: 0 1px 1px 0;
  }
  .dropdown.currency ul li a {
    border-right-width: 1px;
  }
  .dropdown.currency ul li:nth-child(2n) a {
    border-right: none;
  }
  .dropdown.currency ul li:nth-child(3) a,
  .dropdown.currency ul li:nth-child(4) a {
    border-bottom: none;
  }

  /* Form filter */

  .form-filter table.countries {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .form-filter td.td-label {
    width: 50px;
    float: left;
    display: block;
  }
  .form-filter td.td-switch {
    padding: 0;
  }
  .form-filter td.td-switch .switch {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    margin-top: -25px;
  }
  .form-filter td.td-select,
  .teaser .form-filter td.td-select {
    width: 100%;
    padding-left: 50px;
    padding-right: 60px;
    display: block;
  }
  .form-filter .a-c {
    display: block;
  }
  .form-filter .btn-set .btn.submit {
    margin-bottom: 20px;
  }
  .form-filter .btn-set .note {
    margin: 0;
    text-align: right;
    max-width: 100%;
    float: none;
  }

  /* Highlights */

  .highlights .item {
    width: 100%;
    border: none;
    border-top: 2px solid #4d8bcf;
  }
  .highlights .item.first {
    border-top: none;
  }
  .highlights.with_check .item {
    width: 100%;
    border: none;
    border-top: 2px solid #4d8bcf;
    min-height: 1px;
  }

  .services .item {
    width: 45%;
  }

  .packages .item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .quote .btn {
    margin-left: 0;
  }

  .filter .tab-nav ul li {
    display: block;
  }

  .fixed-nav-wrap {
    height: auto;
  }
  .fixed-nav {
    position: static !important;
  }
  .fixed-nav ul li {
    display: block;
    margin-bottom: 1px;
  }
  .fixed-nav ul li a {
    display: block;
  }

  .how-to .item {
    width: 100%;
    border: none;
    border-bottom: 2px solid #cbe3fb;
    padding: 30px 30px 10px 30px;
  }
  .how-to .item:last-child {
    border-bottom: none;
  }

  /* Campaign page */

  .table-be-orders td:nth-of-type(1):before {
    content: "Time";
  }
  .table-be-orders td:nth-of-type(2):before {
    content: "Name";
  }
  .table-be-orders td:nth-of-type(3):before {
    content: "From";
  }
  .table-be-orders td:nth-of-type(4):before {
    content: "To";
  }
  .table-be-orders td:nth-of-type(5):before {
    content: "Regular price";
  }
  .table-be-orders td:nth-of-type(6):before {
    content: "Price TODAY";
  }

  .table-be-orders thead {
    display: none;
  }
  .table-be-orders tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
  }
  .table-be-orders tr td {
    padding-left: 50%;
    position: relative;
    display: block;
    width: 100%;
    border: none !important;
  }
  .table-be-orders tr td:before {
    font-family: DinLight, Arial, sans-serif;
    font-size: 16px;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    width: 45%;
  }

  .campaign-page .box .box-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown.services ul {
    text-align: left;
  }
  .dropdown.services ul li {
    width: 33.33333%;
  }
  .dropdown.services ul li a {
    border: none;
    text-align: center;
  }

  .packing-videos .item {
    width: 33.3333%;
  }
}

/*========================= Viewport width 640px and lower =========================*/

@media screen and (max-width: 640px) {
  .fancybox-inner {
    width: 400px !important;
  }

  .hp-main .section-head {
    display: none;
  }
  .hp-main .teaser {
    margin-top: -35px;
  }

  /* Footer */

  .footer .f_1 .grid-row {
    padding: 0;
    margin: 0;
  }

  .footer .f_1 {
    margin: 0;
  }
  .footer .f_1 .grid {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .footer .f_1 .btn {
    margin: 0 0 20px 0;
  }
  .footer .f_1 p {
    margin: 0;
  }
  .footer .f_1 ul {
    margin-bottom: 0;
  }
  .footer .f_1 h3 {
    margin: 0;
  }
  .footer .f_1 h3 a {
    padding: 20px;
    display: block;
    border-top: 1px solid #838385;
    position: relative;
  }
  .footer .f_1 h3 a .icon {
    position: absolute;
    right: 0;
    top: 15px;
    background-position: -120px -80px;
    margin: 0;
    width: 40px;
    height: 40px;
    display: block;
  }
  .footer .f_1 h3 a.active .icon {
    background-position: -120px -120px;
  }

  /* Filter */

  .filter {
    max-width: 400px;
  }

  .video,
  #storage-promo {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter-note {
    width: 100%;
  }

  .hover-why {
    padding-bottom: 0;
  }

  .rating .stars .label {
    width: 100%;
    float: none;
    text-align: left;
  }

  .packages .item {
    width: 100%;
  }
  .packages .weight {
    width: 128px;
  }
  .packages .size {
    width: 100%;
  }
  .packages .item table .action {
    text-align: left;
  }
  .packages table {
    width: 100%;
    display: block;
  }
  .packages td {
    display: inline-block;
  }

  .form-filter tbody {
    display: block;
  }
  .form-filter tr {
    display: block;
  }
  .form-filter td {
    display: inline-block;
  }

  .packages .another-parcel {
    display: none;
  }

  .box .box-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services .item-list {
    margin-left: 0;
  }
  .services .item {
    width: 100%;
    margin-left: 0;
  }

  .filter .tab-content.with-nav {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
  }
  .filter .tab-content .inner-packages {
    margin: 0;
  }

  .filter .tab-nav {
    height: auto;
  }
  .filter .tab-nav ul li {
    float: none;
  }
  .filter .tab-nav ul li a {
    font-size: 18px;
    float: none;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter .tab-nav ul li:first-child a {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
  }
  .filter .tab-nav ul li:nth-child(2) a {
    display: none !important;
  }
  .filter .tab-nav ul li:nth-child(2) a#tab-storage-link {
    display: block !important;
  }

  /* Form filter */

  .form-filter label {
    font-size: 17px;
  }
  .form-filter .btn-set .btn.submit {
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .form-filter .btn-set .note {
    text-align: center;
    float: none;
    margin: 0;
    max-width: 100%;
  }

  /* Form edit account */

  form.form-edit-account .cell {
    width: 100%;
  }

  /* Form ask */

  form.form-ask .col {
    width: 100%;
  }

  /* Persons */

  .form-persons {
    text-align: center;
  }
  .persons .item-list {
    margin-left: 0;
  }
  .persons .item {
    width: 100%;
    margin-left: 0;
  }

  /* Item slider */

  .item-slider .item:hover {
    background-color: #e5f2ff;
    color: #000;
  }
  .item-slider .item:hover .state {
    color: #2b5ba0;
  }
  .item-slider .item:hover .price {
    color: #e65828;
  }
  .item-slider .item a:hover {
    color: #000;
  }

  /* Foundations */

  .foundations .cell div.text {
    padding: 80px 0 0 0;
  }
  form.std .foundations .cell-set.inline .cell {
    float: none;
  }

  .btn.step-next {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .step-back {
    margin-top: 0;
  }

  /* Credits */

  .credits .item-list {
    margin-left: 0;
  }
  .credits .item {
    width: 100%;
    margin-left: 0;
  }

  /* Address list */

  .address-list .item {
    width: 100%;
  }

  /* Post list */

  .post-list .item {
    padding-left: 0;
  }
  .post-list .item .img {
    position: static;
  }

  /* News slider */

  .news-slider .nav {
    display: none !important;
  }
  .news-slider .slidesContainer {
    width: auto !important;
    transform: none !important;
  }
  .news-slider .panel {
    float: none !important;
    min-height: 0 !important;
    margin-bottom: 40px !important;
  }
  .news-slider .panel img {
    display: none !important;
  }

  .rating .stars {
    display: none;
  }
}

/*========================= Viewport width 560px and lower =========================*/

@media screen and (max-width: 560px) {
  .testimonials .item {
    width: 95%;
  }
  .country-list li {
    width: 49%;
  }

  .news-slider img {
    display: none;
  }

  form.form-key-customer .cell-set.set-4 .cell,
  form.form-key-customer .cell-set.set-5 .cell {
    width: 100%;
  }

  .dropdown.services ul li {
    width: 50%;
  }

  .campaign-page .fb-post {
    display: none;
  }

  .packages .label {
    font-size: 14px;
  }
  .packages .size input.text {
    width: 44px;
  }
  .packages .weight input.text {
    width: 44px;
  }

  .pci-certificate {
    position: static;
  }

  /* Foundations */

  form.std .foundation-list .cell-set.set-2 .cell {
    width: 100%;
  }

  .packing-videos .item {
    width: 50%;
  }

  .cmp {
    padding-left: 0;
    font-size: 20px;
  }
  .cmp .inner:before {
    display: none !important;
  }

  body .ui-datepicker.ui-widget {
    width: 16em;
  }
  .filter .tab-nav ul li a .r {
    display: none;
  }
}

/*========================= Viewport width 425px and lower =========================*/

@media screen and (max-width: 425px) {
  .fancybox-inner {
    width: 320px !important;
  }

  .country-list li {
    width: 100%;
  }

  .dropdown.about-us ul li {
    width: 100%;
  }

  .modal-pick-address {
    min-width: 200px;
  }
  .fancybox-inner {
    width: 280px !important;
  }
  .fancybox-wrap {
    top: 20px !important;
    left: 20px !important;
    width: 300px !important;
  }

  .form-filter td.td-select,
  .teaser .form-filter td.td-select {
    padding-left: 50px;
  }
  .form-filter td.td-label {
    width: 40px;
  }

  .dropdown.lng,
  .dropdown.currency {
    display: none;
  }
  .header.active .dropdown.lng,
  .header.active .dropdown.currency {
    display: inline-block;
  }

  .fb-page {
    display: none !important;
  }

  .btn {
    font-size: 16px;
  }

  /*  .packing-videos .item {
    width: 100%;
  }*/

  .parcel-switch .item .head {
    font-size: 20px;
  }
}

/************************************************************************************
RETINA
*************************************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  i.icon,
  ul li:before,
  body .fancybox-close,
  .logo:hover span.home,
  .filter .tab-nav ul li a .r,
  .back-to-order,
  .contact-list-2 li:before,
  .logo span.bg,
  .persons .item .plus,
  .fm.success .close,
  .fm.error .close,
  .btn.add,
  .btn.remove,
  .btn.switch,
  .btn.clone,
  .custom-combobox .custom-combobox-toggle,
  .dropdown .blank:after,
  .address-list .search-field .btn-search {
    background-image: url("../../img/sprite-4x.png");
    background-size: 880px 680px;
  }
  .flag {
    background-image: url("../../img/flags-4x.png");
    background-size: 308px 208px;
  }
  .lng .flag-icon {
    background-image: url("../../img/lng-4x.png?1");
    background-size: 113px 83px;
  }
  .pack {
    background-image: url("../../img/packs-4x.png");
    background-size: 1020px 130px;
  }
  .carriers > * {
    background-image: url("../../img/logos-lp-4x.png");
    background-size: 630px 90px;
  }
  .footer .pci-footer:before {
    background-image: url("../../img/pci-footer-4x.png");
    background-size: 33px 36px;
  }
  .pci-certificate,
  .pci-certificate .text:after {
    background-image: url("../../images/foundations/pci-certificate-4x.png");
    background-size: 172px 62px;
  }

  .dropdown .icon {
    background: url("../../img/sprite-dropdown-4x.png") 0 0 no-repeat;
    background-size: 650px 100px;
  }
}

/************************************************************************************
TRANSITIONS & ANIMATIONS
*************************************************************************************/

.porta a,
.persons .info {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}

.header,
.header .h-1,
.header-r,
.logo,
.logo img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:before,
.grid-row:before,
.item:before,
.item-list:before,
.cell .label:before,
.col2-set:before,
.col3-set:before {
  content: " ";
  display: table;
}

.clearfix:after,
.grid-row:after,
.item:after,
.item-list:after,
.cell .label:after,
.col2-set:after,
.col3-set:after {
  content: " ";
  display: table;
}

.clearfix:after,
.grid-row:after,
.item:after,
.item-list:after,
.cell .label:after,
.col2-set:after,
.col3-set:after {
  clear: both;
}

/************************************************************************************
THANK YOU PAGE ANIMATION
*************************************************************************************/

body {
  position: relative;
  color: #21272c;
  background: #5ca0e4;
} /*
 *  Animation done
 */
.animation-done {
  position: relative;
  height: 450px;
  white-space: nowrap;
  line-height: 1;
}
.animation-done__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -1.215em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  font-family: DinMedium, sans-serif;
  font-size: 51px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
}
.animation-done__title strong {
  display: block;
  font-size: 2.313em;
  margin-bottom: -0.2em;
}
@media (max-width: 900px) {
  .animation-done__title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .animation-done__title {
    font-size: 20px;
  }
}
.animation-done__hand {
  position: absolute;
  width: 128px;
  height: 342px;
  left: 50%;
  margin-left: -64px;
  bottom: 100%;
}
.animation-done__hand-rope {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -2px -282px
    no-repeat;
  width: 6px;
  height: 205px;
  position: absolute;
  top: 0;
  left: 61px;
}
.animation-done__hand-package {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -409px
    no-repeat;
  width: 104px;
  height: 82px;
  position: absolute;
  top: 247px;
  left: 12px;
}
.animation-done__hand-left {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -762px -293px
    no-repeat;
  width: 63px;
  height: 104px;
  position: absolute;
  top: 203px;
  left: 1px;
  -webkit-transform-origin: 63px 0;
  -moz-transform-origin: 63px 0;
  -o-transform-origin: 63px 0;
  -ms-transform-origin: 63px 0;
  transform-origin: 63px 0;
}
.animation-done__hand-right {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -495px
    no-repeat;
  width: 63px;
  height: 104px;
  position: absolute;
  top: 203px;
  left: 65px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.animation-done__hand-bolt {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -795px -409px
    no-repeat;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 49px;
}
.animation-done__rocket {
  position: absolute;
  width: 222px;
  height: 633px;
  left: 50%;
  top: 88px;
  margin-left: -111px;
}
.animation-done__rocket-back {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -278px
    no-repeat;
  width: 130px;
  height: 11px;
  position: absolute;
  top: 148px;
  left: 46px;
  z-index: -1;
}
.animation-done__rocket-body {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -2px -2px
    no-repeat;
  width: 221px;
  height: 276px;
  position: absolute;
  top: 148px;
  left: 0;
}
.animation-done__rocket-head {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -12px -282px
    no-repeat;
  width: 130px;
  height: 154px;
  position: absolute;
  top: 0;
  left: 45px;
  -webkit-transform-origin: 130px 148px;
  -moz-transform-origin: 130px 148px;
  -o-transform-origin: 130px 148px;
  -ms-transform-origin: 130px 148px;
  transform-origin: 130px 148px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.animation-done__rocket-window {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -450px -282px
    no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 165px;
  left: 73px;
}
.animation-done__rocket-window-back,
.animation-done__rocket-person-holder {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -251px -491px
    no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 176px;
  left: 84px;
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.animation-done__rocket-person-holder {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  background: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.animation-done__rocket-person {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -754px -495px
    no-repeat;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
}
.animation-done__rocket-bolt {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -795px -444px
    no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 142px;
  left: 169px;
}
.animation-done__rocket-smoke-white {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -227px -2px
    no-repeat;
  width: 188px;
  height: 264px;
  position: absolute;
  top: 369px;
  left: 23px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.animation-done__rocket-smoke {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -419px -2px
    no-repeat;
  width: 112px;
  height: 222px;
  position: absolute;
  top: 361px;
  left: 53px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.animation-done__rocket-fire {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -293px
    no-repeat;
  width: 71px;
  height: 112px;
  position: absolute;
  top: 361px;
  left: 75px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.animation-done__panel {
  width: 148px;
  height: 177px;
  position: absolute;
  bottom: -60px;
  right: 50%;
  margin-right: -320px;
}
.animation-done__panel .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -146px -282px
    no-repeat;
  width: 148px;
  height: 111px;
  position: absolute;
  top: -30px;
  left: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.animation-done__panel[data-state="2"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -298px -282px
    no-repeat;
  width: 148px;
  height: 105px;
  top: -37px;
}
.animation-done__panel[data-state="3"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -535px -2px
    no-repeat;
  width: 148px;
  height: 94px;
  top: -56px;
}
.animation-done__panel[data-state="4"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -535px -100px
    no-repeat;
  width: 148px;
  height: 95px;
  top: -92px;
  z-index: -1;
}
.animation-done__panel[data-state="5"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -535px -199px
    no-repeat;
  width: 148px;
  height: 125px;
  top: -123px;
  z-index: -1;
}
.animation-done__panel[data-state="6"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -535px -328px
    no-repeat;
  width: 148px;
  height: 148px;
  top: -145px;
  z-index: -1;
}
.animation-done__panel[data-state="7"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -145px
    no-repeat;
  width: 148px;
  height: 129px;
  top: -108px;
  z-index: -1;
}
.animation-done__panel[data-state="8"] .animation-done__panel-cover {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -2px -491px
    no-repeat;
  width: 148px;
  height: 111px;
  top: 0;
  top: -78px;
  z-index: -1;
}
.animation-done__panel.is-active {
  cursor: pointer;
}
@media (max-width: 900px) {
  .animation-done__panel {
    margin-right: -260px;
  }
}
.animation-done__panel-stand-top {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -146px -397px
    no-repeat;
  width: 148px;
  height: 38px;
  position: absolute;
  top: 2px;
  left: 0;
}
.animation-done__panel-stand-bottom {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -687px -2px
    no-repeat;
  width: 148px;
  height: 139px;
  position: absolute;
  top: 38px;
  left: 0;
}
.animation-done__panel-button {
  background: url("../../img/bg/sprites-svg.svg?1430756261419") -154px -491px
    no-repeat;
  width: 93px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 27px;
}
.animation-done__panel-text {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  right: -15px;
  bottom: 298px;
  font-family: swister;
  font-weight: normal;
  font-size: 32px;
}
.animation-done__panel-arr {
  background: url("../../img/bg/anim-arrow.png?1430756261327") -2px -2px
    no-repeat;
  width: 24px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 100%;
  margin: 4px 30px 0 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.payment_cryptocurrency_box {
  margin-bottom: 70px !important;
}
.payment_cryptocurrency_box .cell {
  max-width: 300px;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: bold;
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.country-list a img {
  display: inline-block;
  margin-right: 10px;
}
.center {
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .christmas,
  .coronavirus,
  .brexit {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #christmas .grid-710,
  #coronavirus .grid-710,
  #brexit .grid-710 {
    width: 500px;
  }
}
@media screen and (max-width: 500px) {
  #christmas .grid-710,
  #brexit .grid-710,
  #coronavirus .grid-710 {
    width: 250px;
  }
  .video a {
    width: 250px;
    height: 250px;
    background-size: 250px 500px;
  }
  #storage-promo .storage-promo-inner {
    width: 250px;
    height: 250px;
  }
  .video a:hover {
    background-position: 0 -250px;
  }
  .video .mid {
    display: block;
    margin-top: 30px;
  }
  #storage-promo .storage-promo-inner .mid {
    display: block;
    margin-top: 60px;
  }
  #storage-promo .storage-promo-inner .text-1 {
    padding-left: 0;
  }
}

form.std .gdpr label {
  color: #fff;
}
form.std .gdpr.gdpr_black label {
  color: #000;
}
form.form-register .gdpr .cell.gdpr_all {
  margin-bottom: 20px;
}
.gdpr .cell.gdpr_all label {
  font-size: 120%;
  font-weight: bold;
}
form.form-register .gdpr .cell {
  margin-bottom: 10px;
  width: 100%;
}

.gdpr .note {
  background: #fff;
  border-radius: 5px;
  padding: 20px !important;
}
#modal-delete-account-trigger {
  margin: 10px 0;
  display: block;
}
#modal-delete-account .btn-set .btn {
  font-size: 90%;
}

/** storage **/
.form-storage .submit {
  font-size: 23px;
}
#tab-storage-panel .form-storage .tab-content {
  padding-top: 0;
  border-left: 2px solid #cbe3fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 25px;
}
.storage-page .filter .tab-content {
  padding: 30px 20px;
}
.form-storage .size input.text {
  width: 48px;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
}
.form-storage .size {
  margin-bottom: 10px;
}

.white-box {
  background: #fff;
  padding: 20px;
}
.white-box h3 {
  color: #3877d2;
}

.storage_btn {
  margin-left: 10px;
}
.form-storage h3 span {
  font-weight: bold;
  font-size: 1.5em;
}

ul.storage-list {
  margin: 0;
}
ul.storage-list li {
  padding: 0;
}
ul.storage-list li:before {
  background: none;
}

.storage-list li strong {
  color: #3877d2;
  display: block;
  float: left;
}
.storage-list li span {
  margin-left: 20px;
  padding-left: 60px;
  width: 250px;
  display: inline-block;
  min-height: 43px;
}

.storage-list-item-1 span {
  background: url("../../images/front-office/storage_icon_1.png") no-repeat;
}
.storage-list-item-2 span {
  background: url("../../images/front-office/storage_icon_2.png") no-repeat;
}
.storage-list-item-3 span {
  background: url("../../images/front-office/storage_icon_3.png") no-repeat;
}
.storage-list-item-4 span {
  background: url("../../images/front-office/storage_icon_4.png") no-repeat;
}

#storage_h1 {
  display: none;
}
.inner2 {
  margin-bottom: 35px;
}

.filter #tab-storage-panel .tab-content h3 {
  margin: 0 0 30px 0;
}
.form-order.form-storage {
  margin-bottom: 0;
}

.new_star {
  position: absolute;
  top: -15px;
  right: -30px;
  width: 48px;
  height: 48px;
  background: url(../../images/front-office/star.png) no-repeat;
  background-size: 100%;
  z-index: 100;
}
.storage_box label {
  color: #3877d2 !important;
}

#voucher-input .input .err {
  color: #e42631;
}

.total-price .check {
  float: left;
  color: #ddd;
}

.total-price .check.checked {
  color: #27ae61;
}

.total-price .special:hover .check, 
.total-price .normal:hover .check, 
.total-price .sameday:hover .check {
  color: #333;
}

.total-price .price_info {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
  display: block;
}
.sameday_price {
  border-top: 1px solid #d5dbc0;
}
.sameday_alert {
  color: #e65828;
}

.smiles div {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right:20px;
}
.smiles div.checked:before {
  content: " ";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 30px;
  height: 30px;
  background: url(/resources/images/smajliky/check.svg);
  background-size: 100%;
}



.detail-contents-list {
  width: 100%;
}
.detail-contents-list td {
  padding: 5px;
}
.detail-contents-list input, .detail-contents-list .selector > span {
  font-size: 12px !important;
}
.detail_contents_count {
  min-width: 50px;
}