#mail-widget {
	bottom: -300px;
	right: 5px;
	position: fixed;
	box-shadow: 0 0 10px #000;

	z-index: 9999;

	border-radius: 5px 5px 0 0;

	-webkit-transition: left 0.5s; /* Safari */
	transition: left 0.5s;

}

#mail-widget * {
	font-family: 'Oswald';
	text-transform: uppercase;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mail-widget input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#mail-widget input[type=text],
#mail-widget input[type=email],
#mail-widget textarea {
	border: 1px solid #7e7e7e;
	border-radius: 2px;
	width: 100%;
	padding: 5px;
}

#mail-widget textarea {
	height: 100px;
}

#mail-widget .form-row {
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

#mail-widget.active {
	bottom: 0;
}

#mail-response {
	text-align: center;
	height: 100%;
}

#mail-response h3 {
	padding-top: 100px;
	font-size: 28px;
	color: #0b476c;
	margin: 0;
}

#mail-response p {
	padding-top: 40px;
	font-size: 18px;
	color: #444444;
	text-align: center;
	width: 240px;
	display: inline-block;
}

#mail-form .phone-row {
	display: none;
	padding-top: 10px;
}

#mail-widget .mail-widget-handler {
	position: absolute;
	top: -45px;
	right: 20px;
	height: 45px;
	width: 215px;
	background-color: #fff;
	background-image: url('/templates/provitamin/kepek/mail-icon.png');
	background-position: 30px 10px;
	background-repeat: no-repeat;

	cursor: pointer;

	padding-left: 35px;
	color: #0b476c;
	font-size: 15px;
	line-height: 45px;
	text-align: center;

	box-shadow: 0 0 10px #000;

	border-radius: 5px 5px 0 0;

	z-index: -1;
}

#mail-widget input,
#mail-widget textarea {
	text-transform: none;
}

#mail-widget .mail-content {
	background-color: #fff;

	height: 300px;
	border-radius: 5px 5px 0 0;

	width: 320px;
}

#mail-widget #mail-form {
	text-transform: none;
}

#mail-widget button {
	background-image: url('/templates/provitamin/kepek/button-blue.png');
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 14px;
	width: 180px;
	height: 35px;

	border-radius: 5px;
	border: none;

	text-transform: uppercase;

	cursor: pointer;
}

#mail-widget #mail-response {
	display: none;
}

#mail-widget.sent #mail-response {
	display: block;
}

#mail-widget.sent #mail-form {
	display: none;
}

#mail-widget label {
	color: #7e7e7e;
	text-transform: none;
	font-family: Arial;
	vertical-align: text-top;
	padding-left: .2em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7e7e7e;
	text-transform: none;
	font-family: Arial;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #7e7e7e;
	text-transform: none;
	font-family: Arial;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #7e7e7e;
	text-transform: none;
	font-family: Arial;
}
:-moz-placeholder { /* Firefox 18- */
	color: #7e7e7e;
	text-transform: none;
	font-family: Arial;
}

#mail-widget .dotted-bottom {
	padding-bottom: 15px;
	margin-left: 14px;
	margin-right: 14px;
	padding-left: 0;
	border-bottom: 1px #7e7e7e dotted;
}
.addToCartCount {
    display: inline-block;
    width: 70px;
    height: 40px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-align: center;
    padding-right: 25px !important;

    font-size: 14px
}

.cartCountHolder {
    width: 70px;
    float: left;

    position: relative;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.cartCountHolder ~ .addtocart {
    float: left;
    margin-left: 5px !important;
}

.decCartCount,
.incCartCount {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    padding: 0;

    line-height: 14px;
}

.incCartCount {
    top: 0;
}

.decCartCount {
    bottom: 0;
}

.landing {
    padding: 20px;
}

.spectro-popover__list__item {
    clear: left;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: auto;
}

.jssocials-shares a {
    color: #fff !important;
    text-decoration: none;
    width: 32px;
    height: 32px;
    padding-top: 7px;
}

.jssocials-shares a:hover {
    text-decoration: none;
}

.jssocials-shares .jssocials-share-favorite {
    background-color: #ed0a0a;
}

.jssocials-shares .jssocials-share-favorite i{
    position: relative;
    top: 1px;
}

.jssocials-shares .jssocials-share-favorite.active i {
    color: #ffd700;
}

.jssocials-share {
    margin: 0.1em;
    border-radius: 50%;
}

.jssocials-share a {
    border-radius: 50%;
}

.jssocials-share-logo {
    font-size: 1.3em;
}

.jssocials-share-label {
    display: none;
}


.jssocials-shares {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
}
/*
#supportbox {
    background-image: none !important;
    padding: 10px 0 !important;
    background-color: #fff !important;
    height: auto !important;
    text-align: center;
}

#supportbox a {
    position: relative !important;
    z-index: 0 !important;
}*/

.articlebody .jssocials-shares {
    text-align: left;
}
.articlelist {
  margin: 0;
}

.articlelist .articlelistitem {
  margin: 0;
  clear: both;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.articlelist .articlelistitem_image {
  float: left;
  display: inline;
  margin: 24px 16px 0 0;
  border: 1px solid #dcd9ca;
  padding: 4px;
  background-color: #f1eee7;
}

.articlelist .articlelistitem_articledata {
  float: left;
  width: calc(100% - 150px);
}

.articlelist .articlelistitem_articlename {
  margin-top: 24px;
  margin-bottom: 2px;
  font-size: 16px;
  font-family: Tahoma;
  font-weight: bold;
  color: #dd7421;
}

#contentpanel .articlelist .articlelistitem_articlename a:link,
#contentpanel .articlelist .articlelistitem_articlename a:visited {
  color: #dd7421;
  text-decoration: none;
}

#contentpanel .articlelist .articlelistitem_articlename a:hover {
  color: #dd7421;
  text-decoration: underline;
}

.articlelistitem_articledate_source {
  font-size: 10px;
  color: #326d8d;
  margin-top: 2px;
}

.articlelistitem_intro {
  margin: 16px 0;
  text-align: justify;
}

.articlelistitem_intro p{
  font-size: 14px;
}

.articlelistitem_intro ul {
  margin-left: 20px;
}

.articlelistitem_readarticle{
  text-align: right;
}

.articlelistitem_readarticle,
.articlelistitem_readarticle a:link,
.articlelistitem_readarticle a:visited {
  color: #326d8d;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.articlelistitem_readarticle a:hover {
  color: #326d8d;
  text-decoration: underline;
}

.article {
  margin: 16px;
}

.contentbox.article{
  margin: 0;
}

.articleheader {
  padding: 10px;
}

.articleheader h1 {
  margin-bottom: 2px;
  font-size: 16px !important;
  font-family: Tahoma;
  font-weight: bold;
  color: #dd7421;
}

.article_articledate_source {
  font-size: 10px;
  color: #326d8d;
  margin-top: 2px;
}

.article_controls {
  float: right;
}

.article_offerpic {
  float: right;
  margin: 0 0 8px 8px;
  padding: 8px;
  border: 1px solid #bdbbb4;
  width: 100px;
}

.article_offerpic_header {
  font-weight: bold;
}

.articlebody {
  padding: 12px;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 14px;
}

.articlebody h2, h3, h4 {
  font-weight: bold;
  margin: 16px 0 12px 0;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 14px;
}

body .articlebody h2, 
body .articlebody h3,
body .articlebody h4{
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  color: #555 !important;
  font-size: 21px;
  font-weight: normal;
  margin: 37px 0 5px 0;
  float: none;
  line-height: normal;
}

.articlebody p {
  text-align: justify;
  margin-bottom: 14px;
  font-family: 'Source Sans Pro', Tahoma, Verdana, Arial, sans-serif;
  text-align: justify;
  font-size: 16px !important;
  line-height: 22px;
}

.articlebody p.imageleft {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.articlebody p.imageright {
  float: right;
  margin: 0 0 10px 10px;
  padding: 0;
}

.articlebody p.imagecenter {
  text-align: center;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
}

.articlebody img.imagecenter {
  display: block;
  margin: 0 auto;
}

.articlebody p.imagecaption {
  font-size: 10px;
  font-weight: bold;
  color: #A53C02;
  text-align: center;
  margin: 0 0 24px 0;
}

.articlebody ul {
  margin-left: 32px;
}

.articlebody ul li {
  margin: 5px 0;
  line-height: 17px;
}

.articlebody a:link,
.articlebody a:visited {
  color: #326d8d;
  text-decoration: none;
}

.articlebody a:hover {
  color: #326d8d;
  text-decoration: underline;
}

.connected {
  clear: both;
  padding-top: 16px;
}

.connectedproducts .productprice {
  font-weight: bold;
  color: #dc7420;
}

.articlefooter {
  margin-top: 32px;
  border-top: 1px solid #bdbbb4;
  border-bottom: 1px solid #bdbbb4;
  height: 24px;
}

.articlefooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.articlefooter ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: 2px;
}

.articlefooter a:link,
.articlefooter a:visited,
.articlefooter a:hover {
  color: #326d8d;
}

.cse-branding-bottom {
  margin: 16px;
  padding: 12px;
}

#pagerform {
  margin: 16px 0;
  padding-top: 16px;
  border-top: 1px solid #bdbbb4;
}

#pagerform select {
  margin-right: 8px;
  width: 250px;
}

.dictionaryheader {
/*  background: #437a65 url(/templates/provitamin/kepek/header-dictionary.jpg) no-repeat left center; */
  background-color: #437a65;
  height: 32px;
}

.dictionaryheader h1 span,
.dictionaryheader p.title span {
/*  display: none; */
}

.dictletterlist {
  margin: 16px;
  padding: 12px;
  height: 16px;
}

.dictletterlist ul {
  list-style: none;
}

.dictletterlist ul li {
  float: left;
  margin-right: 12px;
}

.dictionarycontent {
  margin: 16px;
  padding: 12px;
}

.dictionarycontent h1 {
  float: left;
  color: #dd7421;
  font-size: 60px;
  margin: 4px 16px 8px 4px;
  padding: 0;
/*
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #dd7421;
*/
}

.dictionarycontent dl {
  margin: 16px 0 0 0;
  padding: 0;
}

.dictionarycontent dt {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: bold;
}

.dictionarycontent dt a {
  color: #2687C1;
}

.dictionarycontent dd {
  margin: 0 0 16px 0;
  padding: 0;
  text-align: justify;
}

.dictionarycontent dd p {
  margin-top: 8px;
}

.dictionarycontent dd p a {
  color: #2687C1;
}

.socialbuttons_article {
  margin: 16px 0;
}

.articlelistitem_image img {
  max-width: 110px;
}



@media ( max-width : 797px) {
  .articlelistitem_image a {
    width: 100%;
    height: 100%;
  }

  .articlelist .articlelistitem_image {
    float: none;
    display: block;
  }


  .articlelistitem_image img {
    max-width: 100%;
    width: 100%;
  }
}
.carttabs {
  min-height: 32px;
  list-style: none;
}

.carttabs li {
  padding-right: 1px;
  width: 25%;
  float: left;
}

.carttabs li,
.carttabs li a,
.carttabs li span {
  display: block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  color: #555 !important;
  text-decoration: none;
}

.carttabs li a,
.carttabs li > span{
  width: 100%;
  display: block;
  background-color: #fbfbfb;
  color: white;
}

.carttabs li a:hover,
.carttabs li a:hover span,
.carttabs li.carttab_selected > span{
  background-color: #a3d133;
  color: white !important;
}

.cartcontent,
.orderdata {
  margin: 16px;
  padding-bottom: 32px;
  min-height: 200px;
}

.cartcontent{
  margin: 16px 0;
}

.orderdata {
  padding: 12px;
}

.cartcontent h1,
.orderdata h1 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cartitems {
  margin: 16px 0;
  width: 100%;
}

.cartitems th,
.cartitems td {
  padding: 3px 0;
  vertical-align: middle;
}

.cartitems td {
  padding-bottom: 16px;
}

.cartitems tbody tr {
  background: transparent url(/templates/provitamin/kepek/line-dotted.png) repeat-x left bottom;
}

.cartitems th.cartitems_picturecol,
.cartitems td.cartitems_picturecol {
  width: 140px;
  text-align: center;
}

.cartitems td.cartitems_picturecol img {
  margin: 0;
  padding: 0;
  border: 0;
}

.cartitems th.cartitems_producdatacol,
.cartitems td.cartitems_producdatacol {
  width: auto;
  text-align: left;
}

.cartitems td.cartitems_producdatacol h2 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.cartitems td.cartitems_producdatacol ul {
  margin-top: 12px;
  list-style: none;
}

.cartitems td.cartitems_producdatacol ul li {
  margin-top: 2px;
}

.cartitems th.cartitems_quantitycol,
.cartitems td.cartitems_quantitycol {
  width: 60px;
  text-align: center;
}

.cartitems td.cartitems_quantitycol input {
  width: 30px;
  border: 1px solid #363636;
  text-align: right;
}

.cartitems th.cartitems_pricecol,
.cartitems td.cartitems_pricecol {
  width: 100px;
  text-align: center;
}

.cartitems th.cartitems_deleteitem,
.cartitems td.cartitems_deleteitem {
  width: 20px;
  text-align: center;
}

.cartitems td.cartitems_deleteitem img {
  border: 0;
}

.cartitems td.cartitems_empty {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 128px;
  width: 100%;
}

.cartitems_summary {
  margin: 16px 0;
  width: 100%
}

.cartitems_summary td {
  width: 580px;
  font-size: 14px;
  font-weight: bold;
}

.cartitems_summary td.cartitems_summary_label {
  width: 380px;
  text-align: left;
}

.cartitems_summary td.cartitems_summary_content {
  width: 200px;
  text-align: right;
  padding-right: 50px;
}

.cart_buttons {
  margin: 16px;
  padding-left: 0;
  text-align: center;
}

.cart_buttons a {
  display: inline-block;
  margin-right: 16px;
  float: none;
}

.orderstepbuttons .saveorder {
  float: right;
}

.contentbox form#cartform p {
  margin-bottom: 0;
  padding: 0;
}

#submitcart {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.orderdata_login,
.orderdata_register {
  margin: 16px 16px 16px 0;
  padding-left: 16px;
  width: 270px;
  min-height: 200px;
  float: left;
}

.orderdata_register {
  border-left: 1px solid #333;
}

.orderdata h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
}

.orderdata h2.checkdata {
  font-weight: 400;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.orderdata p {
  margin-bottom: 4px;
}

.orderdata form {
  margin: 16px 0;
}

.orderdata a:link,
.orderdata a:visited {
  color: #326d8d;
  text-decoration: none;
}

.orderdata a:hover {
  color: #326d8d;
  text-decoration: underline;
}

.orderdata_fixedheight {
  position: relative;
  height: 450px;
}

.orderstepbuttons {
  margin-bottom: 50px;
  margin-top: 32px;
}

.orderdata_fixedheight .orderstepbuttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 580px;
}

.personaladdresspanel {
  margin: 16px 0 16px 215px;
}

.orderstepbuttons .modifybutton {
  float: right;
}

.checkdatapart {
  background: transparent url(/templates/provitamin/kepek/line-dotted.png) repeat-x left bottom;
  padding-bottom: 20px;
}

.checkdatatable {
  width: 100%;
}

.checkdatatable th,
.checkdatatable td {
  vertical-align: middle;
  padding: 4px 2px;
}

.checkdatatable th {
  border-bottom: 1px solid #333;
}

.checkdatatable_productname {
  text-align: left;
  width: 380px;
}

.checkdatatable_productquantity {
  width: 100px;
  text-align: center;
}

.checkdatatable_productprice {
  width: 100px;
  text-align: right;
}

.checkdatatable td.checkdatatable_indent {
  padding-left: 8px;
}

.checkdatatable td.checkdatatable_topborder {
  border-top: 1px solid #333;
  padding-top: 8px;
}

.checkdatatable td.checkdatatable_topmargin {
  padding-top: 16px;
}

.checkdatatable td.checkdatatable_summary {
  font-weight: bold;
  font-size: 14px;
}

.orderdone p {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
  font-family: Verdana, sans-serif;
  color: #000;
}

.orderdone h2 {
  font-size: 18px;
  color: #000;
}

.courier_warning {
  color: #c00;
  font-weight: bold;
  margin: 12px 0;
}

.cartdone_orderid {
  margin: 24px 0 8px 0 !important;
  padding: 0 !important;
  color: #c00 !important;
  font-weight: bold;
  font-size: 14px !important;
}

.cartdone_importantinfo {
  margin-top: 24px;
}

.cartdone_warning {
  margin: 16px 0 !important;
}

.cart_suggestions {
  margin: 16px;
  padding: 16px;
}

.cart_suggestions_randomcat {
  margin: 16px 0 16px 0;
  font-size: 14px;
  font-weight: bold;
}

.cart_suggestions_info {
  margin: 8px 0;
  font-weight: bold;
}

.cart_suggestions a {
  color: #2687C1;
}

.cart_suggestions_randomprod {
  list-style: none;
  margin: 0;
  paddnig: 0;
  border: 0;
}

.cart_suggestions_randomprod li {
  float: left;
  width: 146px;
  text-align: center;
}

.cart_suggestions_randomprod li img {
  border: 1px solid #dcd9ca;
  padding: 4px;
  background-color: #f1eee7;
}

.cart_suggestions_randomprod li p {
  margin-top: 8px;
}

.cart_suggestions_currentcart {
  margin: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #c00;
}

.cart_error_message {
  background-color: white;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 6px;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: 6px solid #c00;

  color: #c00 !important;

  padding: 20px 40px;

  text-align: center;
}

.cart_suggestions_randomcats {
  margin-left: 40px;
}

.payonlinebutton {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 203px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-online-fizetes.png) no-repeat left top;
  cursor: pointer;
}

.payonlinebutton:hover {
  background: transparent url(/templates/provitamin/kepek/button-online-fizetes.png) no-repeat left -40px;
}

.payonlinebutton span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cart_add4freeshipping {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}

.cart_add4freeshipping span {
  color: #c00;
}

.cart_promo_discount {
  clear: both;
  margin: 0;
  line-height: 16px;
}

.cart_promo_discount_sum {
  border-top: 1px solid #ccc;
  padding-top: 4px;
  margin-bottom: 60px;
}

.cart_promo_discount span {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  width: 340px;
}

