a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


* {
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Krub', Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: left;
	line-height: normal;
	color: #000;
	/*background:#f9f9f9;*/
	background: #fff;
}

body.noscroll {
	height: 100%;
	overflow: hidden;
}

@keyframes bugfix {
	from {
		padding: 0;
	}

	tot {
		padding: 0
	}
}

@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}

	to {
		padding: 0;
	}
}

html,
body,
* {
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	text-align: left;
	scroll-behavior: smooth;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background-color: #f9f9f9;
	z-index: 10000000000000000000000000;
	text-align: center;
}

.preload-page {
	width: 64px;
	height: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#wrapper {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	text-align: left;
	position: relative;
}

body.noscroll #wrapper {
	min-height: 100%;
	overflow-y: scroll;
}

#outer {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#inner {
	margin: 0 auto;
	position: relative;
}

.fixed {
	position: fixed !important;
}

/* ------------- HEADER ------------- */

header {
	padding: 20px 30px 0;
	display: block;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header.nav-up {
	top: -100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header>.inside {
	max-width: 1260px;
	padding: 10px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header #logo {
	margin-right: auto;
}

header #logo img {
	max-height: 120px;
}

header #logo svg {
	max-width: 120px;
}

.moduletable_menu ul {
	display: flex;
	justify-content: center;
	overflow: inherit;
}

.moduletable_menu ul li {
	padding: 0;
	margin: 0 0 0 25px;
}

.moduletable_menu ul li a {
	margin: 0;
	padding: 0;
	font-family: 'Berniert', Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000;
	display: block;
}

header.white_menu .moduletable_menu ul li a {
	color: #fff;
}

header.black_menu .moduletable_menu ul li a {
	color: #000;
}

.moduletable_menu ul li a:hover {
	margin: 0;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);

}


header .moduletable_menu ul li a:after,
footer .moduletable_menu ul li a:after {
	content: "";
	width: 100%;
	height: 1.5px;
	position: absolute;
	left: 0;
	bottom: -.1em;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform .33s;
	transition: transform .33s;
	transform: .33s;
	-webkit-transform: .33s;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right
}

header .moduletable_menu ul li a:hover:after,
footer .moduletable_menu ul li a:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left
}

header .moduletable_menu ul li.active a:after,
footer .moduletable_menu ul li.active a:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

header.black_menu .moduletable_menu ul li a:after {
	background-color: #000;
}

.moduletable_menu ul li:first-child {
	margin: 0;
}

.moduletable_menu ul li:before {
	content: '';
}

/* MOBILE MENU */

#outmenu-icon {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 10001;
}

.wrapmenuicon {
	margin: 0 0 0;
	display: inline-block;
	position: relative;
}

.icon-bar {
	width: 40px;
	height: 4px;
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	position: relative;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

#outmenu-icon.black_menu .icon-bar {
	background: #000;
}

.icon-bar:nth-of-type(2) {
	top: 5px;
}

.icon-bar:nth-of-type(3) {
	top: 10px;
}

.activemenu .icon-bar {
	border-color: #000;
}

.activemenu .icon-bar:nth-of-type(1) {
	top: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.activemenu .icon-bar:nth-of-type(2) {
	margin-left: -3px;
	background-color: transparent !important;
	border-color: transparent !important;
}

.activemenu .icon-bar:nth-of-type(3) {
	top: -4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#main-nav {
	width: 100%;
	height: 100%;
	clear: both;
	position: fixed;
	top: 0;
	right: -999%;
	background: #141414;
	display: block;
	overflow-y: auto;
	z-index: 1200;

	transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
}

#main-nav.activemenu {
	right: 0;

	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#main-nav .inside {
	max-width: 100%;
	padding: 50px 20px 0;
}

#main-nav ul {
	margin: 0;
	padding: 35px 0 0 20px;
	display: block;
}

#main-nav ul li {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 90%;
	text-align: center;
	text-transform: uppercase;
	display: block;
	clear: both;
	float: none;
}

#main-nav ul li:before {
	display: none;
}

#main-nav li a {
	color: #d4e2fa;
}

#main-nav li a:hover {
	color: #858585;
}

#main-nav li.current a,
#main-nav li.active a {
	color: #fff;
}
.onhide{display: none !important;
}
.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
}

.mask.activemenu {
	display: block;
}



/* END OF MOBILE MENU */

