/*
	Theme Name: Afka Taman
	Theme URI: https://www.afkataman.com
	Description: Custom WP theme for Afka Taman
	Version: 1.0.01.2024
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: taman, jasa taman

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php 
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.8 'Sora', helvetica, sans-serif;
	background-color: #fff;
	color: #111;
	width: 100%;
	position: relative;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #e8f1e5;
    color: #000;
    padding: 20px 20px 2px 20px;
    margin: 30px 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #078a4d;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #078a4d;
	text-decoration:none;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
}
a:hover {
	color:#000;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 600; color: #111;}
h4, h5, h6 {font-weight: 500; color: #111;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: relative;
	z-index: 999;
	background-color: #fff;
	height: 100px;
}
.header .container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
	height: 100px;
	text-align: center;
	position: relative;
	transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header .container .logo {
	float: left;
    padding: 0;
    width: 180px;
    position: relative;
    line-height: 0;
    margin: 0;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}

.header .container .nav {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.header .container .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .container .nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.header .container .nav ul li.menu-item-has-children:hover a {
	color: #fff;
	background-color: #078a4d;
}
.header .container .nav ul li a {
	display: block;
    font-size: 18px;
    padding: 1px 20px;
	color: #555;
	font-weight: 500;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.header .container .nav ul li a:hover {
	color: #fff;
	background-color: #078a4d;
}
.header .container .nav ul li.current_page_item {
	position: relative;
}
.header .container .nav ul li.current_page_item a {
	color: #000;
}
.header .container .nav ul li.current_page_item a:hover {
	color: #fff;
	background-color: #078a4d;
}
.header .container .nav ul li a i {
	padding-right: 5px;
}
.header .container .top-contact {
	position: relative;
}
.header .container .top-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .container .top-contact ul li {
	display: inline-block;
	margin-left: 5px;
}
.header .container .top-contact ul li a {
	display: inline-block;
	font-size: 16px;
	padding: 7px 25px;
	font-weight: 500;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	font-weight: 600;
	background-color: #078a4d;
	margin-left: 10px;
}
.header .container .top-contact ul li a i {
	margin-right: 5px;
}

.header.scrolled {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	border-bottom: 5px solid #4b8f67;
}
.header.scrolled .container {
	transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    background-color: transparent;
    height: 80px;
}
.header.scrolled .container .logo {
	width: 160px;
	position: relative;
}
.header.scrolled .container .nav {
	margin: 0;
}

ul.display-posts-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.display-posts-listing li {
	font-size: 14px;
	margin: 0 0 30px 0;
	width: 31.33333%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    list-style: none;
    padding-bottom: 20px;
    background-color: #fff;
}
ul.display-posts-listing li a.image {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
ul.display-posts-listing li a.image img {
	width: 100%;
	height: auto;
    -o-object-fit: cover;
    object-fit: cover;
	margin: 0 !important;
	transform: scale(1);
    transition: transform .5s;
}
ul.display-posts-listing li a.image:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}
ul.display-posts-listing li a.title {
	font-size: 21px;
    padding: 0;
    margin: 20px 0 10px 0;
	padding-left: 15px;
	padding-right: 15px;
    line-height: 1.2;
    display: block;
    color: #078a4d;
    font-weight: 600;
}
ul.display-posts-listing li a.title:hover {
	color: #000;
}
ul.display-posts-listing li span.excerpt {
	padding: 0 15px;
	display: block;
}
ul.display-posts-listing li span.date {
	font-size: 12px;
    color: #888;
}
ul.display-posts-listing li .inner span.thecategory {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 0;
	z-index: 1;
}
ul.display-posts-listing li .inner span.thecategory a {
	color: #fff;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li {
	position: relative;
	display: inline-block;
	margin: 5px;
}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li a {
	display: inherit;
	background-color: #009444;
	padding: 5px;
	color: #fff;
	font-size: 12px !important;
	line-height: 1;
	border-radius: 3px;

}
ul.display-posts-listing li .inner span.thecategory ul.post-categories li a:hover {
	color: #fff;
}
ul.display-posts-listing li .inner span.date {
	font-size: 12px;
	color: #888;
}

#foot {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	background-color: #5E8668;
}
#foot .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: rgba(255,255,255, .9);
	z-index: 2;
}
#foot .container a {
	color: rgba(255,255,255, .9);
}
#foot .container a:hover {
	color: #fff;
}
#foot .container h5 {
	margin: 0 0 20px 0;
	color: rgba(255,255,255, .7);
	font-weight: 400;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
#main-wrapper .container .content {
	width: 68%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0;
}
#main-wrapper .container .content h1 {
	margin: 0 0 20px 0;
}

#main-wrapper .post-img {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#main-wrapper .post-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#main-wrapper .container.blog-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-wrapper .container.blog-list article {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.4;
	padding: 0;
	width: 31.33333%;
	float: left;
	margin: 1%;
}
#main-wrapper .container.blog-list article h2 {
	font-size: 21px;
	line-height: 1.1;
	padding: 0;
	text-align: left;
	margin: 10px 0 20px 0;
}
#main-wrapper .container.blog-list article h2 a {
	color: #078a4d;
}
#main-wrapper .container.blog-list article h2 a:hover {
	color: #111;
}
#main-wrapper .container.blog-list article:nth-child(4) {
	clear: left;
}
#main-wrapper .container.blog-list article a img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}
#main-wrapper .container.blog-list article p {
	font-size: 14px;
	color: #555;
	padding: 0;
}
#main-wrapper .container.blog-list article .metadata {
	padding: 0;
}

#main-wrapper .container .content article h1 {
	line-height: 1.2;
	font-size: 35px;
	margin: 0 0 25px 0;
}
#main-wrapper .container .content article h2 a:hover {
	text-decoration: underline;
}
#main-wrapper .container .content article img {
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#main-wrapper .container .content article p a.view-article {
	color: #E84C4C;
	font-size: 11px;
}
#main-wrapper .container .content article span.date,
#main-wrapper .container .content article span.author,
#main-wrapper .container .content article span.comments {
	font-size: 13px;
	color: #575757;
	margin-right: 20px;
}
#main-wrapper .container .content article p {
	margin: 0 0 20px 0;
}

#main-wrapper .container .content article.full {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 0;
	color: #111;
}
#main-wrapper .container .content article.full img {
	width: 100%;
	margin: 0 !important;
	border-radius: 10px;
}
#main-wrapper .container .content article.full h1 {
	font-size: 32px;
	line-height: 1.1;
	margin: 25px 0;
	border: 0;
	padding: 0;
	color: #111;
}
#main-wrapper .container .content article.full h2 {
	color: #111;
	font-size: 24px;
	line-height: 1.1;
}
#main-wrapper .container .content article.full span.date,
#main-wrapper .container .content article.full span.author,
#main-wrapper .container .content article.full span.comments {
	font-size: 13px;
	color: #999;
	margin-right: 20px;
	display: inline-block;
}
#main-wrapper .container .content article.full h3 {
	color: #111;
	font-size: 20px;
	line-height: 1.4;
}
#main-wrapper .container .content article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content article.full p {
	font-size: 16px;
	line-height: 1.8;
	color: #111;
}
#main-wrapper .container .content article.full ul li {
	font-size: 15px;
	line-height: 1.8;
}

#main-wrapper .container .content article h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 1.1;
	position: relative;
}

.pagination {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(0,0,0, .2);
    margin-top: 0;
    padding-top: 30px;
}
.pagination span.page-numbers.current {
    background: #078a4d;
    color: #fff;
    padding: 5px 12px 6px 12px;
}
.pagination a.page-numbers {
    padding: 7px 12px 8px 12px;
    color: #888;
}
.pagination a.page-numbers:hover {
    background: #078a4d;
    color: #fff;
}

/* sidebar */
#main-wrapper .container .sidebar {
	float: right;
	width: 28%;
}
#main-wrapper .container .sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
#main-wrapper .container .sidebar .sidebar-widget h3 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 7px 15px;
    position: relative;
    background-color: #078a4d;
    border-radius: 5px;
}
#main-wrapper .container .sidebar .sidebar-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .sidebar .sidebar-widget ul li {
    border-bottom: 1px solid rgba(0,0,0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a {
	color: #222;
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a:hover {
	color: #078a4d;
}
#main-wrapper .container .sidebar .sidebar-widget .widget_recent_entries,
#main-wrapper .container .sidebar .sidebar-widget .widget_nav_menu,
#main-wrapper .container .sidebar .sidebar-widget .widget_text {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}
#main-wrapper .container .sidebar .sidebar-widget .gallery-item {
	width: 50% !important;
}
#main-wrapper .container .sidebar .sidebar-widget .gallery-item a img {
	border-radius: 5px !important;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	background-color: #efefee;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb i {
	margin: 0 10px;
	color: #999;
}

