@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600|Arvo);
/* ****************************************************************
 * Site Name____ Pizzaboys Augsburg
 * Site URL_____ pizzaboys.de/mobile
 * Author_______ Robin Popp
 * Author URL___ robinpopp.de
 *************************************************************** */
@charset "utf-8";
/* * {  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;ff user-select: none; }  */
.bs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
}
.clear_bottom {
  clear: both;
  height: 43px;
}
.rel {
  position: relative;
}
#ajaxloader {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../img/ajaxloader.gif?v=2') no-repeat center center rgba(0, 0, 0, 0.65);
  z-index: 2003;
}
#dialogbox_overlay,
#dialogbox_overlay_postcodes {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1001;
}
#dialogbox_overlay_voucher,
#menu_selector_wrapper {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2002;
}
#menu_selector_wrapper .loader_menu_selector {
  height: 25px;
  top: 45%;
  width: 100%;
  position: absolute;
  background: url(../img/ajaxloader.gif) center center transparent no-repeat;
}
#menu_selector_wrapper input[type="button"] {
  text-align: center;
  width: 80%;
  border: 1px solid #181818;
  border-bottom: 1px solid #212121;
  padding: 5px 10px;
  box-shadow: 0px 0px 4px #000000;
  background: #404444;
  background: -moz-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404444), color-stop(50%, #303030), color-stop(51%, #262626), color-stop(100%, #292929));
  background: -webkit-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -o-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -ms-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: linear-gradient(to bottom, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404444', endColorstr='#292929', GradientType=0);
}
#dialogbox_content {
  position: absolute;
  top: 30%;
  width: 86%;
  left: 7%;
  padding: 8px 8px 1px;
  margin: 0 auto;
  min-height: 80px;
  border-radius: 7px;
  background: #fff;
  z-index: 1002;
}
#dialogbox_content h4 {
  font-size: 13px;
  margin-top: 9px;
  padding: 2px;
  font-weight: normal;
}
#menu_selector {
  position: absolute;
  top: 25%;
  width: 86%;
  left: 7%;
  padding: 8px;
  margin: 0 auto;
  min-height: 80px;
  border-radius: 7px;
  background: #fff;
  z-index: 1002;
  border: 1px solid #434343;
  background: #404444;
  background: -moz-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404444), color-stop(50%, #303030), color-stop(51%, #262626), color-stop(100%, #292929));
  background: -webkit-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -o-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: -ms-linear-gradient(top, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  background: linear-gradient(to bottom, #404444 0%, #303030 50%, #262626 51%, #292929 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404444', endColorstr='#292929', GradientType=0);
}
#menu_selector #close_menu_selector {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
#menu_selector .selectBox {
  width: 100%;
  padding: 2px;
  border: 1px solid #777;
}
#menu_selector .selectBox.error {
  background-color: #FF0000;
  color: #fff;
}
#menu_selector label.error {
  display: none!important;
}
#menu_selector h3 {
  color: #70A2C1;
  text-shadow: 1px 1px 1px #000;
}
#menu_selector h4 {
  color: #ccc;
  text-shadow: 1px 1px 1px #000;
  margin: 5px 0 2px 2px;
  font-size: 14px;
}
#menu_selector hr {
  background-color: #000000;
  border-color: #5B5B5B;
}
#dialogbox_content p,
#menu_selector p {
  font-size: 12px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
}
#dialogbox_content hr,
#menu_selector hr {
  margin: 10px 0;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  height: 2px;
}
#dialogbox_content h3,
#menu_selector h3 {
  margin: 0 0 5px;
  fonz-size: 28px;
}
#dialogbox_content #social_popup,
#menu_selector #social_popup {
  margin: 10px 0 0;
}
#dialogbox_content #social_popup img,
#menu_selector #social_popup img {
  width: 30px;
}
#dialogbox_content p img,
#menu_selector p img {
  display: block;
}
#dialogbox_content #close_popup,
#menu_selector #close_popup {
  display: none;
  float: right;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.menu_selector {
  position: absolute;
  top: 30%;
  width: 86%;
  left: 7%;
  padding: 8px 8px 1px;
  margin: 0 auto;
  min-height: 80px;
  border-radius: 7px;
  background: #fff;
  z-index: 1002;
}
label.error {
  font-size: 10px;
  background-color: red;
  color: #fff;
  padding: 0 2px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}
