// font definitions
@font-face {
    font-family: 'Matter-Super-Regular';
    src: url('../fonts/Matter-Super-Regular.woff') format('woff');
    font-weight: normal;
    unicode-range: U+00A9, U+00AE, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'Matter-Super-Regular';
    src: url('../fonts/Matter-Super-Bold.woff') format('woff');
    font-weight: 700;
    unicode-range: U+00A9, U+00AE, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Light.woff2') format('woff2'), url('../fonts/Matter-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Regular.woff2') format('woff2'), url('../fonts/Matter-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Medium.woff2') format('woff2'), url('../fonts/Matter-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-RegularItalic.woff2') format('woff2'), url('../fonts/Matter-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/Matter-Bold.woff2') format('woff2'), url('../fonts/Matter-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

/* clearfix */
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

button::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
  -webkit-touch-callout: none;  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;   /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;  /* prevent copy paste, to allow, change 'none' to 'text' */
  width: 100%;
  height: 100%;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #5a5b5d;
  margin: 0;
  padding: 0;
  background-color: white; /*#F8F6F6;*/
}

.app {
  position:absolute;
  left: 50%;
  top: 50%;
  width: 1024px;
  height: 768px;
  padding: 0;
  margin: -384px 0 0 -512px;
}

#loadingPercentage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  font-size: 16px;
  color: #c9c9c9;
  text-align: center;
  margin: -25px 0 0 -125px;
}
#loadingBar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 2px;
  margin: -1px 0 0 -125px;
  background: #e8e8e8;
}
#loadingBar .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #5a5b5d;
  /*
	-moz-transition: width 1s ease-in-out;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
	*/
}

/* */
h1, h2, h3 {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 .5em;
  padding: 0;
}
h1 {
  font-size: 36px;
  font-weight: 100;
}
h2 {
  font-size: 24px;
  text-align: center;
  color: #5a5b5d;
}
h3 {
  font-size: 18px;
  text-align: center;
  color: white;
  padding: 8px 0 3px;
  background: #c9c9c9;
  border-radius: 5px;
}
h3.cut {
  border-radius: 0;
  background-color: #cfcfcf;
  text-transform: none;
}
h3.cutBottom {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
h3.cutTop {
  border-radius: 0 0 0 5px;
  margin-top: 0;
  background-color: #d4d4d4;
  text-transform: none;
}
h3.cutTop.last {
  border-radius: 0 0 5px 0;
  background-color: #d9d9d9;
}
h3.cutLeft {
  border-radius: 5px 0 0 5px;
  text-transform: none;
}
h3.cutRight {
  border-radius: 0 5px 5px 0;
  background-color: #d4d4d4;
  text-transform: none;
}
h3.cutRight.last {
  background-color: #d9d9d9;
}

a {
  color: #6c6f70;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	/*text-decoration: none;*/
}

hr {
	border: 0;
	background-color: #f8f6f6;
	height: 5px;
}

button {
	cursor: pointer;
}

strong {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
}

sup {
  font-size: .6em;
}

.sprite {
  background-image: url(../images/interface/sprite-web.png);
  background-repeat: no-repeat;
  background-size: 60px 615px;
}

.floatRight {
  float: right;
  display: block;
  margin: 0 0 2em 1em;
}
.floatLeft {
  float: left;
  display: block;
  margin: 0 1em 2em 0;
}

/* SPINNER */
@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

/* HEADER */
header {
  position: absolute;
  width: 984px;
  height: 60px;
  left: 20px;
  top: 24px;
  background: none; /* #5a5b5d url(../images/interface/capsugel_logo@2x.png) right center no-repeat */
  /* background-size: 210px 25px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);*/
  display: none;
}

header .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  background-position: center top;
  /* border-right: 2px solid #D9D9D9; */
  overflow: hidden;
}
header h1 {
  color: #F05C2A; /* white */
  padding: 9px 0 0 70px;
}

/* INTRO */
#intro_wrapper {
  position: absolute;
  width: 984px;
  height: 640px;
  left: 20px;
  top: 104px;
  z-index: 20;
  display: none;
}
#intro {
  height: 480px;
  padding: 0;
  margin: 0 0 20px;
  background: white url(../images/content/intro_bg@2x.jpg) center center no-repeat;
  background-size: 980px 480px;
  border-radius: 10px;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.2);*/
  overflow: hidden;
}
.intro-button {
  position: absolute;
  width: 360px;
  height: 70px;
  left: 0;
  bottom: 40px;
  color: white;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 0 0;
  border-radius: 10px;
  background: #F05C2A;
  display: block;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.2);*/
}
.intro-button.btn-pantone {
  left: 380px;
  background: #97BF0D;
}
.intro-button.btn-pantone.half-width {
  left: 502px;
}
.intro-button.btn-easycolor {
  width: 224px;
  left: auto;
  right: 0;
  background: #EAAB00;
}
.intro-button span {
  position: relative;
  height: 40px;
  font-weight: 100;
  display: inline-block;
  padding: 10px 0 10px 70px;
  background-position: 0 -60px;
}
.intro-button.btn-pantone span {
  background-position: 0 -120px;
}
.intro-button.btn-easycolor span {
  padding-left: 0;
}
.intro-button.full-width {
  left: 342px;
	bottom: 40px;
  width: 300px;
	height: 70px;
	padding: 15px 0 0;
  background: #F05C2A;
}
.intro-button.full-width:hover, .intro-button.full-width:focus {
	background: #ff3203;
}
.intro-button.half-width {
  width: 482px;
}

