html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
  font-size: 16px;
  font-family: 'ProximaNova', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  color: #595959;
  padding: 80px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y:scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img {
  vertical-align: top;
}

.img-responsive {
  width: auto;
  height: auto;
  max-width: 100%;
}

a {
  color: #d3133e;
  text-decoration: none;
}

a:hover, #forgot_email_link:hover {
  text-decoration: underline;
}

#forgot_email_link{
  text-decoration: none;
  cursor: pointer;
  color: gray;
}

p, ul, ol {
  margin: 0 0 20px;
}

ul, ol {
  margin-left: 1.5em;
}

div > p:last-child, div > ul:last-child, div > ol:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.20;
}

h1 span {
  color: #d3133e;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.3em;
  color: #3d3d3d;
}

h2 span {
  color: #d3133e;
}

strong, bold {
  font-weight: 700;
}

#page-wrap {
  overflow: hidden;
}

/*
.container {
  padding: 0 10px;
  margin: auto;
  position: relative;
}
*/

#navigation a,
#navigation > ul > li ul,
.btn,
.red-button,
.accordion > ul > li > a,
.accordion > ul > li > span,
#specialists-row .contact-persons a:before,
#map-overlay,
.b2c-europe-services img,
#slideshow-row .arrow-left,
#slideshow-row .arrow-right,
#slideshow-row ul li img,
.view-slidesow,
#social-links .stButton .stLarge,
#menu-toggle,
.contact-form .loading,
.tabs-navigation a,
.inline-select .select-options li,
.animated {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#header {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
/*  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);*/
  background: #fff;
}

#logo {
  float: left;
  padding: 14px 10px 17px 0;
  max-width: 190px;
}

/*
#logo a:hover img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
*/

#navigation {
  float: right;
  padding: 12px 0 13px 0;
}

#navigation > ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation > ul > li {
  display: block;
  float: left;
  position: relative;
}

#navigation > ul > li > a {
  display: block;
  float: left;
  padding: 15px 10px;
  line-height: 24px;
  font-size: 16px;
  color: #707070;
  text-decoration: none;
}

#navigation > ul > li.active > a {
  color: #d41140;
  font-weight: 700;
}

#navigation > ul > li:hover > a {
  color: #d41140;
}

#navigation > ul > li > a > span:first-child {
  color: #d41140;
  vertical-align: top;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
}

#navigation > ul > li.languages-menu,
#navigation > ul > li.logout {
  border-left: solid 1px #ddd;
  margin-left: 10px;
}

#navigation > ul > li.logout {
  padding-left: 8px;
}

#navigation > ul > li.logout > a > span {
  font-size: 18px;
}

#navigation > ul > li.logout > a {
  color: #d41140;
}

#navigation > ul > li.languages-menu > a {
  padding-left: 15px;
  padding-right: 15px;
}

#navigation > ul > li.languages-menu > a > span:first-child {
  font-size: 32px;
}

#navigation > ul > li ul {
  position: absolute;
  top: 39px;
  left: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
  padding: 5px 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
}

#navigation > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#navigation > ul > li.languages-menu ul {
  left: 20px;
}

#navigation > ul ul li {
  display: block;
  padding: 2px 0;
}

#navigation > ul ul a {
  padding: 0 10px;
  display: block;
  color: #707070;
  font-size: 15px;
  text-decoration: none;
  line-height: 18px;
  white-space: nowrap;
}

#navigation > ul ul a:hover {
  color: #d41140;
}

#navigation > ul ul a span:first-child {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  color: #d41140;
}

#return-form {
  /*padding: 20px 0;*/
  background: url("../images/banner-dots.png") repeat left top;
  height: 364px;
  border-bottom: solid 1px #e8e8e8;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#return-form:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/banner.png") no-repeat center;
  display: block;
  content: "";
}

#return-form h1 {
  width: 49%;
  padding: 160px 10px 10px 0;
  float: left;
  color: #3d3d3d;
  font-size: 32px;
  position: relative;
  left: -10px;
  z-index: 1;
}

#return-form h1 img {
  margin-bottom: 5px;
}

#return-form form {
  width: 50%;
  float: right;
  margin-top: 170px;
  border: solid 7px rgb(255, 255, 255);
  border: solid 7px rgba(255, 255, 255, 0.5);
  z-index: 1;
}

#return-form form > div {
  background: #fff;
}

#return-form form h3 {
  color: #fff;
  padding: 5px 15px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  background: #002160;
}

#return-form .form-content {
  padding: 15px;
}

#return-form .form-content .clearfix:first-child {
  margin: 0 -7px;
}

#return-form .form-content .form-field {
  width: 30%;
  float: left;
  padding: 0 7px 10px;
}

#return-form .form-content .form-field.form-submit {
  width: 40%;
}

#return-form label {
  display: block;
  color: #3e3e3e;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}

#return-form input[type="text"],
#bottom-form input[type="email"] {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	box-shadow: inset 0 0 5px rgba(0,0,0,.15);
	border: solid 1px #c1c1c1;
  outline: none;
  font-family: 'ProximaNova', Arial, sans-serif;
  font-size: 14px;
  color: #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 20px;
  padding: 4px 5px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'ProximaNova', Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  padding: 4px 8px;
  max-width: 100%;
}

.btn-radius {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding-left: 13px;
  padding-right: 13px;
}

