/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	/*visibility: hidden;*/
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/images/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}#cookieBox{
      position: fixed;
      bottom: 0;
      width: calc(100% - 40px);
      padding: 20px 20px;
      font-size: 11pt;
      color: black;
      background: #4D4D4D;
      text-align: center;
      z-index: 10;
      border-top: 1px solid #F39200;
      color: white;
}

#cookieBox div{
      margin-bottom: 15px;
}

#cookieBoxBtns .btn, .modalActions .btn{
      font-size: 11pt;
      margin-bottom: 10px;
}

#cookieBoxText{
      margin: 0 auto;
      max-width: 990px;
      margin-bottom: 20px;
      line-height: 150%;

}

#cookieBox .btnGray, .btnAccept, #cookieBox .btnGreen{
      border-radius: 7px;
      background: #999;
      color: white;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      padding: 0 15px;
      font-weight: 600;
}

#cookieBox .btnGreen{
      background-color: #0A8F3E;
}

#cookieBox .btnGreen:hover{
      background-color: #149F45
}

.btnGray:hover{
      background: #666;
      color: white;
}

.btnAccept{
      background: #6FAF01;
}

.btnGray:hover{
      background: #666;
      color: white;
}

.btnAccept:hover{
      background: #67B900;
      color: white;
}

#modalCookies{
      width: calc(100% - 50px);
      max-width: 590px;
      border-radius: 4px;
      box-shadow: 0px 0px 10px #000;
      background: white;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1201;
      max-height: 90%;
      overflow: hidden;
      overflow-y: auto;
      cursor: default;
      display: none;
      line-height: 150%;

}

#modalCookies h2{
      margin: 0 0 0px 0;
      text-align: left;
      text-transform: uppercase;
}

.cookieInput{
      float: right;
}

.modalActions{
      padding: 20px 20px 10px 20px;
      background: #4D4D4D;
      text-align: center;
      border-top: 1px solid #F39200;
}

#modalMsgText, .modalMsgText{
      padding: 30px 25px;
}


.closeModal{
      width: 20px;
      height: 20px;
      background: url('/images/general/pb-close.png') center center no-repeat;
      background-size: 100%;
      float: right;
      margin: 25px 25px 0 0;
}

.closeModal:hover{
      background: url('/images/general/pb-close-active.png') center center no-repeat;

}