.cart_promo_discount strong {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  padding-right: 50px;
  border: 0;
  width: 70px;
  text-align: right;
  white-space: nowrap;
}

.checkdatatable_productname .cart_promo_discount strong {
  padding-right: 0;
}

.checkdatatable_productname .cart_promo_discount{
  padding-top: 5px;
}
.widget-cart {
  width: 310px;
  position: absolute;
  top: -4000px;
  right: 0;
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
  overflow: visible;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s -webkit-transform;
  opacity: 0;
  /*transition: 0.4s transform, 0.4s opacity, 0.01s 0.4s top;*/
  transition: 0.4s 0.3s transform, 0.4s 0.3s opacity, 0.01s 0.7s top;
}

.head-cart:hover + .widget-loader .widget-cart,
.widget-cart:hover/*,
.widget-cart.open*/{
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.4s transform, 0.4s opacity;
  top: 45px;
  opacity: 1;
}

.head-cart{
  position: relative;
}

.head-cart .cart-items:not(:empty){
  font-size: 13px;
  border-radius: 50%;
  background-color: #e01c1c;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding-right: 1px;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  right: -6px;
  top: -6px;
}

.widget-cart .contentbox{
  margin: 0;
  border: none;
  padding-bottom: 0;
  min-height: 185px;
  background: white;
}

.widget-button {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -50px;
  background: white url(/templates/provitamin/kepek/cart_icon.png) 7px 12px no-repeat;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.widget-container {
  float: left;
  border: none;
}

.widget-container:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: white;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: -6px;
}

.widget-container .cartitems_summary,
.widget-container .cartitems{
  width: calc(100% - 20px);
  margin: 10px;
  max-height: 250px;
  overflow: auto;
  display: inline-block;
}

.widget-container .cartitems_pricecol.productdata_price {
	text-align: right;
}

.widget-container .cart_suggestions_currentcart{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.widget-container .cartitems tbody tr{
  background: none;
}

.widget-container .cart_buttons{
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.widget-container .cart_buttons a {
  float: none;
}
/*
.widget-container .cart_buttons a.cart {
  margin: auto;
  margin-top: 11px;
  padding: 0;
  border: 0;
  background: transparent url(/templates/provitamin/kepek/button-cartview.png) no-repeat left top;
  width: 170px;
  height: 45px;
  cursor: pointer;
}

.widget-container .cart_buttons a.cart:hover {
  background: transparent url(/templates/provitamin/kepek/button-cartview.png) no-repeat left -45px;
}

.widget-container .cart_buttons a.cart span {
  visibility: hidden;
}*/

.widget-container .cartitems td.cartitems_empty{
  height: 108px;
}

.widget-container .cartitems_summary tr{
  float: left;
  width: 100%;
}

.widget-container .cartitems_summary td{
  display: block;
  width: 100% !important;
  float: left;
  text-align: center;
  padding-bottom: 5px;
}

.widget-container .cartitems_summary td.cartitems_summary_content{
  padding-right: 0;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (//github.com/pawelczak)
 * @version 1.3.3
 * Copyright MIT License: https://github.com/pawelczak/easy-autocomplete/blob/master/LICENSE.txt
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */

#topmenu .easy-autocomplete-container ul li {
    float: none;
    height: auto;
}

#topmenu .easy-autocomplete-container ul {
    top: 38px;
}

#topsearchform .searchtext {
    width: 155px;
}

@import url('/templates/provitamin/fontawesome/css/font-awesome.min.css');

body, div, p, ul, ol, h1, h2, h3, h4, h5, form, fieldset {
  display: block;
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}


body {
  background: white url(/templates/provitamin/kepek/header-full.jpg) center top no-repeat;
  padding-top: 138px
}

.clearfix:after {
  content: ".";
  display: block;
  height: 1%;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a img {
  border: 0;
}

#page {
/*  position: relative; */
  margin: 0;
  padding: 0;
  border: 0;
  /*background: transparent url(/templates/provitamin/kepek/header.jpg) no-repeat center top;*/
  min-height: 700px;
  background: transparent;
}

a#homepagelink {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 100px;
  width: 200px;
  position: absolute;
  top: 24px;
  background: transparent url(/templates/provitamin/kepek/pv-logo.png) center center no-repeat;
  left: 50%;
  margin-left: -540px;
  z-index: 10;
}

div.menu-icons{
  position: absolute;
  top: 55px;
  color: white;
  z-index: 100;
  left: 50%;
  font-size: 28px;
  margin-left: 355px;
}

div.menu-icons a{
  color: white;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}

a#homepagelink span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#topmenu {
  margin: 0 auto;
  width: 100%;
  height: 41px;
  position: relative;
  background-color: transparent;
}

#topmenu > ul {
  list-style: none;
  width: auto;
  margin: 0 auto;
  display: table;
  height: 44px;
  vertical-align: middle;
/*  padding-left: 64px; */
}

#topmenu > ul li {
  float: none;
  height: 41px;
  display: table-cell;
}

#topmenu > ul li a:link,
#topmenu > ul li a:visited,
#topmenu > ul li a:hover {
  display: block;
  height: 41px;
  color: white;
  line-height: 41px;
  vertical-align: middle;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

#topmenu > ul li a span {
  overflow: hidden;
  color: white;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

#topmenu > ul li#topmenu_sitehome,
#topmenu > ul li#topmenu_sitehome a:link,
#topmenu > ul li#topmenu_sitehome a:visited,
#topmenu > ul li#topmenu_sitehome a:hover {
  background: transparent none no-repeat left top;
}


#topmenu ul li#topmenu_cartcontent {
  padding-left: 49px;
  padding-top: 14px;
  background: transparent url(/templates/provitamin/kepek/bg-topmenu-carticon.png) no-repeat left top;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  width: 190px;
}
/*
#topsearchform {
  position: absolute;
  top: -105px;
  width: 100%;
  text-align: center;
}*/

#topsearchform{
  width: auto;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

#topsearchform:after{
  content: '';
  display: block;
  clear: both;
}

#topsearchform .easy-autocomplete{
  display: inline-block;
  width: auto !important;
  vertical-align: top;
}

#pagecontent #sidepanel #topsearchform .searchtext {
  float: left;
  font-style: normal;
  margin-top: 10px;
  color: #000;
  height: 38px;
  width: 100%;
  font-size: 16px;
  border-radius: 44px;
  outline: none !important;
  border: 1px solid #aaa !important;
  box-shadow: 0 0 0 transparent !important;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 50px;
}

#topsearchform .easy-autocomplete-container ul{
  top: 48px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ccc;
}

#topsearchform .easy-autocomplete-container ul li{
  border-left: none;
  border-right: none;
}

#topmenu #topsearchform .easy-autocomplete-container ul li div{
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

#topsearchform .searchtext.active {
  color: #333;
  font-style: normal;
}

#topsearchform .advancedsearch {
  display: none;
}

#topsearchbutton {
  float: none;
  margin-top: 10px;
  border: 0;
  width: 30px;
  height: 30px;
  /*background: #003650 url(/templates/provitamin/kepek/button-topsearch.png) no-repeat center center;*/
  background: #003650;
  cursor: pointer;
  border-radius: 50% 50%;
  border: 2px solid #003650;
  position: absolute;
  right: 4px;
  top: 4px;
  margin-right: 12px;
  outline: none !important;
  box-shadow: 0 0 0 transparent;
  font-size: 12px;
}

#topsearchbutton span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#accessibleversion {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: transparent url(/templates/provitamin/kepek/button-accessible4.png) no-repeat left top;
}

#accessibleversion span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#pagecontent {
  margin: 0 auto;
  width: 1160px;
  padding-top: 14px;
  display: flex;
  flex-direction: row;
  letter-spacing: -3px;
}

#pagecontent > *{
  letter-spacing: normal;
}

#sidepanel {
  background: #FBFBFB;
  padding-bottom: 17px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  float: left;
  width: 286px;
  margin-right: 44px;
}

#categories{
  background: transparent;
  border: none;
  margin-bottom: 25px;
}

#categories h2,
#loginbox h2,
#logoutbox h2,
#searchbox h2 {
  height: 50px;
  padding: 15px;
  padding-bottom: 0;
}

#categories h2 a,
#categories h2 span,
#loginbox h2,
#logoutbox h2,
#searchbox h2{
  top: auto;
  overflow: hidden;
  font-size: 24px;
  letter-spacing: 0.25px;
  font-family: 'Oswald', sans-serif;
}

#categories h2 a{
  cursor: pointer;
}

#categories .closedmenu {
  display: none;
}

#categories ul {
  margin: 0;
  list-style: none;
  padding: 0 5px;
}

#categories ul ul {
  margin: 0;
  border: 0;
  padding: 0;
}

#categories ul li,
#categories ul li a:link,
#categories ul li a:visited,
#categories ul li a:hover {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  background-color: transparent;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

#categories ul li:last-child,
#categories ul ul li:last-child{
  border-bottom: none;
}

#categories ul li a:link,
#categories ul li a:visited,
#categories ul li a:hover {
  border-bottom: 0;
  padding: 6px 10px;
  text-decoration: none;
}

#categories ul li a:before{
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  font-size: 9px;
  font-family: 'FontAwesome';
  position: relative;
  top: -1px;
  color: #bcbcbc;
}

#categories ul li a:hover:before,
#categories ul li.selectedcategory a:before{
  color: white;
}

#categories ul li li a:before{
  content: "\f111";
  font-size: 7px;
  color: #a2a2a2
}

#categories ul li li li a:before{
  content: "\f10c";
  font-size: 7px;
  color: #a2a2a2
}

#categories ul li li a:before{
  padding-left: 14px;
}

#categories ul li li li a:before{
  padding-left: 28px;
}

#categories ul li a:hover,
#categories ul li.selectedcategory,
#categories ul li.selectedcategory a:link,
#categories ul li.selectedcategory a:visited,
#categories ul li.selectedcategory a:hover {
  background-color: #a3d133;
  color: #fff;
  text-decoration: none;
}

#categories ul li.selectedcategory a:hover {
  background-color: #a3d133;
  color: #fff;
}

#categories ul li.categories_maincatgapbefore {
  margin-top: 25px;
}

#categories ul li.categories_maincatgapafter {
  margin-bottom: 5px;
}

#categories ul li.categories_brands {
/*  margin-bottom: 5px; */
}

#categories ul li.categories_groupheader {
  background: transparent;
  margin-top: 0;
  padding: 6px 2px;
  border: 0;
  text-transform: uppercase;
}

#categories ul li.categories_linkedshop a {
  color: #fff;
  background-color: #CE516B;
}

#categories ul li.categories_linkedshop a:hover {
  color: #fff; 
  background-color: #6B4B7A;
}

#loginbox,
#logoutbox,
#searchbox,
#supportbox,
#facebookbox {
  width: auto;
  margin: 0;
  height: auto;
  border-top: 1px solid #ddd;
  box-shadow: 0 -3px 0px -1px white;
}

#searchbox{
  margin-top: 15px;
}

#searchbox:after{
  content: '';
  clear: both;
  display: block;
}

#supportbox,
#facebookbox{
  text-align: center;
  margin-top: 15px;
  padding-top: 25px;
}

#facebookbox,
#megbizhatobox{
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}

#facebookbox{
  padding-top: 25px;
  margin-bottom: 25px;
}


#partners{
  margin-top: 15px;
  padding: 15px;
  padding-bottom: 0;
  text-align: center;
}

#partners > div{
  display: inline-block;
}

#partners > div:nth-child(2){
    position: relative;
    top: 0px;
    margin-left: 12px !important;
}

#partners > div:nth-child(2) a:last-child{
  line-height: 12px !important;
  margin-top: 3px;
  display: inline-block;
}

#loginbox div,
#logoutbox div,
#searchbox form {
  padding: 15px;
  padding-top: 0;
  text-align: center;
}

#loginbox div p,
#logoutbox div p {
  margin-top: 10px;
  color: #555;
  text-align: left;
}

#logoutbox div p:nth-child(1),
#logoutbox div p:nth-child(2){
  font-size: 14px;
  font-weight: 600;
}

#loginbox div p:nth-child(2){
  display: none;
}

#loginbox div p:nth-child(3),
#logoutbox div p:nth-child(3){
  margin-top: 5px;
  color: #FBFBFB;
}

#loginbox div p:nth-child(5),
#logoutbox form p{
  padding-top: 10px;
  text-align: right;
}

#loginbox div p a:link,
#loginbox div p a:visited,
#logoutbox div p a:link,
#logoutbox div p a:visited,
#searchbox a {
  color: #333;
  font-size: 14px;
}

#searchbox a{
  float: left;
}

#loginbox div p a:hover,
#logoutbox div p a:hover,
#searchbox a:hover {
  color: #5e9f01;
}

#loginbox div p a:before,
#logoutbox div p a:before,
#searchbox a:before{
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 8px;
    font-family: 'FontAwesome';
    position: relative;
    top: -2px;
}

#searchbox form{
  text-align: right;
}

#searchbox a{
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}

#searchbox a:nth-child(2){
  margin-top: 5px;
}

#l_email {
  margin-bottom: 8px;
}

.searchassistant a {
/*  font-weight: bold; */
  text-decoration: none;
  color: #222;
}

.searchassistant a:hover {
  text-decoration: underline;
}

#contentpanel {
  float: right;
  color: #fff;
  width: 669px;
  min-height: 300px;
  margin-bottom: 20px;
}

#contentpanel a {
  color: #2687C1;
}

#footer {
  position: relative;
  margin: 0 auto;
  width: auto;
  background-color: #0C77A8;
  padding-top: 20px;
  padding-bottom: 0px;
  color: white;
  overflow: hidden;
}

#footer .footer-inner{
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

#footer .footer-inner:after{
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#footer.comparefooter {
  background-image: none;
  background: transparent url(/templates/provitamin/kepek/bg-compare-footer.png) no-repeat left top;
  height: 100px;
}

#footer_compare_right {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/templates/provitamin/kepek/bg-compare-footer-right.png) no-repeat left top;
  width: 21px;
  height: 25px;
}

#footer a:link,
#footer a:visited,
#footer * {
  color: white;
  font-size: 14px;
}

#footer a:hover {
  color: #b1d359;
}

#footer h2{
  font-size: 18px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  font-family: 'Oswald';
  text-transform: uppercase;
}

#footer .footer_column{
  width: 33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}


#footer_menu {
  font-size: 9px;
  font-weight: bold;
  color: #5f8fac;
}

#footer_menu a,
#footer_links a{
  display: list-item;
  margin-left: 20px;
}

/*
#footer_menu a:before{
  content: "•";
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  font-size: 12px;
}*/

#footer.comparefooter #footer_menu {
  top: 44px;
}

#footer_copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  position: relative;
}

#footer_copyright *{
  position: relative;
  font-size: 12px;
}

#footer_copyright:before{
  content: '';
  display: block;
  position: absolute;
  width: 2200px;
  height: 100%;
  background-color: #003650;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#footer #footer_copyright a{
  font-size: 12px;
}

#footer.comparefooter #footer_copyright {
  text-align: center;
}
/*
#footer{
  right: 27px;
  top: 24px;
  font-size: 9px;
  font-weight: bold;
}
*/
#footer_shopmanialogo {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: -25px;
  display: none;
}

#footer_shopmanialogo span{
  position: relative;
}

#footer_shopmanialogo:before{
  content: '';
  display: block;
  position: absolute;
  width: 2200px;
  height: 100%;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.75);
}

#contentpanel {
  background-color: white;
  width: 825px;
  margin-right: 0;
}

.contentheader {
  background: none;
  padding: 0;
}

.index_latestproductsheader.contentheader{
  margin-top: 45px
}

.contentfooter {
  clear: both;
  padding: 0;
}

.contentbox.productlistitem {
  border:none;
  padding: 2px;
  background: #fff;
  position: relative;
}

.contentbox.productlistitem:before {
  content: '';
  display: block;
  position: absolute;
  height: 80%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  border-right: 1px solid #eaeaea;
}

.contentbox.productdata{
  margin-left: 0;
  margin-right: 0;
}

.contentbox.productdata:before{
  display: none;
}


.breadcrumb {
  position: relative;
/*  background-color: #0b476c; */
  background-color: #437a65;
/*  text-transform: uppercase; */
  min-height: 32px;
}

.breadcrumb h1,
.breadcrumb p.title {
  color: #fff !important;
/*  font-weight: bold; */
  padding: 9px 10px;
  font-size: 12px;
  text-decoration: none !important;
}

.breadcrumb p.title a:link,
.breadcrumb p.title a:visited,
.breadcrumb h1 a:link,
.breadcrumb h1 a:visited {
  color: #d4f477 !important;
/*  color: #fff !important; */
  text-decoration: none !important;
}

.breadcrumb p.title a:hover,
.breadcrumb h1 a:hover {
  color: #d4f477 !important;
/*  color: #fff !important; */
  text-decoration: underline !important;
}

.breadcrumb p.title {
  margin-bottom: 16px;
}

body #contentpanel .breadcrumb .pagenumbers a.morelink{
  font-size: 14px;
  color: #5e9f01 !important;
  line-height: 18px;
  margin-top: 10px;
}

.breadcrumb .pagenumbers {
  position: absolute;
  right: 12px;
  top: 7px;
  font-weight: bold;
  font-size: 10px;
}

.breadcrumb .pagenumbers a:link,
.breadcrumb .pagenumbers a:visited {
  display: block;
  float: left;
  margin-left: 8px;
  color: #96D1BC;
  text-decoration: none;
  text-transform: none;
}

.breadcrumb .pagenumbers a:hover {
  color: #96D1BC;
  text-decoration: underline;
}

.breadcrumb .pagenumbers a span {
  margin-left: 0;
  color: #96D1BC;
}

.breadcrumb .pagenumbers a.morelink {
  font-weight: normal;
  margin-top: 2px;
}

.breadcrumb .pagenumbers a.pagenumber:link,
.breadcrumb .pagenumbers a.pagenumber:visited,
.breadcrumb .pagenumbers a.pagenumber span {
  width: 18px;
  height: 16px;
  background-color: #469a73;
  color: #96D1BC;
  text-align: center;
  padding-top: 2px;
}