.btn-large {
  font-size: 18px;
  line-height: 22px;
  padding: 10px 25px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.btn-medium {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 17px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.btn-small {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-green,
.btn-circle-green {
  color: #fff;
  background: #719c0f;
  text-shadow: 0 1px rgba(96,133,13,.35);
}

.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background: #59820a;
  text-shadow: 0 1px #719c0f;
  text-decoration: none;
}

.btn-grey {
  color: #777777;
  border: solid 1px #e8e8e8;
  background: #f4f4f4;
	background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f4f4f4);
	background-image: -moz-linear-gradient(bottom, #e4e4e4, #f4f4f4);
	background-image: -o-linear-gradient(bottom, #e4e4e4, #f4f4f4);
	background-image: -ms-linear-gradient(bottom, #e4e4e4, #f4f4f4);
	background-image: linear-gradient(to top, #e4e4e4, #f4f4f4);
  text-shadow: 0 1px rgba(255,255,255,.7);
}

.btn-grey:hover,
.btn-grey:focus {
  background: #e4e4e4;
	background-image: -webkit-linear-gradient(bottom, #f4f4f4, #e4e4e4);
	background-image: -moz-linear-gradient(bottom, #f4f4f4, #e4e4e4);
	background-image: -o-linear-gradient(bottom, #f4f4f4, #e4e4e4);
	background-image: -ms-linear-gradient(bottom, #f4f4f4, #e4e4e4);
	background-image: linear-gradient(to top, #f4f4f4, #e4e4e4);
  text-decoration: none;
}

.btn-orange {
  color: #231f20;
  background: #f8a51b;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #ec9c12;
  text-decoration: none;
}

.btn span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 14px;
}

.btn-vlarge span {
  font-size: 28px;
  vertical-align: middle;
}

.btn .btn-circle {
  display: inline-block;
  vertical-align: top;
  margin: -10px 10px -10px -25px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.btn .btn-circle span {
  font-size: 42px;
  display: inline-block;
  line-height: 42px;
}

#return-form .form-content .form-field.form-submit .btn {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

#return-form .form-info {
  color: #717171;
  font-size: 14px;
}

.white-box {
  position: relative;
/*  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}

.white-box:before,
.white-box:after {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.white-box:before {
/*  height: 65px;
  top: 0;
  background: url("../images/white-box-gradient.png") repeat-x left top;*/
}

.white-box:after {
/*  top: 65px;
  bottom: 0;
  background: #fff;*/
}

.white-box-content {
  position: relative;
  z-index: 5;
  /*padding: 20px 20px 0;*/
}

#video-row {
  margin-bottom: 15px;
}

.video-box {
  width: 38%;
  float: left;
  padding: 0 0 15px;
}

.video-box .embed-responsive {
  position: relative;
  display: none;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video-box .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-text {
  width: 58.65%;
  float: right;
  font-size: 18px;
}

.video-text h2 {
  font-size: 36px;
  margin-top: 0;
}

.video-text-box {
  text-align: justify;
}

.video-text .hidden-text {
  display: none;
}

.video-text .read-more-button {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}

.video-text .read-more-button a,
.video-text .read-more-button a:hover {
  text-decoration: none;
}

.video-text .read-more-button a span {
  font-size: 12px;
  color: #707070;
  vertical-align: middle;
}

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

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

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

.video-text .or-call-us {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
}

#amazon-row {
  margin: 0 -20px 15px;
}

.column-half {
  width: 50%;
  float: left;
  padding: 0 20px 15px;
}

h2 + .accordion {
  margin-top: -20px;
}

.accordion > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion > ul > li {
  margin: 0 0 4px;
  position: relative;
}

.accordion > ul > li:last-child {
  margin-bottom: 0;
}

.accordion > ul > li > a {
  display: block;
  padding: 3px 10px 3px 38px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3d;
  text-decoration: none;
  border: solid 1px #f4f4f4;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.accordion > ul > li.expanded > a,
.accordion > ul > li:hover > a {
  color: #d3133e;
  background: #f7f7f7;
  text-decoration: none;
}

.accordion > ul > li > span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  color: #7b7b7b;
  background: #f7f7f7;
  border: solid 1px #ededed;
  font-size: 16px;
  font-weight: 600;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.accordion > ul > li.expanded > span {
  color: #fff;
  background-color: #d3133e;
  border: none;
}

.accordion > ul > li > div {
  background: #fcfcfc url("../images/faq-dots.png") repeat left top;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 0 5px rgba(1,1,1,.05);
	-moz-box-shadow: 0 0 5px rgba(1,1,1,.05);
	box-shadow: 0 0 5px rgba(1,1,1,.05);
  padding: 24px 10px 5px 38px;
  border: solid 1px #ededed;
/*  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;*/
  color: #595959;
  font-size: 15px;
  position: relative;
  z-index: 0;
  top: -20px;
  margin-bottom: -20px;
  display: none;
}

.amazon-grey-box {
  background: #f7f7f7;
  padding: 10px 20px;
}

.amazon-grey-box h2 span {
  color: #f8a00f;
  font-weight: 600;
}

.amazon-grey-box h2 img {
  float: right;
  margin-left: 20px;
}

#specialists-row {
  margin: 0 0 40px;
}

#specialists-row h2:after {
  display: block;
  content: "";
  font-size: 0;
  /*border-top: solid 1px #dddddd;*/
  margin: 10px auto;
  width: 50%;
}

#specialists-row .contact-persons {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}

#specialists-row .contact-persons a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: 134px;
  padding: 10px 5px 5px;
  position: relative;
  text-decoration: none;
}

#specialists-row .contact-persons a:hover {
  text-decoration: none;
}

#specialists-row .contact-persons a > img {
  width: 70px;
  border: solid transparent 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 5px;
}

#specialists-row .contact-persons a:before {
  display: block;
  font-family: 'icomoon';
  content: "\e609";
  font-size: 70px;
  color: #719c0f;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -35px;
  z-index: 5;
  border: solid 2px #719c0f;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
}

#specialists-row .contact-persons a:hover:before {
  opacity: 1;
  visibility: visible;
}

#specialists-row .contact-persons a > img + span {
  display: block;
  color: #868686;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

#specialists-row .contact-persons a > img + span img {
  width: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}

#specialists-row .contact-persons a > img + span + span {
  display: block;
  color: #719c0f;
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 22px;
}

#specialists-row .contact-persons a > img + span + span span {
  line-height: 22px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  margin-left: -2px;
  margin-right: -3px;
}

#map {
  position: relative;
  xmargin: -80px auto 0;
  max-width: 1021px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  xfloat: left;
}

.map_desc{
    width: 100%;
    padding: 10px;
    float: left;
}

#map-image,
#map .tooltip-map img,
#map .markers img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  vertical-align: top;
}

#map .markers a {
  position: absolute;
  display: block;
  margin-bottom: -13px;
  margin-left: -37px;
  width: 75px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.no-touch #map .markers a:hover {
  padding-bottom: 6px;
}

.markers a {
  z-index: 5;
}

#map .tooltip-map {
  position: absolute;
  width: 235px;
  background: url("../images/tooltip-bg.png") repeat left top;
  margin-bottom: 35px;
  padding: 10px 30px 18px;
  z-index: 4;
  display: none;
}

#map .tooltip-map-close {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0;
  background: url("../images/tooltip-close.png") no-repeat left center;
  right: -20px;
  top: -20px;
}

.no-touch #map .tooltip-map .tooltip-map-close:hover {
  background-position: right center;
}

#map .tooltip-map-title {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #183462;
  margin-bottom: 5px;
}

.red-button {
  display: block;
  background: #ca103d url("../images/red-button-bg.png") repeat left top;
  margin-top: 8px;
  padding: 8px 10px;
  line-height: 17px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px #9f0026;
  /*white-space: nowrap;*/
}

.no-touch .red-button:hover {
  background: #d5424c;
  text-decoration: none;
}

.red-button span {
  display: inline-block;
  vertical-align: top;
  line-height: 17px;
}

#marker-us,
#tooltip-us {
  left: 6.856%;
  bottom: 57.119%;
}

#marker-spain,
#tooltip-spain {
  left: 31.927%;
  bottom: 3.071%;
}

#marker-switzerland,
#tooltip-switzerland {
  left: 46.5%;
  bottom: 35%;
}

#marker-uk,
#tooltip-uk {
  left: 35.259%;
  bottom: 67.773%;
}

#marker-france,
#tooltip-france {
  left: 39.373%;
  bottom: 32.387%;
}

#marker-belgium,
#tooltip-belgium {
  left: 42.213%;
  bottom: 59.25%;
}

#marker-belgium {
  z-index: 10;
}

#marker-netherlands,
#tooltip-netherlands {
  left: 46.523%;
  bottom: 70.712%;
}

#marker-germany,
#tooltip-germany {
  left: 52.497%;
  bottom: 63%;
}

#marker-italy,
#tooltip-italy {
  left: 51.816%;
  bottom: 27.5%;
}

#marker-china {
  left: 87.169%;
  bottom: 48.273%;
}

#tooltip-china {
  bottom: 49.273%;
  right: 12.928%;
}

#map-wrapper {
  position: relative;
  /*overflow-x: hidden;*/
  max-height: 460px;
  /*float: left;*/
  margin-bottom: 35px;
}

#map-overlay {
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

#map:hover #map-overlay {
  opacity: 0;
  visibility: hidden;
}

#map.country-open #map-overlay {
  opacity: 0;
  visibility: hidden;
}

#b2c-europe {
  margin: 0 0 20px;
}

#b2c-logo {
  margin: 0 20% 10px;
  text-align: center;
}

#b2c-logo a {
  width: 230px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.b2c-europe-services {
  padding: 10px 0;
  text-align: center;
  margin: 0 -15px;
}

.b2c-europe-services img {
  margin: 15px;
  height: 34px;
  opacity: 0.4;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.b2c-europe-services a:hover img {
  opacity: 1;
}

#slideshow-row {
  background: #f7f7f7;
  padding: 14px 35px;
  position: relative;
  margin: 0 0 20px;
}

#slideshow-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#slideshow-row ul li {
  display: inline-block;
  padding: 10px;
}

#slideshow-row ul li img {
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#slideshow-row ul li a:hover img {
  border-color: #d3133e;
}

#slideshow-row .arrow-left,
#slideshow-row .arrow-right {
  position: absolute;
  top: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  margin-top: -15px;
  color: #000;
  opacity: 0.4;
}

#slideshow-row .arrow-left:hover,
#slideshow-row .arrow-right:hover {
  opacity: 1;
  text-decoration: none;
}

#slideshow-row .arrow-left {
  left: 20px;
}

#slideshow-row .arrow-right {
  right: 20px;
}

.fancybox-close {
  text-decoration: none !important;
  right: -10px;
  top: -15px;
}

.fancybox-close:before {
  display: block;
  font-family: 'icomoon';
  content: '\e601';
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none !important;
}

.view-slidesow {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: solid 5px #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
  text-decoration: none !important;
  max-width: 100%;
}

.view-slidesow:hover {
  border-color: #d3133e;
}

.view-slidesow .view-slideshow-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  font-size: 26px;
  color: #d51140;
  line-height: 36px;
  padding: 7px;
}

.view-slidesow .icon-zoom {
  width: 86px;
  height: 86px;
  top: 8%;
  left: 50%;
  margin-left: -43px;
  background: url("../images/icon-zoom.png") no-repeat center;
  position: absolute;
}