#modalOverlay{
      background: rgba(0,0,0, 0.6);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      display: none;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-bold.eot');
    src: url('/css/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-bold.woff') format('woff'),
         url('/css/opensans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/css/opensans-light.eot');
    src: url('/css/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-light.woff') format('woff'),
         url('/css/opensans-light.ttf') format('truetype');
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-light.eot');
    src: url('/css/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-light.woff') format('woff'),
         url('/css/opensans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-regular.eot');
    src: url('/css/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-regular.woff') format('woff'),
         url('/css/opensans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/css/opensans-semibold.eot');
    src: url('/css/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('/css/opensans-semibold.woff') format('woff'),
         url('/css/opensans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.fl{ float: left; }

.fr{ float: right; }

.cleaner{ clear: both; height: 0; overflow: hidden }

.f7 { font-size:  7pt; }
.f8, .f8 th, .f8 td { font-size:  8pt !important }
.f9 { font-size:  9pt; }
.f10{ font-size: 10pt; }
.f11{ font-size: 11pt; }
.f12{ font-size: 12pt; }
.f13{ font-size: 13pt; }
.f14{ font-size: 14pt; }
.f15{ font-size: 15pt; }
.f16{ font-size: 16pt; }
.f17{ font-size: 17pt; }
.f18{ font-size: 18pt; }
.f19{ font-size: 19pt; }
.f20{ font-size: 20pt; }
.f21{ font-size: 21pt; }
.f22{ font-size: 22pt; }
.f23{ font-size: 23pt; }
.f24{ font-size: 24pt; }

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.nodecor{ text-decoration: none; }
.noborder{ border: 0 !important; }
.hand{ cursor: pointer !important; }
.cdefault, .pointer{ cursor: default !important; }
.tleft{text-align: left}
.tcenter{text-align: center}
.tright{text-align: right !important}
.decor{text-decoration: underline !important}

.red{ color: red }
.gray{ color: #777777}
.white{ color: white }
.black{ color: black }

.mcenter{ margin: auto }

.center{ margin: auto }

.nobg{ background: transparent !important }

.hidden{display: none;}
.hiddenI{display: none !important;}

#null, #preload{display: none}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }.highslide-active-anchor img{
      visibility: visible;
}

/* hs.wrapperClassName = 'no-draggable-header' */
.no-draggable-header .highslide-header {
	height: 18px;
	margin-bottom: .5em;
}
.no-draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.no-draggable-header .highslide-header .highslide-move {
      display: none;
}
.no-draggable-header .highslide-header .highslide-move * {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close a {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close a:hover {
	display: none;
}
.no-draggable-header .highslide-header .highslide-close span {
	display: none;
}

.highslide{
}

.highslide img{
      border: 0;
}

.highslide-image{
      border: 0;
}

.highslide-header{
      background: #666666;
}

.highslide-html-content{
      padding: 0;
}

.highslide-header, .highslide-heading{
      color: #666666 !important;
      font-family: 'exo' !important;
      font-weight: 300;
      font-size: 14pt !important;
      padding: 20px;
      padding-left: 10px;
      line-height: 20px;
      color: white !important;
      margin-left: 0px !important;
}

.highslide-container div{
      font-family: 'Open Sans';
      font-size: 12pt;
      font-weight: 300;
}

.highslide-body{
      font-family: 'Open Sans';
      color: black;
      font-size: 13pt;
      padding: 15px 10px 0 10px;

}

.highslide-caption{
      background-color: black;
      text-align: left;
      color: white !important;
}

.highslide-close{
      margin: 20px 15px 0 0;
}

.highslide-close a{
      background: url('/images/highslide/own-close.png') center center no-repeat !important;
}

.highslide-close a:hover{
      background: url('/images/highslide/own-close-active.png') center center no-repeat !important;
}

.HSpadding{
      padding: 20px 25px;
}

.draggable-header .highslide-maincontent{
      padding-top: 0;
}html,
body {
      margin: 0;
      padding: 0;
      height: 100%;
}

body{
      min-height: 100%;
      margin: 0;
      padding: 0;
      font-family: 'Ubuntu', arial;
      line-height: 150%;
      font-size: 11pt;
      color: black;
      height: 100%;
}


.formData input[type="text"], .formData input[type="password"], .formData select, .formData textarea{
      width: 200px;
      font-family: 'Open Sans';       
}

input[type="text"], input[type="password"], select, textarea{
      font-family: 'Open Sans';
      border: 1px solid #ddd;
      border-radius: 2px;
      height: 30px;
      font-size: 11pt;
      padding: 2px 4px;
}

select{
      -ms-box-sizing:content-box;
      -moz-box-sizing:content-box;
      -webkit-box-sizing:content-box;
      box-sizing:content-box;
}

.red{
      color: #e00303;
}

.orange{
      color: #F29114;
}

.green{
      color: #0A8F3E !important;
}

a{
      cursor: pointer;
}


#mainMenu{
      position: absolute;
      z-index: 2000;
      top: 85px;
      width: 100%;
      background-color: white;
      overflow: hidden;
      display: none;
      border-bottom: 5px solid #0A8F3E;
}

#menu{
      width: 100%;
      display: block;
      background: url('/images/m/menu-bg-orange.png') center center no-repeat #F39200;
      background-size: 100% auto;
      position: relative;
      border-bottom: 0;
      top: 0;
}

#menuLinks a, #menu a{
      display: block;
      width: 100%;
      line-height: 50px;
      height: 50px;
      text-align: center;
      text-decoration: none;
      background: url('/images/m/line-gray.png') center bottom no-repeat;
      background-size: 100% 1px ;
      color: black;
      font-weight: 300;
      font-size: 13pt;
}

#menu a{
      color: white;
      font-weight: 400;
      background: url('/images/m/line-white.png') center bottom no-repeat;
      background-size: 100% 1px ;
      font-size: 16pt;
}

#menuLinks a:hover{
      font-weight: 500;
}

#menuLinks a:hover span, #menu a:hover span{
      margin-right: 2px;
}

#menuLinks a span, #menu a span{
      float: right;
      height: 100%;
      width: 30px;
      margin-right: 10px;
      background: url('/images/m/ico-menu-li-gray.png') center center no-repeat;
      background-size: 50% auto;
      margin-left: -40px;
      transition: 250ms;
}