.hidden {
  display: none;
}

#footnotes {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 9px;
	color: #6c6f70;
	text-align: center;
}

/* WRAPPER */
#wrapper {
  position: absolute;
  width: 984px;
  height: 640px;
  left: 20px;
  top: 108px;
  background: white;
  border-radius: 10px;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.2);*/
  overflow: hidden;
  display: none;
}

/* MENU */
#menu {
  position: absolute;
  width: 230px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8e8e8;
  z-index: 0;
}
#menu li {
  margin: 0;
  padding: 0 10px 0 60px;
}
#menu li a {
  position: relative;
  height: 60px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 14px;
  color: #8e908f;
  line-height: 60px;
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid #c9c9c9;
  display: block;
	cursor: default;
}
#menu li a span.modif span {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
}
#menu li a i {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -60px;
  top: 0;
  background: url(../images/interface/icons-menu-web.png) 0 0 no-repeat;
  background-size: 180px 600px;
}
#menu li a.active {
  color: #F05C2A !important;
	cursor: pointer;
}
#menu li a.visited {
  color: #5a5b5d;
	cursor: pointer;
}
#menu li a.visited i {
  background-position: -120px 0;
}
#menu li a.active i {
  background-position: -60px 0;
}

#menu li a#menu-2 i {
  background-position: 0 -60px;
}
#menu li a#menu-3 i {
  background-position: 0 -120px;
}
#menu li a#menu-4 i {
  background-position: 0 -180px;
}
#menu li a#menu-5 i {
  background-position: 0 -240px;
}
#menu li a#menu-6 i {
  background-position: 0 -300px;
}
#menu li a#menu-7 i {
  background-position: 0 -360px;
}
#menu li a#menu-8 i {
  background-position: 0 -420px;
}
#menu li a#menu-9 i {
  background-position: 0 -480px;
}
#menu li a#menu-99 {
  color: #5a5b5d;
}
#menu li a#menu-99 i {
  background-position: -120px -540px;
}

#menu li a#menu-2.visited i {
  background-position: -120px -60px;
}
#menu li a#menu-3.visited i {
  background-position: -120px -120px;
}
#menu li a#menu-4.visited i {
  background-position: -120px -180px;
}
#menu li a#menu-5.visited i {
  background-position: -120px -240px;
}
#menu li a#menu-6.visited i {
  background-position: -120px -300px;
}
#menu li a#menu-7.visited i {
  background-position: -120px -360px;
}
#menu li a#menu-8.visited i {
  background-position: -120px -420px;
}
#menu li a#menu-9.visited i {
  background-position: -120px -480px;
}
#menu li a#menu-99.visited i {
  background-position: -120px -540px;
}

#menu li a#menu-2.active i {
  background-position: -60px -60px;
}
#menu li a#menu-3.active i {
  background-position: -60px -120px;
}
#menu li a#menu-4.active i {
  background-position: -60px -180px;
}
#menu li a#menu-5.active i {
  background-position: -60px -240px;
}
#menu li a#menu-6.active i {
  background-position: -60px -300px;
}
#menu li a#menu-7.active i {
  background-position: -60px -360px;
}
#menu li a#menu-8.active i {
  background-position: -60px -420px;
}
#menu li a#menu-9.active i {
  background-position: -60px -480px;
}
#menu li a#menu-99.active i {
  background-position: -60px -540px;
}

#menu li.last {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  display: none;
}
#menu li.last.basket {
	display: block;
}
#menu li.last.basket.hidden {
	display: none;
}
#menu li.last a {
  border-bottom: 0;
}

#toggleMenu {
  position: absolute;
  width: 60px;
  height: 45px;
  left: 0;
  top: 0;
  background-position: center -180px;
}

/* CONTENT */
#content {
  position: absolute;
  width: 884px;
  height: 575px;
  right: 0;
  top: 0;
  padding: 45px 20px 20px;
  margin: 0;
  background: white;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
  z-index: 10;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-on-out;
}
#content.open {
  width: 714px;
}
#content a:hover {
  color: #c9c9c9; /*#F05C2A*/
}

#loadedContent {
  position: relative;
  height: 520px;
  padding: 0 0 55px;
  margin: 0;
  overflow: hidden;
}
#loadedContent h2 {
  margin-bottom: 1.5em;
}

#loadedContent.preload {
  background-image: url(../images/interface/preloader@2x.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

#cap3D {
  position: absolute;
  left: 255px;
  top: 185px;
  width: 414px;
  height: 374px;
  /*background-color: rgba(255,0,0,0.3);*/
  background-image: url(../images/interface/arrows3Ddouble-web.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 150px 30px;
	cursor: move;
	cursor: grab;
  z-index: 40;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  display: none;
}
#cap3D.down {
	cursor: all-scroll;
	cursor: grabbing;
}
#content.open #cap3D {
  left: 170px;
}
#cap3D.recap {
  top: 10px;
  height: 300px;
  /*
  left: 137px;
  width: 650px;
  height: 450px;
  */
}
#cap3D.recap canvas {
  top: -25px;
}
#content.open #cap3D.recap {
  /*
  left: 52px;
  */
}