.breadcrumb .pagenumbers a.selectedpage:link,
.breadcrumb .pagenumbers a.selectedpage:visited,
.breadcrumb .pagenumbers a.selectedpage span,
.breadcrumb .pagenumbers a.pagenumber:hover,
.breadcrumb .pagenumbers a.pagenumber:hover span {
  background-color: #96D1BC;
  color: #469a73;
  text-decoration: none;
}

.breadcrumb .pagenumbers a.selectedpage:hover,
.breadcrumb .pagenumbers a.selectedpage:hover span {
  background-color: #469a73;
  color: #96D1BC;
}

.productlistitem .product-info{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  left: -30px;
  overflow: hidden;
  z-index: 100;
  margin-left: 8px;
  margin-top: 8px;
  transition: 0s background, 0s box-shadow, 0s opacity;
  opacity: 0;
}

.productlistitem:hover .product-info{
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.4s opacity;
}

.productlistitem .product-info:hover{
  overflow: visible;
  background-color: rgba(255,255,255,0.94);
  height: calc(100% - 7px);
  width: calc(100% - 7px);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  border-radius: 6px;
  margin-left: 3px;
  margin-top: 3px;
  transition: 0.4s background, 0.4s box-shadow, 0.4s opacity;
}

.productlistitem .product-info p{
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-align: left;
  opacity: 0;
  transition: 0.4s opacity;
}

.productlistitem .product-info:hover p{
  opacity: 1;
}

.productlistitem .product-info:before{
  content: "\f05a";
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
  color: #6fb012;
}

.productlistitem .product-info:hover:before{
  margin-left: 10px;
  margin-top: 10px;
}

.productlistitem_productname {
  font-size: 14px;
  font-weight: bold;
}

#contentpanel .productlistitem_productname a {
  color: #333;
}

.productlistitem_price {
  color: green;
  font-size: 14px;
    font-weight: bold;
}

.oldprice {
  color: green;
  font-size: 18px;
  text-decoration: line-through;
}

.oldprice_separator {
    font-size: 11px;
    color: #333;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
}

.discountedprice {
  font-size: 18px;
  color: #c63e40;
}

#contentpanel .listoptions {
  padding: 10px 15px;
  background: #FBFBFB;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin-bottom: 5px;
}

#contentpanel .listoptions.footerpager{
  margin-bottom: 10px;
  border: none;
  background: none;
}

#contentpanel .listoptions .pagenumbers{
  float: right;
  margin-right: 0;
}

#contentpanel .listoptions .pagenumbers a{
  display: inline-block;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #aaa;
  border-radius: 3px;
  text-decoration: none;
}

#contentpanel .listoptions .pagenumbers a.selectedpage,
#contentpanel .listoptions .pagenumbers a:hover{
    background-color: #6fb012;
    color: white;
    border-color: #5e9f01;
}

#contentpanel .listoptions .pagenumbers a i{
  line-height: 32px;
  font-size: 12px;
}

.listoptions_status {
  float: left;
  width: 135px;
  margin-top: 4px;
}

.listoptions_displaymode {
  float: left;
  max-width: 355px;
  margin-top: 4px;
}

#contentpanel .listoptions_displaymode a{
  font-size: 24px;
  margin-right: 4px;
  color: #ddd;
}

#contentpanel .listoptions_displaymode.list a.listoptions_displaymode_list,
#contentpanel .listoptions_displaymode.thumbnail a.listoptions_displaymode_thumbnail,
#contentpanel .listoptions_displaymode.plainlist a.listoptions_displaymode_plainlist{
  color: #6fb012;
}

#contentpanel .onstock{
  padding-top: 7px;
  display: inline-block;
}

#contentpanel .onstock a{
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
}

#contentpanel .onstock a.active{
  color: #6fb012;
}

/*
.listoptions_displaymode_thumbnail:link,
.listoptions_displaymode_thumbnail:visited,
.listoptions_displaymode_thumbnail:hover {
  background: transparent url(/templates/provitamin/kepek/icon-thumbnail.png) no-repeat left 3px;
  text-decoration: none;
  padding-left: 16px;
  margin-left: 4px;
}

.listoptions_onstock {
  background: transparent url(/templates/provitamin/kepek/icon-info.png) no-repeat left 0;
  text-decoration: none;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-left: 4px;
}

.listoptions_displaymode_thumbnail:hover,
.listoptions_onstock:hover {
  text-decoration: underline;
}

.listoptions_displaymode_list:link,
.listoptions_displaymode_list:visited,
.listoptions_displaymode_list:hover {
  background: transparent url(/templates/provitamin/kepek/icon-list.png) no-repeat left 3px;
  text-decoration: none;
  padding-left: 16px;
  margin-left: 4px;
}

.listoptions_displaymode_list:hover {
  text-decoration: underline;
}*/

#productlistsortform {
  float: left;
}

#productlistsortform select {
  border: 1px solid #a39d85;
  width: 120px;
  font-size: 10px;
}

.productlist_list {
  margin: 0;
}

.packlist {
  margin: 0 !important;
}

.productlist_list .productlistitem {
  margin: 0;
/*  padding-bottom: 16px; */
  clear: both;
  min-height: 190px;
  padding-bottom: 23px;
  border-bottom: 1px solid #eaeaea;
/*  background-image: none; */
}

.productlist_list .productlistitem:before{
  border: none !important;
}

.productlist_list .productlistitem:last-child {
  margin-bottom: 5px;
}

.productlist_list .productlistitem_productimage {
  position: relative;
  float: left;
  display: inline;
  margin: 24px 32px 16px 0px;
  background-color: #f1eee7;
}

.productlist_list .productlistitem_productimage img {
  border: 0;
}

.productlist_list .productdata_discountedicon {
  display: none;
  position: absolute;
  left: 8px;
  top: 8px;
}

.productlist_list .productlistitem_productdata {
  float: left;
  width: calc(100% - 195px); 
}

.productlist_list .productlistitem_productname {
  margin-top: 24px;
  margin-bottom: 2px;
}

.productlist_list .productlistitem_productname a{
  font-size: 17px;
}

.productlist_list .productlistitem_manufacturerlink,
.productlist_list .productlistitem_manufacturerlink a:link,
.productlist_list .productlistitem_manufacturerlink a:visited,
.productlist_list .productlistitem_manufacturerlink a:hover {
  font-size: 9px;
}

.productlist_list .productlistitem_description {
  margin: 12px 10px 16px 0;
  text-align: justify;
  line-height: 21px;
  font-size: 14px;
}

.productlist_list .productlistitem_stripping {
  margin: 16px 0;
  font-weight: bold;
}

.productlist_list .productlistitem_price {

}

.productlist_list .productlistitem_gift,
.productlist_list .productlistitem_stockinfo {
  display: none;
}

.productlist_list .productlistitem_comment,
.productlist_list .productlistitem_stockinfo2 {
  font-size: 10px;
  color: #2687c1;
  margin-bottom: 5px;
  height: 16px;
  padding-left: 20px;
  background: transparent url(/templates/provitamin/kepek/icon-info.png) no-repeat left top;
}

.productlist_list .productlistitem_comment span,
.productlist_list .productlistitem_stockinfo2 span {
  color: #333;
  display: none;
}

.productlist_list .productlistitem_buttonrow {
  margin-top: 8px;
}

.emptyresults {
  margin: 28px;
  font-weight: bold;
  font-size: 12px;
}

.navcatlist {
  margin: 8px 0 8px 0;
  padding: 12px;
}

.manufacturerlist {
  margin: 0;
  padding: 12px;
}

.allmanufacturers {
  display: block;
  margin: 0 0 8px 0;
}

.selectedmanufactlink {
  font-weight: bold;
}

#contentpanel .selectedmanufactlink {
  color: #dd7421;
}

.adblockcontent {
  margin: 0 16px 16px 16px;
  padding: 12px;
}

.adblockcontent a {
  color: #2687C1;
  text-decoration: none;
  font-weight: normal;
}

.adblockcontent a:hover {
  color: #2687C1;
  text-decoration: underline;
  font-weight: normal;
}

.adblockimgcontent {
  margin: 0;
}

.adblockimgcontent_productlist {
  margin: 16px 0;
}

.adblockimgcontent_topmargin {
  margin-top: 16px;
}

.adblockimgcontent img{
  width: 100%;
}

#advancedsearchform {
  margin: 16px;
}

#advancedsearchform p {
  padding: 1px 12px;
  height: 22px;
}

.ui-dialog-content {
  padding: 0 !important;
}

.ui-dialog-content form {
  padding: 16px !important;
}

.contentbox form p,
.feedback p,
.ui-dialog-content form p {
  margin-bottom: 4px;
  padding: 0;
  min-height: 14px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.ui-dialog-content form p.buttonrow {
  display: none;
}

#advancedsearchform p label,
.contentbox form p label,
.ui-dialog-content form p label {
  float: none;
  clear: left;
  width: 200px;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
}

#advancedsearchform p.missingfield label,
.contentbox form p.missingfield label,
.contentbox form div.missingfield,
.ui-dialog-content form p.missingfield label {
  color: #a00 !important;
  font-weight: 400;
}

.personaladdresspanel.missingfield span {
  color: #a00 !important;
}

#advancedsearchform p.missingfield input,
.contentbox form p.missingfield input,
.ui-dialog-content form p.missingfield input {
  border: 1px solid #a00;
}

select {
  font-size: 14px;
  padding: 2px;
}

input,
textarea {
  font-size: 11px;
  padding: 2px;
}

textarea {
  font-family: Tahoma, Arial, sans-serif;
}

.buttonrow {
  margin-top: 16px;
  text-align: right;
}

ul.sitemaplist,
ul.sitemaplist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/templates/provitamin/kepek/foldertree3.png) repeat-y left top;
}

ul.sitemaplist {
  margin: 16px 28px 70px 28px;
  height: 785px;
  overflow: auto;
}

ul.sitemaplist li {
  padding: 3px 0 0 20px;
  background: transparent url(/templates/provitamin/kepek/foldertree.png) no-repeat left top;
}

ul.sitemaplist ul.sitemaplist_middlecats,
ul.sitemaplist ul.sitemaplist_subcats,
ul.sitemaplist ul.sitemaplist_products {
  padding: 5px 0 5px 0;
}

.commoncontent {
  margin: 16px 0;
  padding: 12px 0;
}

.commoncontent h2 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 28px;
}

.commoncontent a:link,
.commoncontent a:visited,
.cartcontent_custompackinfo a:link,
.cartcontent_custompackinfo a:visited {
  color: #2687C1;
  text-decoration: none;
}

.commoncontent a:hover,
.cartcontent_custompackinfo a:hover {
  color: #2687C1;
  text-decoration: underline;
}

.commoncontent .buttonrow {
  margin-bottom: 16px;
}

.commoncontent .buttonrow:after{
  content: '';
  display: block;
  clear: both;
}

.commoncontent.commontextcontent p,
.commoncontent.contentbox p {
  margin-bottom: 16px;
  line-height: 21px;
  font-size: 14px;
}

.commoncontent.commontextcontent h2 {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #DD7421;
}

.commoncontent.commontextcontent ul,
.commoncontent.contentbox ul {
  margin-left: 40px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.productdata {
  margin: 16px;
  padding-bottom: 16px;
}

.productdata .basedata {
  position: relative;
}

.productdata .productdata_productimage {
  position: relative;
  float: left;
  margin-top: 32px;
  margin-bottom: 16px;
  max-width: 290px;
}

.productdata .productdata_discountedicon {
  display: none;
  position: absolute;
  left: 16px;
  top: 16px;
}

.productdata .productdata_productdata {
  float: right;
  width: 480px;
  padding-right: 15px;
}

.productdata .productdata_productdata,
.productdata .productdata_productdata p {
  font-size: 14px;
}

.productdata .productdata_productname {
  margin: 32px 16px 2px 0;
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 22px;
  color: #333;
}

.productdata .productdata_manufacturerlink,
.productdata .productdata_manufacturerlink a:link,
.productdata .productdata_manufacturerlink a:visited,
.productdata .productdata_manufacturerlink a:hover {
  font-size: 11px;
}

.productdata .productdata_description {
  margin: 16px 8px 16px 0;
  text-align: justify;
}

.productdata .productdata_stripping {
  margin: 16px 0;
  font-weight: bold;
}

.productdata .productdata_unitprice {
  margin-top: 5px;
}

.productdata  .productdata_productdata .productdata_gift,
.productdata  .productdata_productdata .productdata_stockinfo,
.productdata  .productdata_productdata .productdata_comment,
.productdata  .productdata_productdata .productdata_gift a,
.productdata  .productdata_productdata .productdata_stockinfo a,
.productdata  .productdata_productdata .productdata_comment a {
  font-size: 14px;
  color: #144966 /* #2687c1 */;
  margin-top: 2px;
}

.productdata .productdata_stockinfo,
.productdata .productdata_comment {
  padding-left: 20px;
  background: transparent url(/templates/provitamin/kepek/icon-info.png) no-repeat left top;
  line-height: 16px;
/*  font-weight: bold; */
}

.productdata .productdata_stockinfo span,
.productdata .productdata_comment span {
  display: none;
  font-weight: normal;
}

.productdata .productdata_gift span,
.productdata .productdata_stockinfo span,
.productdata .productdata_comment span {
  color: #333;
}

.productdata_comments {
  margin-bottom: 12px;
}

.productdata_productname {
  font-size: 12px;
  font-weight: bold;
}

.productdata .productdata_productdata .productdata_price {
  color: green;
  font-size: 18px;
  font-weight: bold;
  margin-top: 28px;
}

.productdata .productdata_productdata .pricelabel {
  color: green;
  font-size: 16px;
}

.productdata_cart {
  margin-top: 18px;
}

.productdata_cart a {
  float: left;
  margin-right: 2px !important;
}

.productdata_manufacturerhomepage {
  margin: 8px 0px;
}

.productdata_manufacturerhomepage span {
  font-weight: bold;
}

.productdata_similarproducts {

}

.productdata_similarproducts h2 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.productdata_similarproducts ul {
  margin: 0 !important;
  list-style: none;
}

.productdata_similarproducts ul li {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 105px;
  height: 145px;
}

#contentpanel .productdata_similarproducts ul li a {
  text-decoration: none;
  font-size: 11px;
  color: #333;
}

.productdata_similarproducts ul li a img {
  border: 1px solid #b0d357;
}

.productdata_similarproducts ul li a span {
  display: block;
  clear: both;
  margin: 5px auto;
  padding: 0;
  border: 0;
}

.productdata_similarproducts ul li a:hover span {
  text-decoration: underline;
}

.productdata_paymentinfo {
  clear: both;
  font-size: 11px;
  padding-top: 12px;
}

.brandlist {
  margin: 16px;
  padding: 16px;
}

.brandlist a {
  display: block;
  float: left;
  margin: 16px 7px;
  padding: 0;
  border: 0;
  width: 100px;
  min-height: 95px;
  text-align: center;
}

.brandlist img {

}

.couponbox {
  margin: 16px;
  padding: 16px;
}

.couponbox a {
  color: #2687C1;
}

.couponbox h2 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 16px;
}

.couponbox p {
  margin-bottom: 16px;
}

.couponitem {
  clear: both;
  margin-bottom: 16px;
  padding: 16px;
}

.couponitem img {
  float: left;
  margin-right: 16px;
}

.couponitem_row {
  display: block;
  clear: right;
  margin-bottom: 8px;
}

.couponitem_id {
  font-weight: bold;
}

.printproduct:link,
.printproduct:visited {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 43px;
  height: 43px;
  background: transparent url(/templates/provitamin/kepek/button-print.png) no-repeat left top;
}

.printproduct:hover {
  background: transparent url(/templates/provitamin/kepek/button-print.png) no-repeat left -43px;
}

.printproduct span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sendemailproduct:link,
.sendemailproduct:visited {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 43px;
  height: 43px;
  background: transparent url(/templates/provitamin/kepek/button-sendemail.png) no-repeat left top;
}

.sendemailproduct:hover {
  background: transparent url(/templates/provitamin/kepek/button-sendemail.png) no-repeat left -43px;
}

.sendemailproduct span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.priorproduct:link,
.priorproduct:visited {
  display: block;
/*  position: absolute;
  left: 16px;
  top: 32px;
  z-index: 10;
  margin: 0;*/
  margin: 4px 6px 0 0 !important;
  padding: 0;
  border: 0;
  width: 18px;
  height: 36px;
  background: transparent url(/templates/provitamin/kepek/button-arrowleft.png) no-repeat left top;
}

.priorproduct:hover {
  background: transparent url(/templates/provitamin/kepek/button-arrowleft.png) no-repeat left -36px;
}