#bottom-row {
  background: #ededed;
  /*margin: 0 -20px;*/
  position: relative;
  padding: 25px 0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
	box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
}

#b2c-logo-bottom:before {
  position: absolute;
  left: 24%;
  top: -25px;
  bottom: -25px;
  display: block;
  content: "";
  font-size: 0;
  border-left: solid 1px #f7f7f7;
}

#b2c-logo-bottom.no-separator:before {
  display: none;
}

#b2c-logo-bottom {
  float: left;
  width: 24%;
  float: left;
  padding: 0 30px 0 0;
}

#bottom-form {
  float: left;
  padding: 0 25px;
}

#bottom-form h3 {
  font-size: 18px;
  font-weight: normal;
  color: #d51140;
  margin: 0 0 5px;
}

#bottom-form input[type="email"] {
  width: 195px;
  margin-right: 10px;
}

#social-links {
  float: right;
  padding: 10px 20px 0 0;
  position: relative;
}

#social-links .share {
  width: 74px;
  height: 38px;
  background: url("../images/share.png") no-repeat center;
  position: absolute;
  left: -80px;
  top: 20px;
  font-size: 0;
}

#social-links .stButton .stLarge {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#amazon-info {
  max-width: 900px;
  color: #59595a;
  font-size: 15px;
}

#amazon-info strong {
  color: #3d3d3d;
}

.amazon-info-columns {
  margin: 0 -10px;
  padding: 20px 0;
}

.orange {
  color: #f8a00f;
}

.contact-form .fa-spin, #footer-form1 .fa-spin, #footer-form2 .fa-spin {
  display: none;
}

.contact-form h3 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}

.contact-form h3:after {
  border-top: 1px solid #f8f8f8;
  content: "";
  display: block;
  font-size: 0;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.contact-form .form-row {
  margin-bottom: 10px;
}

.contact-form .form-field-left {
  float: left;
  width: 45%;
}

.contact-form .form-field-right {
  float: right;
  width: 45%;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}

.contact-form .form-control {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.04) inset;
  color: #666666;
  font-family: "ProximaNova",Arial,sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 20px;
  padding: 5px;
  width: 100%;
}

.contact-form .form-control.error,
.account-details-form .form-control.error {
  border-color: #BF0000;
}

.error-message {
  border: solid 1px #BF0000;
  color: #BF0000;
  padding: 10px;
  margin: 0 0 1em;
}

.contact-form textarea.form-control {
  height: auto;
  resize: none;
}

.contact-form .loading {
  opacity: 0;
  width: 41px;
  height: 11px;
  font-size: 0;
  margin: auto;
  background: url("../images/ajax-loader.gif") no-repeat center;
}

.news-list .news-item {
  padding: 10px 0;
  position: relative;
}

.news-list .news-item .news-image {
  width: 44.5%;
  float: left;
}

.news-list .news-item .news-info {
  width: 53%;
  float: right;
}

.news-list .news-item h3 {
  font-size: 18px;
  color: #494949;
  font-weight: 600;
}

.news-list .news-item h3 a {
  color: #494949;
  display: block;
}

.news-list .news-item h3 a:hover {
  color: #d3133e;
  text-decoration: none;
}

.news-list .news-item .news-date {
  font-size: 14px;
  color: #9d9d9d;
  padding: 3px 0;
}

.news-list .news-item .news-read-more {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-list .news-item .news-read-more a,
.news-list .news-item .news-read-more a:hover {
  text-decoration: none;
}

.news-list .news-item .news-read-more a span {
  color: #acacac;
  vertical-align: middle;
}

#news-row .column-half {
  width: 47%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

#news-row .column-half + .column-half {
  float: right;
  width: 45%;
}

.news-navigation h3 {
  font-weight: normal;
  font-size: 22px;
  color: #052151;
  margin: 0 0 10px;
}

#page-content {
  padding: 25px 0;
}

.checked-list {
  list-style: none;
  margin-left: 0;
}

.checked-list li {
  padding: 0 0 5px 24px;
  background: url("../images/icon-check.png") no-repeat left 4px;
}

.inline-select {
  height: 44px;
  border: solid 1px #e8e8e8;
  -moz-border-radius: 21px 0 0 21px;
  -webkit-border-radius: 21px 0 0 21px;
  border-radius: 21px 0 0 21px;
  padding: 0 30px 0 20px;
  margin-right: -22px;
  float: left;
  position: relative;
  background: #f9f9f9;
  z-index: 1;
}

.inline-select .selected-value {
  display: block;
  float: left;
  padding: 10px 0 10px 28px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
  min-width: 170px;
}

.inline-select .select-options {
  position: absolute;
  left: 20px;
  top: 100%;
  white-space: nowrap;
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  list-style: none;
  margin: 0;
  display: none;
}

.inline-select .select-options li {
  padding: 4px 15px 4px 28px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  border-left: solid 5px #f9f9f9;
}

.inline-select .select-options li:hover {
  background-color: #fff;
  border-left: solid 5px #fff;
}