.wrap_10 {
  padding: 0px;
}
.show_close_button a {
  height: 2px;
  top: -126px !important;
  right: -19px;
  display: block!important;
}
#standard {
  margin-right: 20px;
}
.scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
}
.nav_images {
  max-width: 80%;
  padding: 10px 12px;
}
#navigation ul li ul li a:last-child,
#navigation ul li ul li:last-child {
  border-bottom: none;
}
.static_wrapper {
  padding: 3%;
  font-size: 80%;
}
#mobile_voucher {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#dialogbox_overlay_voucher .voucher_input {
  margin-top: 5px;
  font-size: 135%;
  text-align: center;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#dialogbox_overlay_voucher .button_full {
  width: 100%;
}
#mobile_voucher .button,
#dialogbox_overlay_voucher input[type="button"],
#menu_selector_wrapper input[type="button"] {
  text-align: center;
  width: 80%;
  border: 1px solid #181818;
  border-bottom: 1px solid #212121;
  padding: 5px 10px;
  box-shadow: 1px 1px 2px #191D1E;
  background: #5793b9;
  background: -moz-linear-gradient(top, #5793b9 49%, #4885ad 51%, #2d6487 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #5793b9), color-stop(51%, #4885ad), color-stop(100%, #2d6487));
  background: -webkit-linear-gradient(top, #5793b9 49%, #4885ad 51%, #2d6487 100%);
  background: -o-linear-gradient(top, #5793b9 49%, #4885ad 51%, #2d6487 100%);
  background: -ms-linear-gradient(top, #5793b9 49%, #4885ad 51%, #2d6487 100%);
  background: linear-gradient(to bottom, #5793b9 49%, #4885ad 51%, #2d6487 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5793b9', endColorstr='#2d6487', GradientType=0);
}
#dialogbox_overlay_voucher input[type="button"],
#menu_selector_wrapper input[type="button"] {
  width: 100%;
  color: #fff;
  border-radius: 5px;
}
#page_content .show_details,
#page_content .show_details2 {
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #670707;
  color: #fff;
}
#all_pages {
  min-height: 100%;
  position: relative;
}
#pageid_10000,
#pageid_10001 {
  min-height: 100%;
  width: 100%;
}
h1 {
  color: #24AFE6;
  font-weight: normal;
  font-size: 24px;
}
#myCart {
  padding: 3%;
}
#myCart .fBox {
  width: 100%;
  overflow: hidden;
}
#myCart .fBox p {
  font-size: 75%;
}
#myCart .fBoxGroup {
  width: 100%;
  overflow: hidden;
}
#myCart .fBoxGroup .fBox {
  width: 48.8%;
}
#myCart .fBoxGroup .fleft {
  float: left;
}
#myCart .fBoxGroup .fright {
  float: right;
}
#myCart .streetnr .fleft {
  width: 79%;
}
#myCart .streetnr .fright {
  width: 18.6%;
}
#myCart hr {
  border: none;
  height: 2px;
  background: #000;
  border-bottom: 1px solid #444;
  margin: 11px 0px 7px 0;
}
#myCart input[type="text"],
#myCart select {
  font-size: 14px;
}
#myCart input[type="text"],
#myCart select,
#myCart textarea {
  padding: 3px;
  border-radius: 3px;
  border: none;
  background: #f7f7f7;
  width: 100%;
}
.LXS .last {
  width: 93%;
  float: right;
  font-size: 11px;
  color: #ccc;
}
.all_price_box {
  font-size: 18px;
  margin: 15px;
  color: #999;
}
.all_price_box h3 {
  color: #fff;
}
.subtotal {
  float: right;
  clear: both;
  font-size: 24px;
}
.cart_price {
  font-weight: normal;
  font-size: 16px;
  color: #999;
}
.incl_scosts {
  float: right;
  clear: right;
  font-size: 12px;
  padding-top: 5px;
}
.product_info .cart_dishes:first-child {
  margin-top: 5px;
}
.product_info h5 {
  font-weight: normal;
  font-size: 16px;
}
.product_info h5 .right {
  float: right;
  display: block;
}
.product_info p {
  color: #777;
}
.seperatorbox {
  position: relative;
  overflow: hidden;
  margin: 0 0 0px;
}
.seperatorbox img {
  max-width: 100%;
  width: 100%;
}
.seperatorbox .set_content h2 {
  font-weight: normal;
  line-height: 26px;
  font-size: 20px;
}
.seperatorbox .set_content p {
  font-size: 70%;
  line-height: 120%;
  padding: 0;
}
.productbox .productWI {
  position: relative;
}
.productbox .productWI img {
  z-index: 0;
  width: 100%;
}
.productbox .productWI .img_overlay {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  text-align: right;
  padding: 4px 7px 4px 4px;
  background-color: rgba(135, 1, 1, 0.5);
  color: #fff;
  border: 1px solid #700000;
}
.productbox .productWI .img_overlay b {
  text-align: right;
  display: block;
  float: right;
  clear: right;
  font-weight: normal;
  max-width: 150px;
}
.productbox .productWI .img_overlay span {
  text-align: right;
  float: right;
  clear: right;
  display: block;
  font-size: 65%;
  max-width: 150px;
}
.productbox .productWI .show_details2 {
  width: 24px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  z-index: 3;
}
.productbox .productWI .show_details2 img {
  position: relative!important;
  padding: 5px 0;
}
.page {
  position: relative;
  min-height: 100%;
}
.cart_buttonbox {
  padding: 5px 0;
  background-color: #000;
  border-top: 1px solid #333;
}
.product_cats hr {
  margin: 7px 0;
  border: none;
  border-top: 1px solid #000;
  background-color: #333;
}
.product_cats button.left {
  display: block;
  float: left;
}
button.right {
  display: block;
  float: right;
}
.alt-header {
  padding: 5px!important;
  font-size: 20px;
  border: none;
}
h2.set_content {
  font-weight: normal;
  font-size: 18px;
}
.extras_wrapper {
  padding: 3%;
}
.extras_wrapper h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 15px 0 5px;
}
.extras_wrapper ul {
  overflow: hidden;
}
.extras_wrapper li {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 4px;
  clear: both;
  overflow: hidden;
  color: #ccc;
  border-bottom: 1px solid #444;
}
.extras_wrapper li b {
  font-weight: normal;
  float: right;
  width: 14%;
  text-align: center;
}
.extras_wrapper li i {
  font-weight: normal;
  font-style: normal;
  float: left;
  width: 63%;
  padding-left: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.extras_wrapper li .extras_amount {
  float: left;
  width: 7%;
  text-align: center;
}
.extras_wrapper li span {
  text-align: center;
  display: block;
  float: left;
  width: 8%;
  cursor: pointer;
  height: 26px;
  padding: 4px 7px 3px;
}
.extras_wrapper li span:after {
  content: '';
}
.extras_wrapper li .extra_price {
  float: right;
}
.extras_wrapper li .extra_minus {
  border-right: 1px solid #444;
}
.extras_wrapper button {
  margin-top: 15px;
}
.extras_wrapper li b,
.extras_wrapper li i,
.extras_wrapper li b,
.extras_wrapper li span {
  padding: 4px 5px 3px;
  font-size: 15px;
}
.grad1 {
  background: #464646;
  background: -moz-linear-gradient(top, #464646 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #464646 0%, #000000 100%);
  background: -o-linear-gradient(top, #464646 0%, #000000 100%);
  background: -ms-linear-gradient(top, #464646 0%, #000000 100%);
  background: linear-gradient(to bottom, #464646 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#000000', GradientType=0);
}
.grad2 {
  background: #282828;
  background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #282828 0%, #2b2b2b 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(50%, #2b2b2b), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #282828 0%, #2b2b2b 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #282828 0%, #2b2b2b 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #282828 0%, #2b2b2b 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #282828 0%, #2b2b2b 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#0a0809', GradientType=0);
}
.button {
  cursor: pointer;
  display: block;
  font-family: Helvetice, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 15px;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.button:active {
  position: relative;
  top: 5px;
}
.button_light {
  background: #404444;
  background: -moz-linear-gradient(top, #404444 0%, #3d4241 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404444), color-stop(50%, #3d4241), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #404444 0%, #3d4241 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #404444 0%, #3d4241 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #404444 0%, #3d4241 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #404444 0%, #3d4241 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404444', endColorstr='#0a0809', GradientType=0);
  border-bottom: 1px solid #444;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000;
}
button.button_light {
  border: 1px solid #000;
}
.button_dark,
.red {
  background: #f85032;
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  border: 1px solid #8E0000;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000;
}
.checkoutbutton {
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  border: 1px solid #323232!important;
}
.green,
.extras_wrapper li .green {
  background: #bfd255;
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0);
}
#dialogbox_content {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sli img {
  width: 100%;
}
.sli_cycle_wrapper {
  width: 100%;
  margin: 10px auto;
}
.sli_cycle_wrapper .sli_cycle,
.sli_cycle_wrapper .sli_cycle .Slide {
  width: 100%!important;
}
.button_2,
#dialogbox_content select {
  padding-left: 10px;
  background-color: #127fd2;
  background-image: -webkit-linear-gradient(top, #36a8ea 0%, #127fd2 100%);
  background-image: -moz-linear-gradient(top, #36a8ea 0%, #127fd2 100%);
  background-image: -ms-linear-gradient(top, #36a8ea 0%, #127fd2 100%);
  background-image: -o-linear-gradient(top, #36a8ea 0%, #127fd2 100%);
  background-image: linear-gradient(top, #36a8ea 0%, #127fd2 100%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset, -1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset, -1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset, -1px 0px 0px 0px rgba(255, 255, 255, 0.4) inset;
  border: solid 1px #035ea3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.button_2:hover {
  background-image: -webkit-linear-gradient(top, #2f90d5 0%, #0351b7 100%);
  background-image: -moz-linear-gradient(top, #2f90d5 0%, #0351b7 100%);
  background-image: -ms-linear-gradient(top, #2f90d5 0%, #0351b7 100%);
  background-image: -o-linear-gradient(top, #2f90d5 0%, #0351b7 100%);
  background-image: linear-gradient(top, #2f90d5 0%, #0351b7 100%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset, 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #003481;
}
.button_2:active {
  background-image: none;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 61, 127, 0.4) inset, 0px 0px 2px 2px rgba(0, 60, 125, 0.2) inset;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 61, 127, 0.4) inset, 0px 0px 2px 2px rgba(0, 60, 125, 0.2) inset;
  box-shadow: 0px 0px 8px 2px rgba(0, 61, 127, 0.4) inset, 0px 0px 2px 2px rgba(0, 60, 125, 0.2) inset;
  border: solid 1px #004683;
}
#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: helvetica;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ffffff), color-stop(0.02, #eeeeee), color-stop(0.98, #cccccc), color-stop(1, #a3a3a3));
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #cccccc));
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}
#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #707070;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}
#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}
#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;
        base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}
#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
}
#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(238, 238, 238, 0)), color-stop(0.4, rgba(238, 238, 238, 0)), color-stop(0.4, #eeeeee));
  -webkit-box-shadow: inset -1px -1px 0 #ffffff;
  top: -9px;
  bottom: auto;
  left: 50%;
}
#addToHomeScreen.addToHomeWide {
  width: 296px;
}
#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #addToHomeScreen .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}
/* **********************************
 * Layout
 ************************************ */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.35;
  color: #222;
}
.clearfix,
.group {
  zoom: 1;
  overflow: hidden;
}
.clearfix:before,
.group:before,
.clearfix:after,
.group:after {
  content: "";
  display: table;
}
.clearfix:after,
.group:after {
  clear: both;
}
/* **********************************
 * Tags
 ************************************ */
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
table td {
  padding: 0;
}
/* **********************************
 * Headlines
 ************************************ */
h1,
h2 {
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.35;
}
h3,
h4,
h5,
h6 {
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.35;
}
h2 {
  margin: .4em 0;
  font-size: 2.5em;
  color: #006bb3;
  border-bottom: 4px solid #006bb3;
}
h4 {
  font-size: 1.25em;
}
#wrapper {
  position: relative;
  width: 480px;
  height: 100%;
  border: none;
  overflow: hidden;
}
#wrapper #mobile_content {
  width: 100%;
  /* **********************************
		 * Navigation
		 ************************************ */
  /* **********************************
		 * Content
		 ************************************ */
}
#wrapper #mobile_content #navigation {
  display: block;
  position: absolute;
  float: left;
  left: 0;
  width: 70%;
  height: 100%;
  background: #333333 url(../../images/pers/content-stripes.gif) top right repeat;
  border-right: 1px solid #666;
  overflow: auto;
  z-index: 6;
}
#wrapper #mobile_content #navigation .header {
  background-color: #074269;
  background-color: rgba(7, 66, 105, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6074269, endColorstr=#e6074269)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6074269, endColorstr=#e6074269);
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #mobile_content #navigation .header #logo {
  padding: 15px 14px 15px 10px;
  max-width: 90%;
}
#wrapper #mobile_content #navigation .header:after {
  content: "";
  display: block;
  height: 32px;
  background: #006bb3 url(../../images/pers/sprites.png) -3px 0 repeat-x;
  border-bottom: 2px solid #111;
}
#wrapper #mobile_content #navigation .header + div {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
#wrapper #mobile_content #navigation .header + div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #006bb3;
}
#wrapper #mobile_content #navigation .header + div ul ul {
  display: none;
}
#wrapper #mobile_content #navigation .header + div ul li {
  border-bottom: 1px solid #006bb3;
}
#wrapper #mobile_content #navigation .header + div ul li a {
  background-color: #074269;
  background-color: rgba(7, 66, 105, 0.95);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2074269, endColorstr=#f2074269)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2074269, endColorstr=#f2074269);
  display: block;
  padding: 10px 12px;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #074269;
  border-bottom: 1px solid #074269;
}
#wrapper #mobile_content #navigation .header + div ul li a span {
  display: inline-block;
  width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper #mobile_content #navigation .header + div ul li a.has_sub img {
  display: block;
  float: right;
}
#wrapper #mobile_content #navigation .header + div ul li:last-child {
  border: none;
}
#wrapper #mobile_content #navigation .header + div ul li:last-child a {
  border: none;
}
#wrapper #mobile_content #navigation .header + div ul#footer-menu {
  border-top: none;
  border-bottom: 1px solid #006bb3;
}
#wrapper #mobile_content #navigation #social_wrapper {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.95);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2000000, endColorstr=#f2000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2000000, endColorstr=#f2000000);
}
#wrapper #mobile_content #navigation #social_wrapper img {
  max-width: 50px;
}
#wrapper #mobile_content #navigation #social_wrapper h2 {
  padding: 10px 12px;
  font-size: 20px;
  font-weight: normal;
  border: none;
}
#wrapper #mobile_content #navigation #social_wrapper:before,
#wrapper #mobile_content #navigation #social_wrapper:after {
  content: "";
  display: block;
  height: 32px;
  background: #006bb3 url(../../images/pers/sprites.png) -3px 0 repeat-x;
}
#wrapper #mobile_content #navigation p {
  color: #999;
}
#wrapper #mobile_content #page_content {
  -webkit-box-shadow: -9px 0 20px #000000;
  -moz-box-shadow: -9px 0 20px #000000;
  box-shadow: -9px 0 20px #000000;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 6;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
}
#wrapper #mobile_content #page_content .page-header {
  padding-bottom: 30px;
  background: #ffffff url(../../images/pers/content-stripes.gif) -25px 0 repeat;
}
#wrapper #mobile_content #page_content .page-header:before {
  content: "";
  display: block;
  height: 32px;
  background: #006bb3 url(../../images/pers/sprites.png) -3px 0 repeat-x;
  border-bottom: 2px solid #111;
}
#wrapper #mobile_content #page_content .page-header h1 {
  padding: 0 32px !important;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-bottom: 1px solid #000;
  text-shadow: none;
}
#wrapper #mobile_content #page_content .page-header h1.button_light {
  background: none;
  background-color: #074269;
  background-color: rgba(7, 66, 105, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6074269, endColorstr=#e6074269)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6074269, endColorstr=#e6074269);
}
#wrapper #mobile_content #page_content .page-header h1.alt-header {
  font-size: 100%;
}
#wrapper #mobile_content #page_content .page-header h1 button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px #000000;
  -moz-box-shadow: 0 0 8px #000000;
  box-shadow: 0 0 8px #000000;
  background: #ec1500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3081d), color-stop(1, #ec1500));
  background: -ms-linear-gradient(bottom, #c3081d, #ec1500);
  background: -moz-linear-gradient(center bottom, #c3081d 0%, #ec1500 100%);
  background: -o-linear-gradient(#ec1500, #c3081d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1500', endColorstr='#c3081d', GradientType=0);
  font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1;
  margin-top: 8px;
  border: none !important;
  letter-spacing: 1px;
  text-shadow: none;
}
#wrapper #mobile_content #page_content .page-header h1 button:active,
#wrapper #mobile_content #page_content .page-header h1 button:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  top: auto;
}
#wrapper #mobile_content #page_content .html_box {
  padding: 10px 25px;
  font-size: 12px;
  line-height: 1.5;
}
#wrapper #mobile_content #page_content .html_box h1,
#wrapper #mobile_content #page_content .html_box h2 {
  font-size: 20px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu {
  zoom: 1;
  overflow: hidden;
  margin: 15px 0 0;
  list-style: none;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu:before,
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu:after {
  content: "";
  display: table;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu:after {
  clear: both;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li {
  float: left;
  margin-right: 1px;
  width: 25%;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 1.35;
  display: block;
  height: 80px;
  color: #fff;
  font-style: italic;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li a span {
  display: block;
  padding: 20px 0 0 10px;
  height: 50px;
  background: #222222 url(../../images/pers/category-icons.png) 0 0 no-repeat;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li a strong {
  font-size: 1.3846em;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li a:hover:after {
  display: block;
  content: "";
  height: 9px;
  border-top: 1px solid #fff;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(1) a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ec1500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3081d), color-stop(1, #ec1500));
  background: -ms-linear-gradient(bottom, #c3081d, #ec1500);
  background: -moz-linear-gradient(center bottom, #c3081d 0%, #ec1500 100%);
  background: -o-linear-gradient(#ec1500, #c3081d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1500', endColorstr='#c3081d', GradientType=0);
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(1) a span {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: -203px 0;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(1) a:hover span {
  background-color: transparent;
  background-position: 97px 0;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(1) a:hover:after {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(2) a {
  background: #842bdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a1a73), color-stop(1, #842bdf));
  background: -ms-linear-gradient(bottom, #4a1a73, #842bdf);
  background: -moz-linear-gradient(center bottom, #4a1a73 0%, #842bdf 100%);
  background: -o-linear-gradient(#842bdf, #4a1a73);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#842bdf', endColorstr='#4a1a73', GradientType=0);
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(2) a span {
  background-position: -203px -70px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(2) a:hover span {
  background-color: transparent;
  background-position: 97px -70px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(3) a {
  background: #26b912;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #307e1e), color-stop(1, #26b912));
  background: -ms-linear-gradient(bottom, #307e1e, #26b912);
  background: -moz-linear-gradient(center bottom, #307e1e 0%, #26b912 100%);
  background: -o-linear-gradient(#26b912, #307e1e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b912', endColorstr='#307e1e', GradientType=0);
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(3) a span {
  background-position: -203px -140px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(3) a:hover span {
  background-color: transparent;
  background-position: 97px -140px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(4) {
  margin: 0;
  width: 24%;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(4) a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #006bb3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #074269), color-stop(1, #006bb3));
  background: -ms-linear-gradient(bottom, #074269, #006bb3);
  background: -moz-linear-gradient(center bottom, #074269 0%, #006bb3 100%);
  background: -o-linear-gradient(#006bb3, #074269);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb3', endColorstr='#074269', GradientType=0);
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(4) a span {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: -203px -210px;
}
#wrapper #mobile_content #page_content .html_box ul.categories-jump-menu li:nth-child(4) a:hover span {
  background-color: transparent;
  background-position: 97px -210px;
}
#wrapper #mobile_content #page_content div.seperatorbox .set_content {
  margin: 15px 25px;
  font-size: 1.25em;
}
#wrapper #mobile_content #page_content div.seperatorbox .set_content h2 {
  font-size: 1.125em;
  border: none;
}
#wrapper #mobile_content #page_content .productbox {
  position: relative;
  width: auto;
  margin: 50px 25px;
}
#wrapper #mobile_content #page_content .productbox p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.35;
  margin: 8px 12px;
  color: #000;
}
#wrapper #mobile_content #page_content .productbox table.products {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ec1500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3081d), color-stop(1, #ec1500));
  background: -ms-linear-gradient(bottom, #c3081d, #ec1500);
  background: -moz-linear-gradient(center bottom, #c3081d 0%, #ec1500 100%);
  background: -o-linear-gradient(#ec1500, #c3081d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1500', endColorstr='#c3081d', GradientType=0);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}
#wrapper #mobile_content #page_content .productbox table.products td {
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.35;
  padding: 8px 12px;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  vertical-align: middle;
}
#wrapper #mobile_content #page_content .productbox table.products td b {
  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.35;
  display: block;
  margin-bottom: 2px;
}
#wrapper #mobile_content #page_content .productbox table.products td.right {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.35;
  padding: 5px;
  width: 10%;
  letter-spacing: 1px;
  text-align: center;
}
#wrapper #mobile_content #page_content .productbox table.products td.right p {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.25);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
  padding: 6px;
  color: #fff;
}
#wrapper #mobile_content #page_content .productbox div.productWI {
  position: relative;
}
#wrapper #mobile_content #page_content .productbox div.productWI img {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
#wrapper #mobile_content #page_content .productbox div.productWI .img_overlay {
  top: -40px;
  padding: 0;
  width: 100%;
  text-align: left;
  border: none;
}
#wrapper #mobile_content #page_content .productbox div.productWI .img_overlay b {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ec1500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3081d), color-stop(1, #ec1500));
  background: -ms-linear-gradient(bottom, #c3081d, #ec1500);
  background: -moz-linear-gradient(center bottom, #c3081d 0%, #ec1500 100%);
  background: -o-linear-gradient(#ec1500, #c3081d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1500', endColorstr='#c3081d', GradientType=0);
  display: block;
  margin: 0;
  padding: 6px 12px;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
}
#wrapper #mobile_content #page_content .productbox div.productWI .img_overlay b:after {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  content: "";
  width: 60px;
  height: 58px;
}
#wrapper #mobile_content #page_content .productbox div.productWI .show_details,
#wrapper #mobile_content #page_content .productbox div.productWI .show_details2 {
  display: none;
}
#wrapper #mobile_content #page_content .productbox .product_cats {
  display: block !important;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
#wrapper #mobile_content #page_content .productbox .product_cats table {
  padding: 0;
  width: auto;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right {
  padding-left: 8px;
  text-align: center;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 70px;
  font-size: .8em;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  background: none;
  border: none;
  text-shadow: none;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a span {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ffffff, endColorstr=#d9ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9ffffff, endColorstr=#d9ffffff);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  padding: 6px 0 4px;
  font-size: .85em;
  color: #ec1500;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a b {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ec1500;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c3081d), color-stop(1, #ec1500));
  background: -ms-linear-gradient(bottom, #c3081d, #ec1500);
  background: -moz-linear-gradient(center bottom, #c3081d 0%, #ec1500 100%);
  background: -o-linear-gradient(#ec1500, #c3081d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1500', endColorstr='#c3081d', GradientType=0);
  display: block;
  padding: 10px 0 9px;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:hover,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:active,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:focus {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9000000, endColorstr=#d9000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9000000, endColorstr=#d9000000);
  color: #ec1500;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:hover b,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:active b,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:focus b {
  background: none;
}
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:hover span,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:active span,
#wrapper #mobile_content #page_content .productbox .product_cats table td.right a:focus span {
  background: none;
}
#wrapper #footer {
  -webkit-box-shadow: 0 0 6px #000000;
  -moz-box-shadow: 0 0 6px #000000;
  box-shadow: 0 0 6px #000000;
  position: absolute;
  bottom: 0px;
  z-index: 8;
  width: 100%;
  border-top: 1px solid #000;
}
#wrapper #footer p {
  padding: 8px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #wrapper #mobile_content #page_content .productbox {
    margin: 50px 25px 85px;
  }
  #wrapper #mobile_content #page_content .productbox .product_cats {
    right: 0;
    bottom: -23px;
  }
  #wrapper #mobile_content #page_content .productbox .product_cats table td.right {
    padding-left: 5px;
  }
  #wrapper #mobile_content #page_content .productbox .product_cats table td.right a {
    width: 55px;
  }
  #wrapper #mobile_content #page_content .productbox .product_cats table td.right a span {
    padding: 4px 0 2px;
  }
  #wrapper #mobile_content #page_content .productbox .product_cats table td.right a b {
    padding: 6px 0 4px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
}