.priorproduct span {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nextproduct:link,
.nextproduct:visited {
  display: block;
  margin: 4px 0 0 4px !important;
  padding: 0;
  border: 0;
  width: 18px;
  height: 36px;
  background: transparent url(/templates/provitamin/kepek/button-arrowright.png) no-repeat left top;
}

.nextproduct:hover {
  background: transparent url(/templates/provitamin/kepek/button-arrowright.png) no-repeat left -36px;
}

.nextproduct span {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.productdetails {
  clear: both;
  margin: 42px 0px 0 0px;
}

.productdetails:not(.similar),
.dictionary_itemdata,
.productdata_keywordgroups,
.productdata_prodarticles > ul,
.proddata_feedback clearfix{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.productdata_packs_item_description {
  clear: both;
  margin: 16px 8px 0 8px;
}

.productdata_packs_item_description p,
.productdetails p {
  margin-bottom: 12px;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.productdata_packs_item_description ul,
.productdetails ul {
  margin-left: 40px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.productdata_packs_item_description ul {
  margin-bottom: 8px;
}

.productdetails a {
  color: #2687C1;
}
/*
.productdata_datasheet {
  margin: 16px;
}

.productdata_datasheet h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 8px 0;
}*/

.productdata_datasheet_simple {
  margin: 8px 0;
}

.productdata_datasheet_table {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

.productdata_datasheet_table td {
  padding: 8px 15px;
}

.productdata_datasheet_label {
  width: 200px;
  font-weight: bold;
}

.productdata_datasheet_content {
  width: 360px;
}

.productdata_datasheet_oddrow {
  background-color: #f1f1f1;
}

.productdata_datasheet_evenrow {

}
/*
.similarproductsheader {
  margin: 16px;
  background-color: #0b476c;
  min-height: 32px;
}

.similarproductsheader h2 {
  font-size: 12px;
  padding: 9px 10px;
  color: #fff;
}*/

.phperror {
  background-color: #fff;
  border: 1px solid #000;
  margin: 4px 0;
  color: #000;
}

.underconstruction {
  margin: 0 16px 16px 16px;
  padding: 16px;
  height: 300px;
}

.emptyaddresslist {
  margin: 16px 0;
  font-weight: bold;
}

.newuseraddress {
  margin: 16px 0;
}

.useraddresslist {
  font-size: 14px;
}

.useraddresslist td {
  padding: 3px;
}

.useraddresslist_oddrow {

}

.useraddresslist_evenrow {
  background-color: #f0eee7;
}

.useraddresslist_cell_name {
  width: 150px;
}

.useraddresslist_cell_address {
  width: 370px;
}

.useraddresslist_cell_edit {
  width: 20px;
}

.useraddresslist_cell_delete {
  width: 20px;
}

.modaddressbutton {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-saveaddress.png) no-repeat left top;
  cursor: pointer;
}

.modaddressbutton:hover {
  background: transparent url(/templates/provitamin/kepek/button-saveaddress.png) no-repeat left -40px;
}

.newaddressbutton {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-newaddress.png) no-repeat left top;
  cursor: pointer;
}

.newaddressbutton:hover {
  background: transparent url(/templates/provitamin/kepek/button-newaddress.png) no-repeat left -40px;
}

.canceladdressbutton {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-cancel.png) no-repeat left top;
  cursor: pointer;
}

.canceladdressbutton:hover {
  background: transparent url(/templates/provitamin/kepek/button-cancel.png) no-repeat left -40px;
}

.helpcontent {
  margin: 16px 0;
  padding: 12px 0;
  font-size: 14px;
  line-height: 22px;
}

.helpcontent h1 {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #dd7421;
}

.helpcontent h2,
.helpcontent h3,
.helpcontent h4 {
  font-weight: bold;
  margin: 16px 0 12px 0;
  font-size: 12px;
}

.helpcontent p {
  text-align: justify;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 19px;
}

.helpcontent ul {
  margin-left: 32px;
}

.helpcontent ul li {
  margin: 2px 0;
  font-size: 14px;
  line-height: 16px;
}

.helpcontent ul li.kedv {
  margin: 2px 0;
  font-size: 12px;
} 

.helpcontent a:link,
.helpcontent a:visited {
  color: #326d8d;
  text-decoration: none;
}

.helpcontent a:hover {
  color: #326d8d;
  text-decoration: underline;
}

.contactinfo {
  margin: 16px 8px;
}

.contactinfo p {
  margin-bottom: 16px;
}

.helpcontent p.shopname,
.contactinfo p.shopname {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
}

.helpcontent p.shopdetails,
.contactinfo p.shopdetails {
  font-size: 14px;
}

.index_topoffer {
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

.index_topoffer img {
  border: 0;
  width: 100%;
}

body .index_productoffers {
  height: 520px;
  overflow: hidden;
  margin: 0;
  margin-top: 15px;
}

.index_productoffersheader .breadcrumb {
  background-color: transparent;
  margin-top: 25px;
}

.index_productoffersheader .breadcrumb .pagenumbers {
  position: absolute;
  right: 12px;
  top: 7px;
  font-weight: bold;
  font-size: 10px;
}

.index_productoffersheader .breadcrumb .pagenumbers a:link,
.index_productoffersheader .breadcrumb .pagenumbers a:visited {
  display: block;
  float: left;
  margin-left: 8px;
  color: #93c2d8 !important;
  text-decoration: none;
  text-transform: none;
}

.index_productoffersheader .breadcrumb .pagenumbers a:hover {
  color: #93c2d8 !important;
  text-decoration: underline;
}

.index_productoffersheader .breadcrumb .pagenumbers a span {
  margin-left: 0;
  color: #93c2d8 !important;
}

.index_productoffersheader .breadcrumb .pagenumbers a.morelink {
  font-weight: normal;
  margin-top: 2px;
}

.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber:link,
.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber:visited,
.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber span {
  width: 18px;
  height: 16px;
  background-color: #346c8d;
  color: #93c2d8 !important;
  text-align: center;
  padding-top: 2px;
}

.index_productoffersheader .breadcrumb .pagenumbers a.selectedpage:link,
.index_productoffersheader .breadcrumb .pagenumbers a.selectedpage:visited,
.index_productoffersheader .breadcrumb .pagenumbers a.selectedpage span,
.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber:hover,
.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber:hover span {
  background-color: #93c2d8;
  color: #0b476c !important;
  text-decoration: none;
}

.index_productoffersheader .breadcrumb .pagenumbers a.selectedpage:hover,
.index_productoffersheader .breadcrumb .pagenumbers a.selectedpage:hover span {
  background-color: #346c8d;
  color: #93c2d8 !important;
}

.index_productoffers_row {
  display: none;
}
/*
.index_latestproductsheader {
  background-image: url(/templates/provitamin/kepek/bg-content-header-nontop.png);
}*/

.index_latestproductsheader .breadcrumb {
  background-color: transparent;
}

.index_latestproductsheader .breadcrumb .pagenumbers {
  position: absolute;
  right: 12px;
  top: 7px;
  font-weight: bold;
  font-size: 10px;
}

.index_latestproductsheader .breadcrumb .pagenumbers a:link,
.index_latestproductsheader .breadcrumb .pagenumbers a:visited {
  display: block;
  float: left;
  margin-left: 8px;
  color: #93c2d8 !important;
  text-decoration: none;
  text-transform: none;
}

.index_latestproductsheader .breadcrumb .pagenumbers a:hover {
  color: #93c2d8 !important;
  text-decoration: underline;
}

.index_latestproductsheader .breadcrumb .pagenumbers a span {
  margin-left: 0;
  color: #93c2d8 !important;
}

.index_latestproductsheader .breadcrumb .pagenumbers a.morelink {
  font-weight: normal;
  margin-top: 2px;
}

.index_latestproducts {
  margin: 16px 0 16px 16px !important;
}

.index_topstories {
  padding: 0;
}

.index_topstories .breadcrumb {
  background-color: transparent;
}

.index_topstories .breadcrumb .pagenumbers {
  position: absolute;
  right: 16px;
  top: 8px;
  font-weight: normal;
  font-size: 10px;
}

.index_topstories .breadcrumb .pagenumbers a:link,
.index_topstories .breadcrumb .pagenumbers a:visited {
  display: block;
  float: left;
  margin-left: 8px;
  color: #96d1bc !important;
  text-decoration: none;
  text-transform: none;
}

.index_topstories .breadcrumb .pagenumbers a:hover {
  color: #96d1bc !important;
  text-decoration: underline;
}

.index_firststory {
  padding: 0;
  padding-top: 16px;
  margin: 0;
}

.index_firststory .morelink {
  color: #2687c1 !important;
}

.integerinput {
  text-align: right;
}

.ordertable {
  margin-bottom: 32px;
  width: 100%;
}

.ordertable td {
  padding: 3px;
  vertical-align: middle;
  font-size: 14px;
}

.ordertable_col_oid {
  width: 50px;
  text-align: left;
}

.ordertable_col_orderdate {
  width: 310px;
  text-align: left;
}

.ordertable_col_shipping {
  text-align: right;
}

.ordertable_col_price {
  width: 120px;
  text-align: right;
}

.ordertable_col_deleteorder {
  width: 20px;
  text-align: center;
}

.ordertable_col_orderdetails {
  width: 20px;
  text-align: center;
}

.ordertable_evenrow {

}

.ordertable_oddrow {
  background-color: #f0eee7;
}

.ordertable_orderdetails table {

}

.ordertable_orderdetails_productname {
  padding-left: 16px;
  width: 300px;
  text-align: left;
}

.ordertable_orderdetails_productname span {
  display: block;
  margin: 4px 0 8px 8px;
  padding: 0;
  border: 0;
  font-style: italic;
}

.ordertable_orderdetails_quantity {
  width: 220px;
  text-align: center;
}

.ordertable_orderdetails_status {
  width: 200px;
  text-align: left;
}

.ordertable_noorders {
  padding: 28px;
  font-weight: bold;
  font-size: 11px;
}

.orderstatusrow td {
  padding: 0;
}

.orderstatusrow table {
  margin: 4px 0;
  display: none;
}

.orderstatusrow table td {
  padding: 4px;
}


.ordertable_sendmail_oid {
  text-align: left;
  width: 50px;
}

.ordertable_sendmail_senddate {
  text-align: left;
  width: 320px;
}

.ordertable_sendmail_viewmail {
  text-align: left;
  width: 20px;
}

.productdata_packs {

}
/*
.productdata_packs_header {
  margin: 16px;
  background-color: #0b476c;
  min-height: 32px;
}

.productdata_packs_header h2 {
  font-size: 12px;
  color: #fff;
  padding: 9px 10px;
}*/

.productdata_packs_item {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

#contentpanel .productdata_packs_item h3 a{
  color: #6fb012;
}

.productdata_packs_item:last-child{
  margin-bottom: 30px;
}

.productdata_packs_item_hidden {
  display: none;
}

.productdata_packs_item h1,
.productdata_packs_item h2,
.productdata_packs_item h3 {
  margin: 4px 0 16px 0;
  font-weight: bold;
  font-size: 12px;
}

.productdata_packs_item_products {

}
/*
.productdata_packs_item1 {
  background: transparent url(/templates/provitamin/kepek/bg-packproducts1.png) no-repeat left top;
}

.productdata_packs_item2 {
  background: transparent url(/templates/provitamin/kepek/bg-packproducts2.png) no-repeat left top;
}

.productdata_packs_item3 {
  background: transparent url(/templates/provitamin/kepek/bg-packproducts3.png) no-repeat left top;
}

.productdata_packs_item4 {
  background: transparent url(/templates/provitamin/kepek/bg-packproducts4.png) no-repeat left top;
}
*/
.productdata_packs_item_product {
  float: left;
  width: 145px;
  text-align: center;
}

.productdata_packs_item_productimage {
  margin-bottom: 16px;
}
/*
.productdata_packs_item_productimage img {
  border: 1px solid #dcd9ca;
  padding: 4px;
  background-color: #f1eee7;
}*/

.productdata_packs_item_productname {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

#contentpanel .productdata_packs_item_productname a {
  color: #333;
}

.productdata_packs_item_summary {
  margin-top: 16px;
}

.productdata_packs_item_summary .addtocart {
  float: right;
  margin-right: 16px;
}

.productdata_packs_item_summary p {
  float: left;
  clear: left;
}

.productdata_packs_item_summary_percentprefix {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 4px;
  width: 90px;
  font-weight: bold;
}

.productdata_packs_item_summary_percent {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 2px;
  color: #2687C1;
/*  color: #be4913;*/
  font-weight: bold;
  font-size: 14px;
}

.productdata_packs_item_summary_percentpostfix {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 4px;
}

.productdata_packs_item_summary_percentpostfix a {
  font-weight: bold;
  color: #2687C1;
}

.productdata_packs_item_summary_packpricecaption {
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  width: 93px;
  font-weight: bold;
}

.productdata_packs_item_summary_packprice {
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 6px;
  color: #be4913;
  font-weight: bold;
  font-size: 14px;
}

.showonexpand {
  display: none;
}

#loginbutton,
#logoutbutton,
.buttonrow button,
button[type=submit],
.cart_buttons a,
.addtocart,
.addtocartsmall,
.widget-container .cart_buttons a.cart,
button.orderbuttonback,
button.modifybutton {
  float: right;
  margin: 0 16px 0 0;
  padding: 0;
  border: 0;
  width: 170px;
  height: 40px;
  background: #6fb012;
  cursor: pointer;
  color: white !important;
  border-radius: 6px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  box-shadow: inset 0 5px 10px rgba(0,0,0,0.05);
  transition: 0.4s background, 0.4s box-shadow;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-weight: 400;
}

button[type=submit].sendfeedbackbutton,
.widget-container .cart_buttons a.cart,
button.orderbuttonback{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#loginbutton,
#logoutbutton,
#searchbox button{
  margin-right: 0;
}

#loginbutton,
#logoutbutton,
#searchbox button,
button.orderbuttonback{
  float: none;
}

#searchbox button{
  margin-top: 20px;
}

.widget-container .cart_buttons a.cart{
  margin-top: 11px;
  float: none;
}

.cart_buttons a{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.addtocart{
  width: 196px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
}

#loginbutton:hover,
#logoutbutton:hover,
.buttonrow button:hover,
button[type=submit]:hover,
.cart_buttons a:hover,
.addtocart:hover,
.addtocartsmall:hover,
.widget-container .cart_buttons a.cart:hover,
button.orderbuttonback:hover,
.modifybutton:hover {
  background: #5e9f01;
  box-shadow: inset 0 -5px 10px rgba(0,0,0,0.05);
}

.productlist_thumbnail .addtocartsmall{
  font-size: 14px;
}

.productdetailsbutton {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-productdetails.png) no-repeat left top;
  cursor: pointer;
}

.productdetailsbutton:hover {
  background: transparent url(/templates/provitamin/kepek/button-productdetails.png) no-repeat left -40px;
}

.productdetailsbutton span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.productdetailslink {
  display: block;
  float: left;
  margin-top: 16px;
  font-size: 12px;
  font-weight: bold;
}

.productdetailslink span span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.custompackcontent {
  margin: 16px;
}

.custompackcontent .productlistitem {
  margin: 0;
  padding-bottom: 0;
}

.custompack_plus {
  clear: both;
  text-align: center;
  font-size: 36px;
}

.custompack_nomainprod,
.custompack_noproducts {
  margin: 16px;
  font-size: 12px;
  font-weight: bold;
}

.custompack_item {
  background: #FFFFFF url(/templates/provitamin/kepek/bg-contentbox.jpg) repeat-x scroll left bottom;
}

.custompack_item_mainprod {

}

.custompack_item .productlistitem_productimage {
  margin-bottom: 0;
}

.custompack_item_priceinfo {
  position: relative;
  margin-top: 16px;
}

.deletecustompackitem {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.deletecustompackitem img {
  border: 0;
}

.custompack_item_discount_percentprefix,
.custompack_item_discount_productpricecaption,
.custompack_item_quantity_caption {
  display: block;
  float: left;
  clear: left;
  font-weight: bold;
  width: 85px;
  margin-top: 2px;
}

.custompack_item_discount_percent,
.custompack_item_discount_productprice {
  display: block;
  float: left;
  clear: right;
  font-weight: bold;
  color: #BE4913;
  font-size: 14px;
}

.custompack_summary {
  margin: 16px;
}

.custompack_summary span {
  display: block;
  float: left;
  width: 50%;
  font-weight: bold;
  font-size: 14px;
}

.custompack_summary span.custompack_summary_value {
  text-align: right;
}

.custompack_buttonrow {
  margin: 16px 0 32px 64px;
}

.custompack_buttonrow a {
  display: block;
  float: left;
  margin-right: 16px;
}

.updatecustompack {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-updatecustompack.png) no-repeat left top;
  cursor: pointer;
}

.updatecustompack:hover {
  background: transparent url(/templates/provitamin/kepek/button-updatecustompack.png) no-repeat left -40px;
}

.updatecustompack span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.emptycustompack {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  height: 40px;
  background: transparent url(/templates/provitamin/kepek/button-emptycustompack.png) no-repeat left top;
  cursor: pointer;
}

.emptycustompack:hover {
  background: transparent url(/templates/provitamin/kepek/button-emptycustompack.png) no-repeat left -40px;
}

.emptycustompack span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#updatecustompackbutton {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cartcontent_custompackinfo {
  margin: 12px;
}

.productdata_navigation {
  margin-top: 10px; 
  text-align: left;
  margin-bottom: 13px;
}

#contentpanel .productdata_navigation a{
  color: #ddd;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  transform: scaleY(1.25);
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-left: 1px;
  margin-right: 1px;
}

#contentpanel .productdata_navigation a:hover{
  background-color: #6fb012;
  color: white;
  border-color: #5e9f01;
}

.productdata_navigation a:first-child:before{
  content: "\f053";
  font-family: 'FontAwesome';
}

.productdata_navigation a:last-child:before{
  content: "\f054";
  font-family: 'FontAwesome';
}

.productdata_navigation span{
  display: none;
}

.productdata_compare {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.productdata_compare a:link,
.productdata_compare a:visited {
  margin: 0 8px;
  color: #437A65;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.productdata_compare a:hover {
  text-decoration: underline;
}

.clearie {
  display: none;
}

.contentbox form p.contactforminfo {
  margin: 8px 0 32px 0;
}

.j2jks7_nospam_sjh2eh {
  display: none;
}

.error404 p {
  margin: 8px 0 0 0;
}

.error404 ul {
  margin-top: 16px;
  margin-left: 32px;
}

.prizes_box {
  width: 249px;
  background-color: #fff;
  text-align: center;
  background: #fff url(/templates/provitamin/kepek/leftcolumn_bottom.png) no-repeat scroll left bottom;
}

#comparecontentpage {
  margin: 0 auto;
  width: 950px;
  background: transparent url(/templates/provitamin/kepek/bg-compare-content.png) no-repeat left top;
}

#comparecontentpage .comparecontent {
  padding: 32px 6px 0 6px;
  background: transparent url(/templates/provitamin/kepek/bg-compare-content-right.png) no-repeat right top;
}

.comparecontent .breadcrumb {
  margin: 0 27px;
}

.compareresults {
  min-height: 400px;
  margin: 10px 27px 0 27px;
  padding-bottom: 20px;
}

.emptycomparelist {
  font-size: 12px;
  font-weight: bold;
}

.emptycomparelist_link {
  margin-top: 15px;
}

.compareresults table {

}

.compareresults table th,
.compareresults table td {
  padding: 5px;
}

.compareresults table th {
  background-color: #fff;
}

.compareresults table td {

}

.compareresults table th.cornercell,
.compareresults table th.button_label,
.compareresults table td.dsitem_label {
  width: 150px;
}

.compareresults table th.productdatacell,
.compareresults table th.buttoncell,
.compareresults table td.dsitem_value {
  width: 220px;
}

.compareresults table td.dsitem_label {
  font-weight: bold;
}

.compareresults table td.oddrow {
  background-color: #fff;
}