.inline-select [data-flag]:before {
  width: 20px;
  height: 13px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.inline-select [data-flag="uk"]:before {
  background-image: url('../images/flags/flag-gbr.png');
}

.inline-select [data-flag="de"]:before {
  background-image: url('../images/flags/flag-deu.png');
}

.inline-select [data-flag="fr"]:before {
  background-image: url('../images/flags/flag-fra.png');
}

.inline-select [data-flag="es"]:before {
  background-image: url('../images/flags/flag-esp.png');
}

.inline-select [data-flag="it"]:before {
  background-image: url('../images/flags/flag-ita.png');
}

.inline-select [data-flag="nl"]:before {
  background-image: url('../images/flags/flag-nld.png');
}

.inline-select [data-flag="gbr"]:before {
  background-image: url('../images/flags/flag-gbr.png');
}

.inline-select [data-flag="deu"]:before {
  background-image: url('../images/flags/flag-deu.png');
}

.inline-select [data-flag="fra"]:before {
  background-image: url('../images/flags/flag-fra.png');
}

.inline-select [data-flag="esp"]:before {
  background-image: url('../images/flags/flag-esp.png');
}

.inline-select [data-flag="ita"]:before {
  background-image: url('../images/flags/flag-ita.png');
}

.inline-select [data-flag="nld"]:before {
  background-image: url('../images/flags/flag-nld.png');
}

/*
.inline-select [data-flag="prt"]:before {
  background-image: url('../images/flags/flag-prt.png');
}
*/

.inline-select + .btn {
  position: relative;
  z-index: 5;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: solid 1px #e8e8e8;
}

.border-title {
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 10px;
}

.accordion-options {
  margin-bottom: 30px;
}

.accordion-options .option-wrapper {
  margin-bottom: 7px;
}

.accordion-options .option-toggle {
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  position: relative;
  padding: 10px 10px 10px 60px;
  cursor: pointer;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.accordion-options .option-toggle:hover {
  border: solid 1px #ccc;
  background: #f0f0f0;
}

.accordion-options .option-toggle.active {
  color: #fff;
  background: #accc62;
  border: solid 2px #719c0f;
  padding: 9px 9px 9px 59px;
}

.accordion-options .option-title, .static-accordion-options .option-title {
  font-size: 18px;
  font-weight: 600;
  color: #d41140;
}

.accordion-options .option-toggle.active .option-title {
  color: #fff;
}

.accordion-options .option-toggle .option-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
}

.accordion-options .option-toggle .option-icon:before {
  font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  content: "\e607";
  font-size: 34px;
  color: #d41140;
}

.accordion-options .option-toggle.active .option-icon {
  left: 9px;
}

.accordion-options .option-toggle.active .option-icon:before {
  color: #759f16;
}

.accordion-options .option-info {
  margin-top: 5px;
  display: none;
}

.static-accordion-options .option-info {
  margin-top: 0.75em;
  margin-bottom: 2em;
}

.accordion-options .accordion-info-title, .static-accordion-options .accordion-info-title {
  text-align: center;
  background: #001f52;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.accordion-options .accordion-info-table, .static-accordion-options .accordion-info-table {
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  border-top: none;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.accordion-options .accordion-info-table table, .static-accordion-options .accordion-info-table table {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #575757;
  text-shadow: 1px 1px rgba(255,255,255,.6);
  line-height: 20px;
  border-spacing: 0;
}

.accordion-options .accordion-info-table table th, .static-accordion-options .accordion-info-table table th {
  background: #dcdcdc;
  border-left: solid 1px #f1f1f1;
}

.accordion-options .accordion-info-table table td, .static-accordion-options .accordion-info-table table td {
  border-left: solid 1px #fdfdfd;
}

.accordion-options .accordion-info-table table tr:nth-child(even) td, .static-accordion-options .accordion-info-table table tr:nth-child(even) td {
  background: #eee;
  border-left-color: #f8f8f8;
}

.accordion-options .accordion-info-table table th,
.accordion-options .accordion-info-table table td,
.static-accordion-options .accordion-info-table table th,
.static-accordion-options .accordion-info-table table td
{
  text-align: center;
  padding: 10px;
}

.accordion-options .accordion-info-table table th:first-child,
.accordion-options .accordion-info-table table td:first-child,
.static-accordion-options .accordion-info-table table th:first-child,
.static-accordion-options .accordion-info-table table td:first-child
{
  text-align: left;
  border-left: none;
}

.handling-options-row {
  padding-bottom: 15px;
}

.handling-options-row .option-row {
  min-height: 45px;
  padding-bottom: 10px;
}

.handling-options-row .handling-options-contact {
  float: right;
  width: 30.2%;
  padding-left: 20px;
  border-left: solid 1px #e8e8e8;
  font-size: 15px;
}

.handling-options-row .handling-options-contact p {
  margin-bottom: 10px;
}

.handling-options-row .handling-options-column {
  width: 68%;
  float: left;
}

.handling-options-row .price {
  float: right;
  width: 240px;
  font-size: 12px;
}

.handling-options-row .price strong {
  font-size: 15px;
}

.handling-options-row .option {
  font-size: 14px;
}

.handling-information {
  font-size: 12px;
  font-style: italic;
  color: #b0b0b0;
  font-weight: 300;
}

.message-default {
  background: #f9f9f9;
  border: solid 1px #e8e8e8;
  padding: 10px 15px;
  color: #d41140;
  font-weight: 600;
  font-size: 15px;
  margin: 1em 0;
}

.message.info ul {
  margin-left: 3em;
}

.rates-page h3,
.signup-page h3 {
  font-weight: 600;
}

.signup-page h3 img {
  vertical-align: middle;
}

.signup-page .rates-form .handling-options-row {
  padding-bottom: 0;
}

.rates-form .grey-box {
  background: #f9f9f9;
}

.rates-form .grey-box .red {
  color: #d41140;
}

.signup-email-info {
  max-width: 620px;
  font-size: 15px;
}

.signup-email-info .signup-email-data {
  width: 50%;
  float: left;
}

.signup-email-info .signup-contact-data {
  width: 40%;
  float: right;
}

.company-details-container .company-details-column {
  width: 66.3%;
  float: left;
  font-size: 15px;
}

.company-details-container .company-contact-column {
  width: 30%;
  float: right;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
  padding: 10px 15px;
  font-size: 15px;
}

.company-details-container .company-contact-column p {
  margin-bottom: 5px;
}

.company-details-container .company-contact-column p:last-child {
  margin-bottom: 0;
}

.company-details .grey-box .form-group .form-label {
  width: 190px;
}

.company-details .grey-box .form-control {
  font-size: 14px;
}

.company-details .grey-box .form-group {
  max-width: 100%;
}

.company-details .grey-box .form-group .date-field-large .form-control {
  width: auto;
}

.company-details .grey-box h3 {
  font-size: 20px;
  font-weight: normal;
}

.red-bullets {
  list-style: none;
}

.red-bullets li {
  position: relative;
  padding-bottom: 3px;
}

.red-bullets li:before {
  display: block;
  content: "•";
  color: #d41140;
  position: absolute;
  left: -1em;
  top: -5px;
  font-size: 20px;
  font-weight: bold;
}

.page-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #001d55;
  line-height: 1.1;
  margin: 0 0 20px;
}

.get-started-row {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.get-started-row:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: solid 1px #e8e8e8;
  z-index: 0;
}

.get-started-row .btn {
  position: relative;
  z-index: 5
}

.get-started-row .btn:before,
.get-started-row .btn:after {
  display: block;
  content: "";
  font-size: 0;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  background: #fff;
  position: absolute;
}

.get-started-row .btn:before {
  left: -9px;
}

.get-started-row .btn:after {
  right: -9px;
}

.btn-vlarge {
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: 600 !important;
  padding: 10px 25px !important;
  -moz-border-radius: 9px !important;
  -webkit-border-radius: 9px !important;
  border-radius: 9px !important;
}

.btn-vlarge.btn-green {
  background: #93C228;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#93C228), to(#719c0f));
  background: -webkit-linear-gradient(#93C228, #719c0f);
  background: -moz-linear-gradient(#93C228, #719c0f);
  background: -ms-linear-gradient(#93C228, #719c0f);
  background: -o-linear-gradient(#93C228, #719c0f);
  background: linear-gradient(#93C228, #719c0f);
}

.btn-vlarge.btn-green:hover,
.btn-vlarge.btn-green:focus {
  background: #719C0F;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#719C0F), to(#93C228));
  background: -webkit-linear-gradient(#719C0F, #93C228);
  background: -moz-linear-gradient(#719C0F, #93C228);
  background: -ms-linear-gradient(#719C0F, #93C228);
  background: -o-linear-gradient(#719C0F, #93C228);
  background: linear-gradient(#719C0F, #93C228);
}

p.big {
  font-size: 118.75%;
  line-height: 1.3157;
}

#track-and-trace {
  margin: 0 0 35px;
  position: relative;
}

#track-and-trace .slick-list {
  left: 4px;
}

.track-and-trace-list .item {
  width: 120px;
  float: left;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 20px 0;
  left: -4px;
}

.track-and-trace-list .item .icon {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	border: solid 2px #e8e8e8;
  background: #f4f4f4;
  width: 87px;
  height: 87px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto 10px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  font-size: 85px;
}

.track-and-trace-list .item .icon .syp-icon-user {
  color: #231f20;
}

.track-and-trace-list .item.slick-active:before {
  position: absolute;
  top: 57px;
  left: 0;
  border: solid 8px transparent;
  border-left-color: #e8e8e8;
  display: block;
  content: "";
  font-size: 0;
  margin-left: -4px;
}

.track-and-trace-list .item:after {
  display: block;
  content: "";
  font-size: 0;
  border-left: solid 1px #e8e8e8;
  height: 10px;
  position: absolute;
  top: 178px;
  left: 50%;
}

.track-and-trace-list .slick-arrow {
  position: absolute;
  top: 57px;
  padding: 0;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
}

.track-and-trace-list .slick-prev {
  left: -40px;
}

.track-and-trace-list .slick-next {
  right: -40px;
}

.track-and-trace-line {
  position: relative;
  text-align: center;
  margin-top: -10px;
}

.track-and-trace-line > span {
  display: inline-block;
  vertical-align: top;
  background: #939598;
  color: #fff;
  padding: 2px 5px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.track-and-trace-line:before {
  left: 60px;
  right: 60px;
  top: 10px;
  border-top: solid 1px #e8e8e8;
  display: block;
  content: "";
  font-size: 0;
  z-index: 0;
  position: absolute;
}

.terms-notice {
  max-width: 650px;
  margin: 10px 0 0;
}

#warehouse-address {
  display: none;
}

/* Responsive CSS */

/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  #navigation > ul,
  #navigation > ul > li ul {
    display: block !important;
  }

  #menu-toggle {
    display: none;
  }
}
*/

/*
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*
  #return-form h1 {
  }

  #return-form form {
    margin-top: 150px;
  }

  #return-form label {
    font-size: 14px;
  }

  #return-form .form-content .form-field.form-submit .btn {
    font-size: 13px;
  }
  */
}

@media only screen and (max-width: 991px) {
  #map .markers a {
    width: 60px;
    margin-left: -30px;
    margin-bottom: -8px;
  }

  .video-text .or-call-us {
    display: block;
  }

  #bottom-form input[type="email"] {
    width: 100%;
    margin: 0 0 10px;
  }

  .track-and-trace-list {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  #map-wrapper, #map  {
    max-height: 400px;
    width: 100%;
    margin-top: 0;
  }

  #map .markers a {
    width: 40px;
    margin-left: -20px;
    margin-bottom: -6px;
  }

  #map .tooltip-map {
    margin-bottom: 15px;
  }

  .red-button {
    font-size: 15px;
  }

  #menu-toggle {
    display: block;
    float: right;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background: #d3133e;
    font-size: 0;
    margin-top: 5px;
  }

  #menu-toggle:hover,
  #menu-toggle:focus {
    background: #d93e63;
  }

  #menu-toggle .icon-bar {
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }

  #menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  #navigation > ul {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100%;
    float: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: rgb(255, 255, 255);
  }

  #navigation > ul > li {
    float: none;
    padding: 5px 0;
  }

  #navigation > ul > li > a {
    float: none;
    padding: 5px 20px;
  }

  #navigation > ul > li.languages-menu,
  #navigation > ul > li.logout {
    border-left: none;
    border-top: 1px solid #dddddd;
    padding-bottom: 15px;
	padding-left:0;
	margin-left: 0;
  }

  #navigation > ul > li ul {
    position: static;
    left: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    margin: 0 20px;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  #logo {
    width: 200px;
  }

  /*#return-form h1,
  #return-form form,*/
  .video-text,
  .column-half,
  #bottom-form,
  #social-links {
    float: none !important;
    width: auto !important;
  }

  .video-box {
    width: auto;
    float: none;
    max-width: 450px;
  }

  .amazon-grey-box {
    margin-top: -30px;
  }

  #b2c-logo-bottom {
    float: none;
    width: auto;
    max-width: 200px;
  }

  #bottom-row:before {
    display: none;
  }

  #bottom-form:before,
  #social-links:before {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    border-left: none;
    border-top: 1px solid #f7f7f7;
    display: block;
    content: "";
    margin: 15px 0;
  }

  #social-links {
    padding: 0 25px 45px;
  }

  #social-links .share {
    bottom: 0;
    top: auto;
    left: 25px;
  }

  .amazon-info-columns {
    margin: 0;
  }

  /*
  #return-form label {
    font-size: 14px;
  }
  */

  #b2c-logo-bottom:before {
    display: none;
  }

  #bottom-form {
    padding: 0;
  }

  /*
  #return-form {
    height: auto;
    padding-bottom: 20px;
  }

  #return-form:before {
    display: none;
  }

  .internal-page #return-form:before {
    display: block;
    background-size: auto 100%;
    background-position: right center;
  }

  #return-form h1 {
    padding-top: 20px;
    font-size: 24px;
  }

  #return-form h1 img {
    width: 200px;
  }

  #return-form form {
    margin-top: 10px;
  }
  */

}

