/* css */

* {
	padding: 0;

	margin: 0;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;
}

/* .header,

.content,

.footer {

    width: 100%;

    height: auto;

} */
.logo-style {
	width: 270px;
	margin-top: -8px;
}
.wrapper {
	width: 1000px !important;

	margin: 0 auto;

	position: relative;
}

body {
	background: black url(/images/homepage/kanada.jpg) no-repeat;

	width: auto;
	margin: 0;
	padding: 0;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div.header-bg {
	background: white no-repeat center;
	width: 100%;
	height: 80px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.al-center {
	text-align: center;
}

/* css */

/* css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";

	content: none;
}

table {
	border-collapse: collapse;

	border-spacing: 0;
}

/*end reset*/

/* font */

@font-face {
	font-family: "Dai-Atlas";

	src: url(../font/Dai-Atlas.otf);
}
@font-face {
	font-family: "Be-Vitenam";
	src: url(../font/Be_Vietnam/BeVietnam-Bold.ttf);
}
@font-face {
	font-family: "Be-Vitenam-thin";
	src: url(../font/Be_Vietnam/BeVietnam-Regular.ttf);
}
@font-face {
	font-family: "Be-Vitenam-light";
	src: url(../font/Be_Vietnam/BeVietnam-Light.ttf);
}
@font-face {
	font-family: "BeVietnam-Medium";
	src: url(../font/Be_Vietnam/BeVietnam-Medium.ttf);
}
@font-face {
	font-family: "impact";
	src: url(../font/impact/impact.ttf);
}

/* font */

/* logo */

.logo {
	width: 232px;

	height: 60px;

	margin: 20px 0 0 0;
}

/* logo */

/* menu */

#menu {
	margin-top: 30px;
	margin-right: 10px;
}

#menu li {
	float: left;

	padding-left: 10px;
}

#menu li a {
	font-family: "BeVietnam-Medium";
	font-size: 15px;
	color: red;
	text-transform: uppercase;
}

#menu li a:hover {
	color: red;
	text-decoration: none;
	transition: 1s;
}

#menu li.current-menu-item > .current-menu-item {
	border-bottom: 3px solid red;
}

/* menu */

/* result */

/* .result-bg {
	width: 100%;

	height: 330px;

	background: #f2900c;

	box-shadow: 0 5px 0 0 #bebebe;
} */

/* 
.next_draw_bg,
.live_draw_bg {
	width: 477px;

	height: 250px;

	background: #fefefe;

	border: 1px solid #e14215;

	-moz-box-shadow: inset 0 -4px 20px #bfbfbf;

	-webkit-box-shadow: inset 0 -4px 20px #bfbfbf;

	box-shadow: inset 0 -4px 20px #bfbfbf;
} */
/* 
.next_draw_bg {
	margin-left: 12px;
} */

.label_wrap {
	width: 477px;

	margin-left: 12px;

	padding: 0 10px;

	margin: -48px 0 0px;

	text-align: center;
}

.latest_date {
	padding: 10px;
}

.live_drawno {
	font-size: 35px;

	vertical-align: middle;

	margin: 0 20px;

	text-decoration: underline;
}

.label_prize,
.last_draw_no {
	font-family: "Calibri", serif;

	font-size: 28px;

	color: #ffffff;
}

#next_draw {
	text-transform: uppercase;
	padding-bottom: 20px;
}

.date_time,
.date_time span,
#next_draw {
	font-family: "Calibri";

	/* font-size: 12px; */

	color: #ffffff;
}

#next_draw {
	margin-top: 6px;
}

.date_time {
	margin-top: 47px;
}

.single_prize_wrap,
.multi_prize_wrap {
	text-align: center;

	width: 100%;

	float: left;
}

.single_prize_wrap .single_prize:first-child {
	margin-left: 0px;
}

.single_prize {
	width: 33.32%;

	float: left;
}

.single_result,
.multi_result {
	/* background: #e7e7e7; */
}