.compareresults table td.evenrow {

}

.compareresults .productdatacell img {
  background-color: #f1eee7;
  border: 1px solid #dcd9ca;
  padding: 4px;
}

.compareresults .productdatacell_name {
  font-weight: bold;
  font-size: 12px;
  margin: 10px auto;
  height: 40px;
}

.compareresults .productlistitem_price {
  margin-bottom: 10px;
}

.compareresults table td.buttoncell {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

.accessiblemenu {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#fotomarketbanner {
  clear: both;
  margin: 0 15px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
}

#twitterbox {
  padding: 0;
  width: 249px;
  background-color: #fff;
  text-align: center;
/*  background: #fff url(/templates/provitamin/kepek/leftcolumn_bottom.png) no-repeat scroll left bottom;  */
}

#gplusbox {
  padding: 10px 20px;
  width: 209px;
  background-color: #fff;
  text-align: left;
/*  background: #fff url(/templates/provitamin/kepek/leftcolumn_bottom.png) no-repeat scroll left bottom;  */
}

.pvbanner {
  background: transparent url(/templates/provitamin/kepek/bg-productbottomoffer.jpg) no-repeat left bottom;
  width: 618px;
  height: 185px;
  padding: 16px;
}

.ci2736sd_nospam_r628sdf {
  display: none;
}

.feedback_item {
  margin-bottom: 15px;
}

.feedback_date {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.feedback_message {
  font-size: 14px;
  line-height: 22px;
}

.productdata_sharebuttons {
  margin-top: 15px;
}

.packdetailslink {
  display: block;
  float: right;
  margin-top: 12px;
  margin-right: 16px;
  font-size: 12px;
  font-weight: bold;
}

.continue_shopping {
  text-align: center;
  margin-bottom: 30px;
}

.continue_shopping a {
  font-weight: bold;
  font-size: 12px;
}

.productdata_productinfo {
  margin-bottom: 24px;
}

.productdata_productinfo a {
  color: #2687C1;
  font-size: 14px;
}

.productdata_productinfo ul {
  margin: 0 0 0 32px;
  font-size: 13px;
}

.currentcategory {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  padding-top: 7px;
}

.currentcategory strong{
  font-weight: normal;
}

.currentcategory .title{
  font-size: 14px;
}

.currentcategory_dict {
  margin-top: 16px;
}

.keywordlist {
  margin: 16px;
  padding: 16px;
}

.keywordlist h2 {
  margin: 0 0 16px 0;
  clear: left;
  font-size: 15px;
  font-weight: bold;
}

.keywordlist h2.kwgroup {
  margin-top: 24px;
}

.keywordlist a {
  display: inline-block;
  margin: 0 0 8px 0;
  width: 143px;
}

.keywordlist a {
/*  font-size: 14px; */
}

.latestproducts {
  margin: 16px;
  padding: 16px;
}

.latestproducts h2 {
  font-weight: bold;
  margin: 0 0 8px 0;
  font-size: 12px;
}

.latestproducts ul {
  margin: 0 0 8px 40px;
}

.latestproductsheader,
.keywordgroupsheader {
  margin-bottom: 16px;
}

.latestotherbox {
  margin: 16px;
  padding: 16px;
}

.latestotherbox a {
  font-weight: bold;
}

.marketplacebox {
  margin: 16px;
  padding: 16px;
}

.marketplacebox a {
  font-weight: bold;
  font-size: 12px;
}

.shopmarket_shoplist {
  margin: 16px;
  background: none;
  border: 0 !important;
}

.shopmarket_shoplist a {
  margin: 0 0 0 13px;
}

.shopmarket_shoplist a:first-child {
  margin: 0;
}

#publicpageadminbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 10px;
  background-color: #efefef;
  color: #000;
  border: 1px solid #000;
}

.socialbuttons {
  margin-top: 16px;
}

.subdomainindexcontent {
  padding: 16px !important;
}

.subdomainindex {
  margin: 16px;
}

.brandinfobox {
  margin-bottom: 16px;
  background: transparent url(/templates/provitamin/kepek/bg-branddomain-infobox-top.png) no-repeat left top;
}

.brandinfobox h2 {
  height: 50px;
}

.brandinfobox h2 span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.brandinfoboxcontent {
  padding: 0 18px 16px 18px;
  background: transparent url(/templates/provitamin/kepek/bg-branddomain-infobox-bottom.png) no-repeat left bottom;
}

.brandinfoboxcontent p {
  margin-bottom: 8px;
}

.brandinfoboxcontent a {
  color: #326D8D;
  text-decoration: none;
}

.brandinfoboxcontent a:hover {
  text-decoration: underline;
}

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

.shopofthecountry {
  text-align: center;
  margin-top: 16px;
}

.keywordgrouplist {
  margin: 0;
  padding: 16px 0;
}

.similarproducts{
  margin-bottom: 32px;
}

h1.page-title,
.productdetails h2,
.productdata_keywordgroups h2,
.keywordgrouplist h2,
.productdata_datasheet h2,
.productdata_prodarticles h2,
.proddata_feedback h2,
.productdata_packs_header h2,
.similarproductsheader h2,
.index_topstories .breadcrumb .title,
.productlist_bottomdesc h2,
.contentheader .breadcrumb .title,
.contentheader .breadcrumb h1{
  margin: 37px 0 5px 0;
  clear: left;
  font-size: 21px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  color: #555 !important;
  padding: 0;
  display: block;
  float: none;
}

.keywordgrouplist h2.kwgroupname:first-child{
  margin-top: 0;
}

.index_topstories .breadcrumb .title,
.contentheader .breadcrumb .title{
  float: left;
}

h1.page-title{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    padding-left: 3px;
    padding-right: 3px;
}

.contentheader .breadcrumb .title > span.other,
.contentheader .breadcrumb h1 > span.other,
h1.page-title > span.other{
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  float: right;
  padding-top: 17px;
  color: #aaa;
}

.productlist_bottomdesc h2{
  background-color: white !important;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.productlist_bottomdesc h2 strong{
  font-weight: normal;
}

.index_topstories .breadcrumb .title,
.contentheader .breadcrumb .title,
.contentheader .breadcrumb h1 {
  margin: 0;
}

.productlist_bottomdesc,
.index_topstories .breadcrumb {
  margin: 37px 0 5px 0;
}

.productdata_packs_header h2,
.similarproductsheader h2,
.index_topstories .breadcrumb,
.productlist_bottomdesc h2,
.contentheader .breadcrumb{
  border-bottom: 3px solid #5e9f01;
  background: transparent;
}

.index_firststory .breadcrumb {
  /*background: #0b476c none no-repeat left top;*/
  margin-top: 10px;
}

.keywordgrouplist h2.kwgroupname_ideas {
  border-top: 1px solid #bdbbb4;
  padding-top: 16px;
}

.keywordgrouplist a {
  display: inline-block;
  margin: 0 0 8px 0;
  width: calc(33% - 4px);
  font-size: 14px;
}

.keywordgrouplist p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}
/*
.productdata_keywordgroups {
  margin: 16px;
}

.productdata_keywordgroups h2 {
  margin: 32px 0 8px 0;
  clear: left;
  font-size: 15px;
  font-weight: bold;
}*/

.productdata_keywordgroups a {
/*
  display: inline-block;
  margin: 0 0 8px 0;
  width: 130px;
*/
  color: #2687C1;
  font-size: 14px;
  white-space: nowrap;
}
/*
.productdata_dictionary {
  margin: 16px;
}
*/
.productdata_dictionary h2,
.productdata_packs_item h3 {
  margin: 32px 0 8px 0;
  clear: left;
  font-size: 18px;
  color: #F06A00;
  font-weight: bold;
}

.productdata_dictionary h2:first-child{
  margin-top: 10px;
}

.dictionary_itemdata:after{
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

.dictionary_intro {
  margin: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.dictionary_intro + a{
  font-size: 15px;
  float: right;
  margin-bottom: 10px;
}

.productlist_smallpic {
  margin: 0 0 0 16px;
}

.productlist_smallpic .productlistitem {
  margin: 0 16px 16px 0;
  width: 136px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.productlist_smallpic .productlistitem_productimage {
  position: relative;
  margin: 16px 0;
}

.productlist_smallpic .productlistitem_productimage img {
  /*border: 1px solid #dcd9ca;
  padding: 4px;*/
  background-color: #f1eee7;
}

.productlist_smallpic .productlistitem_productdata {
  position: relative;
  height: 100px;
}

.productlist_smallpic .productdata_discountedicon {
  display: none;
  position: absolute;
  left: 8px;
  top: 0px;
}

.productlist_smallpic .productdata_displaydiscounted .productdata_discountedicon {
  display: none;
}

.productlist_smallpic .productlistitem_stripping {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 180px;
}

.productlist_smallpic .productlistitem_productname {
  font-size: 11px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
}

.productlist_smallpic .productlistitem_price {
  font-size: 11px;
  margin-top: 8px;
}

.productlist_smallpic .discpercent {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.dictitemdetails {
  margin: 16px 0;
  padding: 16px 0;
}

.dictitemdetails h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.dictitemdetails p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
}

.dictitemdetails h2, h3, h4 {
  font-weight: bold;
  margin: 16px 0 12px 0;
  font-size: 12px;
  line-height: 14px;
}

.dictitemdetails p.imageleft {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.dictitemdetails p.imageright {
  float: right;
  margin: 0 0 10px 10px;
  padding: 0;
}

.dictitemdetails p.imagecenter {
  text-align: center;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
}

.dictitemdetails img.imagecenter {
  display: block;
  margin: 0 auto;
}

.dictitemdetails p.imagecaption {
  font-size: 10px;
  font-weight: bold;
  color: #A53C02;
  text-align: center;
  margin: 0 0 24px 0;
}

.dictitemdetails ul {
  margin-left: 32px;
  margin-bottom: 16px;
}

.dictitemdetails ul li {
  margin: 2px 0;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
}

.dictitemdetails a:link,
.dictitemdetails a:visited {
  color: #326d8d;
  text-decoration: none;
}

.dictitemdetails a:hover {
  color: #326d8d;
  text-decoration: underline;
}

.dictitemproducts .dictitemproductsheader {
  margin: 16px;
  background: #437a65 none no-repeat left top;
  min-height: 32px;
}

.dictitemproducts .dictitemproductsheader h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 9px 16px;
  font-size: 10px;
}

.mfshortindex {
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
}

.mfshortindex p {
  margin-bottom: 8px;
  font-size: 14px;
}

.brandsubcatlist {
  margin: 16px;
  padding: 16px;
}

.brandsubcatlist h2 {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
}

.brandsubcatlist a {
  display: inline-block;
  margin: 0 0 8px 0;
  width: 146px;
  color: #2687C1;
}

.brandprodlist {
  margin: 16px;
  padding: 16px;
}

.brandprodlist h2 {
  font-size: 12px;
  font-weight: bold;
}

.socialbuttons2 {
  width: 290px;
  text-align: center;
}

table.helppage {

}

table.helppage th,
table.helppage td {
  padding: 10px;
  vertical-align: top;
}

table.helppage th {
  font-size: 12px;
  background-color: #B0D357;
  color: #3c3c3c;
}

table.helppage td {
  background-color: #D6EA92;
  color: #000;
  width: 270px;
}

.shopopenhours {
  margin-bottom: 16px;
  width: 270px;
}

.shopopenhours td {
  font-size: 12px;
  padding: 3px !important;
}

.productlist_thumbnail {
  margin: 0;
}

.productlist_thumbnail .productlistitem,
.productdata_packs_item_products .productdata_packs_item_product {
  margin: 0 16px 16px 0;
  width: 136px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.productlist_thumbnail .productlistitem.thumbhasdesc {
  height: 330px;
}

.productlist_thumbnail .productlistitem_productimage,
.productdata_packs_item_products .productdata_packs_item_product .productdata_packs_item_productimage {
  position: relative;
  margin: 8px 0;
  padding: 8px 0;
  border: 1px solid white;
  transition: 0.4s border;
}

.productlist_thumbnail .productlistitem_productimage img,
.productdata_packs_item_products .productdata_packs_item_product img {
  /* border: 1px solid #dcd9ca;
  padding: 4px; */
  background-color: #f1eee7;

  transform-origin: center center;
}

.productlist_list .productlistitem_productimage{
  border: 1px solid white;
  transition: 0.4s border;
}

.productlist_list .productlistitem_productimage:hover{
  border: 1px solid #a3d133;
}

.productlist_thumbnail .productlistitem_productimage:hover,
.productdata_packs_item_products .productdata_packs_item_product .productdata_packs_item_productimage:hover{
  margin: 8px 0;
  padding: 8px 0;
  border: 1px solid #a3d133;
}

.productlist_thumbnail .productlistitem_productdata {
  position: relative;
  height: 100px;
}

.productlist_thumbnail .productdata_discountedicon {
  display: none;
  position: absolute;
  left: 8px;
  top: 0px;
}

.productlist_thumbnail .productdata_displaydiscounted .productdata_discountedicon {
  display: none;
}

.productlist_thumbnail .productlistitem_stripping {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 180px;
}

.productlist_thumbnail .productlistitem_productname {
  font-size: 11px;
  font-weight: normal;
  height: 55px;
  overflow: hidden;
}

.productlist_thumbnail .productlistitem_price {
  font-size: 14px;
  margin-top: 6px;
}

.productlist_thumbnail .discpercent {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 11px;
}

.productlist_thumbnail .productlistitem_desc2 {
  margin: 16px 4px 0 4px;
}

.productlist_plainlist {
  margin: 0 16px;

  border: 1px solid #bdbbb4;
  padding: 16px;
  background: #fff url(/templates/provitamin/kepek/bg-contentbox.jpg) repeat-x left bottom;
}

.productlist_plainlist p {
  margin: 4px 0 2px 0;
}

.productlist_plainlist a {
  margin-left: 8px;
}

.productlist_plainlist .productlistitem_price {
  color: #dc7420;
  font-size: 11px;
  font-weight: bold;
}

.catgrouplist {
  margin-top: 16px;
  padding: 8px 0 0 0;
}

.catgrouplist ul {
  list-style: none;
}

.catgrouplist li {
  float: left;
  width: 200px;
  padding: 8px 0;
  text-align: center;
}

.catgrouplist li a {
  font-size: 12px;
  font-weight: bold;
}

.contentcatlist {
  margin: 16px;
  padding: 16px;
}

.contentcatlist>ul {
  list-style: none;
  margin: 16px 0 16px 0;
}

.contentcatlist>ul>li {
  width: 260px;
  float: left;
  margin-left: 16px;
}

.contentcatlist>ul>li>h2 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}

.contentcatlist>ul>li>ul,
.contentcatlist>ul>li>ul>li>ul {
  list-style: none;
  margin: 0 0 16px 16px;
}

.contentcatlist>ul>li>ul>li,
.contentcatlist>ul>li>ul>li>ul>li {
  margin: 4px 0;
}

.contentcatlist>ul>li>ul>li a {
  font-size: 14px;
}

.contentcatlist_middle {
  font-weight: bold;
}

.required {
  color: #c00;
  font-weight: bold;
}

.dictlistitem .articlelistitem_articledata {
  margin-left: 16px;
  width: 560px !important;
}

.socialboxes_sideplusone {
  border: 0px solid #DFDEDE;
  padding: 10px 0;
  text-align: left;
  width: 209px;
  margin: 0 auto;
}

.productlist_bottomdesc {
    margin: 0;
    padding: 0 15px 15px 15px;
    margin-top: 32px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    font-size: 14px;
}

.star_static,
.cancel,
.star {
        float: left;
        width: 17px;
        height: 15px;
        overflow: hidden;
        text-indent: -999em;
        cursor: pointer;
}

.star_static {
        cursor: auto;
}

.cancel,
.cancel a {background: url(/templates/provitamin/kepek/delete.gif) no-repeat 0 -16px;}

.star_static,
.star,
.star a {background: url(/templates/provitamin/kepek/star.gif) no-repeat 0 0px;}
        
.cancel a,
.star a {
        display: block;
        width: 100%;
        height: 100%;
        background-position: 0 0px;
        border: 0;      

}

div.star_static_on,
div.star_on a {
        background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover {
        background-position: 0 -32px;

}
/*
.proddata_feedback {
  margin: 16px;
}*/

.proddata_feedbacklist_new {
  display: none;
}

#levelnotify {
  display: none;
}
/*
.proddata_feedback h2 {
  font-weight: bold;
  font-size: 15px;
  margin: 32px 0 8px 0;
}*/

#newpostlinks {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 12px;
}

.proddata_feedbacklist_item {
  margin-bottom: 24px;
}

.proddata_feedbacklist_item_name {
  font-weight: bold;
  float: left;
  margin-right: 16px;
}

.proddata_feedbacklist_item_content {
  clear: left;
}

.proddata_feedbacklist_item_response_caption {
  margin-top: 8px;
  margin-left: 16px;
}

.proddata_feedbacklist_item_response_content {
  margin-left: 16px;
}

.product_comments_item {
  clear: both;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.product_comments_item_postername {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product_comments_item_details {
  float: left;
  max-width: calc(100% - 130px);
  margin-bottom: 20px;
}

.product_comments_item_product {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.product_comments_item_prodpic {
  float: left;
  /*border: 1px solid #dcd9ca;
  padding: 4px;
  background-color: #f1eee7;*/
  margin-right: 20px;
  margin-bottom: 20px;
}

.product_comments_item_content {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

body .brandshortindex img{
  width: 100% !important;
  height: auto !important;
}

#asztropatikabox {
  width: 249px;
  height: 173px;
  background: transparent url(/templates/provitamin/kepek/bg-asztropatika.png) no-repeat left top;
}

#asztropatikabox a {
  display: inline-block;
  width: 249px;
  height: 173px;
}

#asztropatikabox a span {
  text-indent: -999em;
  position: absolute;
}

.dictionarycontentlist {
  margin: 0;
}

.dictionarycontentlist_item {
  padding: 16px;
  float: left;
  width: calc(33% - 32px);
  margin-right: 0px;
  margin-bottom: 0px;
}

.dictionarycontentlist_item:nth-child(3n+0) {
  margin-right: 0;
}

.dictionarycontentlist_item:nth-child(3n+1) {
  clear: left;
}

.dictionarycontentlist_item h2 {
  color: #dd7421;
  font-weight: bold;
  margin-bottom: 8px;
}

.dictionarycontentlist_item ul {
  margin-left: 20px;
}

.proddata_fbcomments {
  margin: 32px 0px 0 0px;
}

.proddata_fbcomments .fb_iframe_widget,
.proddata_fbcomments span,
.proddata_fbcomments span iframe{
  width: 100% !important;
}

#newsletterbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 5px;
  background-color: #0B476C;
  border: 1px solid #0a293d;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

#newsletterbar>span {
  color: #b1d359;
}

#newsletterbar form {
  display: inline-block;
}

#newsletterbar form button {
  cursor: pointer;
}