/* ------------- END OF HEADER ------------- */

/* ------------- HERO ------------- */

#hero {
	padding: 0 30px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.home #hero {
	padding: 0;
}

#hero ul li {
	padding: 0;
	margin: 0;
}

#hero li:before {
	content: '';
}

/*
#hero:after {
	content:'';
	width:120%;
	height:100px;
	position:absolute;
	bottom:-10px; left:-10%; right:0;
	/*background:#f9f9f9;
	background:#fff;
	-webkit-border-radius:50% 50% 50% 50% / 100% 100% 0% 0% ;
	-moz-border-radius:50% 50% 50% 50% / 100% 100% 0% 0% ;
	-o-border-radius:50% 50% 50% 50% / 100% 100% 0% 0% ;
	-ms-border-radius:50% 50% 50% 50% / 100% 100% 0% 0% ;
	border-radius:50% 50% 50% 50% / 100% 100% 0% 0% ;
}
*/
#hero img {
	width: 100%;
	height: auto;
	display: block;
}

#hero iframe {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#hero .swiffy-slider button.slider-nav {
	z-index: 100;
}

.slider-item-helper .slider-container>*,
.slider-item-helper .slider-container>*>* {
	min-height: 360px;
}

/* ------------- END OF HERO ------------- */

/* ------------- HOME ------------- */

#reveal1>.title {
	align-content: initial;
	height: 9rem;
	text-align: center;
}

#intropanel {
	padding: 0 30px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}

#intropanel>.inside {
	max-width: 1140px;
	margin: 0 auto;
	display: block;
	text-align: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	;
}

#intropanel>.inside:after {
	content: '';
	display: block;
	position: relative;
	clear: both;
}

#intropanel .left {
	width: 35%;
	padding: 150px 0 0;
	float: left;
	z-index: 10;
}

#intropanel .left .bottom {
	margin: 25px auto 0;
}

#intropanel .left .bottom .text {
	margin: 0 0 20px;
}

#intropanel .left .bottom .btn_wrap {
	padding: 20px 0 0;
	display: block;
}

#intropanel .right {
	width: 65%;
	padding: 50px 0 0;
	float: right;
}

#intropanel .right .inside {
	padding: 0 0 0 30px;
}

#intropanel .right img {
	width: 100%;
}

.btn_wrap {
	margin: 20px auto 0;
	text-align: center;
	padding-bottom: 60px;
}

.btn_wrap a {
	padding: 7px 15px;
	margin: 0 auto;
	font-size: 80%;
	color: #000;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.btn_wrap a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 1);
}

#content {
	padding: 0 30px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#content>.inside {
	max-width: 1260px;
	padding: 0 0 -50px;
	margin: 100px auto 0;
}

#content #reveal1 .title h1 {
	margin: 15px 0 0;
	padding: 0;
	letter-spacing: 3rem;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#content #reveal1.visible .title h1 {
	margin: 0;
	padding: 15px 0 0;
	font-size: 400%;
	letter-spacing: normal;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

#content .products_list {
	padding: 0;
}

#content .products_list ul {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

#content .products_list ul li {
	padding: 0;
	margin: 0;
	flex: 1;
}

#content .products_list ul li:before {
	content: '';
}

.home #content .products_list ul a img {
	margin: 0 auto;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.home #content .products_list ul a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

#bottompanel {
	padding: 0 30px 0;
	position: relative;
	/*background: #fff;*/
	overflow: hidden;
	z-index: 1;
}

/*#bottompanel:before {
	content:'';
	width:120%;
	height:100px;
	position:absolute;
	top:0; left:-10%; right:0;
	background:#f9f9f9;
	-webkit-border-radius:50% 50% 50% 50% / 0% 0% 100% 100% ;
	-moz-border-radius:50% 50% 50% 50% / 0% 0% 100% 100% ;
	-o-border-radius:50% 50% 50% 50% / 0% 0% 100% 100% ;
	-ms-border-radius:50% 50% 50% 50% / 0% 0% 100% 100% ;
	border-radius:50% 50% 50% 50% / 0% 0% 100% 100% ;
	z-index:8;
}*/

#bottompanel>.inside {
	max-width: 1260px;
	padding: 20px 0 120px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

#bottompanel .left {
	width: 30%;
	text-align: left;
	flex: 1;
}