#menu a span{
      background: url('/images/m/ico-menu-li.png') center center no-repeat;
      background-size: 50% auto;
}

#menuLinks a b{
      font-weight: 300;
      color: #5081C4;
}

#top{
      background: url('/images/m/bg-middle-top-transparent.png') center top repeat-x;
      background-size: auto 100%;
      height: 85px;
      overflow: hidden;
      position: absolute;
      z-index: 2001;
      width: 100%;
      top: 0;
}

.topOverlayed{
      background: url('/images/m/bg-middle-top-transparent.png') center top repeat-x white !important;
      background-size: auto 100%;
}

#logo{
      height: 62px;
      width: 100%;
      display: block;
      background: url('/images/m/logo.png') center top no-repeat;
      background-size: auto 100%;
      margin: 10px 0;
}

#topControl{
      width: 100%;
      height: 62px;
      background-color: #4D4D4D;
      padding-top: 1px;
      margin-top: 85px;
}

.menu{
      float: left;
      width: 70px;
      height: 60px;
      background: url('/images/m/ico-menu.png') center center no-repeat;
      background-size: 66% auto;
}

#search{
      width: calc(100% - 160px);
      height: 41px;
      margin: 8px auto 0 auto;
      background-color: #F29114;
      border-radius: 3px;
      padding: 2px;

}

#inputSearch{
      display: block;
      width: calc(100% - 44px);
      height: 31px;
      padding: 5px;
      border-radius: 5px;
      border: 0;
      text-align: center;
      font-size: 13pt;
      font-weight: 300 !important;
      font-family: 'Open Sans';
      float: left;
}

#btnSearch{
      width: 24px;
      height: 41px;
      display: block;
      background: url('/images/m/ico-search.png') center center no-repeat;
      background-size: auto 60%;
      float: right;
      margin-right: 6px;
}

#btnSearch:hover{
      margin-right: -3px;
}

#topCart{
      float: right;
      width: 50px;
      height: 70px;
      background: url('/images/m/ico-cart-top.png') center center no-repeat;
      background-size: auto 100%;
      margin-top: -16px;
      margin-right: 15px;
      text-align: center;
      line-height: 100px;
      color: white;
      font-size: 11pt;
      font-weight: 300;
      text-decoration: none;
}

#topCart b{
      font-size: 18pt;
      font-weight: 600;
}

#menuIcons{
      height: 55px;
      display: table;
      width: 100%;
      background-color: #0A8F3E;
}

#menuIcons a{
      display: table-cell;
      height: 100%;
      text-align: center;
      border-right: 1px solid white;
      text-decoration: none;
}

#menuClose{
      width: 70px;
      background: url('/images/m/menu-close.png') center center no-repeat #4D4D4D;
      background-size: auto 48%;
}

.menuUser, .menuCart{
      background: url('/images/m/menu-user.png') center top no-repeat;
      background-size: auto 56%;
      padding-top: 26px;
      color: white;
      text-transform: uppercase;
      font-size: 10pt;
      border-top: 5px solid #0A8F3E;
      vertical-align: middle;
}

.menuUser:hover{
      background: url('/images/m/menu-user.png') center top no-repeat #0EB24D;
      background-size: auto 56%;
      border-top: 5px solid #0EB24D;
}

.menuCart{
      background: url('/images/m/menu-cart.png') center top no-repeat;
      background-size: auto 56%;
}

.menuCart:hover{
      background: url('/images/m/menu-cart.png') center top no-repeat #0EB24D;
      background-size: auto 56%;
      border-top: 5px solid #0EB24D;
}

#mainOverlay{
      z-index: 1999;
      background: black;
      opacity: 0.7;
      height: 100%;
      width: 100%;
      top: 0px;
      top: 0px;
      position: fixed;
      display: none;
}

#slides{
      width: 100%;
      height: 410px;
      background: url('/images/m/line-gray.png') center bottom no-repeat;
      background-size: 100% 1px;
}

.slide{
      width: 100%;
      height: 255px;
      text-align: center;
}

h1, .homeh1{
      color: #F39200;
      font-weight: 300;
      font-size: 15.5pt;
      margin: 5px 0 15px 0;
      text-align: center;
}

h1{
      font-weight: 400;
      font-size: 18pt;
}

.slide h2{
      margin: 0;
}