#newsletterbar a {
  color: #fff;
}

#newsletterbar a:hover {
  text-decoration: underline;
}

.searchboxrow {
  margin-bottom: 12px;
}

.szd_search_warning {
  margin-bottom: 8px;
}
/*
.productdata_prodarticles {
  margin: 16px;
}

.productdata_prodarticles h2 {
  margin: 32px 0 8px 0;
  clear: left;
  font-size: 15px;
  font-weight: bold;
}*/

.productdata_prodarticles ul {
  /* list-style: none; */
  margin-left: 16px;
}

.cartcontent_externalshopinfo {
  margin: 32px 16px;
  text-align: center;
  border: 3px solid #c00;
  color: #c00;
  font-size: 14px;
  font-weight: bold;
}

span.favourite {
  clear: both;
  display: block;
  width: 186px;
  margin: auto;
}

.favourite input[type=checkbox]{
  display: none;
}

.favourite input[type=checkbox] + label{
  content:'';
  display: inline-block;
  background: transparent url(/templates/provitamin/kepek/favorite.png) center top no-repeat;
  width: 186px;
  height: 26px;
  margin-top: 5px;
  cursor: pointer;
}

.favourite input[type=checkbox]:checked + label{
  background-position: center bottom;
  cursor: pointer;
}

.clearer {
  clear: both;
  font-size: 0px;
  height: 0px;
}

.lobibox-notify-msg,
.lobibox-notify-title
{
  color: #fff;
}

.lobibox-notify {
  background-color: #7DA71C !important;
  border-color: #597815;
}

.lobibox-notify.lobibox-notify-info {
  border-color: #597815 !important;
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;

  background: #003c60 none repeat scroll left top;
  opacity: 0.9;
}


.ui-dialog {
  z-index: 2;
}


/* olcsobbat widget */

#olcs-widget {
  position: fixed;
  top: 370px;
    z-index: 999;
    box-sizing: border-box;
    left: -280px;

    -webkit-transition: left 0.5s; /* Safari */
    transition: left 0.5s;
}

#olcs-widget.active {
    left: 0;
}

#olcs-widget * {
    box-sizing: border-box;
}

.olcs-content {
    padding-left: 10px;
    padding-bottom: 15px;
    height: 190px;
}

.olcs-content,
.olcs-content span {
    background-color: #fff;
    color: #444444;
    font-size: 14px;
    text-transform: uppercase;
}

.olcs-top {
    background-image: url('/templates/provitamin/kepek/olcsobbat-header.png');
    background-repeat: no-repeat;
    width: 280px;
    height: 35px;
    color: #fff;

    font-weight: 700;
    font-size: 16px;

    border-radius: 0 5px 0 0;
    text-align: center;
    line-height: 2.4;

    box-shadow: 0 0 10px #000;
    z-index: -1;
}

.olcs-bottom {
    background-image: url('/templates/provitamin/kepek/olcsobbat-bottom.png');
    width: 280px;
    height: 18px;
    color: #fff;
    border-radius: 0 0 5px;

    text-align: center;

    box-shadow: 0 5px 10px #000;
}

.olcs-widget-handler {
    background-image: url('/templates/provitamin/kepek/olcsobbat-side.png');
    background-repeat: no-repeat;

    height: 195px;
    width: 40px;

    position: relative;
    left: 276px;
    top: -220px;

    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px #000;
    z-index: -1;

    cursor: pointer;
}

#olcs-widget .first-row {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#olcs-widget .second-row {
    width: 133px;
    text-align: center;
    margin-bottom: 10px;
}

#olcs-widget .olcs-rate {
    color: #00994d;
    font-size: 26px;
    padding-left: .2em;
}

#olcs-widget .olcs-rate-img {
    background-image: url('/templates/provitamin/kepek/sunny.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: -6px;
    margin-left: 6px;
}

#olcs-widget .second-row span {
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    text-transform: none;
    width: 90px;
    padding-left: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#olcs-widget .second-row img {
    position: absolute;
    right: 15px;
    top: 95px;
}

#olcs-widget .olcs-button {
    font-size: 14px;
    background-image: url('/templates/provitamin/kepek/olcsobbat-button.png');
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    width: 118px;
    padding-left: 15px;
    line-height: 2.5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#ak-widget {
    top: 30px !important;
}

body #advancedsearchform{
  margin-left: 0;
  margin-right: 0;
}

body #advancedsearchform:after{
  content: '';
  clear: both;
  display: block;
  margin-bottom: 15px;
}

body .contentbox form textarea,
body .contentbox form input[type=text],
body .contentbox form input[type=email],
body .contentbox form input[type=password],
body .contentbox form select,
body #sidepanel form input[type=text],
body #sidepanel form input[type=email],
body #sidepanel form input[type=password],
body #productlistsortform select,
body #advancedsearchform input[type=text],
body #advancedsearchform select{
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 6px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 7px;
  width: calc(100% - 210px);
  max-width: none;
  min-width: 30px;
}

body #advancedsearchform input[name=pricemin],
body #advancedsearchform input[name=pricemax]{
  width: calc(48% - 105px);
}

body #advancedsearchform p{
  padding: 0;
  margin-bottom: 12px;
}

body #productlistsortform select{
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

body #sidepanel form input[type=text],
body #sidepanel form input[type=email],
body #sidepanel form input[type=password]{
  height: auto;
  width: 100%;
}

body form input[type=checkbox],
body form input[type=radio]{
  width: auto !important;
}

body form textarea{
  vertical-align: top;
}

#advancedsearchform p {
  height: auto;
}

#cookieInfo {
	display: none;
	position: fixed;
	bottom:50px;
	text-align: center;
	width: 100%
}

#cookieInfo p {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.75);
	margin: 0 auto;
	color: white;
	padding: 12px 30px;
	font-size: 14px;
  border-radius: 4px;
}

#cookieInfo span {
	display: inline-block;
	margin: 8px;
}

#cookieInfo a {
	color: white;
  text-decoration: underline;
}

a#cookieAccept {
	background: #a6cd45; /* Old browsers */
  background: -moz-linear-gradient(top, #a6cd45 0%, #92b932 37%, #739912 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a6cd45 0%,#92b932 37%,#739912 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a6cd45 0%,#92b932 37%,#739912 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cd45', endColorstr='#739912',GradientType=0 ); /* IE6-9 */
	color: white;
	border-radius: 4px;
	padding: 4px 14px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
  margin-left: 12px;
  font-size:14px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

a#cookieAccept:hover {
	text-decoration: none;
	background: #739912; /* Old browsers */
  background: -moz-linear-gradient(top, #739912 0%, #92b932 63%, #a6cd45 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #739912 0%,#92b932 63%,#a6cd45 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #739912 0%,#92b932 63%,#a6cd45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739912', endColorstr='#a6cd45',GradientType=0 ); /* IE6-9 */
}

#shippingform #gls{
  width: 100% !important;
}
#topmenu_mobile {
	display: none;
	position: relative;
	width: 96%;
	min-height: 50px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}

#topmenu_mobile ul {
	position: relative;
	clear: both;
	width: 100%;
	display: none;
}

#topmenu_mobile ul li:hover {
	background-color: #437a65;
}

.mobile_menu  a {
	color: #fff !important;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.mobile_menu {
	padding: 6px 0 6px 20px;
}

.mobile_menu_head {
	position: relative;
	float: left;
	color: rgb(81, 78, 78);
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	padding: 8px 5px;
	margin: 5px 0px 5px 7px;
	background-color: #D6D6D6;
	width: 120px;
	text-align: center;
	border: 0px solid rgb(0, 54, 80);
	cursor: pointer;
	border-radius: 5px;
}

.mobile_menu_topsearch {
	position: relative;
	float: left;
}

#topmenu_mobile  #topsearchform {
	position: relative;
	float: right;
	right: 0;
}

#topmenu_mobile  #topsearchform .searchtext {
	height: 28px;
	margin-top: 0px;
	border-radius: 5px;
	border: 1px solid rgb(217, 217, 217);
	font-size: 14px;
}

#topmenu_mobile #topsearchbutton {
	margin-top: 6px;
}

#topmenu_mobile .menuitem {
	width: 16%;
	min-height: 30px;
	float: left;
	text-align: center;
}

#topmenu_mobile .mobile_menu_list {
	background: transparent url(/templates/provitamin/kepek/menu_bg.png) no-repeat top center;
}

#topmenu_mobile .mobile_menu_list select {
	opacity: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

#topmenu_mobile .mobile_menu_basket a {
	background: transparent url(/templates/provitamin/kepek/cart_icon_white.png) no-repeat top center;
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
}

#topmenu_mobile .mobile_menu_topsearch .searchBoxLink {
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
    background: transparent url(/templates/provitamin/kepek/icon_search.png) no-repeat top center;
}

#topmenu_mobile .mobile_menu_topsearch form {
	display: none;
}

#topmenu_mobile .mobile_menu_favourites a {
	background: transparent url(/templates/provitamin/kepek/icon_favourites.png) no-repeat top center;
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
}

#topmenu_mobile .mobile_menu_information a {
	background: transparent url(/templates/provitamin/kepek/icon_menu_info.png) no-repeat top center;
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
}

#topmenu_mobile .mobile_menu_account a {
	background: transparent url(/templates/provitamin/kepek/icon_user.png) no-repeat top center;
	display: block;
	width: 30px;
	height: 30px;
    line-height: 30px;
    margin: auto;
}

.contactFormContainer input,.contactFormContainer textarea {
	width: 360px;
	max-width: 360px;
}

.feedbackform input,.feedbackform textarea {
	width: 240px;
	max-width: 240px;
}

.newcommentform input,.newcommentform textarea {
	width: 340px;
	max-width: 340px;
}

.sendform input,.sendform textarea {
	width: 330px;
	max-width: 330px;
}

.subscribeform input,.unsubscribeform input {
	width: 230px;
	max-width: 230px;
}

.contentcatlist>ul>li {
	width: 47%;
}

.catgrouplist ul {
	margin-left: 16px;
}

.articlefooter {
	height: auto !important;
}

.clearfix:after {
	height: 0px !important;
}

.listoptions {
   	margin-bottom: 26px;
}

.cse-branding-form input {
	max-width: 99%;
}

.index_productoffers {
	clear: both;
}

.cartitemsMobile {
	display: none;
}

.loginform2 input, .regform input, .sendpwdform input {
	width: 230px;
}

.shippingform input {
	width: 320px;
}

.shippingform input.radio {
	width: 20px;
}

.shippingform label.paymentmode {
	clear: none;
    display: inline-block;
    text-align: left;
    font-family: Verdana, Arial;
}

.shippingform .paymentFormContainer {
	margin-left: 205px;
}

.shippingform .paymentBlock {
	width: 320px;
}

.shippingform .paymentContainer {
	clear: both;
	margin-top: 20px;
}

.shippingform .paymentFormContainer.missingfield {
	border: 1px solid #AA0000;
}

.shippingform select {
	width: 328px;
}

.advancedsearchform input[name="pricemin"], .advancedsearchform input[name="pricemax"] {
	width: 100px;
	text-align: right;
}

.dictionarycontentlist_item:nth-child(3n+0) {
  margin-right: 0px !important;
}

.dictionarycontentlist_item:nth-child(3n+1) {
  clear: left !important;
}

.productlist_thumbnail .productlistitem,
.productlist_smallpic .productlistitem,
.productdata_packs_item_products .productdata_packs_item_product {
	height: auto !important;
	min-height: 350px;
	width: 25%;
	margin: 0;
	box-sizing: border-box;
	padding: 2px 8px;
}

.productdata_packs_item_products .productdata_packs_item_product{
	min-height: 0;
}

.contentbox.productlistitem:nth-child(4n):before{
  border: none;
}

.addtocartsmall.mini {
  clear: both;
  float: none;
  display: block;
  margin: auto;
  width: 46px;
  height: 43px;
  background: transparent url(/templates/provitamin/kepek/button-addtocart-mini.png) no-repeat left top;
  cursor: pointer;
}

.addtocartsmall.mini:hover {
  background: transparent url(/templates/provitamin/kepek/button-addtocart-mini.png) no-repeat left -43px;
}

.addtocartsmall.mini span {
	display: block;
	position: static;
	width: 46px;
	height: 43px;
	visibility:hidden;
}

.addtocartsmall.cart130 {
  clear: both;
  float: none;
  display: block;
  margin: auto;
  width: 130px;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
}

.addtocartlink {
	float: right;
}

.productlist_plainlist p {
	clear: both;
}

.orderdata {
	min-height: 450px;
}

.orderdata h2 {
	color: #333;
}

.orderdata p, .personaladdresspanel span, .personaladdresspanel {
	color: #000000;
	font-family: Verdana, Arial;
}

.shippingform select, .shippingform input {
	font-size: 12px;
}

.shippingform .courier_warning {
	color: #c00;
}

.shippingform .courier_warning label {
	height: 40px;
	color: #c00;
}

.cart_suggestions_randomprod li {
	min-height: 200px;
}

.cart_add4freeshipping {
	width: 100%;
}

.listoptions_displaymode {
	max-width: 530px;
	width: auto !important;
}

.index_productoffers {
    height: auto !important;
}

.productlist_thumbnail .productlistitem_productname, .productlist_smallpic .productlistitem_name, .productlist_smallpic .productlistitem_productname {
	font-size: 14px;
}

.productlist_thumbnail h3.productlistitem_productname {
	margin-bottom: 0px;
}

.productlist_thumbnail .productlistitem_price, .productlist_thumbnail .discountedprice, .productlist_smallpic .discountedprice, .productlist_smallpic .productlistitem_price {
	font-size: 18px;
}

.productlist_thumbnail .discpercent, .productlist_smallpic .discpercent {
	font-size: 16px;
}

.productlist_thumbnail .productlistitem_productdata, .productlist_smallpic .productlistitem_productdata {
	height: 110px;
}

.productdata_packs_item_product {
	width: 180px;
}

.productdata_packs_item_productname {
	margin: 0 auto 10px;
}

.breadcrumb h1,.breadcrumb p.title {
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 8px;
	float: left;
}

.breadcrumb .pagenumbers,.index_productoffersheader .breadcrumb .pagenumbers {
	position: relative;
	display: inline-block;
	float: right;
	top: 0;
	right: 0;
}

.index_topstories .breadcrumb .pagenumbers,.index_latestproductsheader .breadcrumb .pagenumbers
	{
	top: 0px;
	position: static;
	top: auto !important;
	left: auto !important;
	float: right;
}

.index_latestproductsheader .breadcrumb .pagenumbers a.morelink {
	margin-top: 8px;
}

.index_productoffersheader .breadcrumb .pagenumbers a.morelink {
	/*float: right;*/
line-height: 28px;
/*margin-right: 8px;*/
}

.breadcrumb .pagenumbers a,.breadcrumb .pagenumbers a:link,.breadcrumb .pagenumbers a:visited
	{
	display: inline-block;
	float: none;
	margin-top: 8px;
	margin-bottom: 4px;
}

.pagenumbers {
	margin-right: 12px;
}

.shippingform .paymentBlock {
	width: auto !important;
	display: table-row;
}

.shippingform .paymentBlock input, .shippingform .paymentBlock label {
	display: table-cell;
}

.adblockimgcontent {
	margin-top: 16px;
	margin-bottom: 16px;
}

@media (max-width:970px){
	#pagecontent{
		display: block;
	}
	
	/*.dictionarycontentlist_item {
		width: 19%;
	}
	
	.dictionarycontentlist_item:nth-child(3n+0) {
	  margin-right: 16px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+1) {
	  clear: none !important;
	}
	
	.dictionarycontentlist_item:nth-child(4n) {
	  margin-right: 0px !important;
	}*/
	
	.cartcontent, .orderdata {
		clear: both;
	}
	
	.cartcontent {
		margin-top: 6px !important;
	}
	
	.cart_promo_discount span {
		width: auto !important;
	}
	
	.carttabs li {
		margin-bottom: 10px;
	}
	
	.cartitemsMobile {
		margin: auto !important;
		display: block;
	}
	
	table.cartitems {
		display: none;
	}
	
		
	.fb_iframe_widget iframe,.fb_iframe_widget span,.fb_iframe_widget {
		width: 100% !important;
	}
	
	#contentpanel {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.index_topoffer {
		background: transparent url(/templates/provitamin/kepek/bg-content-header-nontop.png) repeat-x
			top center !important;
		width: auto !important;
		text-align: center;
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
	}
	
	.productlist_list .productlistitem_productdata {
		float: none;
		display: table-cell;
		width: auto !important;
	}
	
	.cart_buttons {
		padding-left: 0px !important;
		text-align: center;
	}
	
	#footer {
		width: auto !important;
	}
	
	.cart_promo_discount strong {
		float: right !important;
	}

	.keywordgrouplist a{
		width: calc(33% - 4px);
	}

	body{
		background: white url(/templates/provitamin/kepek/header-full-m.png) center top no-repeat !important;
	}

	a#homepagelink{
		left: 50%;
		margin-left: 0;
		transform: translateX(-50%);
		display: inline-block;
		width: 200px;
	}

	div.menu-icons{
		display: none;
	}

}

@media ( max-width : 950px) {

	img {
		max-width: 100%;
		height: auto !important;
	}
	#newsletterbar {
		height: auto !important;
	}

	.productdata .productdata_productdata{
		width: calc(100% - 307px);
	}
}

@media ( max-width : 929px) {
	/*.dictionarycontentlist_item {
		width: 27%;
	}
	
	.dictionarycontentlist_item:nth-child(4n) {
	  margin-right: 16px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+0) {
	  margin-right: 0px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+1) {
	  clear: none !important;
	}*/

	#contentpanel .listoptions .pagenumbers{
		margin-top: 10px;
		float: left;
		clear: both;
	}

	#contentpanel .listoptions .pagenumbers a{
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