#bottompanel .left .wrapdesc {
	padding: 0 30px 0 0;
}

#bottompanel .left .title {
	text-align: left;
}

#bottompanel .left .text {
	font-size: 100%;
}

#bottompanel .left .btn_wrap {
	text-align: left;
}

#bottompanel .right {
	flex: 2;
}

#bottompanel .recipes_list ul {
	display: flex;
	justify-content: center;
}

#bottompanel .recipes_list ul li {
	padding: 0;
	margin: 0;
	flex: 1;
}

#bottompanel .recipes_list ul li:before {
	content: '';
}

#bottompanel .recipes_list ul li a {
	margin: 0 15px;
	display: block;
	color: #fff;
	position: relative;
}

#bottompanel .recipes_list .wrapimg,
#bottompanel .recipes_list .wrapimg img {
	display: block;
}

#bottompanel .recipes_list .wrapimg {
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

#bottompanel .recipes_list .wrapimg img {
	width: 100%;
	height: auto;

	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

#bottompanel .recipes_list a:hover .wrapimg img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

#bottompanel .recipes_list .wrapimg:after {
	content: '';
	/* background: rgba(0, 0, 0, 0.35); */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

#bottompanel .recipes_list .title {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;

	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
}

#bottompanel .recipes_list a:hover .title {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}


/* ------------- END OF HOME ------------- */

/* ------------- PARALLAX ------------- */

.parallaxParent {
	height: 180vh;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 0;
	overflow: hidden;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

#bottompanel .parallaxParent {
	height: 100%;
	bottom: 0;
	overflow: hidden;
}

.parallaxParent>* {
	width: 100%;
	height: 150%;
	position: relative;
	top: -100%;
	background: no-repeat;
	background-size: cover;
}

#intropanel .parallaxParent,
#content .parallaxParent {
	height: 150vh;
	bottom: 0;
}

#parallax1>* {
	height: 100%;
	top: auto;
	bottom: 86%;

}

#parallax2,
#parallax3,
#parallax4 {
	z-index: -1;
}

/* ------------- END OF PARALLAX ------------- */

/* ------------- CLASSICS ------------- */

.classics #hero,
.classics.crisp_soda #hero {
	background: rgba(20, 85, 199, 1);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.classics.wild_quinine #hero {
	background: rgba(220, 211, 178, 1);
}

.classics.black_cherry #hero {
	background: rgba(117, 10, 12, 1);
}

.classics.ginger_ale #hero {
	background: rgba(204, 163, 88, 1);
}

.classics #hero .herobanner {
	position: relative;
	z-index: 10;
}

.classics #hero .herobanner ul {
	padding: 200px 0;
}

.classics #hero .herobanner ul .pin-spacer {
	max-width: 1260px;
	margin: 0 auto !important;
	padding: 0;
	display: none !important;
	position: relative;
	/*
	opacity:0;
	overflow:hidden;
	
	transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:		all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;	
	*/
}

.crisp_soda #hero .herobanner ul .pin-spacer.crisp_soda,
.black_cherry #hero .herobanner ul .pin-spacer.black_cherry,
.ginger_ale #hero .herobanner ul .pin-spacer.ginger_ale,
.wild_quinine #hero .herobanner ul .pin-spacer.wild_quinine {
	display: flex !important;
	opacity: 1;
	/*
	transition:all .25s ease-in-out;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:		all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;	
	*/
}

.classics #hero .herobanner ul li {
	max-width: 1260px;
	padding: 0 0 30px;
}

.classics #hero .herobanner li {
	display: flex;
}

.classics #hero .herobanner li .left,
.classics #hero .herobanner li .right {
	width: 50%;
	flex: 1;
	z-index: 10;
}

.classics #hero .herobanner .left .modinside {
	padding: 0 10px 0 0;
}

.classics #hero .herobanner .right {
	margin: 80px 0 0;
	position: relative;
	z-index: 10;
	max-height: 540px;
	overflow: hidden;
}

#hero .herobanner .right .modinside {
	position: relative;
}

.classics #hero .herobanner .right .modinside {
	padding: 0 15px 0 20px;
}

.classics #hero .herobanner .category {
	text-transform: uppercase;
}

.classics #hero .herobanner .title {
	text-align: left;
}

.classics #hero .herobanner .title h1 {
	font-family: 'Dark College', Arial, Helvetica, sans-serif;
	font-size: 300%;
}