.contact-widget {
	background-color: #f7ed95;
  padding: 10px 25px;
  border-radius: 7px;
  margin-bottom: 30px;
  display: block;
  font-size: 16px;
}
.contact-widget h3 {
	font-size: 30px !important;
	color: #000;
	border-bottom: 2px solid rgba(0,0,0, .4);
	padding-bottom: 10px;
	margin: 15px 0 20px 0;
}
.contact-widget p {
	color: #111 !important;
	font-size: 14px !important;
}
.contact-widget h2 {
	font-size: 20px;
}
.contact-widget ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.contact-widget ul li {
	width: 100%;
	margin-bottom: 5px;
}
.contact-widget ul li a {
	display: block;
	font-size: 18px;
	background-color: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}
.contact-widget ul li a i {
	margin-right: 5px;
}

.header #megamenu {
  position: fixed;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 20px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background:#078a4d;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #078a4d;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #078A4D;
  z-index: 999;
  overflow: hidden;
}
.menu-dropdown .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.menu-dropdown .container .navbar {
  position: relative;
  padding: 0;
  display: block;
  top: 0;
}
.menu-dropdown .container .navbar .nav {
  position: relative;
  padding: 0;
  display: block;
  width: 100% !important;
}
.menu-dropdown .container .navbar .nav ul {
  -webkit-font-smoothing:antialiased;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  background-color: transparent;
}
.menu-dropdown .container .navbar .nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  float: none;
  border-bottom: 1px solid rgba(255,255,255, .2);
}
.menu-dropdown .container .navbar .nav ul li:first-child {
  border-top: 0;
}
.menu-dropdown .container .navbar .nav ul li:last-child {
  border-bottom: 0;
}
.menu-dropdown .container .navbar .nav ul li a {
  display: block;
  font-size: 24px;
  padding: 20px 0;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
.menu-dropdown .container .navbar .nav ul li a:hover {
  color: #fff;
  border: 0;
}
.menu-dropdown .container .navbar .nav ul li.current_page_item a {
  color: rgba(255,255,255, .7);
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}
.whatsapp a {
    color: #fff;
    padding: 0;
    background: #45b33e;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    display: block;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
}
.whatsapp a:hover {
    background-color: #0e907c;
    color: #fff;
    text-decoration: none;
}
.whatsapp a i {
    vertical-align: middle;
    font-size: 34px;
    position: relative;
    padding: 0;
    top: 0;
}

#gallery-1 img {
	border: 0 !important;
}
#gallery-1 .gallery-item {
	margin: 0 !important;
	padding: 5px !important;
	width: auto !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1140px) {
	.header .container,
	.navbar .nav,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 9999; height: 80px; background-color: #fff; top: 0;}
	.header .container {position: relative; background-color: transparent; height: 80px;}
	.header .container .logo {padding: 0; background: transparent; width: 140px;}
	.header .container .nav {display: none;}
	.header #megamenu {display: block !important; top: 32px; right: 56px; z-index: 99999;}
	.menu-dropdown {display: block; top: 80px; z-index: 999;}
	.header.scrolled {height: 80px;}
	.header.scrolled #megamenu {display: block !important; top: 32px; right: 56px; z-index: 99999;}
	.header.scrolled .container {position: relative; background-color: transparent; overflow: visible; height: 80px;}
	.header.scrolled .container .logo {padding: 0; background: transparent; width: 140px;}
	.header .container .top-contact ul li a {padding: 7px 15px;}

	ul.display-posts-listing li {width: 100%; overflow: hidden; margin-bottom: 30px;}
	ul.display-posts-listing li a.image {height: auto; width: 100%; border-radius: 8px; margin-right: 0;}
	ul.display-posts-listing li a.image img {height: auto; width: 100%;}
	ul.display-posts-listing li a.title {font-size: 21px; margin-top: 15px;}

	#main-wrapper {margin-top: 0;}
	#main-wrapper .container {padding: 30px 20px;}
	#main-wrapper .container.blog-list article {width: 100%; margin: 0 0 30px 0;}
	#main-wrapper .container.blog-list article a img {height: auto;}
	#main-wrapper .container .content {width: 100%; float: none; padding: 0;}
	#main-wrapper .container .content article.full h1 {font-size: 24px; line-height: 1.1;}
	#main-wrapper .container .content article.full h2 {line-height: 1.1; font-size: 22px;}
	#main-wrapper .container .content article img {width: 100%; margin: 0 0 20px 0 !important;}
	#main-wrapper .container .sidebar {width: 100%; float: none; margin-top: 30px;}

	.breadcrumb {padding: 10px 20px; white-space: nowrap; overflow-x: auto;}

	#foot .container {padding: 20px; text-align: center;}
	#foot .container #text-4.widget_text {padding-bottom: 0;}
	#foot .container .widget_text, #foot .container .widget_recent_entries, #foot .container .widget_nav_menu {width: 100% !important; padding: 0; padding-bottom: 30px;}
}
@media only screen and (max-width:640px) {
	.header .container .top-contact {margin: 0; top: -3px; right: 58px;}
	.header.scrolled .container .top-contact {top: 10px;}
	.header .container .top-contact a {padding: 7px 15px;}
	.header .container .top-contact a i {display: inline-block;}
	.header .container .top-contact a span {display: none;}
	.header.scrolled .container .top-contact {top: -2px;}
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0;
}
.alignright {
	float:right;
	margin:0;
}
.alignleft {
	float:left;
	margin:0;
}
a img.alignright {
	float:right;
	margin:0;
}
a img.alignnone {
	margin:0;
}
a img.alignleft {
	float:left;
	margin:0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	padding:0;
	font-size: 11px;
}
.wp-caption.alignnone {
	margin:0;
}
.wp-caption.alignleft {
	margin:0;
}
.wp-caption.alignright {
	margin:0;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0;
}
p.wp-caption-text {
	font-size: 11px !important;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #078a4d;
}