@media ( min-width : 860px) and (max-width: 970px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product
		{
		width: 33%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(3n):before{
		border: none;
	}
}

@media ( max-width : 797px) {
	
	.dictionarycontentlist_item {
		width: 26%;
	}
	
	.dictionarycontentlist_item:nth-child(4n) {
	  margin-right: 16px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+0) {
	  margin-right: 0px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+1) {
	  clear: none !important;
	}
	
	#sendmailwindow .sendform input, #sendmailwindow .sendform textarea {
		width: 100% !important;	
	}

	body .cartitems_summary td.cartitems_summary_content,
	body .cart_promo_discount strong{
		padding-right: 0;
	}

	body .cart_promo_discount span{
		max-width: 170px;
	}

	body .carttabs li{
		width: 100%;
	}

	.keywordgrouplist a{
		width: 49%;
	}

	.articlelist .articlelistitem_image{
		margin-right: 0;
	}

	.articlelist .articlelistitem_articledata{
		width: 100%;
	}
}

@media ( min-width : 768px) and (max-width : 970px) {
	.resp_page {
		background: white;
	}
	#homepagelink {
		height: 110px;
	}
	#pagecontent {
		width: 100%;
	}
	#contentpanel {
		width: 96%;
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border: 0px solid #000000;
		margin: 0 auto;
		float: none;
	}
	#sidepanel,#topmenu {
		display: none;
	}
	#topmenu_mobile {
		display: block;
	}
	#widget-cart,#ak-widget, #olcs-widget, #mail-widget {
		display: none;
	}
}

@media ( max-width : 700px) {
	.productdata .productdata_productdata {
		float: none;
		margin: auto;
	}
	.productdata .productdata_productimage {
		float: none;
		margin: 32px auto 16px;
		display: block;
		text-align: center;
	}
	.productdata .productdata_productname {
		clear: both;
	}
	.socialbuttons2 {
		width: auto !important;
		float: none;
	}
	
	.dictionarycontentlist_item {
		width: 42%;
	}
	
	.dictionarycontentlist_item:nth-child(3n+0) {
	  margin-right: 16px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+1) {
	  clear: none !important;
	}
	
	.dictionarycontentlist_item:nth-child(2n) {
	  margin-right: 0px !important;
	}

	.productdata .productdata_productdata{
		width: 100%;
	}

	.cartCountHolder{
		width: 65px;
	}

	.cartCountHolder ~ .addtocart{
		margin-right: 0;
	}

	#footer_menu a, #footer_links a{
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#newsletterbar input.edit{
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#fb_xdm_frame_http,
	#fb_xdm_frame_https{
		display: none;
	}

/*	.productdata_productinfo, */
/*	.currentcategory, */
	.manufacturerlist, 
/*	.navcatlist, */
	.article_controls{
		display: none;
	}

	.productdata_keywordgroups a,
	.productdata_prodarticles a{
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #eee;
		font-size: 14px;
	}

	.productdata_keywordgroups a:last-child,
	.productdata_prodarticles a:last-child{
		border: none;
	}

	.productdata_keywordgroups span{
		display: none;
	}

	#footer #footer_copyright a{
		padding-left: 7px;
		padding-right: 7px;
	}

	.productdata .productdata_manufacturerlink,
	.productdata .productdata_manufacturerlink a:link,
	.productdata .productdata_manufacturerlink a:visited,
	.productdata .productdata_manufacturerlink a:hover{
		font-size: 14px;
	}

	.proddata_feedback div,
	.proddata_feedback a,
	.productdata_manufacturerhomepage{
		font-size: 14px;
	}

	.dictionarycontentlist_item li,
	.keywordlist a,
	.connectedproducts li,
	#connectedarticles li {
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 18px;
		font-size: 14px;
	}

	.keywordlist a{
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.dictletterlist ul li a{
		padding: 8px 0px;
		border: 1px solid #eee;
		border-radius: 3px;
		display: inline-block;
		margin: 5px;
		width: 40px;
		text-align: center;
	}
}

@media ( min-width : 780px) and (max-width: 859px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product{
		width: 33%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(3n):before{
		border: none;
	}
}

@media ( min-width : 695px) and (max-width: 780px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product{
		width: 33%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(3n):before{
		border: none;
	}
}

@media ( max-width : 665px) {
	.shippingform .courier_warning label {
		display: none;
	}
}

@media ( max-width : 650px) {
	.contentcatlist>ul>li {
		width: 90%;
	}
	
	.shippingform .paymentFormContainer {
		margin-left: 5px;
	}
}

@media ( max-width : 600px) {
	.dictionarycontentlist_item {
		width: 40%;
	}
}

@media ( max-width : 550px) {
	.productlist_list .productlistitem_productdata {
		clear: both;
		width: auto !important;
		margin: 0;
		display: block;
	}

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

	.productlist_list .productlistitem_productimage{
		text-align: center;
		float: none;
		display: block;
		background: white;
		margin-right: 0;
	}

	.productlist_list .productlistitem_productdata .productlistitem_description
		{
		margin-right: 0px;
	}
	body .contentbox form textarea,
	body .contentbox form input[type=text],
	body .contentbox form input[type=email],
	body .contentbox form input[type=password],
	body .contentbox form select,
	body #advancedsearchform input[type=text],
	body #advancedsearchform select{
		width: 100%
	}

	body #advancedsearchform input[name=pricemin],
	body #advancedsearchform input[name=pricemax]{
	width: 45%;
	}

}

@media ( min-width : 530px) and (max-width: 694px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product{
		width: 50%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(2n):before{
		border: none;
	}
}

@media (max-width: 660px) {
	.personaladdresspanel {
		margin-left: 0px !important;
	}
}


@media ( max-width : 490px) {
	.dictionarycontentlist_item {
		width: 38%;
	}

	#productlistsortform{
		clear: left;
	}

	body #productlistsortform select{
		margin-left: 0;
		margin-top: 10px;
	}
}

@media ( min-width : 481px) and (max-width : 767px) {
	.resp_page {
		background:white;
	}
	#widget-cart,#ak-widget, #olcs-widget, #mail-widget {
		display: none;
	}
	#homepagelink {
		height: 110px;
	}
	#topmenu_mobile {
		display: block;
	}
	#topmenu {
		display: none;
	}
	#pagecontent {
		width: 100%;
	}
	#contentpanel {
		width: 96%;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 2%;
	}
	#sidepanel {
		display: none;
	}
	.index_topoffer {
		display: none;
	}
	.index_productoffersheader .breadcrumb p.title {
		position: relative;
		margin-bottom: 0px;
	}
	.articlelist .articlelistitem_articledata {
		width: 98% !important;
		padding: 0 1%;
	}
	#footer {
		width: 100%;
	}

	#footer_shopmanialogo{
		display: block
	}

	#footer_shopmanialogo *{
		position: relative;
	}

	#footer .footer_column{
		width: 100%;
		margin-bottom: 15px;
	}

	#footer_shopmanialogo > div{
		margin-bottom: 13px !important;
	}
}

@media ( min-width : 481px) and (max-width : 560px) {
	.contentbox form p label {
		display: block;
		float: none;
		margin: 5px 0 0 0;
	}
}

@media (max-width : 560px) {
	.contentbox form p label, #advancedsearchform p label {
		width: 100%;
	}
	
	#advancedsearchform p {
		height: auto !important;
	}

	#footer .footer_column{
		width: 100%;
		margin-bottom: 15px;
	}

	#footer_shopmanialogo{
		display: block
	}

	#footer_shopmanialogo *{
		position: relative;
	}

	#footer_shopmanialogo > div{
		margin-bottom: 13px !important;
	}

	.product_comments_item_postername {
		text-align: center;
	}

	#contentpanel .commoncontent a{
		display: block;
		margin: 0;
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}

	.product_comments_item_details{
		max-width: 100%;
	}

	.product_comments_item_rating{
		text-align: center;
	}

	.product_comments_item_rating .star_static, 
	.product_comments_item_rating .star, 
	.product_comments_item_rating .star a{
		float: none;
		display: inline-block;
	}
}

@media ( max-width : 440px) {
	.index_productoffersheader .breadcrumb .pagenumbers a.morelink {
		width: 100%;
		padding-bottom: 5px;
		padding-left: 8px;
	}
	.index_productoffersheader .breadcrumb .pagenumbers {
		position: static;
		display: inline-block;
		float: right;
		top: 0;
		right: 0;
		margin-right: 0px;
		margin-bottom: 4px;
		width: 100%;
	}
	
	.shippingform input, .shippingform select {
		width: 100%;
	}
}

@media ( max-width : 420px) {
	.dictionarycontentlist_item {
		width: auto !important;
	    float: none;
	    margin-right: 0px;
	}
	
	.dictionarycontentlist_item:nth-child(4n) {
	  margin-right: 0px !important;
	}
	
	.dictionarycontentlist_item:nth-child(3n+0) {
	  margin-right: 0px !important;
	}
}

@media ( max-width: 400px ) {
	.carttabs li, .carttabs li a:link, .carttabs li a:visited {
		float: none !important;
	}
	
	.ordertable {
		width: 100%;
	}
	
	.ordertable td {
		display: block;
		width: 100%;
	}
	
	.ordertable tr {
		border-bottom: 1px solid #c0c0c0;
		display: block;
	}
	
	.ordertable_oddrow {
		
	}
}

@media ( min-width : 461px) and (max-width: 529px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product{
		width: 50%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(2n):before{
		border: none;
	}
}

@media ( min-width : 381px) and (max-width: 460px) {
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product
		{
		width: 100%;
		display: block;
		margin-right: 0px;
		float: none;
		margin-left: 0px;
	}

	.contentbox.productlistitem:before{
		border-right: none;
		border-bottom: 1px solid #eaeaea !important;
		width: 80%;
		height: 1px;
		right: 10%;
		bottom: 0;
		top: auto;
		transform: translateX(0);

	}

	.productlist_list .productlistitem:before{
		border-bottom: none !important;
	}
}

@media ( max-width : 380px) {
	#topmenu_mobile {
		
	}
	.mobile_menu_topsearch {
		width: 100%;
	}
	#topsearchform {
		position: relative;
		float: left !important;
		width: 100%;
		padding: 0 10px;
		margin: 5px 0;
		right: 0 !important;
	}
	.searchtext {
		width: 80% !important;
	}
	#topmenu_mobile {
		
	}
	#pagecontent {
		width: 100%;
	}
	#contentpanel {
		width: 96%;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 2%;
	}
	#sidepanel {
		display: none;
	}
	.index_topoffer {
		display: none;
	}
	.title {
		position: relative;
		margin-bottom: 0px;
	}
	.pagenumbers {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
	}
	.articlelist .articlelistitem_articledata {
		width: 98% !important;
		padding: 0 1%;
	}
	#footer {
		width: 100%;
	}

	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product
		{
		width: 100%;
		display: block;
		margin-right: 0px;
		float: none;
		margin-left: 0px;
	}

	.contentbox.productlistitem:before{
		border: none;
	}
	.index_latestproductsheader .breadcrumb .pagenumbers,.index_topstories .breadcrumb .pagenumbers
		{
		top: 30px !important;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.index_productoffersheader .breadcrumb .pagenumbers a.pagenumber:link {
		width: 23px;
		height: 20px;
		font-size: 1.3em;
	}
	.adblockimgcontent,.pvbanner,.cartadblock {
		display: none;
	}
	.productdata .productdata_productdata {
		width: 100%;
		padding: 0;
		float: none;
	}
	.carttabs {
		height: auto !important;
	}
	.cartitemsMobile thead {
		display: none;
	}
	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product
		{
		width: auto !important;
		margin-right: 0px;
		display: block;
		float: none;
	}
	
	.loginform2 input, .regform input, .sendpwdform input {
		width: 100%;
	}
}

@media ( min-width : 321px) and (max-width : 480px) {
	.resp_page {
		background: white;
	}
	#widget-cart,#ak-widget, #olcs-widget, #mail-widget {
		display: none;
	}
	#homepagelink {
		height: 110px;
	}
	#topmenu_mobile {
		display: block;
	}
	#topmenu {
		display: none;
	}
	#pagecontent {
		width: 100%;
	}
	#contentpanel {
		width: 96%;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 2%;
	}
	#sidepanel {
		display: none;
	}
	.index_topoffer {
		display: none;
	}
	.index_productoffersheader .breadcrumb p.title {
		position: relative;
		margin-bottom: 0px;
	}
	.articlelist .articlelistitem_articledata {
		width: 98% !important;
		padding: 0 1%;
	}
	#footer {
		width: 100%;
	}

	.contactFormContainer input,.contactFormContainer textarea,.feedbackform input,.feedbackform textarea,.subscribeform input,.unsubscribeform input,.sendform input,.sendform textarea,.newcommentform input,.newcommentform textarea {
		width: 100%;
	}

	.keywordgrouplist a{
		width: 100%;
	}
}

@media ( max-width : 320px) {
	.resp_page {
		background: white;
	}
	#widget-cart,#ak-widget, #olcs-widget, #mail-widget {
		display: none;
	}
	#homepagelink {
		height: 110px;
	}
	#topmenu_mobile {
		display: block;
	}
	#topmenu {
		display: none;
	}
	#pagecontent {
		width: 100%;
	}
	#contentpanel {
		width: 96%;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 2%;
	}
	#sidepanel {
		display: none;
	}
	.index_topoffer {
		display: none;
	}
	.index_productoffersheader .breadcrumb p.title {
		position: relative;
		margin-bottom: 0px;
	}
	.articlelist .articlelistitem_articledata {
		width: 98% !important;
		padding: 0 1%;
	}
	#footer {
		width: 100%;
	}

	.contactFormContainer input,.contactFormContainer textarea,.feedbackform input,.feedbackform textarea,.subscribeform input,.unsubscribeform input,.sendform input,.sendform textarea,.newcommentform input,.newcommentform textarea {
		width: 100%;
	}
	
	.advancedsearchform input[name="pricemin"], .advancedsearchform input[name="pricemax"] {
		width: 70px;
	}
}

@media ( min-width : 970px) and (max-width: 1200px){
	#pagecontent {
		width: 950px;
	}

	#contentpanel {
		width: 626px;
	}

	.productdata .productdata_productdata{
		width: 310px;
		padding-right: 10px;
	}

	.productlist_thumbnail .productlistitem,
	.productlist_smallpic .productlistitem,
	.productdata_packs_item_products .productdata_packs_item_product{
		width: 33%;
		margin: 0px;
	}

	.contentbox.productlistitem:nth-child(4n):before{
		border-right: 1px solid #eaeaea;
	}

	.contentbox.productlistitem:nth-child(3n):before{
		border: none;
	}

	.keywordgrouplist a{
		width: calc(33% - 4px);
	}

	a#homepagelink{
		margin-left: -440px;
	}

	div.menu-icons{
		margin-left: 275px;
	}

	#topmenu > ul li a:link, #topmenu > ul li a:visited, #topmenu > ul li a:hover{
		padding-left: 12px;
		padding-right: 12px;
	}
}

.ordertable img {
	max-width: none !important;
    height: auto !important;
}

.ordertable_col_price {
	white-space: nowrap;
}

#topmenu_mobile #topsearchform {
	padding: 0;
	margin-left: 7px;
}

.contentheader {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 0px solid #000000;
}

#contentpanel {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #000000;
	background-image: none;
}

.pvbanner {
	background: transparent url(/templates/provitamin/kepek/bg-productbottomoffer-nonstop.jpg)
		repeat-x left bottom;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
	width: auto !important;
}

.cartitemsMobile {
	text-align: center;
}

.cartitemsMobile div {
	padding: 5px;
}

.cartitemsMobile .separator {
	width: 95%;
	height: 1px;
	background: #000000;
	margin: 10px auto;
	padding: 0px;
}

.cartitemsMobile .cartitems_picturecol	{
	max-width: 140px;
	text-align: center;
	margin: auto;
}

.cartitemsMobile .cartitems_picturecol img {
	margin: 0;
	padding: 0;
	border: 0;
}

.cartitemsMobile .cartitems_producdatacol {
	max-width: 260px;
	text-align: left;
	margin: auto;
}