.classics #hero .right .catitle {
	padding: 5px 0;
	margin: -5px 0 0;
	position: relative;
	z-index: 10;
}

.crisp_soda #hero .right .catitle {
	background: #1455c7;
}

.wild_quinine #hero .right .catitle {
	background: #dcd3b2;
}

.black_cherry #hero .right .catitle {
	background: #750a0c;
}

.ginger_ale #hero .right .catitle {
	background: #cca358;
}

#hero .herobanner .desc_text {
	padding: 5px 0 0;
	font-size: 80%;
	position: relative;
	/*max-height:380px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
    scrollbar-width: auto;
    scrollbar-color: #0e3790 #ffffff;*/
}

#hero .herobanner .desc_text h3 {
	font-family: 'Krub', Arial, Helvetica, sans-serif;
	font-size: 150%;
}

#hero .herobanner p {
	padding: 0 0 20px;
}

#hero .herobanner hr {
	border-color: rgba(255, 255, 255, 0.3);
}

.classics #hero .herobanner .right *::-webkit-scrollbar {
	width: 10px;
}

.classics #hero .herobanner .right *::-webkit-scrollbar-track,
.crisp_soda #hero .herobanner .right *::-webkit-scrollbar-track {
	background: rgba(20, 85, 199, 1);
}

.wild_quinine #hero .herobanner .right *::-webkit-scrollbar-track {
	background: rgba(220, 211, 178, 1);
}

.black_cherry #hero .herobanner .right *::-webkit-scrollbar-track {
	background: rgba(117, 10, 12, 1);
}

.ginger_ale #hero .herobanner .right *::-webkit-scrollbar-track {
	background: rgba(204, 163, 88, 1);
}

.classics #hero .herobanner .right *::-webkit-scrollbar-thumb,
.crisp_soda #hero .herobanner .right *::-webkit-scrollbar-thumb {
	background-color: rgba(14, 55, 114, 1);
	border-radius: 10px;
}

.wild_quinine #hero .herobanner .right *::-webkit-scrollbar-thumb {
	background-color: rgba(191, 173, 106, 1);
}

.black_cherry #hero .herobanner .right *::-webkit-scrollbar-thumb {
	background-color: rgba(86, 7, 9, 1);
}

.ginger_ale #hero .herobanner .right *::-webkit-scrollbar-thumb {
	background-color: rgba(177, 138, 67, 1);
}

.classics #hero .herobanner .right *::-webkit--webkit-scrollbar-thumb:hover {
	background: #1e6de0;
}

.classics #content .products_list ul a {
	text-align: center;
	display: block;
	overflow: hidden;
}

.classics #content .products_list .itemimg a:before {
	content: '';
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: absolute;
	left: 0;
	top: 10%;
	z-index: -1;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.classics #content .crisp_soda .itemimg a:before {
	background: #1455c7;
}

.classics #content .wild_quinine .itemimg a:before {
	background: #dcd3b2;
}

.classics #content .black_cherry .itemimg a:before {
	background: #750a0c;
}

.classics #content .ginger_ale .itemimg a:before {
	background: #cca358;
}

.classics #content .products_list ul a img {
	margin: 0 auto;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.classics #content .products_list ul a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.classics #content .products_list ul li.active {
	display: none;
	opacity: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

/* ------------- END OF CLASSICS ------------- */