.single_result {
	height: 33px;
	border: #bfbfbf solid 1px;
	/* padding: 10px 0; */
	padding-top: 4px;
	color: red;
	background: white;
}

.multi_result {
	height: 56px;

	width: 97.1%;

	margin-left: 7.2px;
}

#livedraw {
	float: left;
	margin-top: 5px;
	width: 100%;
	font-family: "Be-Vitenam", serif;
	color: #ffffff;
	text-align: center;
}

.prize_rank {
	font-size: 20px;
	color: #ffc000;
	border: #bfbfbf solid 1px;
	background: white;
}

.single_result,
.multi_result td {
	font-size: 16px;
}

.multi_result td {
	vertical-align: middle;
}

.multi_type {
	font-size: 19px;
	color: #ffc000;
}

.single_prize_wrap {
	margin-top: 10px;
}

.multi_prize {
	margin-top: 12px;
}

/* result */

/* count down */

.countdown-wrap {
	margin-top: 25px;
	margin-left: 10px;
}

#countdown span {
	float: left;
}
#countdown p {
	float: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	margin-left: -2px;
	font-family: "Be-Vitenam" !important;
}

.time {
	font-family: "impact" !important;

	font-size: 75px !important;

	color: #ff0000 !important;

	position: relative !important;

	top: 3px !important;

	left: 2px !important;
	margin: 10px 0px 0px -3px;
}

.bg-time-countdown {
	background: red;
	width: 300px;
	height: 173px;
	border-radius: 12px;
	margin: 12px 0 0 10px;
}

/* #countdown span div:first-child{

    width: 73px;

    height: 76px;

    background: url(/images/other/time-bg.png);

    color: #ffffff;

    font-family: 'Dai-Atlas';

    font-size: 53px;

    color: #262626;

    padding-top: 10px;

} */

#countdown span:nth-child(3) {
	margin: 0 0px;
}

#countdown span div:last-child {
	font-family: "Be-Vitenam", serif;

	font-size: 16px;

	color: #ff0000;

	margin-top: 3px;
}

.next_draw_in {
	font-family: "Calibri", serif;

	font-size: 30px;

	color: #ff0000;

	margin-bottom: 10px;
}

.slot_result p {
	font-family: "Calibri", serif;

	color: #ff0000;

	font-size: 14px;
}

.slot_result p:first-child {
	margin-bottom: 5px;
}

.slot_result {
	margin-top: 30px;

	text-align: center;
}

.lady_luck {
	font-family: "Calibri", serif;

	font-size: 14px;

	color: #777777;

	margin: 20px 0 0 20px;
}

.today {
	font-family: "Calibri", serif;

	font-size: 21px;

	color: #444444;

	text-align: center;

	margin: 10px 0;
}

/* count down */

/* slot generator */

.wrapper_num {
	float: left;
	height: 40px;
	/* background: #d7d7d7; */
	border-radius: 6px;
	margin: -3px 3px 0px 11px;
}

.slots {
	overflow: hidden;
	width: 66px;
	height: 86px;
	float: left;
	font-family: "Calibri ";
	font-size: 65px;
	color: #fae042;
	padding: 11px 33px 0 14px;
}

.slots .slot {
	width: 34px;
	font-family: "impact" !important;
	text-align: center;
}

.retry {
	background: red;
	width: 300px;
	height: 64px;
	cursor: pointer;
	display: block;
	float: left;
	text-align: center;
	color: #fae042;
	font-family: "Be-Vitenam";
	font-size: 42px;
	border-radius: 12px;
	margin: 10px 23px 0px 10px;
	border: none;
}

.retry:focus {
	outline: none;
}

/* slot generator */

/* lucky draw */

.pool_wrap {
	width: 330px;

	text-align: center;

	font-family: "Calibri", serif;
}

.pool_wrap p:nth-child(2) {
	font-size: 15px;

	color: #6b6b6b;

	margin: 5px 0;

	padding: 0 40px;
}