#cap3D.basketView {
  left: 235px;
  top: 120px;
  padding: 20px;
  background-position: center 324px;
  background-color: white;
  /*border: 1px solid #ccc;*/
  z-index: 110;
}
#content.open #cap3D.basketView {
  left: 150px;
}
#cap3D .close {
  position: absolute;
  width: 40px;
  height: 40px;
	line-height: 40px;
  right: 0;
  top: 0;
	font-size: 1.3em;
	text-align: center;
	color: #ccc;
	z-index: 10;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  /*
  left: 255px;
  top: 147px;
  z-index: 50;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  */
}
/*
#content.open canvas {
  left: 170px;
}
*/

#stats {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

#moreInfoPane {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -105%;
  top: 0;
  background: #F8F6F6;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 100;
  -moz-transition: right 0.3s ease-out;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
#moreInfoPane .close {
  position: absolute;
  width: 40px;
  height: 40px;
	line-height: 40px;
  right: 0;
  top: 0;
	font-size: 1.3em;
	text-align: center;
	color: #ccc;
	z-index: 10;
	/*
  background: url(../images/interface/close-gray.png) center center no-repeat;
  background-size: 30px 30px;
  text-indent: -9999px;
	*/
}
#moreInfoPane .container {
  position: relative;
  width: 90%;
	height: 560px;
  padding: 20px 5%;
	margin: 20px 0;
  display: block;
	overflow: auto;
}
#moreInfoPane.open {
  right: 0;
}
#moreInfoPane h1 {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #F05C2A;
  text-align: center;
  text-transform: none;
}
#moreInfoPane h2 {
  font-size: 1.2em;
  color: #5a5b5d;
  text-transform: none;
  text-align: left;
  margin: 1.5em 0 .2em;
}
#moreInfoPane .intro {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #5a5b5d;
  text-align: center;
}
#moreInfoPane p {
  font-size: .9em;
  margin: 0 0 .2em;
}
#moreInfoPane p.head-image {
  text-align: center;
  margin: 1em 0;
}
#moreInfoPane ul {
  list-style: none;
  margin: .7em 0;
  padding-left: 1em;
}
#moreInfoPane li {
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -0.7em;
}
#moreInfoPane li::before {
  content: "•  ";
  color: #F05C2A;
}