.borderfade {
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 0;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.crisp_soda .borderfade {
	background: -webkit-linear-gradient(rgba(20, 85, 199, 0) 0%,
			rgba(20, 85, 199, 1) 100%);
	background-image: -moz-linear-gradient(rgba(20, 85, 199, 0) 0%,
			rgba(20, 85, 199, 1) 100%);
	background-image: -o-linear-gradient(rgba(20, 85, 199, 0) 0%,
			rgba(20, 85, 199, 1) 100%);
	background-image: linear-gradient(rgba(20, 85, 199, 0) 0%,
			rgba(20, 85, 199, 1) 100%);
	background-image: -ms-linear-gradient(rgba(20, 85, 199, 0) 0%,
			rgba(20, 85, 199, 1) 100%);
}

.black_cherry .borderfade {
	background: -webkit-linear-gradient(rgba(117, 10, 12, 0) 0%,
			rgba(117, 10, 12, 1) 100%);
	background-image: -moz-linear-gradient(rgba(117, 10, 12, 0) 0%,
			rgba(117, 10, 12, 1) 100%);
	background-image: -o-linear-gradient(rgba(117, 10, 12, 0) 0%,
			rgba(117, 10, 12, 1) 100%);
	background-image: linear-gradient(rgba(117, 10, 12, 0) 0%,
			rgba(117, 10, 12, 1) 100%);
	background-image: -ms-linear-gradient(rgba(117, 10, 12, 0) 0%,
			rgba(117, 10, 12, 1) 100%);
}

.ginger_ale .borderfade {
	background: -webkit-linear-gradient(rgba(204, 163, 88, 0) 0%,
			rgba(204, 163, 88, 1) 100%);
	background-image: -moz-linear-gradient(rgba(204, 163, 88, 0) 0%,
			rgba(204, 163, 88, 1) 100%);
	background-image: -o-linear-gradient(rgba(204, 163, 88, 0) 0%,
			rgba(204, 163, 88, 1) 100%);
	background-image: linear-gradient(rgba(204, 163, 88, 0) 0%,
			rgba(204, 163, 88, 1) 100%);
	background-image: -ms-linear-gradient(rgba(204, 163, 88, 0) 0%,
			rgba(204, 163, 88, 1) 100%);
}

.wild_quinine .borderfade {
	background: -webkit-linear-gradient(rgba(220, 211, 178, 0) 0%,
			rgba(220, 211, 178, 1) 100%);
	background-image: -moz-linear-gradient(rgba(220, 211, 178, 0) 0%,
			rgba(220, 211, 178, 1) 100%);
	background-image: -o-linear-gradient(rgba(220, 211, 178, 0) 0%,
			rgba(220, 211, 178, 1) 100%);
	background-image: linear-gradient(rgba(220, 211, 178, 0) 0%,
			rgba(220, 211, 178, 1) 100%);
	background-image: -ms-linear-gradient(rgba(220, 211, 178, 0) 0%,
			rgba(220, 211, 178, 1) 100%);
}

/* ------------- FOOTER ------------- */

#footer {
	padding: 0 30px;
	text-align: center;
	color: #fff;
	background: #2e2a25;
	position: relative;
	z-index: 11;
	background: url(../images/latar_footer.jpg) no-repeat center;
	background-size: cover;
}

#footer a {
	color: #fff;
}

#footer .inside {
	margin: 0 auto;
	padding: 40px 0 15px;
}

#footer .inside .top {
	margin: 0 auto 20px;
	text-align: center;
}

#footer .inside .top img {
	max-height: 80px;
	margin: 0 auto;
	text-align: center;
}

#footer .middle {
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
}

#footer .moduletable_menu ul {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 0;
	border-right: 1px solid #fff;
}

#footer .moduletable_menu ul li {
	padding: 0;
	margin: 10px 0 10px 40px;
}

#footer .moduletable_menu ul li:first-child {
	margin: 10px 0;
}

#footer .moduletable_menu ul li:last-child {
	margin: 10px 40px;
}

#footer .moduletable_menu li a {
	font-family: 'Berniert', Arial, Helvetica, sans-serif;
	position: relative;
}

#footer .moduletable_socmed ul {
	display: flex;
	justify-content: center;
}

#footer .moduletable_socmed ul li {
	margin: 0 5px;
}

#footer .moduletable_socmed ul li:before {
	content: '';
}

#footer .moduletable_socmed ul li a {
	width: 54px;
	padding: 14px 0;
	font-size: 100%;
	display: block;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#footer .moduletable_socmed ul li a:hover {
	color: #2e2a25;
	background: rgba(255, 255, 255, 1);
}

#footer .bottom {
	font-size: 80%;
	display: flex;
	justify-content: center;
}

#footer .bottom_menu ul {
	display: flex;
	justify-content: center;
}

#footer .bottom_menu ul li:before {
	content: '';
}

/* ------------- END OF FOOTER ------------- */

.red,
.star {
	color: red;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0 0 15px;
	font-family: 'Berniert', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 240%;
}

h2 {
	font-size: 210%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 120%;
}

h7 {
	font-size: 110%;
}

hr {
	margin: 0 0 20px;
	border-color: #000;
}