.pool_wrap p:last-child {
	width: 275px;

	height: 50px;

	background: #444444;

	border-radius: 10px;

	font-size: 21px;

	color: #ffffff;

	padding: 14px 0;

	margin: 0 auto;
}

/* lucky draw */

/* homepage result */

.homepage_wrap {
	width: 100%;
	margin-top: 4px;
}

.release_day,
.release_date {
	color: #fff;
	float: left;
	width: 330px;
	height: 231px;
	text-align: center;
}
.release_day_past,
.release_date_past {
	color: #fff;
	float: left;
	width: 330px;
	height: 237px;
	text-align: center;
}
.latest_date {
	color: #fff;
	float: left;
	width: 100%;

	text-align: center;
}

.ballot_num {
	/* text-decoration: underline; */
	margin: 0px 9px;
	font-size: 15px;
	font-family: "Be-Vitenam";
	/* vertical-align: middle; */
}

.ballot_date {
	font-family: "Be-Vitenam";
	font-size: 15px;
	text-transform: uppercase;

	margin-bottom: 10px;
}

/* .homepage_wrap .release_day:nth-child(4n + 0) {
	margin: 0;
} */

.homepage_wrap .release_day:nth-child(1),
.homepage_wrap .release_day:nth-child(4) {
	margin-bottom: 20px;
	margin-right: 5px;
}
.homepage_wrap .release_day:nth-child(3),
.homepage_wrap .release_day:nth-child(6) {
	margin-bottom: 20px;
	margin-left: 5px;
}

#search .release_day_past:nth-child(1),
#search .release_day_past:nth-child(4) {
	margin-bottom: 15px;
	margin-right: 5px;
}
#search .release_day_past:nth-child(3),
#search .release_day_past:nth-child(6) {
	margin-bottom: 15px;
	margin-left: 5px;
}

#fdMain .release_day_past:nth-child(1),
#fdMain .release_day_past:nth-child(4) {
	margin-bottom: 15px;
	margin-right: 5px;
}
#fdMain .release_day_past:nth-child(3),
#fdMain .release_day_past:nth-child(6) {
	margin-bottom: 15px;
	margin-left: 5px;
}
#fdMain {
	margin-top: 10px;
}
/* .homepage_wrap .release_day:nth-child(4) {
	margin-bottom: 16.5px;
	margin-right: 15px;
}
.homepage_wrap .release_day:nth-child(6) {
	margin-bottom: 16.5px;
	margin-left: 15px;
} */

.day_wrap {
	color: #fae042;
	background: red;
	width: 330px;
	height: 45px;
	font-family: "Be-Vitenam";
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 10px;
}
.live_wrap {
	color: #ffc000;
	background: red;
	width: 100%;
	height: 45px;
	font-family: "Be-Vitenam";
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 10px;
}

.draw_no {
	font-size: 15px;
}
/* .single {
	widows: 990px !important;
} */

.tbl_single,
.single_award,
.multi_award {
	float: left;

	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.single_val {
	width: 31.65%;

	float: left;
}

.tbl_single .single_val:first-child {
	margin-left: 7.5px;
}

.single_draw {
	/* background: #e7e7e7; */

	height: 30px;

	font-size: 15px;

	padding-top: 8px;
}

.tbl_muliple {
	width: 100%;

	/* background: #e7e7e7; */

	height: 50px;
}
.tbl_muliple tr td {
	/* background: #e7e7e7; */
	border: solid 1px #bfbfbf;
	background: white;
}

.tbl_muliple td {
	vertical-align: middle;
	font-family: "Be-Vitenam";
	font-size: 15px;
	color: #6d0000;
}

.multi_name,
.single_order {
	font-size: 15px;
	color: #fae042;
	height: 32px;
	font-family: "Be-Vitenam";
	background: #6d0000;
	margin-top: -1px;
	padding-top: 3px;
	position: relative;
}

.single_award {
	margin-top: 10px;
}

/* .multiple {
	margin-top: 17px;
} */

/* homepage result */

/* footer */

.footer_image {
	text-align: center;
}

/* footer */

/* past result */

.countdown {
	font-family: "Calibri", sans-serif;

	margin: 10px 0;

	color: #000;

	font-style: italic;
}

#txtSearch {
	height: 27px;

	margin: 10px 0;

	padding: 0 35px 0 10px;
}