@media only screen and (max-width: 639px) {
  #map {
    display: none;
  }

  /*
  #return-form .form-content .form-field {
    float: none !important;
    width: auto !important;
  }

  #return-form .form-content .form-field.form-submit label {
    font-size: 0;
    height: 5px;
  }
  */

  .news-list .news-item .news-image,
  .news-list .news-item .news-info {
    float: none;
    width: auto;
  }

  .news-list .news-item .news-image {
    padding-bottom: 10px;
  }

  .contact-form .form-field-left,
  .contact-form .form-field-right {
    width: auto !important;
    float: none !important;
  }

  .contact-form .form-field-right {
    margin-top: 10px;
  }

  #country-other label {
    display: none;
  }

  /*
  #return-form form {
    border: none;
  }
  */
}

@media only screen and (max-width: 767px) and (max-height: 1000px) {
  #amazon-info {
    overflow: auto;
    max-height: 100%;
  }
}

.contact-form #country-other,
.contact-form #marketplace-other,
.contact-form #destination-other {
	display:none;
}

.inline-options label {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.form-field-inline {
  display: inline-block;
}

.contact-form label {
  font-weight: 600;
}

.contact-form .inline-options label {
  font-weight: 400;
  line-height: 18px;
}

.contact-form .inline-options label input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.login-modal-box h1 { text-align:center;font-size:18px; font-weight: bold; margin: 1.5em 0px 0.8em; -moz-osx-font-smoothing: grayscale; }
.login-modal-box { width: 360px; height: 395px; overflow: auto; background: none repeat scroll 0% 0% rgb(249, 249, 249); box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1); position: absolute; top: 0px; left: 50%; margin: 0px 0px 0px -175px; text-align: center; }
.login-modal-box .login-box-content { padding: 20px 35px; }
.login-modal-box h1 { font-size: 19px; color: rgb(75, 75, 75); margin-bottom: 0.8em; }
.login-modal-box .form-group { margin-left: 20px; margin-right: 20px; }
.login-modal-box .form-control { font-size: 16px; height: 44px; line-height: 22px; padding: 10px 15px; }
.login-modal-box a { color: rgb(129, 129, 129); }
.login-modal-box .login-header { background: none repeat scroll 0% 0% rgb(255, 255, 255); padding: 20px; margin: -20px -15px 0px; }
.login-modal-box .login-header { background: none repeat scroll 0% 0% rgb(255, 255, 255); padding: 20px; margin: -20px -35px 0; }
.login-modal-box .login-header.border-dark-blue { border-bottom: 3px solid rgb(0, 29, 85); }
.login-modal-box {position: relative; top: auto; left: auto; margin: auto ! important; }
.login-modal-box .form-group { margin-left: 0px; margin-right: 0px; }
.login-modal-box { position: relative; top: auto; left: auto; margin: auto ! important; }
.login-modal-box img { vertical-align: top; }
.login-modal-box .img-responsive { max-width: 100%; width: 60%; }
.login-modal-box .form-group { margin: 0px 0px 14px; }
.login-modal-box button {width:100%; padding: 5px 12px 7px;}
.login-modal-box .form-control {
  -webkit-box-shadow: inset 0 0 5px rgba(1,1,1,.1);
     -moz-box-shadow: inset 0 0 5px rgba(1,1,1,.1);
          box-shadow: inset 0 0 5px rgba(1,1,1,.1);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
	border: solid 1px #e7e7e7;
  line-height: 20px;
  padding: 5px 15px;
  color: #8f8f8f;
  font-family: 'proxima_nova', sans-serif;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
}
.login-modal-box .extra-message { color: rgb(129, 129, 129); }

#forgot_email_box{ padding-bottom: 1em; }

@media only screen and (max-height: 450px) {
  .login-modal-box {
    position: relative;
    top: auto;
    left: auto;
    margin: auto !important;
  }
}

@media only screen and (max-width: 400px) {
  .login-modal-box {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: auto !important;
  }

  .login-modal-box .form-group {
   margin-left: 0;
    margin-right: 0;
  }

  .get-rates-start .btn-large {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inline-select {
    padding: 0 10px 0 15px;
  }

  .inline-select .selected-value {
    white-space: nowrap;
    width: auto;
    font-size: 14px;
  }
}

.dashboard .white-box-content {
	padding-top:0;
}

.dashboard #header,
.track-and-trace #header,
.upload-file #header,
.settings #header {
	margin-bottom: 10px;
}

/*Navigation*/

#navigation-row {
    border-bottom: 3px solid #001d55;
	border-bottom: 3px solid #001d55;
    position: relative;
    z-index: 1;
	margin-bottom: 20px;
}

#sub-navigation > li > a:hover,
#sub-navigation > li > a:focus,
#sub-navigation > li > a:active,
#sub-navigation > li > a.active {
  background: #f7f7f7;
  outline: none;
}

#sub-navigation > li > a.active,
#sub-navigation > li > a.active > span:first-child,
#sub-navigation > li > a:hover,
#sub-navigation > li > a:hover > span:first-child {
  color: #d3133e;
}

#sub-navigation > li > a.active::after {
    border-top: 3px solid #d3133e;
    content: "";
    display: block;
    font-size: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

#sub-navigation { float: left; list-style: outside none none; padding: 0px; margin: 0px 0px 0px 20px; border-right: 1px solid rgb(236, 236, 236); }
#sub-navigation > li { float: left; width: 90px; border-left: 1px solid rgb(236, 236, 236); text-align: center; }
#sub-navigation > li > a { display: block; position: relative; height: 94px; color: rgb(137, 137, 137); font-size: 14px; text-decoration: none; line-height: 15px; font-weight:600;}
#sub-navigation > li > a > span:first-child { display: block; font-size: 34px; color: rgb(151, 151, 151); line-height: 57px; height: 52px; visibility: visible; opacity: 1; }
#sub-navigation > li > a > span:first-child + span { display: block; line-height: 15px; }

/* End Navigation */

/* Dashboard content */

.message {
	padding:12px;
	margin-bottom: 20px;
}

.message i {
	font-size: 44px;
    line-height: 0.5em;
    margin-left: -4px;
	float:left;
}

.message.info i {
	color: #af7d26;
}