ul,
ol {
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

ul li,
ol li {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	text-indent: 0;
	line-height: normal;
	position: relative;
	clear: both;
}

ul li:before,
ol li:before {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
}

ul li:before {
	content: '\25CF';
}

ol li {
	counter-increment: step-counter;
}

ol li:before {
	padding: 0;
	content: counter(step-counter) ".";
}

ol {
	counter-reset: li;
	/* Initiate a counter */
}

.mceContentBody {
	color: #000;
	background: #fff;
}

p {
	padding: 0 0 10px;
}

a {
	color: #000;
	text-decoration: none;

	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

a:hover {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);

	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

a:hover img {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);

	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

ol {
	counter-reset: li;
	/* Initiate a counter */
}

label {
	min-width: 100px;
	display: inline-block;
}

#form-login-remember label {
	width: 110px;
}

img {
	max-width: 100%;
	display: inline-flex;
}

/* MESSAGE */
.tip-title,
.tip-text {
	font-size: 70%;
}

#modal-messages {
	padding: 10px;
	background: #353434;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

#modal-messages #messages-header {
	margin: 0;
	background: #004a87;
	color: #ffffff;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#modal-messages #messages-main {
	min-heind: #ededed;
	color: #717171;
}

#modal-messages #messages-footer {
	height: 12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* END OF MESSAGE */

span.highlight {
	background-color: #ff6868;
}

input[type="text"],
input[type="email"],
input[name="name"],
input[name="email"],
input[name="website"],
input[list],
input[type="password"],
textarea {
	padding: 5px;
	background: transparent;
	border: 0;
	border-bottom: solid 1px #faaf40;
}

textarea {
	border: 1px solid #fafafa;
	border-bottom: solid 1px #faaf40;
}

input[type="text"]:focus,
input[type="text"].focus,
input[type="email"]:focus,
input[type="email"].focus input[type="password"]:focus,
input[type="password"].focus input[name="name"]:focus,
input[name="name"].focus,
input[name="email"]:focus,
input[list]:focus,
input[name="email"].focus,
input[name="website"]:focus,
input[name="website"].focus,
input[list].focus,
textarea:focus {
	background: #fff;
}

input::-webkit-calendar-picker-indicator {
	display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #7a7a7a;
	-moz-text-fill-color: #7a7a7a;
	text-fill-color: #7a7a7a;
	-webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
	-moz-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
	box-shadow: 0 0 0px 1000px #f6f6f6 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

*[disabled] {
	background: #fafafa !important;
	cursor: not-allowed !important;
}

.wrapselect {
	position: relative;
}

.wrapselect:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #4c4c4c;
	position: absolute;
	top: 45%;
	right: -3px;
	z-index: 90;
}

select::-ms-expand {
	display: none;
	/* hide default arrow in IE10 */
}