.slide h2 a{
      font-weight: 300;
      font-size: 16.5pt;
      color: black;
      text-decoration: none;
      letter-spacing: -0.5px;

}

.bgTop{
      background: url('/images/m/bg-middle-top.png') center top repeat-x;
      background-size: auto 50px;
      padding-top: 10px;
}

.bgBottom{
      background: url('/images/m/bg-middle-bottom.png') center bottom repeat-x;
      padding-bottom: 10px;
      background-size: auto 50px;
}


.slideImgContainer{
      height: 200px;
      width: 200px;
      margin: 20px auto;
      overflow: hidden;
}

.slideImg, .detailImg{
      height: 200px;
      width: 200px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      text-decoration: none;
}

.slideText{
      font-size: 10.5pt;
      font-weight: 300;
      height: 72px;
      line-height: 18px;
      padding: 0 10px;
      text-align: justify;
      overflow: hidden;
}

.slideText p{
      margin: 0;
}

.slideInfo{
      margin-top: 20px;
}

.slideInfo .price{
      font-size: 16pt;
      padding-right: 20px;
}

.btn{
      border-radius: 5px;
      padding: 0 20px;
      line-height: 38px;
      height: 38px;
      color: white;
      display: inline-block;
      font-weight: 300;
      text-decoration: none;
      font-size: 13pt;
      white-space: nowrap;
}

.btnTransparent{
      color: black;
}

.btnGray{
      background-color: #999999;
}

.btnGray:hover{
      background-color: #bbb;
}

.btnOrange{
      background-color: #F39200;
}

.btnOrange:hover{
      background-color: rgba(243, 146, 0, 0.8);
}

.btnGreen{
      background-color: #0A8F3E;
}

.btnGreen:hover{
      background-color: #149F45;
}

.slideInfo .btn{

      font-weight: 300;
}

h3{
      cursor: default;
}

h3.green{
      text-align: center;
      font-weight: 300;
      font-size: 14.5pt;
      margin: 25px 0;
}

.product{
       height: 185x;
       margin: 15px 0px;
       cursor: default;
       float: left;
       width: 100%;
       max-width: 400px;
}

.pImg{
      width: 165px;
      height: 165px;
      overflow: hidden;
      margin: 0 0 0 5px;
      border-radius: 50%;
      display: block;
      text-decoration: none;
      border: 3px solid white;
      float: left;
      background-size: 140% auto;
      background-position: center center;
}

.pLabel{
      position: relative;
      height: 30px;
      line-height: 35px;
      width: 165px;
      text-align: center;
      font-weight: 500;
      display: block;
}

.detailImg .pLabel{
      width: 200px;
}

.label-new{
      background-color: #F29114;
      color: white;
}

.label-action{
      background-color: #E00303;
      color: white;
}


.pText{
      float: right;
      margin-left: 5px;
      text-align: center;
      width: calc(100% - 185px);
}

.product h3{
      font-weight: 300;
      color: black;
      font-size: 14pt;
      margin: 12px 15px 12px 0;
      line-height: 22px;
      max-height: 66px;
      overflow: hidden;
}

.product h3 a{
      color: black;
      text-decoration: none;
}

.product h3 a:hover{
      text-decoration: underline;
}

.pPrice{
      margin-bottom: 12px;
      font-size: 11pt;
      font-weight: 300;

}

.pPrice b{
      font-size: 16pt;
      font-weight: 400;

}

.showMore{
      text-align: center;
      width: 90%;
      font-weight: 200;
      font-size: 15pt;
      color: #999;
      text-decoration: none;
      display: block;
      margin: 15px auto;
      line-height: 15px;
      height: 15px;
      background: url('/images/m/line-more.png') center bottom no-repeat;
      background-size: 100% 1px;
}

.showMore:hover{
      color: #e00303;
}

#bottomSpice{
      height: 80px;
      width: 100%;
      background: url('/images/m/bottom.jpg') center center repeat-x;
      background-size: auto 80px;
      margin-top: 25px;
      margin-bottom: 25px;
}

#bottomCart{
      background-color: #666666;
      height: 48px;
      line-height: 48px;
      color: white;
      height: 148px;
}

#bottomToCart{
      padding-left: 10px;
      color: white;
      text-decoration: none;
      font-size: 13pt;
      display: block;
}

#bottomToCart span{
      font-weight: 200;
}