.message p {
	font-weight:bold;
	font-size:15px;
	padding-left: 30px;
}

.message.info {
	background-color: #efaa33;
  color: #4a473d;
}

.message.info p {
	color: #4a473d;
}

.dashboard h1 {
    font-size: 24px;
}
/*
.red {
	color: #c5002c;
}

.green {
	color: #719c0f;
}
*/
.dashboard h1, h2, h3, h4, h5, h6 {
    -moz-osx-font-smoothing: grayscale;
    margin: 0.3em 0 0.8em;
}

.grey-box {
    background: none repeat scroll 0 0 #f1f1f1;
    margin: 0 0 30px;
}

.grey-box-title {
    padding: 10px 15px;
    position: relative;
}

.grey-box-title h2 {
  font-size: 18px;
	font-weight: 600;
	margin: 0.1em 0 0.1em;
	color:#db4e58;
}

.grey-box .grey-box-content {
  border-top: solid 1px #f8f8f8;
  padding: 10px 15px;
   position: relative;
}

.grey-box .grey-box-title {
  border-bottom: solid 1px #e0e0e0;
}

.grey-box .form-group {
    /*max-width: 450px;*/
}

.grey-box .form-group {
    margin-bottom: 8px;
}

.grey-box .form-group .form-label {
    float: left;
    padding: 5px 10px 0 0;
    width: 112px;
}

.grey-box .form-group .form-field {
	float:left;
}

.grey-box .form-group .date-field {
    display: inline-block;
    width: auto;
}

.grey-box .form-group .date-field .form-control {
    width: 95px;
}

.grey-box .form-group .form-label label {
	font-weight:600;
}

.grey-box .form-control {
  -webkit-box-shadow: inset 0 0 3px rgba(1,1,1,.1);
     -moz-box-shadow: inset 0 0 3px rgba(1,1,1,.1);
          box-shadow: inset 0 0 3px rgba(1,1,1,.1);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
	border: solid 1px #d5d5d5;
  height: 32px;
  line-height: 20px;
  padding: 5px 10px;
  color: #8f8f8f;
  font-family: 'proxima_nova', sans-serif;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
}

.grey-box textarea.form-control {
  height: auto;
}