/* BUTTONS */
.buttonLine {
  position: absolute;
  width: 100%;
  height: 35px;
  right: 0;
  bottom: -50px;
  text-align: right;
  display: block;
}
.btn {
  height: 35px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 35px;
  margin: 0;
  padding: 0;
  background-color: #F05C2A;
  border: none;
  border-radius: 5px;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.buttonLine .btn {
  width: 130px;
  margin-left: 5px;
}
.btn:hover {
  color: white;
  background-color: #5a5b5d;
}
.btn.small {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #c9c9c9;
}
.btn.dark {
  color: white;
  background-color: #5a5b5d;
}
.btn.dark:hover {
  color: #6c6f70;
  background-color: #c9c9c9;
}
.btn.disabled {
  opacity: .4 !important;
}
.btn.conditional {
  padding: 0 25px 0 15px;
  background-image: url(../images/interface/arrows-web@2x.png);
  background-position: right -35px;
  background-repeat: no-repeat;
  background-size: 35px 280px;
}
.btn.conditional:hover {
  background-position: right -35px;
}
.btn.send, .btn.submit {
  width: auto;
  padding: 0 35px 0 15px;
  background-image: url(../images/interface/submit-web@2x.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 35px 70px;
}
.btn.send:hover {
  background-position: right -35px;
}
.btn.submit {
  padding: 0 15px 0 35px;
  background-position: left -35px;
}
.btn.submit:hover {
  background-position: left -35px;
}

.btn.login,
.btn.default {
	padding: 0 20px;
}

.btn.pdf {
  width: auto;
  padding: 0 35px 0 15px;
  background-image: url(../images/interface/pdf-web@2x.png);
  background-position: right -35px;
  background-repeat: no-repeat;
  background-size: 35px 70px;
}
.btn.pdf:hover {
  background-position: right -35px;
}

.btn.save {
  width: auto;
  padding: 0 35px 0 15px;
  background-image: url(../images/interface/save-web@2x.png);
  background-position: right -35px;
  background-repeat: no-repeat;
  background-size: 35px 70px;
}
.btn.save:hover {
  background-position: right -35px;
}

/* LOGIN */
#loginModal a,
#registerModal a {
	text-decoration: underline;
}
.requestSpinner,
.loginSpinner,
.registerSpinner {
	position: relative;
}
.loginSpinner.spinner::before {
	left: 25%;
}
.registerSpinner.spinner::before {
	left: 50%;
}
.requestSpinner.spinner::before {
	left: 50%;
}

/* COLUMNS */
.col {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
.col.col1on1 {
  width: 100%;
  margin-right: 0;
}
.col.col1on2 {
  width: 48.5%;
  margin-right: 3%;
}
.col.col2on2 {
  width: 48.5%;
  margin-right: 0;
}
.col.col1on3, .col.col2on3 {
  width: 31%;
  margin-right: 3.5%;
}
.col.col3on3 {
  width: 31%;
  margin-right: 0;
}
.col.col2-3 {
  width: 63%;
  margin-right: 3%;
}
.col.col1on4 {
  width: 22.75%;
  margin-right: 3%;
}
.col.col4on4 {
  width: 22.75%;
  margin-right: 0;
}
.col.col3-4 {
  width: 72%;
  margin-right: 3%;
}
.col.col1on2.alone,
.col.col2on2.alone {
  margin-right: 0;
	margin-left: 25%;
}
.columns .col:first-child {
  /*margin-left: 0;*/
}

/* CAPSULES */
#loadedContent.capsuleType h2 {
  margin-bottom: 0.5em;
}
.capsuleTypeList {
  margin: 0;
  padding: 10px 0 20px;
  list-style: none;
  text-align: center;
}
.capsuleTypeList li {
  position: relative;
  width: 220px;
  height: 90px;
  text-align: center;
  /*line-height: 80px;*/
  margin: 0 1em 0;
  float: left;
  display: block;
  -moz-transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.capsuleTypeList li:first-child {
  margin-left: 0;
}
.capsuleTypeList li a {
  position: relative;
  width: 220px;
  height: 20px;
  color:  #5a5b5d !important;
  text-align: center;
  padding:  60px 0 0;
  /*text-indent: -9999px;*/
  background: url(../images/content/capsules@2x.png) center 0 no-repeat;
  background-size: 180px 800px;
  border-radius: 10px;
  display: block;
  /*
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  */
}
.capsuleTypeList li a.sprinkle { background-position: center -100px; }
.capsuleTypeList li a.pressfit { background-position: center -200px; }
.capsuleTypeList li a.oceancaps { background-position: center -300px; }
.capsuleTypeList li a.vcaps { background-position: center -400px; }
.capsuleTypeList li a.vcapsplus { background-position: center -500px; }
.capsuleTypeList li a.drcaps { background-position: center -600px; }
.capsuleTypeList li a.plantcaps { background-position: center -700px; }
.capsuleTypeList.col1 li {
  float:  none;
  display: inline-block;
}
.capsuleTypeList.col2 li {
  margin: 0 110px 0;
}
.capsuleTypeList li.lessMarginLeft {
  margin-left: 0;
}
.capsuleTypeList li.moreMarginLeft {
  margin-left: 220px;
}
.capsuleTypeList.col3 li {
  margin: 0 37px;
}
.open .capsuleTypeList.col2 li {
  margin: 0 67px 0;
}
.open .capsuleTypeList li.lessMarginLeft {
  margin-left: 0;
}
.open .capsuleTypeList li.moreMarginLeft {
  margin-left: 134px;
}
.open .capsuleTypeList.col3 li {
  margin: 0 9px 0;
}

.moreInfo {
  position: absolute;
  width: 30px;
  height: 30px;
	line-height: 30px;
	text-align: center;
  right: 0;
  top: 0;
	font-size: 1.2em;
	color: #ccc;
  /*
	background-position: center -375px;
  background-color: #c9c9c9;
  border-radius: 10px 10px 10px 0;
  */
  z-index: 20;
	cursor: pointer;
}

/* SIZES */
#sizesContainer {
  padding: 0;
}
.sizesList {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sizesList li {
  position: relative;
  /*width: 100px;
  height: 40px;*/
  text-align: center;
  line-height: 40px;
  margin: 0 2em 2em 0;
  display: inline-block;
  -moz-transition: margin 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.open .sizesList li {
  margin-right: .5em;
}
.sizesList li:last-child {
  margin-right: 0 !important;
}

.sizesList li a {
  position: relative;
  width: 100px;
  height: 30px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  color: #6c6f70 !important;
  padding: 30px 0 0;
  /*text-indent: -9999px;*/
  background: #c9c9c9 url(../images/content/sizes@2x.png) center 0 no-repeat;
  background-size: 150px 1300px;
  display: block;
}
.sizesList li a.size4 { background-position: center -100px; width: 90px; }
.sizesList li a.size4el { background-position: center -200px; width: 90px; }
.sizesList li a.size3 { background-position: center -300px; width: 90px; }
.sizesList li a.size2 { background-position: center -400px; width: 90px; }
.sizesList li a.size2el { background-position: center -500px; width: 90px; }
.sizesList li a.size1 { background-position: center -600px; width: 90px; }
.sizesList li a.size1el { background-position: center -700px; }
.sizesList li a.size0 { background-position: center -800px; }
.sizesList li a.size0el { background-position: center -900px; }
.sizesList li a.size00 { background-position: center -1000px; }
.sizesList li a.size00el { background-position: center -1100px; }
.sizesList li a.size000 { background-position: center -1200px; }

.sizesTable {
  width: 100%;
}
.sizesTable thead tr, .sizesTable tbody tr:nth-child(even) {
  background-color: #E6E6E6;
}
.sizesTable thead td {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
}
.sizesTable td {
  width: 5.5%;
  font-size: .85em;
  text-align: center;
  padding: 7px 0.5% 2px;
  vertical-align: middle;
}
.sizesTable tr td:first-child {
  width: 14.5%;
  text-align: left;
}
.sizesTable td.active {
  background-color: #F05C2A;
	color: white;
}

/* MARKET */
#worldmap {
  position: absolute;
  width: 865px;
  height: 505px;
  left: 5px;
  top: 120px;
  z-index: -1;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.open #loadedContent.market #worldmap {
  width: 705px;
  height: 410px;
  top: 130px;
}
/*
#loadedContent.market {
  background: url(../images/content/market@2x.png) center center no-repeat;
  background-size: 865px 505px;
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
}
.open #loadedContent.market {
  background-size: 705px 410px;
}
*/
.marketZone {
  position: absolute;
  top: 20%;
  height: 45%;
  display: block;
}
.marketZone.zoneUS {
  left: 0;
	width: 40%;
}
.marketZone.zoneEU.eu-1 {
  left: 40%;
	width: 25%;
}
.marketZone.zoneEU.eu-2 {
  left: 65%;
	width: 35%;
  height: 30%;
}
.marketZone.zoneAS {
  right: 0;
  top: 50%;
	width: 35%;
  height: 45%;
}

.marketList .btn {
  width: 100%;
  text-transform: uppercase;
}

.marketList .col-world {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.marketList .btn-world {
	background-color: #5a5b5d;
}
.marketList .btn-world.active {
	color: white;
	background-color: #F05C2A;
}

.btn.dropdown {
  font-size: 18px;
  color: white !important;
  padding-right: 40px;
  background-color: #5a5b5d;
}
.btn.dropdown.open, .btn.dropdown:hover {
  background-color: #F05C2A;
}
.dropdown .sprite {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 0;
  background-position: center -404px;
}
.dropdown.open .sprite, .dropdown:hover .sprite {
  background-position: center -434px;
}

.market .buttonLine .btn {
  outline: 10px solid white;
}

.dropPane {
  position: relative;
  padding: 10px;
  background: rgba(247,247,247,0.7);
  border-radius: 0 0 5px 5px;
  display: none;
}
.dropPane ul {
  list-style: none;
}
.dropPane li {
  position: relative;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px 3px 35px;
}
.dropPane li label {
  padding:  3px 3px 1px;
  border-radius: 3px;
  /*display: block;*/
}
.dropPane li input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #C9C9C9;
  border-radius: 0;
  background: white;
	appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dropPane li input[type="checkbox"]:checked {
  background: white url(../images/interface/carrot-web@2x.png) center center no-repeat;
  background-size: 16px 16px;
}

.marketSelect {
	font-size: .8em;
	text-align: left;
  padding-bottom: .2em;
  margin-bottom: .5em;
  border-bottom: 1px solid #c9c9c9;
}
.marketSelect a {
  padding: .5em;
}
.marketSelect a.active {
  opacity: .3;
}
.marketSeparator {
  padding-top: .2em;
  margin-top: .5em;
  border-top: 1px solid #c9c9c9;
}

/* APPLICATION */
.bigbutton {
  height: 70px;
  left: 0;
  bottom: 0;
  color: white;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 40px 0 0;
  border-radius: 10px 10px 0 0;
  background: #259CD3;
  display: block;
}
.bigbutton.green {
  background: #97BF0D;
}
.bigbutton:hover {
  color: white !important;
}
.applicationList a {
  height: 375px;
  display: block;
}
.applicationList a img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 105px;
  z-index: -1;
}
.applicationList a img.hidden, .applicationList a.selected img {
  display: none;
}
.applicationList a.selected img.hidden {
  display: block;
}

/* APPEARANCE */
.appearanceList {
}
.appearanceList .columns {
  margin-bottom: 1.5em;
}
.appearanceList .col {
  text-align: center;
  width: 50% !important;
  margin: 0 !important;
}
.appearanceList .col.col1on1 {
  margin: 0 25% !important;
}
.appearanceList .btn {
  position: relative;
  width: 80%;
  height: 60px;
  color: white;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 18px;
  line-height: 63px;
  text-transform: uppercase;
  margin: 0.5em 0 0.25em;
	background-color: #8e908f;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.appearanceList .btn i {
  background: url(../images/content/appearance@2x.png) center top no-repeat;
  background-size: 75px 440px;
  display: block;
}
.appearanceList .btn:hover {
  color: white;
}

.appearanceList .colornum .btn {
  padding-top: 50px;
  height: auto;
  line-height: 35px;
}
.appearanceList .colornum .btn i {
  position: absolute;
  width: 75px;
  height: 40px;
  left: 50%;
  top: 10px;
  margin: 0 0 0 -37.5px;
}
.appearanceList .colornum .btn.color1 i { background-position: center 0; }
.appearanceList .colornum .btn.color2 i { background-position: center -40px; }


.appearanceList .opacity .btn.fullWidth {
  padding-left: 55px;
}
.appearanceList .opacity .bgLeft .btn {
  padding-left: 35px;
}
.appearanceList .opacity .bgRight .btn {
  padding-right: 35px;
}
.appearanceList .opacity .btn i {
  position: absolute;
  width: 35px;
  height: 40px;
  left: 30px;
  top: 50%;
  margin: -20px 0 0 0;
  -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
.open .appearanceList .opacity .btn i {
  left: 15px;
}
.appearanceList .opacity .btn.fullWidth i {
  width: 75px;
}
.appearanceList .opacity .bgRight .btn i {
  left: auto;
  right: 30px;
}
.open .appearanceList .opacity .bgRight .btn i {
  right: 15px;
}
.appearanceList .opacity .btn.fullWidth.opaque i { background-position: center -80px; }
.appearanceList .opacity .btn.fullWidth.trans i { background-position: center -120px; }
.appearanceList .opacity .btn.fullWidth.pearl i { background-position: center -160px; }
.appearanceList .opacity .bgRight .btn.opaque i { background-position: center -200px; }
.appearanceList .opacity .bgRight .btn.trans i { background-position: center -240px; }
.appearanceList .opacity .bgRight .btn.pearl i { background-position: center -280px; }
.appearanceList .opacity .bgLeft .btn.opaque i { background-position: center -320px; }
.appearanceList .opacity .bgLeft .btn.trans i { background-position: center -360px; }
.appearanceList .opacity .bgLeft .btn.pearl i { background-position: center -400px; }

.opacityContainer, .opacityContainer .col {
  display: none;
}

/* COLORS */
.colorsList .col {
  text-align: left;
  width: 50% !important;
  margin: 0 !important;
}
.colorsList .col.col1on1 {
  width: 100% !important;
  margin: 0 !important;
}
.colorsList .col.col2on2 {
  text-align: right;
}
.colorsList .col {
  display: none;
}

.colorsList .colorShade {
	line-height: 0;
}

.colorsList .colorShade .pmsSearch {
  display: none;
}
.colorsList .colorShade .pmsSearch label {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #5a5b5d;
	line-height: normal;
  display: block;
}
.colorsList .colorShade .pmsSearch input[type="text"] {
  width: 130px;
  height: 30px;
  line-height: 34px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 14px;
  color: #404141;
  padding: 0 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.shadeThumb {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid white;
  border-radius: 6px;
  display: inline-block;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.open .shadeThumb {
  width: 28px;
}
.shadeThumb:hover, .shadeThumb.active {
  border-color: #5a5b5d;
  box-shadow: none;
}
.shadeThumb.purple { background-color: #7732A8; }
.shadeThumb.blue { background-color: #2955CE; }
.shadeThumb.green { background-color: #06B503; }
.shadeThumb.yellow { background-color: #FFDD00; }
.shadeThumb.orange { background-color: #FFA100; }
.shadeThumb.pink { background-color: #FFA0C7; }
.shadeThumb.red { background-color: #DB0300; }
.shadeThumb.brown { background-color: #89531E; }
.shadeThumb.black { background-color: #000000; }
.shadeThumb.grey { background-color: #B2A79D; }
.shadeThumb.white { background-color: #FFFFFF; box-shadow: 0 0 3px rgba(0,0,0,0.4) inset; }
.shadeThumb.natural { background-color: #FFF7E5; }

.colorSlide {
  position: relative;
  width: 150px;
  text-align: center;
}
.colorSlide.colorCap {
  float: right;
}
.colorSlide h3 {
  font-size: 14px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  color: #c9c9c9;
  text-transform: none;
  margin: .5em 0 .2em;
  background: none;
  border-radius: 0;
}
.colorSlideMore {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
  font-size: .9em;
  color: #c9c9c9;
  text-align: center;
  margin: 10px 0 0;
}
.colorSlide .slideWrapper {
  position: relative;
  height: 238px;
  text-align: center;
  padding: 5px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  overflow: auto;
	background-color: #f7f7f7;
}
.colorSlide .slideWrapper .container {
  padding-bottom: 5px;
}
.colorThumb {
  position: relative;
  height: 30px;
  line-height: 30px;
  background-color: white;
  border: 2px solid #F8F6F6;
  border-radius: 5px;
  display: block;
  text-align: left;
  /*box-shadow: 0 0 2px rgba(53,58,70,0.3);*/
}
.colorCap .colorThumb {
  text-align: right;
}
.colorThumb:hover, .colorThumb.active {
  border-color: #f7f7f7;
}
.colorThumb span,
.inkThumb span {
  top: -1px;
  min-width: 30%;
  height: 30px;
  line-height: 34px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: .9em;
  padding: 0 5px;
  /*margin: 5px 5px 0;*/
  background-color: rgba(255,255,255,0.7);
  /*border-radius: 3px;*/
  display: inline-block;
}
.colorThumb:hover span, .colorThumb.active span,
.inkThumb:hover span, .inkThumb.active span {
	color: #6c6f70;
}

.colorCombinations {
  position: absolute;
  width: 400px;
  height: 30px;
  left: 50%;
  top: 27%;
  margin: 0 0 0 -200px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #c9c9c9;
  text-align: center;
  padding: .5em 0;
}

#capsuleSimulator {
  position: absolute;
  width: 400px;
  height: 240px;
  left: 50%;
  top: 35%;
  margin: 0 0 0 -200px;
  background: white;
  z-index: -1;
	display: none;
}
#capsuleSimulator > div {
  position: absolute;
  width: 200px;
  height: 240px;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200px 240px;
  z-index: 2;
}
#capsuleSimulator #simBodyTransp {
  width: 103px;
  height: 240px;
  left: 200px;
  /*background-image: url(../images/content/mask_cap_tr2@2x.png);*/
  opacity: 0.2;
  z-index: 4;
}
#capsuleSimulator #simCap {
  left: auto;
  right: 0;
  z-index: 3;
}

/*
#simBody.op { background-image: url(../images/content/mask_body_op@2x.png); }
#simBody.tr { background-image: url(../images/content/mask_body_tr@2x.png); }
#simBody.pearl { background-image: url(../images/content/mask_body_pearl@2x.png); }
#simCap.op { background-image: url(../images/content/mask_cap_op@2x.png); }
#simCap.tr { background-image: url(../images/content/mask_cap_tr@2x.png); }
#simCap.pearl { background-image: url(../images/content/mask_cap_pearl@2x.png); }
*/

#capsuleSimulator.active2d #simBodyTransp {
  background-image: url(../images/content/mask_cap_tr2@2x.png);
}
#capsuleSimulator.active2d #simBody.op { background-image: url(../images/content/mask_body_op@2x.png); }
#capsuleSimulator.active2d #simBody.tr { background-image: url(../images/content/mask_body_tr@2x.png); }
#capsuleSimulator.active2d #simBody.pearl { background-image: url(../images/content/mask_body_pearl@2x.png); }
#capsuleSimulator.active2d #simCap.op { background-image: url(../images/content/mask_cap_op@2x.png); }
#capsuleSimulator.active2d #simCap.tr { background-image: url(../images/content/mask_cap_tr@2x.png); }
#capsuleSimulator.active2d #simCap.pearl { background-image: url(../images/content/mask_cap_pearl@2x.png); }

#capsuleWarning {
  position: absolute;
  width: 70%;
  left: 0;
  bottom: 0;
  font-size: .8em;
  text-align: left;
}
#capsuleWarning.recap {
	width: 100%;
	bottom: 60px;
}
#capsuleWarning h3 {
  color: #F05C2A;
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: none;
}
#capsuleWarning p {
  margin: 0;
  /*padding-top: 20px;
  border-top: 1px solid #c9c9c9;*/
}

/* PERSONALIZE */
.persoList {
}
.persoList .col {
  text-align: left;
  width: 50% !important;
  margin: 0 !important;
}
.persoList .col .persoContainer {
  position: relative;
  width: 160px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.persoList .col.col2on2 {
  text-align: right;
}
.persoList label {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
	line-height: normal;
}
.persoList label small {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 11px;
}

.printOptionContainer {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c9c9c9;
}

.btnGroup {
  position: relative;
  margin: 5px 0;
}
.btnGroup .btn {
  width: 76px;
  margin: 0;
}
.btnGroup .btn.selected {
  color: white;
  background-color: #5a5b5d;
}
.btnGroup .btn:first-child {
  margin-right: 3px;
}

.persoList .persoTab {
	display: none;
}

.persoList input[type="text"] {
  width: 138px;
  height: 30px;
  line-height: 34px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-size: 14px;
  color: #404141;
  padding: 0 10px;
  border: 0;
  border-color: #CCC;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #666 inset;
}
.persoList .printShade {
  position: relative;
  text-align: center;
  margin: 10px 0;
	line-height: 0;
}
.printShade .slideWrapper {
  position: relative;
  height: 140px;
  text-align: left;
  padding: 5px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
	background-color: #f7f7f7;
  overflow: auto;
}
.printShade .slideWrapper .container {
  padding-bottom: 5px;
}
.inkThumb {
	/*
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 2px solid white;
  border-radius: 6px;
  display: inline-block;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
	*/
	position: relative;
	/*width: 30px;*/
	height: 30px;
	line-height: 30px;
	background-color: white;
	border: 2px solid #f7f7f7;
	border-radius: 5px;
	display: block;
	margin: 0 2px 2px 0;
}
.printCap .inkThumb {
  text-align: right;
}
.open .inkThumb {
  /*width: 28px;*/
}
.inkThumb:hover, .inkThumb.active {
  border-color: #5a5b5d;
  box-shadow: none;
}
.inkThumb[data-hex="FFFFFF"] {
  box-shadow: 0 0 3px rgba(0,0,0,0.4) inset;
}
#capsuleSimulator .simText {
  position: absolute;
  width: 95px;
  height: 95px;
  left: 90px;
  top: 50px;
  line-height: 95px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #5a5b5d;
  text-align: center;
  /*background: rgba(0,0,0,0.2);*/
  z-index: 10;
  display: block;
}
#capsuleSimulator .simText.radial {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#capsuleSimulator #simCapText {
  left: auto;
  right: 90px;
}
#capsuleSimulator #simCapText.radial {
}

/* MY CAPSULE // CONCLUSION */
#savePDF {
	/*
	position: absolute;
	right: 0;
	top: -50px;
	text-align: right;
	display: none;
	*/
}

.conclusionList {
	position: relative;
  margin-top: 260px;
}
.conclusionList #capsuleSimulator {
  top: 30px;
}
.conclusionList .columns {
}
.conclusionList .col {
  text-align: left;
  width: 33.3% !important;
  margin: 0 !important;
}
.conclusionContent {
  padding: 0 10px;
  list-style: none;
}
.conclusionContent li {
  font-size: 14px;
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  margin: 0 0 .2em;
}
.conclusionContent li::before {
  content: "•  ";
  color: #F05C2A;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left:  0;
  top: 0;
  background-color: rgba(248,246,246,0.8);
  z-index: 100;
  display: none;
}
.content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left:  0;
  top: 0;
  background-color: rgba(248,246,246,0.8);
  z-index: 100;
  display: none;
}
.modal {
  position: absolute;
  width: 700px;
  min-height: 150px;
  left: 50%;
  top: -110%; /* 135px */
  margin: 0 0 0 -380px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
	box-shadow: 0 0 10px #999;
  z-index: 101;
  -moz-transition: top 0.4s ease-in-out;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
.modal.small {
	width: 400px;
	margin-left: -230px;
}
.modal.active {
  top: 100px;
}
.modal h2 {
  font-size: 21px;
  color: #F05C2A;
  text-align: left;
  text-transform: none;
  margin: 0 0 1em;
}
.modal h3 {
  font-size: 14px;
  color: #5a5b5d;
  text-align: left;
  background: none;
  padding: 0;
  text-transform: uppercase;
}
.modal table {
  width: 100%;
  border-color: 0;
}
.modal td {
  padding: 0 0 5px;
  vertical-align: middle;
}
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal input[type="password"],
.faSelect select, .stSelect select {
  width: 100%;
  margin: 0;
  padding: 7px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.modal input[type="text"]:focus,
.modal input[type="tel"]:focus,
.modal input[type="email"]:focus,
.modal input[type="password"]:focus,
.faSelect select:focus, .stSelect select:focus {
	box-shadow: 0 0 5px #999;
}

.modal input[type="submit"] {
	cursor: pointer;
}

.faSelect, .stSelect {
	position: relative;
}
.faSelect select option, .stSelect select option {
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}
.faSelect::after, .stSelect::after {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 12px;
	font-family: 'FontAwesome';
	font-size: .8em;
	content: '\f0d7';
	color: #999;
	text-align: center;
	z-index: 1;
	pointer-events: none;
	box-sizing: border-box;
}
.stSelect { 
  display:none;
  margin-top:7px;
}

.modal input[type=checkbox] {
	/*
	width: 30px;
	height: 30px;
	border: 1px solid #666;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	*/
}

input.error,
select.error {
	border-color: red !important;
}
.modal .close {
  position: absolute;
  /*
  width: 40px;
  height: 40px;
  right: -32px;
  top: -32px;
  background: url(../images/interface/close@2x.png) center center no-repeat;
  background-size: 30px 30px;
  text-indent: -9999px;
  */
  right: 10px;
  top: 10px;
  color: #ccc;
  font-size: 1.5em;
}
.modal .recapCol {
  padding-right: 15px;
  vertical-align: top;
}
.modal .recapCol ul {
  list-style: none;
}
.modal .recapCol p, .modal .recapCol li {
  font-size: 13px;
}
.modal .recapCol p {
  color: #6c6f70;
  margin: 10px 0 3px;
}
.modal .recapCol li::before {
  content: '•  ';
  color: #F05C2A;
}
.modal .recapColSepa {
	border-left: 2px solid #e8e8e8;
}
.modal .recapCol .img3d {
	width: auto;
	height: auto;
}
.modal .img3d img {
	max-width: 100%;
}

.modal .valign-top {
  vertical-align: top;
}

.modal .errorMsg {
	color: red;
	text-align: center;
}

/* GEN COND */
#gencondModal {
	width: 500px;
	margin-left: -280px;
}

/* ERRORS */
#errorModal {
	width: 400px;
	margin-left: -230px;
}

/* DISCLAIMER */
#disclaimerModal {
}

/* BASKET */
#basketModal {
}


/* INFO BOX */
.infoBox {
  padding: 15px;
  margin: .3em 0 1em;
  background-color: #e8e8e8;
  border-radius: 7px;
}
.infoBox h3 {
  font-size: 1.1em;

}

.confirmMsg {
	display: none;
}

.mandatoryText {
	color: #5a5b5d;
	text-align: right;
}

/* MY BASKET */
#loadedContent.basket {
	padding-right: 20px;
	overflow: auto;
}
.basketTbl {
	display: none;
}
.basketTbl th {
	padding: 0;
}
.basketTbl h3 {
	font-size: 15px;
	text-align: center;
	margin: 0;
  background: #c9c9c9 !important;
}
.basketTbl td {
	padding: 5px;
	border-bottom: 1px dotted #c9c9c9;
}
.img3d {
	position: relative;
	width: 120px;
	height: 70px;
	overflow: hidden;
}
.img3d img {
	max-width: 100%;
	/*
	position: absolute;
	left: -15px;
	top: -35px;
	width: 150px;
	*/
}
.basketTbl .basket-actions {
	font-size: 1.3em;
	text-align: right;
}
.basketAction {
	padding: 0 5px;
	margin-left: 5px;
}
.basketAction.basketDelete {
	font-size: 1.1em;
}
.basketNum {
	font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
	text-align: center;
	padding: 10px 5px;
}