#bottomToCart i{
      float: right;
      height: 100%;
      width: 30px;
      margin-right: 30px;
      background: url('/images/m/ico-menu-li-gray.png') center center no-repeat;
      background-size: 50% auto;
      margin-left: -40px;
      transition: 250ms;

}

#bottomCartItems a{
      width: 72px;
      height: 72px;
      border: 0;
      background: url('/images/m/logo-small-white.png') center center no-repeat #686868;
      background-size: 52px auto;
      margin-bottom: 5px;
      border-radius: 50%;
      margin: 15px 5px;
      display: inline-block;
}

#bottomCartItems{
      width: 100%;
      overflow: hidden;
      height: 100px;
      background-color: #4D4D4D;
      text-align: center;
}

#footer{
      background: url('/images/m/payments.jpg') center right no-repeat #333333;
      background-size: auto 140px;
      height: 150px;
}

#footer a{
      height: 45px;
      line-height: 50px;
      font-size: 13pt;
      color: white;
      padding-left: 10px;
      text-decoration: none;
      font-weight: 200;
      display: inline-block;
      font-family: 'Open Sans Light';
}

#footer a:hover{
      color: #e00303;
}

#footer2{
      background-color: black;
      height: 25px;
      color: white;
      font-size: 9pt;
      padding: 0 10px;
}

#copy{
      float: left;
}

#myhero{
      float: right;
      color: white;
      font-weight: 300;
      text-align: right;
}

#myhero a{
      color: white;
}

#mobileAdvantages{
      width: 100%;
      background: url('/images/m/menu-bg-orange.png') center center no-repeat #F39200;
      background-size: 100% auto;
}

#mobileAdvantages div{
      height: 32px;
      color: white;
      font-size: 13pt;
      font-weight: 500;
      line-height: 20px;
      padding-top: 12px;
      width: 200px;
      margin: 0 auto;
      cursor: default;
}

#mobileAdvantages div span{
      width: 22px;
      height: 22px;
      line-height: 20px;
      display: inline-block;
      border-radius: 50%;
      background-color: white;
      color: #F39200;
      text-align: center;
      font-weight: 800;
      font-size: 16pt;
      margin-right: 10px;
}

#mobileAdvantages .maline{
      background: url('/images/m/line-white.png') center bottom no-repeat;
      background-size: 100% 1px ;
      height: 1px;
      padding: 0;
      width: 100%;
}

#navigation{
      text-align: center;
      font-size: 10pt;
      font-weight: 300;
      height: 40px;
      line-height: 40px;
      color: #666;
}

#navigation a{
      color: #666;
      text-decoration: none;
      padding-left: 10px;
      background: url('/images/m/li.png') center left no-repeat;
      background-size: auto 22%;
      margin-left: 5px;
      display: inline-block;
}

#navigation a:hover{
      color: black;
      text-decoration: underline;
}

#pageSetting{
      margin-bottom: 25px;
      height: 25px;
}

#pageSetting select{
      background-color: transparent;
      border: 0;
      font-size: 10pt;
      font-weight: 300;
      height: auto;
      margin: 0 5px;
}


.pages{
      width: 100%;
      margin: 25px auto 40px auto;
      text-align: center;
      line-height: 35px;
}

.pages a{
      display: inline-block;
      padding: 0;
      margin: 0;
      color: black;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-decoration: none;
      font-size: 14pt;
      font-weight: 400;
      border-radius: 4px;
      min-width: 10px;
      text-align: center;
}

.pages a:hover{
      background-color: #999999;
      color: white;
      border-radius: 50%;
}

.pages .pageActive{
      background-color: #F39200;
      color: white;
      border-radius: 50%;
}

.pagePrev, .pageNext, .slidesjs-previous, .slidesjs-next{
      font-size: 0px !important;
      width: 30px;
      height: 30px;
      background: url('/images/m/ico-move-left.png') center center no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      margin-top: -10px  !important;
      padding: 0 !important;
      line-height: 44px !important;
}

.slidesjs-previous, .slidesjs-next{
      display: block;
      position: absolute;
      z-index: 1998;
      margin-top: 130px !important;
}

.slidesjs-previous{
      left: 5%;
}

.slidesjs-next{
      right: 5%;
      background: url('/images/m/ico-move-right.png') center center no-repeat;
      background-size: 100% auto;
}