#btnSearch {
	background: #bf0000;

	border: 1px solid #f5f5f5;

	vertical-align: top;

	height: 25px;

	width: 30px;

	cursor: pointer;

	position: relative;

	top: 11px;

	left: -32px;
}

#btnSearch img {
	position: relative;

	top: 0px;

	left: -5px;
}

.release_date {
	margin-right: 16px;

	margin-bottom: 20px;
}

#search .release_date:nth-child(4n + 0) {
	margin-right: 0px;
}

#search {
	float: left;

	width: 102%;
}

#search > .search_latest_result {
	width: 476px;

	height: 320px;

	background: #fefefe;
}

/* past result */

/* page contol */

input[name="txtPagingControl"] {
	height: 30px;
}

input[type="button"] {
	width: 70px;

	height: 30px;

	cursor: pointer;
}

input[name="btnPagingNext"],
input[name="btnPagingBack"] {
	margin: 0 2px;
}

/* page contol */

.live_draw_wrap {
	width: 477px;

	height: 323px;

	background: #fefefe;
}

/* time bg */

.time_bg_wrap {
	text-align: center;

	float: left;
	margin: 18px 0 0 10px;
	border-radius: 5px;
}

.time_bg {
	width: 86px;

	height: 118px;

	background: white;

	border-radius: 5px;
}

/* .h_line {
	height: 3px;

	background: #f7c984;

	box-shadow: 0 1.5px #c48b51;

	position: relative;

	top: 31px;
} */

/* time bg */

.lucky_num {
	width: 100%;
	margin: 15px 0;
}

/* div.bg-draw {
	background: url(/images/homepage/Red_BG.png) no-repeat;
	width: 100%;
	height: 512px;
	margin-top: -2px;
} */
.next_draw_bg {
	background: url(/images/homepage/bg-next-draw.png) no-repeat;
	height: 120px;
	width: 100%;
	margin-left: 15px;
	margin-top: -15px;
}
.second {
	padding-left: 15px !important;
}
/* .bg-generate {
	background: url(/images/homepage/bg-generate.png) no-repeat;
	width: 100%;
	height: 120px;
	margin: 8px 0 0 21px;
} */
.label-style {
	font-family: "Calibri";
	font-size: 19px;
	color: white;
	margin: 6px 0 0 30px;
}

.title-win {
	color: white;
	font-family: "Calibri";
	text-align: center;
	padding-top: 24px;
	font-size: 60px;
	margin-bottom: 3px;
}
.style-prize {
	color: rgb(255, 0, 0);
	font-size: 25px;
	text-align: center;
	font-family: "Calibri";
}
.style-prize sup {
	top: 0px !important;
}
.prize-num {
	color: rgb(255, 0, 0);
	font-size: 25px;
}
#datetime {
	display: none;
}
.bg-about {
	background: #7a0000;
	height: auto;
	width: 100%;
	border-radius: 12px;
	margin: 107px 0 3px 0px;
}

.welcome {
	font-family: "Be-Vitenam";
	margin-top: -60px;
	color: #fae042;
	padding: 18px;
}

.welcome h2 {
	font-family: "Be-Vitenam";
	font-size: 36px;
	color: #fae042;
	margin: 20px 0 5px;
	margin-top: -13px;
}
.welcome p {
	font-family: "Be-Vitenam-thin";
	color: #fae042;

	line-height: 1.5;
	text-align: left;
	font-size: 13px;
	margin-top: 22px;
}
/* .footer-bg {
	background: url(/images/homepage/bg-copy.png) no-repeat center;
	width: 100%;
	height: 84px;
} */
.style-copy {
	font-size: 22px;
	font-family: "Calibri";
	text-align: center;
	color: white;
	padding-top: 27px;
}