/* === WARNING === */
#noWebGLWarning {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	/*background: rgba(255,255,255,0.9);*/
	z-index: 200;
	display: none;
}
#noWebGLWarning .centered {
	position: absolute;
	left: 20%;
	top: 25%;
	width: 60%;
	text-align: center;
}

/* ======================================================================== */
/* SELECTION */
.capsuleTypeList .selected {
  background-color: #e8e8e8 !important;
  /*box-shadow: 0 0 7px rgba(53,58,70,0.9) inset;*/
}
.sizesList .selected {
  background-color: #F05C2A !important;
}
.marketList .selected {
  font-family: 'Matter-Super-Regular', 'Matter', Arial, sans-serif;
  font-weight: 600;
  background-color: #F05C2A !important;
}
.appearanceList .selected {
  color: white;
  background-color: #F05C2A !important;
}

/* ############## RETINA SPECIFIC #################### */
@media  only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
	.sprite {
	  background-image: url(../images/interface/sprite-web@2x.png);
	}
	#cap3D {
	  background-image: url(../images/interface/arrows3Ddouble-web@2x.png);
	}
	#moreInfoPane .close {
		background-image: url(../images/interface/close-gray@2x.png);
	}
	#menu li a i {
		background-image: url(../images/interface/icons-menu-web@2x.png);
	}
}