.cartitemsMobile .cartitems_producdatacol h2 {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

.cartitemsMobile .cartitems_producdatacol ul {
	margin-top: 12px;
	list-style: none;
}

.cartitemsMobile .cartitems_producdatacol ul li {
	margin-top: 2px;
}

.cartitemsMobile .cartitems_quantitycol	{
	width: 60px;
	text-align: center;
	margin: auto;
}

.cartitemsMobile .cartitems_quantitycol input {
	width: 30px;
	border: 1px solid #363636;
	text-align: right;
}

.cartitemsMobile .cartitems_pricecol {
	width: 100px;
	text-align: center;
	margin: auto;
}

.cartitemsMobile .cartitems_deleteitem {
	width: 20px;
	text-align: center;
	margin: auto;
}

.cartitemsMobile .cartitems_deleteitem img {
	border: 0;
}

.cartitemsMobile .cartitems_empty {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 128px;
}

.cartitems_quantitycol_title,.cartitems_pricecol_title,.cartitems_deleteitem_title
	{
	font-weight: bold;
}

.cartitems_summary {
	margin: 16px;
}

.cartitems_summary td {
	width: 580px;
	font-size: 14px;
	font-weight: bold;
}

.cartitems_summary td.cartitems_summary_label {
	width: 380px;
	text-align: left;
}

.cartitems_summary td.cartitems_summary_content {
	width: 200px;
	text-align: right;
	padding-right: 40px;
}

iframe[name="google_conversion_frame"] {
	width: 10px;
	height: 3px;
}

.dictletterlist {
	height: auto !important;
	min-height: 16px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.ui-dialog .sendform input, .ui-dialog .sendform textarea {
	width: 100%;
}

.index_productoffersheader .breadcrumb .pagenumbers a:link.hide, .index_productoffersheader .breadcrumb .pagenumbers a:visited.hide {
	display: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - //fontawesome.io - @fontawesome
 *  License - //fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/templates/common/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face {
  font-family: 'fontello';
  src: url('/templates/provitamin/fontello//font/fontello.eot?61756559');
  src: url('/templates/provitamin/fontello//font/fontello.eot?61756559#iefix') format('embedded-opentype'),
       url('/templates/provitamin/fontello//font/fontello.woff2?61756559') format('woff2'),
       url('/templates/provitamin/fontello//font/fontello.woff?61756559') format('woff'),
       url('/templates/provitamin/fontello//font/fontello.ttf?61756559') format('truetype'),
       url('/templates/provitamin/fontello//font/fontello.svg?61756559#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?61756559#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-user:before { content: '\e800'; } /* '' */
.icon-basket:before { content: '\e801'; } /* '' */
.icon-heart:before { content: '\e802'; } /* '' */
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

#psitems-canvas {
    overflow: auto;
    width: 30%;
    height: 100%;
    width: 100%;
}
#left-canvas {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 30%;
    height: 100%;
}
#right-canvas {
    float: right;
    width: 70%;
    height: 100%;
}
#map-canvas {
    width: 100%;
    height: 100%;
}
#searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#searchinput.default {
    color: grey;
    font-style: italic
}
.psOver {
    background-color: infobackground;
}
.psSelected {
    font-weight: bold;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);.lobibox .lobibox-btn.lobibox-btn-cancel.active,.lobibox .lobibox-btn.lobibox-btn-cancel:active,.lobibox .lobibox-btn.lobibox-btn-default.active,.lobibox .lobibox-btn.lobibox-btn-default:active,.lobibox .lobibox-btn.lobibox-btn-no.active,.lobibox .lobibox-btn.lobibox-btn-no:active,.lobibox .lobibox-btn.lobibox-btn-ok.active,.lobibox .lobibox-btn.lobibox-btn-ok:active,.lobibox .lobibox-btn.lobibox-btn-yes.active,.lobibox .lobibox-btn.lobibox-btn-yes:active,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes{background-image:none}.lobibox,.lobibox-notify{font-family:'Open Sans',Arial,Helvetica,sans-serif}.lobibox-notify-wrapper-large.bottom,.lobibox-notify-wrapper.bottom{bottom:0}.animated-super-fast{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-fast{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated{-webkit-animation-duration:1s;animation-duration:1s;animation-fill-mode:both}.animated,.animated-slow{-webkit-animation-fill-mode:both}.animated-slow{-webkit-animation-duration:1.3s;animation-duration:1.3s;animation-fill-mode:both}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@-webkit-keyframes jumpUp{0%{-webkit-transform:translate3d(0,calc(230%),0)scale3d(0,1,1);-webkit-animation-timing-function:ease-in}40%{-webkit-transform:translate3d(0,0,0)scale3d(.02,1.1,1);-webkit-animation-timing-function:ease-out}70%{-webkit-transform:translate3d(0,-40px,0)scale3d(.8,1.1,1)}100%{-webkit-transform:translate3d(0,0,0)scale3d(1,1,1)}}@keyframes jumpUp{0%{transform:translate3d(0,calc(230%),0)scale3d(0,1,1);animation-timing-function:ease-in}40%{transform:translate3d(0,0,0)scale3d(.02,1.1,1);animation-timing-function:ease-out}70%{transform:translate3d(0,-40px,0)scale3d(.8,1.1,1)}100%{transform:translate3d(0,0,0)scale3d(1,1,1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(.98)}100%{-webkit-transform:scale(1)}}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(.95)}80%{transform:scale(1.05)}90%{transform:scale(.98)}100%{transform:scale(1)}}@keyframes fadeInScale{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@-webkit-keyframes fadeInScale{0%{-webkit-transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}.bounce{-webkit-animation-name:bounce;animation-name:bounce}.jumpUp{-webkit-animation-name:jumpUp;animation-name:jumpUp}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen}.fadeInScale{animation-name:fadeInScale;-webkit-animation-name:fadeInScale}body.lobibox-open{overflow:hidden}.lobibox{position:fixed;z-index:4001;-webkit-box-shadow:0 0 20px 5px rgba(0,0,0,.5);box-shadow:0 0 20px 5px rgba(0,0,0,.5)}.lobibox *{box-sizing:border-box;-webkit-box-sizing:border-box}.lobibox .lobibox-header{font-size:20px;padding:5px 10px;color:#eee}.lobibox .lobibox-header .btn-close{float:right;background-color:transparent;cursor:pointer;border:none;outline:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.lobibox .lobibox-header .btn-close:hover{text-shadow:2px 2px 3px rgba(0,0,0,.7)}.lobibox .lobibox-body{overflow:hidden;display:table;position:relative;width:100%;padding:15px 20px;background-color:rgba(255,255,255,.98);font-size:16px}.lobibox .lobibox-body .lobibox-icon-wrapper{position:relative;height:100%;display:table;font-size:60px}.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon{display:table-cell;vertical-align:middle}.lobibox .lobibox-body .lobibox-body-text-wrapper{display:table-cell;vertical-align:middle;width:100%;padding-left:10px}.lobibox .lobibox-footer{text-align:center;padding:6px}.lobibox .lobibox-footer>*{margin:0 10px 0 0}.lobibox .lobibox-footer.text-center{text-align:center}.lobibox .lobibox-footer.text-left{text-align:left}.lobibox .lobibox-footer.text-right{text-align:right}.lobibox.lobibox-confirm{border:none}.lobibox.lobibox-confirm .lobibox-header{color:#eee;background-color:#3c2d2d}.lobibox.lobibox-confirm .lobibox-body .lobibox-icon{color:#3c2d2d}.lobibox.lobibox-confirm .lobibox-footer{background-color:#594343}.lobibox.lobibox-success{border:1px solid #29b87e}.lobibox.lobibox-success .lobibox-header{color:#eee;background-color:#29b87e}.lobibox.lobibox-success .lobibox-body .lobibox-icon{color:#29b87e}.lobibox.lobibox-success .lobibox-footer{background-color:#40d498}.lobibox.lobibox-error{border:1px solid #ca2121}.lobibox.lobibox-error .lobibox-header{color:#eee;background-color:#ca2121}.lobibox.lobibox-error .lobibox-body .lobibox-icon{color:#ca2121}.lobibox.lobibox-error .lobibox-footer{background-color:#e03e3e}.lobibox.lobibox-info{border:1px solid #2e79b4}.lobibox.lobibox-info .lobibox-header{color:#eee;background-color:#2e79b4}.lobibox.lobibox-info .lobibox-body .lobibox-icon{color:#2e79b4}.lobibox.lobibox-info .lobibox-footer{background-color:#4593d0}.lobibox.lobibox-warning{border:1px solid #ce812e}.lobibox.lobibox-warning .lobibox-header{color:#eee;background-color:#ce812e}.lobibox.lobibox-warning .lobibox-body .lobibox-icon{color:#ce812e}.lobibox.lobibox-warning .lobibox-footer{background-color:#d99a56}.lobibox.lobibox-prompt{border:none}.lobibox.lobibox-prompt .lobibox-header{color:#eee;background-color:#3c2d2d}.lobibox.lobibox-prompt .lobibox-body{padding:20px}.lobibox.lobibox-prompt .lobibox-body .lobibox-input{min-height:38px;border:1px solid #21cb91;width:100%;padding:5px;font-size:18px;outline:0}.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus{background-color:#eee}.lobibox.lobibox-prompt .lobibox-footer{background-color:#594343}.lobibox.lobibox-progress .lobibox-header{background-color:#2f5d6d}.lobibox.lobibox-progress .lobibox-body{padding:15px;font-size:16px}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper{position:relative;height:20px;border:1px solid #c3c3c3;border-radius:10px;background-color:#d5d5d5}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar{width:0;border-radius:10px;background-color:#468ba2;height:100%;text-align:center}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text{position:absolute;text-align:center;top:0;width:100%}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer{margin-bottom:0}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar{transition:none}.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role=progress-text]{font-weight:700;color:rgba(0,0,0,.7)}.lobibox.lobibox-window{border:3px solid #225eb8;border-radius:6px}.lobibox.lobibox-window .lobibox-header{background-color:#225eb8;color:#eee;font-size:18px}.lobibox.lobibox-window .lobibox-body{overflow:auto;display:block;font-size:14px;padding:15px;background-color:#f5f8fd}.lobibox.lobibox-window .lobibox-footer{background-color:#8ab0e9}.lobibox.lobibox-window :last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.lobibox.draggable .lobibox-header{cursor:move}.lobibox .lobibox-btn{display:inline-block;padding:8px 14px;font-size:14px;cursor:pointer;border:1px solid transparent;border-radius:2px;line-height:initial}.lobibox .lobibox-btn.lobibox-btn-cancel{color:#fff;background-color:#ca2121;border-color:#ca2121}.lobibox .lobibox-btn.lobibox-btn-cancel.active,.lobibox .lobibox-btn.lobibox-btn-cancel.focus,.lobibox .lobibox-btn.lobibox-btn-cancel:active,.lobibox .lobibox-btn.lobibox-btn-cancel:focus,.lobibox .lobibox-btn.lobibox-btn-cancel:hover,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel{color:#fff;background-color:#9e1a1a;border-color:#951818}.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover{background-color:#ca2121;border-color:#ca2121}.lobibox .lobibox-btn.lobibox-btn-cancel .badge{color:#ca2121;background-color:#fff}.lobibox .lobibox-btn.lobibox-btn-yes{color:#fff;background-color:#29b87e;border-color:#29b87e}.lobibox .lobibox-btn.lobibox-btn-yes.active,.lobibox .lobibox-btn.lobibox-btn-yes.focus,.lobibox .lobibox-btn.lobibox-btn-yes:active,.lobibox .lobibox-btn.lobibox-btn-yes:focus,.lobibox .lobibox-btn.lobibox-btn-yes:hover,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes{color:#fff;background-color:#208e61;border-color:#1e865c}.lobibox .lobibox-btn.lobibox-btn-yes.disabled,.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,.lobibox .lobibox-btn.lobibox-btn-yes[disabled],.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover{background-color:#29b87e;border-color:#29b87e}.lobibox .lobibox-btn.lobibox-btn-yes .badge{color:#29b87e;background-color:#fff}.lobibox .lobibox-btn.lobibox-btn-no{color:#fff;background-color:#0760b3;border-color:#0760b3}.lobibox .lobibox-btn.lobibox-btn-no.active,.lobibox .lobibox-btn.lobibox-btn-no.focus,.lobibox .lobibox-btn.lobibox-btn-no:active,.lobibox .lobibox-btn.lobibox-btn-no:focus,.lobibox .lobibox-btn.lobibox-btn-no:hover,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no{color:#fff;background-color:#054682;border-color:#054078}.lobibox .lobibox-btn.lobibox-btn-no.disabled,.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,.lobibox .lobibox-btn.lobibox-btn-no[disabled],.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover{background-color:#0760b3;border-color:#0760b3}.lobibox .lobibox-btn.lobibox-btn-no .badge{color:#0760b3;background-color:#fff}.lobibox .lobibox-btn.lobibox-btn-ok{color:#fff;background-color:#0760b3;border-color:#0760b3}.lobibox .lobibox-btn.lobibox-btn-ok.active,.lobibox .lobibox-btn.lobibox-btn-ok.focus,.lobibox .lobibox-btn.lobibox-btn-ok:active,.lobibox .lobibox-btn.lobibox-btn-ok:focus,.lobibox .lobibox-btn.lobibox-btn-ok:hover,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok{color:#fff;background-color:#054682;border-color:#054078}.lobibox .lobibox-btn.lobibox-btn-ok.disabled,.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,.lobibox .lobibox-btn.lobibox-btn-ok[disabled],.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover{background-color:#0760b3;border-color:#0760b3}.lobibox .lobibox-btn.lobibox-btn-ok .badge{color:#0760b3;background-color:#fff}.lobibox .lobibox-btn.lobibox-btn-default{color:#000;background-color:#e2e2e2;border-color:#dadada}.lobibox .lobibox-btn.lobibox-btn-default.active,.lobibox .lobibox-btn.lobibox-btn-default.focus,.lobibox .lobibox-btn.lobibox-btn-default:active,.lobibox .lobibox-btn.lobibox-btn-default:focus,.lobibox .lobibox-btn.lobibox-btn-default:hover,.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default{color:#000;background-color:#c9c9c9;border-color:#bcbcbc}.lobibox .lobibox-btn.lobibox-btn-default.disabled,.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,.lobibox .lobibox-btn.lobibox-btn-default[disabled],.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover{background-color:#e2e2e2;border-color:#dadada}.lobibox .lobibox-btn.lobibox-btn-default .badge{color:#e2e2e2;background-color:#000}.lobibox.lobibox-hidden{display:none}.lobibox-backdrop{position:fixed;z-index:4000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.lobibox-notify-wrapper,.lobibox-notify-wrapper-large{z-index:5000;position:fixed}.lobibox-notify-wrapper.top{top:0}.lobibox-notify-wrapper.left{left:0;margin-right:0}.lobibox-notify-wrapper.right{right:0;margin-left:0}.lobibox-notify-wrapper.right .lobibox-notify{margin-left:auto}.lobibox-notify-wrapper-large.top{top:0}.lobibox-notify-wrapper-large.left{left:0}.lobibox-notify-wrapper-large.left .lb-notify-tabs>li{float:left;margin-left:0;margin-right:2px}.lobibox-notify-wrapper-large.right{right:0}.lobibox-notify-wrapper-large .lb-notify-tabs{list-style:none;padding:0;margin:0 0 -5px}.lobibox-notify-wrapper-large .lb-notify-tabs>li{float:right;margin-left:2px}.lobibox-notify-wrapper-large .lb-notify-tabs>li>a{text-align:center;display:table;text-decoration:none;font-size:18px;height:32px;color:#FFF;width:28px;opacity:.6}.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:active,.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:focus,.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover,.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover:active{color:#FFF}.lobibox-notify-wrapper-large .lb-notify-tabs>li>a .tab-control-icon{display:table-cell;vertical-align:middle}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a{background-color:rgba(202,33,33,.9);border-color:#bd1f1f}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a:hover{background-color:#ca2121;border-color:#b41d1d}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a{background-color:rgba(41,184,126,.9);border-color:#26ab75}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a:hover{background-color:#29b87e;border-color:#24a370}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a{background-color:rgba(206,129,46,.9);border-color:#c1792b}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a:hover{background-color:#ce812e;border-color:#b97429}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a{background-color:rgba(46,121,180,.9);border-color:#2b71a8}.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a:hover{background-color:#2e79b4;border-color:#296ba0}.lobibox-notify-wrapper-large .lb-notify-tabs>li.active>a{opacity:1}.lobibox-notify-wrapper-large .lb-notify-tabs:after{content:"";display:block;clear:both}.lobibox-notify-wrapper-large .lb-notify-wrapper{background-color:transparent;padding:0;border:none}.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane{display:none}.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active{display:block}.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify{min-height:150px}.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon{width:100px;font-size:78px}.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon,.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon>*{line-height:100px}.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body{margin:13px 20px 13px 130px}.lobibox-notify{position:relative;min-height:85px;font-size:14px;margin:7px 0;border-radius:0;border:1px solid transparent;-webkit-box-shadow:2px 2px 5px #aaa;box-shadow:2px 2px 5px #aaa;transition:all .2s}.lobibox-notify,.lobibox-notify .lobibox-close{-webkit-transition:all .2s;-o-transition:all .2s}.lobibox-notify .lobibox-notify-icon{position:absolute;text-align:center;font-size:55px;left:15px;top:10px;width:60px}.lobibox-notify .lobibox-notify-icon,.lobibox-notify .lobibox-notify-icon>*{line-height:60px}.lobibox-notify .lobibox-notify-icon img{border-radius:4px;width:100%;height:100%}.lobibox-notify .lobibox-notify-body{margin:10px 20px 10px 90px}.lobibox-notify .lobibox-notify-title{font-size:20px}.lobibox-notify .lobibox-close{position:absolute;text-align:center;border-radius:50%;right:10px;top:10px;font-size:20px;line-height:19px;width:19px;height:19px;transition:all .2s}.lobibox-notify .lobibox-close:hover{background-color:rgba(0,0,0,.5);font-weight:700}.lobibox-notify .lobibox-delay-indicator{position:absolute;left:0;right:0;bottom:0;height:3px}.lobibox-notify .lobibox-delay-indicator>div{position:relative;height:100%;width:0;background-color:rgba(0,0,0,.4)}.lobibox-notify.lobibox-notify-error{border-color:#b41d1d;background-color:rgba(202,33,33,.9);color:#fff}.lobibox-notify.lobibox-notify-error:hover{background-color:#ca2121;border-color:#FFF}.lobibox-notify.lobibox-notify-success{border-color:#24a370;background-color:rgba(41,184,126,.9);color:#fff}.lobibox-notify.lobibox-notify-success:hover{background-color:#29b87e;border-color:#FFF}.lobibox-notify.lobibox-notify-warning{border-color:#b97429;background-color:rgba(206,129,46,.9);color:#fff}.lobibox-notify.lobibox-notify-warning:hover{background-color:#ce812e;border-color:#FFF}.lobibox-notify.lobibox-notify-info{border-color:#296ba0;background-color:rgba(46,121,180,.9);color:#fff}.lobibox-notify.lobibox-notify-info:hover{background-color:#2e79b4;border-color:#FFF}.lobibox-notify:hover{cursor:pointer;-webkit-box-shadow:3px 3px 10px #aaa;box-shadow:3px 3px 10px #aaa}.lobibox-notify.notify-mini{min-height:36px}.lobibox-notify.notify-mini .lobibox-notify-title{margin-top:-5px;font-size:20px;line-height:22px}.lobibox-notify.notify-mini .lobibox-notify-icon,.lobibox-notify.notify-mini .lobibox-notify-icon>*,.lobibox-notify.notify-mini .lobibox-notify-msg{line-height:16px}.lobibox-notify.notify-mini .lobibox-notify-icon{left:7px;width:26px;font-size:25px}.lobibox-notify.notify-mini .lobibox-notify-icon img{margin-top:-5px}.lobibox-notify.notify-mini .lobibox-notify-body{margin:10px 13px 10px 40px}.lobibox-notify.without-icon .lobibox-notify-body{margin-left:20px}
.lobibox-notify-wrapper-large.bottom, .lobibox-notify-wrapper.bottom { bottom: 50px;}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - //noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (//www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or empty content */
		min-width:  30%;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