#productDetail .slidesjs-previous, #productDetail .slidesjs-next{
      margin-top: -100px !important;
}

.slidesjs-stop, .slidesjs-play{
      display: none !important;
}

.pageNext{
      background: url('/images/m/ico-move-right.png') center center no-repeat;
      background-size: 100% auto;

}

.producth1{
      color: black;
      font-weight: 300;
}





.productInfo{
      width: 100%;
      margin: 20px auto;
}

.productInfo td{
      font-weight: 300;
      font-size: 12pt;
      height: 34px;

}

#productDetail .col1{
      width: 49.9%;
}

#productDetail .col2{
      width: 20px;
}

#productDetail .col3{
      text-align: left;
      width: 49.9%;
}

.productInfo .price{
      color: #e00303;
      font-weight: 600;
      font-size: 16pt;
      padding-bottom: 5px;
}

#add2cart, .add2cart{
      background-color: #666666;
      border-radius: 5px;
      height: 40px;
      width: 260px;
      margin: 15px auto 30px auto;
      overflow: hidden;
}

.add2cart{
      width: 100px;
      height: 30px;
      display: inline-block;
      margin: 0;
      background-color: #E6E6E6;
}

#add2cart .btn, .add2cart .btn{
      height: 40px;
      line-height: 40px;
      width: 125px;
      padding: 0;
      float: right;
      font-size: 15pt;
      text-align: center;
}


.qBtn{
      width: 45px;
      font-weight: 600;
      font-size: 20pt;
      line-height: 40px;
      height: 40px;
      float: left;
      color: white;
      text-align: center;
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none;   /* Chrome/Safari/Opera */
      -khtml-user-select: none;    /* Konqueror */
      -moz-user-select: none;      /* Firefox */
      -ms-user-select: none;       /* Internet Explorer/Edge */
      user-select: none;
}

.add2cart .qBtn{
      width: 40px;
      color: black;
}

.add2cart .qInput{
      color: black;
}



.qBtn:hover{
      background-color: #999;
      color: white;
      text-decoration: none;
}

.add2cart .qBtn{
      width: 35px;
      height: 40px;
      line-height: 30px;
      font-size: 16pt;
}

#qInput, .qInput{
      float: left;
      background: transparent;
      border: 0 !important;
      width: 45px;
      margin: 0 !important;
      height: 40px;
      line-height: 40px;
      font-size: 15pt;
      font-weight: 600;
      text-align: center;
      color: white;
      padding: 0 !important;

}



.add2cart .qInput{
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15pt;
}

.cartTr{
      padding-top: 10px;
      padding-bottom: 5px;
}

.cartTr table{
      width: 100%;
}

#cartHeader, #cartFooter{
      height: 40px;
      line-height: 40px;
      cursor: default;
      padding: 0;
}

#cartFooter{
     color: white;
     background-color: #666666;
}

#cartFooter .price{
      color: white;
}

#cartHeader table, #cartFooter table{
      height: 40px;
      font-weight: 300;
}

.btnRemove{
      width: 20px;
      height: 30px;
      border-radius: 4px;
      margin: 0;
      display: inline-block;
      padding: 0;
      background: url('/images/m/ico-remove.png') center center no-repeat #999999;
      background-size: 50% auto;
}

.btnRemove:hover{
      background: url('/images/m/ico-remove.png') center center no-repeat #666;
      background-size: 50% auto;
}

.cartTr h3 a{
      color: black;
      font-weight: 300;
      font-size: 11pt;
      text-decoration: none;
}

.cartTr h3{
      margin: 0;
}

.cartTr .code{
      color: #bbb;
}


.cartTr .tdName{
      width: auto;
      padding-left: 10px;
}

.cartTr .tdPrice{
      width: 120px;
      text-align: center;
}

.cartTr .tdBtn{
      width: 30px;
      text-align: center;
}

.cartTr:nth-child(even), .orderTr:nth-child(even){
      background-color: #F5F5F5;
}

#deliveryCountry{
      font-size: 13pt;
      font-weight: 300;
      color: #aaa;
      text-align: center;
      width: 300px;
      margin: 40px auto 0px auto;
}

.transpaySelect{
      border: 1px solid #bbb;
      border-radius: 2px;
      padding: 5px;
      width: 280px;
      height: 25px;
      text-align: center;
      font-size: 13pt;
      font-weight: 300;
      text-align: center;
      margin: 10px 0 0 0;
}