.grey-box select {
  border: solid 1px #d5d5d5;
  background: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F6F6F6));
  background: -webkit-linear-gradient(#FFFFFF, #F6F6F6);
  background: -moz-linear-gradient(#FFFFFF, #F6F6F6);
  background: -ms-linear-gradient(#FFFFFF, #F6F6F6);
  background: -o-linear-gradient(#FFFFFF, #F6F6F6);
  background: linear-gradient(#FFFFFF, #F6F6F6);
  font-family: 'proxima_nova', sans-serif;
  font-size: 15px;
  padding: 3px;
  height: 30px;
  width: 170px;
  color:#666666;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.grey-box select option {
  padding: 5px;
}

.dashboard .grey-box .form-control {
	max-width:170px;
}

.dashboard .grey-box button {
	margin-left: 112px;
}

.dashboard-left-column { width: 60%; float: left; padding-bottom: 30px; }
.dashboard-left-column p { text-align: justify; }
.dashboard-right-column { width: 34.375%; float: right; padding-bottom: 30px; }
.chart-left { width: 45%; float: left; position: relative;margin-left: 20px; }
.chart-left .chart-legend-vertical,.chart-left .chart-legend-horizontal { position: absolute; color: rgb(211, 19, 62); font-size: 13px; font-weight: 600; }
.chart-left .chart-legend-vertical { left: -40px; bottom: 60px; transform: rotate(-90deg); }
.chart-left .chart-legend-horizontal { left: 0px; bottom: 5px; }
.chart-right { width: 45%; float: right; position: relative; }
.chart-right #canvas2-legend { width: 40%; float: left; }
.chart-right #canvas2-container { width: 55%; float: right; }
.pie-legend { list-style: outside none none; margin: -55px 0px 0px; padding: 0px 20px 0px 0px; text-align: right; font-family: Arial,sans-serif; font-size: 14px; color: rgb(123, 123, 123); width: 40%; position: absolute; top: 50%; left: 0px; }
.pie-legend li { padding: 3px 30px 3px 0px; position: relative; }
.pie-legend li span { position: absolute; right: 0px; top: 50%; margin-top: -5px; width: 21px; height: 11px; font-size: 0px; }


@media only screen and (max-width: 767px) {
  .dashboard-left-column,
  .dashboard-right-column,
  .chart-left,
  .chart-right {
    float: none;
    width: 100%;
  }

  .chart-right {
    padding-top: 30px;
  }
  .grey-box .form-group .form-label {
    float: left;
    padding: 5px 10px 5px 0;
    width: 112px;
}
  .grey-box .form-group .form-field {
    float: none;
	clear:left;
}
	.grey-box .form-group .form-field .date-field {
		display:block;
		margin-bottom:5px;
	}

    .form-group .form-field .phone-prefix {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 961px) {
  .pie-legend li {
    font-size: 11px;
  }
}

@media only screen and (max-width: 480px) {
  .chart-right #canvas2-container,
  .chart-right #canvas2-legend {
    float: none;
    width: 100%;
  }

  .pie-legend {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    width: auto;
    max-width: 300px;
    padding-top: 20px;
  }

}

@media only screen and (max-width: 386px) {
	.dashboard .grey-box button {
	margin-left:0;
}
}

/* End Dashboard */

/* Track and Trace */

.track-and-trace. grey-box .form-control {
	max-width:170px;
}

.track-and-trace .grey-box .form-group .form-label {
	width:132px;
}

.btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #7b7b7b !important;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333 !important;
  background-color: #ccc;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-group input[type="radio"] + label,
.form-group input[type="checkbox"] + label {
  position: relative;
  padding-left: 23px;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}

.form-group input[type="radio"] + label:before,
.form-group input[type="checkbox"] + label:before {
  color: #ffffff;
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: inset 0 0 4px rgba(1,1,1,.1);
	-moz-box-shadow: inset 0 0 4px rgba(1,1,1,.1);
	box-shadow: inset 0 0 4px rgba(1,1,1,.1);
	border: solid 1px #d5d5d5;
  background: #fff;
  /*border: solid 2px #d3133e;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form-group input[type="radio"].error + label:before,
.form-group input[type="checkbox"].error + label:before {
  border-color: #BF0000;
}

.form-group input[type="radio"].error + label,
.form-group input[type="checkbox"].error + label {
  color: #BF0000;
}

.form-group input[type="radio"]:checked + label:before {
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: solid 4px #d1133e;;
  background: #f1f1f1;
}

.form-group input[type="checkbox"] + label:before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.form-group input[type="checkbox"]:checked + label:before {
  text-align: center;
  content: "\e60c";
  font-family: 'icomoon';
  font-size: 24px;
  line-height: 14px;
  font-weight: normal;
  color: #d1133e;
  border-color: #d1133e;
  box-shadow: none;
}

.submit-button-wrapper {
  padding: 10px 0 0;
}

.form-group .form-field.prefix {
    margin-right: 4px;
}

.form-group .form-field .phone-prefix {
  width: 50px;
}

.form-group .form-field .phone-number {
  width: 109px;
}

/* Track and Trace */

/* Upload file */

.accordion-steps {
  position: relative;
  height: 55px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #F0F0F0;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F0F0F0), to(#D0D0D0));
  background: -webkit-linear-gradient(#F0F0F0, #D0D0D0);
  background: -moz-linear-gradient(#F0F0F0, #D0D0D0);
  background: -ms-linear-gradient(#F0F0F0, #D0D0D0);
  background: -o-linear-gradient(#F0F0F0, #D0D0D0);
  background: linear-gradient(#F0F0F0, #D0D0D0);
  /*margin-bottom: 3px;*/
  overflow: hidden;
}

.accordion-steps > div {
  width: 9.15%;
  float: left;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 55px;
  background: #7ba914 url("../images/step-bg.png") repeat-x left top;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordion-steps > div.disabled {
  cursor: default;
  color: #989898 !important;
  background: none;
}

.accordion-steps > div.disabled span.number {
  color: #989898 !important;
  opacity: 0.5 !important;
}

.accordion-steps > div.disabled span.number:before {
  border-color: #989898 !important;
}

.accordion-steps > div.selected {
  width: 63.4%;
  /*width: 72.55%;*/
  text-align: left;
  padding-left: 24px;
}

.accordion-steps > div:first-child {
  padding-left: 0;
}

.accordion-steps > div.selected:first-child {
  padding-left: 15px;
}

.accordion-steps.fixed-steps > div.selected:first-child {
  padding-left: 20px;
}

.accordion-steps > div:last-child {
  /*padding-left: 8px;*/
}

.accordion-steps > div:after {
  width: 18px;
  height: 55px;
  right: -18px;
  top: 0;
  position: absolute;
  display: block;
  content: "";
  background: url("../images/step-arrow.png") no-repeat left top;
}

.accordion-steps > div.disabled:after {
  background: url("../images/step-arrow-disabled.png") no-repeat left top;
}

.accordion-steps > div:last-child:after {
  display: none;
}

.accordion-steps > div:nth-last-child(1) { z-index: 1; }
.accordion-steps > div:nth-last-child(2) { z-index: 2; }
.accordion-steps > div:nth-last-child(3) { z-index: 3; }
.accordion-steps > div:nth-last-child(4) { z-index: 4; }
.accordion-steps > div:nth-last-child(5) { z-index: 5; }
.accordion-steps > div:nth-last-child(6) { z-index: 6; }
.accordion-steps > div:nth-last-child(7) { z-index: 7; }
.accordion-steps > div:nth-last-child(8) { z-index: 8; }
.accordion-steps > div:nth-last-child(9) { z-index: 9; }
.accordion-steps > div:nth-last-child(10) { z-index: 10; }

.accordion-steps > div span.number {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 0;
  text-align: center;
  opacity: 0.3;
  position: relative;
}

.accordion-steps > div span.number:before {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  content: "";
}

.accordion-steps > div:hover span.number {
  opacity: 1;
  color: #fff;
}
.accordion-steps > div:hover span.number:before {
  /*opacity: 1;*/
}

.accordion-steps > div:active span.number,
.accordion-steps > div:focus span.number {
  opacity: 1;
  color: #628611;
}
.accordion-steps > div:active span.number:before,
.accordion-steps > div:focus span.number:before {
  border-color: #628611;
}

.accordion-steps > div.selected span.number {
  opacity: 1;
  color: #ffffff;
}
.accordion-steps > div.selected span.number:before {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}

.accordion-steps > div span.label {
  display: none;
  vertical-align: top;
  line-height: 25px;
  margin: 15px 0 0 8px;
  font-size: 18px;
}

.accordion-steps > div.selected span.label {
  display: inline-block;
}

.accordion-steps.fixed-steps > div {
  width: 20%;
  text-align: left;
  padding-left: 20px !important;
  cursor: default;
}

.accordion-steps.fixed-steps.steps-count-6 > div {
  width: 16.6666%;
}

.accordion-steps.fixed-steps.steps-count-5 > div {
  width: 20%;
}

.accordion-steps.fixed-steps.steps-count-4 > div {
  width: 25%;
}

.accordion-steps.fixed-steps.steps-count-3 > div {
  width: 33.3333%;
}

.accordion-steps.fixed-steps.steps-count-2 > div {
  width: 50%;
}

.accordion-steps.fixed-steps > div span.label {
  display: inline-block;
}

.accordion-steps.fixed-steps > div span.number {
  opacity: 1 !important;
}

.accordion-steps .ghost-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 0;
  z-index: 30;
}

.accordion-steps.fixed-steps + form {
  margin-top: 7px;
}

.accordion-content {
  display: none;
}

.accordion-content.selected {
  display: block;
}

.btn-blue {
    background: none repeat scroll 0 0 #0072b9;
    color: #fff !important;
    text-shadow: 1px 1px rgba(0, 75, 121, 0.7);
	padding: 5px 10px;
}

.upload-file .btn-grey {
    background: none repeat scroll 0 0 #979797;
    color: #fff !important;
    text-shadow: 1px 1px rgba(94, 94, 94, 0.7);
}

.btn-sm {
    font-size: 16px;
    font-weight: 600;
}

.form-group.upload .form-field {
	line-height:30px;
}

.upload-file a.btn-grey {
	padding: 5px 8px;
}

.upload-file a.btn-grey:hover,
.upload-file a.btn-grey:focus {
  color: #fff !important;
  background: #828282;
}

.upload-file .grey-box-content {
  border-bottom: solid 1px #e0e0e0;
}

.upload-file .grey-box-footer {
  border-top: solid 1px #f8f8f8;
  padding:10px;
}

.review-table-container {
  overflow: auto;
}

.review-table {
  width: 100%;
  border-spacing: 0;
  empty-cells: show;
  border-collapse: collapse;
}

.review-table > thead th {
  background: #d8d8d8;
  padding: 4px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}

.review-table thead select {
	width: 110px;
}

.review-table td .red {
	font-weight:600;
	color: #c5002c;
}

.review-table select {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: normal;
}

.review-table tbody tr td {
  background: #f9f9f9;
  padding: 7px 6px;
  font-size: 14px;
}

.review-table tbody tr td select {
	width:120px;
}

.review-table thead th.order-number select {
	width:78px;
}

.review-table thead th.free select,
.review-table thead th.paid select {
	width:60px;
}

.review-table tbody td input.form-control {
	width:100px;
}

.review-table tbody > tr:nth-child(odd) td {
  background: #fff;
}

.review-table tbody > tr.row-error td {
  background: #fedada;
}

.review-table tbody tr td:nth-child(1),
.review-table tbody tr td:nth-child(2),
.review-table tbody tr td:nth-child(3) {
  text-align: left;
}

.review-table tboday tr td {
  text-align: left;
}

.review-table tbody > tr.edit td {
	background:#f1f1f1;
}

.review-table tbody > tr.edit {
	border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.review-table [class^="icon-"], .review-table [class*=" icon-"] {
  font-size: 16px;
}

.review-table .icon-warning {
  color: #d00000;
}

.review-table a {
  color: #909090;
}

.review-table a:hover {
  color: #d00000;
}

.review-table tbody > tr.edit td .email {
	width:160px;
}

.review-table a.btn {
    color: #fff;
}

.review-table a.btn-blue span {
	font-size: 28px;
	line-height: 18px;
    margin-left: -3px;
}

.review-table a.btn-blue:hover {
	text-decoration:none;
}

.review-table a.btn-blue {
	padding-right: 2px;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background: none repeat scroll 0 0 #005e98;
    color: #fff !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* End Upload file */

/* Settings */

.settings .grey-box-title h2 {
	color: #d41140;
}

.settings .grey-box .form-group {
    max-width: 100%;
}

.settings .grey-box .form-group .date-field .form-control {
    width: 115px;
}

.settings .grey-box .form-group .form-label {
    width: 150px;
}

.form-control.field-medium,
.settings .grey-box .form-group .date-field .form-control.street {
	width: 214px;
}

.settings .grey-box .form-group .date-field .form-control.number {
	width: 86px;
  margin-left: 0.07em;
}

.settings .grey-box .form-group .date-field .form-control.postal-code {
	width: 100px;
}

.settings .grey-box .form-group .date-field .form-control.extra-info {
	width: 86px;
}

.settings .grey-box {
	margin-bottom:20px;
}

.settings .grey-box .form-group .form-field.radio {
	float:none;
}

.settings .grey-box .form-group .form-field.radio label {
	font-weight:600;
}

.settings p.red {
	color: #d41140;
	font-weight:600;
	margin-bottom: 10px;
}

.settings .grey-box .form-group .form-label.full-width {
	width:100%;
  float: none;
	margin-bottom: 6px;
}

.settings .grey-box .form-group.email-title .form-field {
	float:none;
}

.supliers-table-container {
  overflow: auto;
}

.supliers-table {
  width: 100%;
  border-spacing: 0;
}

.supliers-table > thead > tr > th {
  padding: 90px 5px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #7e7e7e;
  vertical-align: bottom;
}

.supliers-table > thead > tr > th > div {
  width: 15px;
  height: 20px;
  position: relative;
}

.supliers-table > thead > tr > th > div > div {
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 15px;
  white-space: nowrap;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.supliers-table > tbody > tr > td {
  background: #f7f7f7;
  padding: 10px 5px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 18px;
}

.supliers-table > tbody > tr > td strong {
  font-weight: 600;
}

.supliers-table > tbody > tr > td small {
  font-size: 14px;
}

.supliers-table > tbody > tr > td:first-child {
  padding-left: 15px;
}

.supliers-table > tbody > tr:nth-child(even) > td {
  background: #fcfcfc;
}

/* Custom CSS */

.weightBracketsTable{
  width: 80%;
  margin-bottom: 2em;
  border-spacing: 0;
}

.weightBracketsTable tr.prices{
  background: #062557;
  color: #fff;
}

.weightBracketsTable td{
  padding: 0.5em;
}

.moreInfo{
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

#get-rates-more-info-box{
  margin-top: 2em;
  margin-bottom: 2em;
}

#registration-more-info-box{
  margin-top: 2em;
  margin-bottom: 2em;
}

.contact-field-name{
  display: inline-block;
  width: 6.5em;
}

#registration-form{
  margin-bottom: 2em;
}

#btnSubmitRegisterAccount{
  margin-top: 1em;
}

.incorrect{
  /*
  border: #d41140 solid 0.1em;
  padding: 0.1em;
  */
}

.green-tick{
  display: inline-block;
}

#error-box{
  /*margin-bottom: 1em;*/
}

#error-box .error{
  color: #BF0000;
}

#ra_errorMsgBox, #as_errorMsgBox {
  margin-top: 1em;
  /*margin-bottom: -0.5em;*/
}

.errorLogin{
  font-weight: normal !important;
  text-align: center !important;
}

/* Setup Form */

#account-setup-form .form-group, #account-setup-form .form-group-checkbox{
  max-width: 100%;
  margin-bottom: 0.4em;
}

#account-setup-form .form-label{
  display: inline-block;
  width: 14em;
}

#account-setup-form .form-field{
  display: inline-block;
}

.notEditableText{
  padding: 0.4em;
}

#mandatoryFieldsNote{
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#accept-terms-box{
  margin-top: 1em;
}

#accept-terms-note-box{
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#btnSubmitSetupAccount{
  margin-bottom: 1em;
}

.labelContainer{
  width:50em;
  height:30em;
  display:block;
}

.iframeLabel{
  width:100%;
  height:100%;
}

.batch-status-box{
  width: 25em;
}

.batchStatus{
  text-decoration: none;
}

.batchStatus:hover{
  text-decoration: none;
}

.status0{
  color: #363636 !important;
}

.status1{
  color: #19356b !important;
}

.status2{
  color: #59820a !important;
}

.status3{
  color: #BF0000 !important;
}

.clickable {
  cursor: pointer;
}

.tableDetails{
  padding: 1em;
}

label.error{
  color: #BF0000;
}

.openBatchDetail, .openTrackingDetail{
  border: none;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  font-family: 'ProximaNova', Arial, sans-serif;
  font-size: 100%;
  width: 100%;
  outline: 0;
  color: #595959;
}

/*
.dataTable{
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
*/

.dataTables_wrapper, .dataTables_info, .dataTables_processing, .dataTables_filter, .dataTables_length{
  color: #595959 !important;
}

.hidden{
  display: none;
}

.track-and-trace .grey-box .form-group .form-label {
  width: 132px;
}

.grey-box-content{
  padding: 1.2em;
}

.grey-box .dataTables_length select {
  width: 4.5em;
}

.subtitle{
  margin-top: 0.5em;
}

.typ-column{
  /*max-width: 2em;*/
}

.parcel-number-selector{
  width: 3em;
}

#csv_account_data{
  padding: 2em;
}