select:not([multiple=multiple]),
select:not([multiple]) {
	width: 105%;
	min-width: 100px;
	height: 27px;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	border: 0;
	border-bottom: solid 1px #faaf40;
	cursor: pointer;
	display: inline-block;
	background: transparent;
	overflow: hidden;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

select option {
	background: #fff;
	/* style the dropdown bg color */
}

/* --------------- STYLE FOR A CHECKBOX --------------- */

input[type=checkbox] {
	position: absolute;
	opacity: 0;
	z-index: 100;
}

input[type=checkbox]+label {
	padding: 0;
	position: relative;
	cursor: pointer;
}

input[type=checkbox]+label:before {
	content: '';
	width: 12px;
	height: 12px;
	margin: 2px 7px 0 0;
	display: inline-block;
	vertical-align: text-top;
	background: #e6e6e6;
	border: 1px solid #bbbbbb;
	z-index: 101;
}

input[type=checkbox]:hover+label:before {
	background: #ccc;
}

input[type=checkbox]:checked+label:before {
	background: #faaf40;
	border-color: #faaf40;
}

input[type=checkbox]:disabled+label {
	cursor: auto;
}

input[type=checkbox]:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

input[type=checkbox]+label:after {
	font-family: 'Font Awesome\ 5 Free';
}

input[type=checkbox]:checked+label:after {
	content: '\f00c';
	font-size: 9px;
	font-weight: 900;
	color: #fff;
	top: 4px;
	left: 3px;
	position: absolute;
}

/* --------------- STYLE FOR A RADIO BUTTON --------------- */

input[type=radio] {
	position: absolute;
	opacity: 0;
}

input[type=radio]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

input[type=radio]+label:before {
	border: 1px solid #bbbbbb;
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 12px;
	background: #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

input[type=radio]:hover+label:before {
	background: #ccc;
}

input[type=radio]:checked+label:before {
	background: #faaf40;
	border-color: #faaf40;
}

input[type=radio]:disabled+label {
	cursor: auto;
}

input[type=radio]:disabled+label:before {
	box-shadow: none;
	background: #faaf40;
}

input[type=radio]:checked+label:after {
	content: '●';
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	left: 4px;
	top: -1px;
	position: absolute;
}

/* --------------- STYLE FOR A MULTIPLE SELECT --------------- */

select[multiple=multiple],
select[multiple] {
	min-width: 100px;
	min-height: 100px;
	border: 1px solid #faaf40;
}

select[multiple=multiple] option,
select[multiple] option {
	padding: 5px;
}

select[multiple]:focus option:checked,
select[multiple=multiple]:focus option:checked {
	background: #faaf40 linear-gradient(0deg, #faaf40 0%, #faaf40 100%);
}

/* --------------- STYLE FOR A BUTTON --------------- */



blockquote {
	margin: 0 5px;
	padding: 20px 10px;
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

b,
strong {
	font-weight: bold;
}

small,
.small {
	font-size: smaller;
}

em {
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.article_separator {
	padding-bottom: 10px;
	clear: both;
}

.item-separator {
	clear: both;
}

sup,
sub {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em;
}

iframe {
	max-width: 100%;
	width: 100%;
}

table {
	max-width: 100%;
	margin: 0 0 15px;
	position: relative;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	table-layout: fixed;
}

#content table.recaptchatable {
	width: auto;
	margin: 0 0 15px !important;
}

table {}

table tr {}

table tr:nth-child(odd) {}

table td {
	margin: 0;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #f4f4f4;
}

thead td {
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #fdcf8a;
}

/* --- CATEGORY LIST --- */

.category-list table.category {
	width: 100%;
}

#content table.category tr {
	padding: 0;
	background-color: transparent;
}

.category-list table.category th,
.category-list table.category td {
	padding: 7px 10px;
	background: #666666;
}

.category-list table.category th a {
	color: #fff;
	text-decoration: none;
}

.category-list table.category th a:hover {
	text-decoration: underline;
}

.category-list table.category td.list-title {
	width: 40%;
	text-transform: uppercase;
}

.category-list table.category td p {
	padding: 0;
	margin: 0;
}

.category-list table.category tr.cat-list-blank {
	padding: 3px 0 !important;
	display: inline-block;
}

/* --- END OF CATEGORY LIST --- */


/* POP UP */

#jcemediabox-popup-info-bottom {
	padding-top: 0;
}

#jcemediabox-popup-nav {
	padding: 0;
}

a.jcepopup span.jcemediabox-zoom-link,
a.jcepopup span.jcemediabox-zoom-link.icon-right {
	padding-right: 0;
	background: none;
}

/* END OF POP UP */

/* PAGINATION */

#content .k2Pagination,
#content .pagination {
	max-width: 100%;
	margin: 10px 0;
	text-align: left;
	display: block;
	float: none;
}

#content .k2Pagination ul,
#content .pagination ul,
#content ul.pagination {
	width: auto;
	padding: 5px 0;
	margin: 0;
	text-align: left;
}

#content .k2Pagination ul li,
.pagination ul li,
ul.pagination li {
	padding: 0 !important;
	margin: 0 4px 0 0 !important;
	line-height: 14px !important;
	text-indent: 0 !important;
	background: none !important;
	float: left;
	clear: none !important;
	list-style: none !important;
	display: inline-block;
}

#content .k2Pagination ul li,
.pagination ul li {
	border: 1px solid #f3f3f3;
}

#content .k2Pagination li span,
#content .k2Pagination li a,
.pagination ul li span,
.pagination ul li a,
ul.pagination li span,
ul.pagination li a {
	padding: 5px;
	font-size: 85%;
	display: inline-block;
}

#content .k2Pagination ul li:before,
.pagination ul li:before,
ul.pagination li:before {
	display: none;
}

.counter.pull-right {
	display: none;
}

/* END OF PAGINATION */

/* TOOLTIP*/

.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/* END OF TOOLTIP*/

 .szbwh a{
 	font-size: 90% !important;
 }