#transport, #payment{
      font-size: 13pt;
      font-weight: 300;

}

#transport .item, #payment .item{
      padding: 8px 15px;
}

#transport .item:hover, #payment .item:hover{
      background-color: #FAFAFA;
}


#transport .itemName, #payment .itemName{
      float: left;
      width: 80%;

}

#transport .itemPrice, #payment .itemPrice{
      float: right;
      text-align: right;
      width: 20%;
      color: #0A8F3E !important;
}

#cartSum{
      margin-top: 25px;
      background-color: #4D4D4D;
      color: white;
      padding: 10px;
}

#cartSum table{
      width: 100%;
      border: 0;
      border-collapse: collapse;
}

#cartSum tr{
      height: 40px;
      background: url('/images/m/line-gray.png') center bottom no-repeat;
      background-size: 100% 1px;
      padding: 0;
}

#cartSum td{
      font-weight: 300;
}

.orderTotal{
      font-weight: 600;
}

.btnWide{
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
}

#cartSum .btnWide{
      height: 50px;
      line-height: 50px;
      font-size: 14pt;

}











.subH1{
      color: #aaa;
      font-weight: 300;
      margin: 0;
      font-size: 15pt;
      text-align: center;
      margin-bottom: 35px;
}

#already{
      text-align: center;
      font-size: 12pt;
      color: white;
      font-weight: 300;
      margin-bottom: 30px;
}

#already .btn{
      height: 34px;
      line-height: 34px;
      font-size: 12pt;
}

.formData{
      margin: auto;
}

.formData td{
      font-weight: 300;
      padding: 3px 0;
}



.formData h4{
      color: #0A8F3E !important;
      font-weight: 300;
      font-size: 12pt;
      margin: 0 0 0px 0;
      line-height: 30px;
}

.formData .col1{
      text-align: right;
      width: 110px;
}

.formData .col2{
      width: 10px;
}

.formData .col3{
      width: 210px;
}

.formToggle{
      line-height: 30px;
      font-size: 12pt;
}

.formToggle span{
      color: #999;
      font-weight: 700;
      font-size: 15pt;
}

.formToggle:hover{
      text-decoration: none;
}

.formData tbody{
      display: block;
}

.formData .tbody{
      height: 0;
      overflow: hidden;
}

.formSpace{
      height: 20px;
}

.formData td{
      height: 34px;
}

.stripeGray{
      background-color: #666666;
      padding: 10px 0;
}

#opText{
      font-size: 10pt;
      padding: 0 10px 30px 10px;
      overflow-y: scroll;
      height: 200px;
      margin-bottom: 20px;
}

.smallBtn{
      font-size: 11pt;
}

#orderToFinish{
      background-color: #666666;
      padding: 10px;
      margin-top: 20px;
      line-height: 45px;
}

#orderToFinish label{
      background-color: #999999;
      border-radius: 4px;
      text-align: center;
      color: white;
      padding: 10px 10px;
      height: 15px;
      line-height: 15px;
      width: calc(100% - 50px);
      display: inline-block;
      cursor: pointer;

}

#orderToFinish .btn{
      margin-top: 15px;
}

#orderFinished .green{
      color: #149F45;
}

#orderFinished{
      font-size: 17pt;
      font-weight: 300;
      color: white;
      padding: 10px;
      background-color: #4D4D4D;
      line-height: 30px;
}

#orderInfo{
      text-align: center;
      padding: 25px 0 30px 0;
      line-height: 250%;
}

.orderTr{
      font-size: 10pt;
}

.orderTr table{
      width: 100%;
}

.tdDate{
      width: 110px;
}

.tdNumber{
      width: 20%;
}

.tdStatus{
      width: auto;
      text-align: center;
}

.tdTotal{
      width: 70px;
      color: #e00303;
}

.orderTr .tdBtn{
      width: 15px;
}

.orderTr, .orderTr table{
      height: 40px;
}

.btnDetail{
      width: 15px;
      height: 25px;
      background: url('/images/m/ico-menu-li-gray.png') center left no-repeat;
      background-size: auto 100%;
      display: block;
}

#cartHeader .tdStatus{
      line-height: normal;
}

#null{
      display: none;
}

.text{
      padding: 0 10px;
}

.map iframe{
      width: 100% !important;
}