.header-title {
	color: black;
	font-size: 14px;
	font-family: "Be-Vitenam";
	text-align: left;
	margin-top: 20px;
	font-weight: 600;
}
/* .live_draw_bg {
	background: url(/images/homepage/bg-live-draw.png) no-repeat;
	width: 100%;
	height: 329px;
} */

.play-now-slide img {
	width: 655px;
}
.dylan-slide img {
	width: 328px;
	float: right;
}
#diamond {
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom-color: #7a0000;
	position: relative;
	top: -12px;
}
#diamond:after {
	content: "";
	position: absolute;
	left: -4px;
	top: 26px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #7a0000;
}
.lotto-style {
	font-size: 42px;
	color: red;

	text-align: center;
	margin-top: -20px;
	font-family: "Be-Vitenam";
}
.lotto-top {
	margin-top: -16px;
}
.bg-lotto {
	background: #7a0000;
	width: 100%;
	height: 339px;
	border-radius: 10px;
}
.bg-draw-lotto {
	background: url(/images/homepage/result.png) no-repeat;
	width: 320px;
	height: 323px;
}
#lotto li {
	float: left;
	margin-left: 10.4px;
}
.mt-20 {
	margin-top: 8px;
	text-align: center;
}
.title-lottery {
	font-size: 30px;
	color: white;
	font-family: "Be-Vitenam";
	font-weight: 700;
	margin-top: 2px;
}
.style-2 {
	color: #fae042;
	font-size: 37px;
	font-family: "Be-Vitenam";
	font-weight: 700;
}
.bg-2 {
	background: red;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin-left: 15px;
}
.result-lottery p {
	float: left;
}
.result-lottery {
	margin: 42px 0px 0px 15px;
}
.bg-super {
	background: red;
	width: 300px;
	height: 112px;
	border-radius: 12px;
	margin-left: 10px;
	margin-top: 2px;
}
.title-super {
	font-size: 20px;
	color: #fae042;
	font-family: "Be-Vitenam";
	font-weight: 700;
	padding-top: 14px;
}
.style-999 {
	font-size: 39px;
	color: #fae042;
	font-family: "Be-Vitenam";
	font-weight: 700;
	margin-top: -10px;
}
.bg_date_time {
	background: red;
	width: 300px;
	height: 64px;
	border-radius: 12px;
	margin: 10px 0 0 10px;
}
.style-day {
	font-size: 40px;
	color: #fae042;
	font-family: "Be-Vitenam";

	letter-spacing: 3px;
}
#slots_a {
	background: #7a0000;
	width: 62.5px;
	height: 115px;
	border-radius: 8px;
}
#slots_b {
	background: #7a0000;
	width: 62.5px;
	height: 115px;
	margin-left: 10px;

	border-radius: 8px;
}
#slots_c {
	background: #7a0000;
	width: 62.5px;
	height: 115px;
	margin-left: 10px;

	border-radius: 8px;
}
#slots_d {
	background: #7a0000;
	width: 62.5px;
	height: 115px;
	margin-left: 10px;

	border-radius: 8px;
}
.bg_day {
	background: #7a0000;
	width: 100%;
	height: 45px;
	border-radius: 12px;
	padding-left: 38px;
	padding-right: 38px;
}
#all_day li {
	float: left;
	text-align: center;
	padding-top: 4px;
}
#all_day li a {
	color: #fae042;
	font-family: "Be-Vitenam";
	padding-top: 5px;
	text-decoration: none;
	font-size: 15px;
}
ul#all_day li a {
	background: #ff0000;
	display: inline-block;
	width: 109px;
	height: 35px;
	border-radius: 12px;
	margin-right: 6px;
}
ul#all_day li a:hover {
	background: #000;
}
.wrap_prize {
	width: 330px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.wrap_prize span {
	border: #bfbfbf solid 1px;
	font-size: 15px;
	font-family: "Be-Vitenam";
	background: white;
}
.text_play li {
	font-family: "Be-Vitenam-thin";
	font-size: 13px;
}

.topnav {
	overflow: hidden;
}

.topnav a {
	display: block;
	color: black;
	text-align: center;
	padding: 0px 0px 11px 0;
	text-decoration: 2s;
	font-size: 17px;
	border-bottom: 3px solid transparent;
}

.topnav a:hover {
	border-bottom: 3px solid red;
	text-decoration: 2s;
}

.topnav a.active {
	border-bottom: 3px solid red;
}
.border_22 {
	/* border: solid #bfbfbf 1px; */
}
.sad {
	/* border-bottom: solid #bfbfbf 1px; */
	background: white;
}
.style_44 {
	color: #7a0000;
	margin: 0px !important;
	padding: 5px;
	font-family: "Be-Vitenam";
	font-size: 15px;
}

div.multi_award div.multiple:first-child div.border_22 {
	border-right: solid #bfbfbf 1px;
}

/* border starter prizes */
div.multi_award div.multiple:first-child div.border_22 div {
	border-bottom: solid #bfbfbf 1px;
	border-bottom: 0;
}
div.multi_award
	div.multiple:first-child
	div.border_22
	div
	div:not(:last-child) {
	border-bottom: solid #bfbfbf 1px;
}
/* div.multi_award div.multiple:first-child div.border_22 div div{
    border-right: solid #bfbfbf 1px;
} */
div.multi_award
	div.multiple:first-child
	div.border_22
	div:first-child
	div:last-child {
	border-bottom-left-radius: 10px !important;
}

/* border consolation prizes */
div.multi_award
	div.multiple:last-child
	div.border_22
	div:last-child
	div:last-child {
	border-bottom-right-radius: 10px !important;
}
div.multi_award div.multiple:last-child div.border_22 div div:not(:last-child) {
	border-bottom: solid #bfbfbf 1px;
}
div.multi_award div.multiple:first-child div.border_22 {
	border-right: solid #bfbfbf 1px;
}

/* border starter prizes */
div.multi_prize_wrap div.multiple:first-child div.border_22 div {
	border-bottom: solid #bfbfbf 1px;
	border-bottom: 0;
}
div.multi_prize_wrap
	div.multiple:first-child
	div.border_22
	div
	div:not(:last-child) {
	border-bottom: solid #bfbfbf 1px;
}
/* div.multi_prize_wrap div.multiple:first-child div.border_22 div div{
    border-right: solid #bfbfbf 1px;
} */
div.multi_prize_wrap
	div.multiple:first-child
	div.border_22
	div:first-child
	div:last-child {
	border-bottom-left-radius: 10px !important;
}

/* border consolation prizes */
div.multi_prize_wrap
	div.multiple:last-child
	div.border_22
	div:last-child
	div:last-child {
	border-bottom-right-radius: 10px !important;
}
div.multi_prize_wrap
	div.multiple:last-child
	div.border_22
	div
	div:not(:last-child) {
	border-bottom: solid #bfbfbf 1px;
}
div.multi_prize_wrap div.multiple:first-child div.border_22 {
	border-right: solid #bfbfbf 1px;
}

.bg-2222 {
	background: radial-gradient(5px -9px, circle, white 8%, red 26px);
	background-color: red;
	/* border: 0px solid white; */
	border-radius: 41px;
	color: #fae042;
	font: bold 44px/25px Helvetica, Verdana, Tahoma;
	height: 54px;
	font-family: "Be-Vitenam";
	min-width: 54px;
	padding: 9px 3px 0 3px;
	text-align: center;
	margin: 0px -7px 25px 19px;
}