.field-name{
  display: inline-block;
  font-weight: bold;
  width: 10em;
}

.field-value{
  display: inline-block;
}

.showLabel:hover{
  text-decoration: none;
  opacity: 0.8;
}

.service_selection_radio{
  margin-bottom: 0.75em;
}

#more_info_drop_off, #more_info_warehouse{
  margin-left: 1.3em;
  margin-bottom: 1em;
}

.little-margin-above{
  margin-top: 0.5em;
}

.medium-margin-above{
  margin-top: 1.5em;
}

.little-margin-below{
  margin-bottom: 0.5em;
}

.medium-margin-below{
  margin-bottom: 1.5em;
}

.no-space-above{
  padding-top: 0;
  margin-top: 0;
}

.no-space-below{
  padding-bottom: 0;
  margin-bottom: 0;
}

#print_amazon_faq{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Datatables for Smartphones */
@media only screen and (max-width: 767px) {
  .hiddenInMinVersion{ display: none !important; }
}

/* My Profile */
.profileTabs{
  text-align: center;
}

.profileTab{
  display: inline-block;
  width: 14.8em;
  height: 2em;
  text-align: center;
  background: #EEEEEE;
  padding: 0.4em;
  padding-top: 0.45em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #A0A0A0;
  cursor: pointer;
}

.profileTab:hover, .profileTabs .active{
  color: #595959;
}

.profileTabs .active{
  cursor: default;
}

.my-profile-form .grey-box-title h2 {
  color: #db4e58;
}

.profileInfoBox{
  margin-top: 1em;
}

.profileErrorBox{
  margin-top: 1em;
}

.success.info i {
  color: #60850D;
}

.success.info {
  background-color: #B0C878;
}

.warehouse-address-title{
  margin-bottom: 0.5em;
}

.warehouse-address-details{
  padding-left: 1.6em;
}

/* Selected Orders */
.order-details-row{
  padding-bottom: 1.5em !important;
}

.order-details-row table{
  padding-bottom: 0 !important;
  border-bottom: lightgrey 0.1em solid !important;
}

.order-details-row table th{
  background: lightgrey;
  border: none !important;
  margin: 0.1em;
}

.order-details-row table tr {
  background: #EAEAEA;
  border-bottom: lightgrey 0.1em solid !important;
}

th.expand-column{
  text-indent: -1000em;
}

.shown{
  /*background-color: #B0BED9 !important;*/
}

.extra-info-row:hover{
  background: #FFFFFF !important;
}

.order-details-row{
  padding: 0.5em;
}

.order-details-row table{
  width: 100%;
  text-align: center;
}

.your-choose-list{
  margin-bottom: 0.5em !important;
}

.your-choose-field{
  width: 7em;
  display: inline-block;
  font-weight: bold;
}

.price, .sub-price{
  color: #719c0f;
}

.total-price{
  color: #719c0f;
}

#mo_errorMsgBox_parcelDetails{
  margin-top: 1em;
}

#order-summary-service-options .option-toggle .option-icon:before,
#order-summary-service-options .option-toggle .option-title {
  color: #d5424c;
}

#order-summary-service-options .option-toggle.active .option-icon:before{
  color: #759f16;
}

#order-summary-service-options .option-toggle.active .option-title {
  color: #FFFFFF;
}

#order-summary-service-options .option-info{
  padding: 1em;
  padding-bottom: 0.5em;
}

#order-summary-service-options .option-info a{
  color: #759f16;
}

#order-summary-service-options .option-toggle.active .option-subtitle .total-price-service-option{
  font-weight: bold;
}

#adyen_form{
  display: inline;
}

/* Country column render */

.flag {
  width: 20px;
  height: 13px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  font-size: 0;
  margin: auto;
}

.flag-gbr, .flag-gb{
  background-image: url('../images/flags/flag-gbr.png');
}

.flag-deu, .flag-de{
  background-image: url('../images/flags/flag-deu.png');
}

.flag-fra, .flag-fr{
  background-image: url('../images/flags/flag-fra.png');
}

.flag-ita, .flag-it{
  background-image: url('../images/flags/flag-ita.png');
}

.flag-esp, .flag-es{
  background-image: url('../images/flags/flag-esp.png');
}

.flag-nld, .flag-nl{
  background-image: url('../images/flags/flag-nld.png');
}

.flag-prt, .flag-pt{
  background-image: url('../images/flags/flag-prt.png');
}


/* Terms and Conditions (Complete your account details) */

#shyp-terms-and-conditions{
  width: 600px;
  padding: 2em;
}

#shyp-terms-and-conditions ol {
  counter-reset:li;
  margin-left:0;
  padding-left:0;
  font-size: 95%;
  text-align: justify;
}
#shyp-terms-and-conditions ol > li {
  position:relative;
  margin:0 0 6px 2em;
  padding:4px 8px;
  list-style:none;
  background:#f6f6f6;
  margin-bottom: 1em;
}
#shyp-terms-and-conditions ol > li:before {
  content:counter(li);
  counter-increment:li;
  position: absolute;
  left: -2em;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #fff;
  background: #666;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
#shyp-terms-and-conditions li ol,
#shyp-terms-and-conditions li ul {margin-top:6px;}
#shyp-terms-and-conditions ol ol li:last-child {margin-bottom:0;}