.map{
      margin-top: 15px;
}

.btnInfo{
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      text-align: center;
      font-weight: 800;
      background-color: #E6E6E6;
      color: white;
}

.btnInfo:hover{
      color: white;
      background-color: #4D4D4D;
}

.hsForm{
      text-align: center;
}

.hsForm input{
      width: 80%;
      height: 40px;
      margin: 5px auto;
      text-align: center;
}

.hsForm .btn{
      height: 44px;
      line-height: 44px;
      font-size: 14pt;
      margin-top: 15px;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 8px;
}

.hsForm .inputErrorInfo{
      margin-left: -43px;
      width: 40px;
      height: 40px;
      margin-top: 8px;
      padding: 0;
}

.personal{
      margin-top: 10px;
      margin-left: 25px;
}

.noresult{
      font-size: 16pt;
      padding: 40px 0;
      text-align: center;
      font-weight: 300;
}

.ucanpay{
      margin-bottom: 20px;
}

#fullSite{
      background-color: #F39200;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: white;
      display: block;
      text-decoration: none;
}

#description{
      line-height: 170%;
      font-size: 12pt;
      font-weight: 300;
      margin: 0 auto 40px auto;
      text-align: justify;
      max-width: 500px;
      padding: 0 10px;
}

#filter{
      height: 50px;
      line-height: 50px;
      background: #666666;
      color: white;
      display: block;
      text-align: center;
      font-size: 13pt;
}

#filter span{
      float: right;
      background: url('/images/m/ico-slide-down.png') center left no-repeat;
      background-size: 100% auto;
      width: 25px;
      margin-right: 10px;
      margin-left: -35px;
      height: 50px;
}

#filter:hover{
      background-color: #444;
}

#filterOptionsPadding{
      padding: 10px 0;
}

#filterOptionsPadding span{
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none;   /* Chrome/Safari/Opera */
      -khtml-user-select: none;    /* Konqueror */
      -moz-user-select: none;      /* Firefox */
      -ms-user-select: none;       /* Internet Explorer/Edge */
      user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

#filterOptions{
      background-color: #4D4D4D;
      width: 100%;
      line-height: 30px;
      text-align: center;
      color: white;
      overflow: hidden;
      display: none;
}

#filterOptions span{
      white-space: nowrap;
      padding-right: 10px;
}


.filterConfirm{
      background-color: #0A8F3E;
}

.filterDisable{
      background-color: #F39200;
}

.filterConfirm, .filterDisable{
      color: white;
      text-decoration: none;
      display: inline-block;
      padding: 0px 18px;
      border-radius: 4px;
      font-size: 10pt;
      margin: 5px 2px;
}

.filterConfirm:hover, .filterDisable:hover{
      color: white;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0px 0px 4px white;
}

.hidden{
      display: none;
}

.novisible{
      visibility: hidden;
}


.catText{
      padding: 20px 0 20px 0;
      font-weight: 300;
      font-size: 12pt;
      text-align: center;
}#hsMsgText, #hsConfirmText{
      margin-bottom: 15px;
}

#hsMsg{
      display: none;
}
#ppl-parcelshop-map{
      display: none;
      width: calc(100% - 60px);
      height: calc(100% - 60px) !important;
      min-height: calc(100% - 60px) !important;
      overflow: hidden;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10001;
      margin: 30px;
      background: white;
}

.pplVisible{
      display: block !important;
}

#ppl-parcelshop-map-close{
      position: fixed;
      top: 15px;
      right: 15px;
      color: white;
      font-size: 20px;
      z-index: 10010;
      display: none;
      cursor: pointer;
      width: 36px;
      height: 36px;
      background: #004992;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
}

#ppl-parcelshop-map .accordion-map--select { display: none !important; }.inputError{
      border: 1px solid  #DB0000 !important;
}

.inputErrorInfo{
      background: url('/wrs/modules/wrs/images/ico-error-small.png') center left no-repeat;
      position: absolute;
      padding: 5px 5px 5px 32px;
      height: 30px;
      line-height: 30px;
      background-color: #ba2017;
      color: white;
      font-size: 12pt;
      font-family: futurtee;
      z-index: 100;
      border-radius: 3px;
      margin-left: 5px;
      opacity: 0;
      cursor: default;
}




.inputFocus{
      border-color: #00A9D3 !important;
}


