body{
	
}

/* @font-face {			
	font-family:'Pyidaungsu';
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.eot');
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.eot?#iefix') format('embedded-opentype');
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.woff') format('woff');
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.ttf') format('truetype');
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.otf') format('opentype');
	src: url('../fonts/Pyidaungsu-2.5.3_Regular.svg#Pyidaungsu') format('svg'); 
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00F7;
}  */

@font-face {	
	font-family: "Myanmar3";
	src: url("/assets/default/fonts/myanmar3/Myanmar3.eot"),
	url("/assets/default/fonts/myanmar3/Myanmar3.ttf") format("truetype"),			
	url("/assets/default/fonts/myanmar3/Myanmar3.woff") format("woff"),
	url("/assets/default/fonts/myanmar3/Myanmar3.woff2") format("woff2"),
	url("/assets/default/fonts/myanmar3/Myanmar3.otf") format("opentype"),
	url("/assets/default/fonts/myanmar3/Myanmar3.svg#filename") format("svg");
}

.header-bar .wrapper{
	position: relative;
}

.header-bar .wrapper > .btn {
    border-radius: 3px;
    padding: 2px 10px;
    border: none;
    background: #ffffff;
	font-size: 30px;
	margin-left: 10px;
}

.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	min-width: 160px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	right: 10px;
}
ul.dropdown-menu li {
    float: left;
    list-style: none;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 5px;
	color: #000000;
}
ul.dropdown-menu li a > .fa {
    background: #fad41a;
    padding: 8px;
    font-size: 16px;
    border-radius: 3px;
    padding: 5px 7px;
    color: #fff;
	margin-bottom: 10px;
}
.header-bar a .fa-facebook::before{
	font-size: 22px;
}
/*
	ul.dropdown-menu::before {
    content: '';
    position: absolute;
    left: 65px;
    top: -16px;
    height: 0;
    border: 8px solid transparent;
	border-bottom-color: transparent;
    border-bottom-color: #fff;
	
}*/
.header > .header-content .header-logo{
	width: 36px;
	height: 36px;
	margin: 8px 32px 8px 0px;
}
.header > .header-content .wrapper {
	/*justify-content: flex-start;*/
}
.header-navbar{
	margin-right: 100px;
}
.header[data-type="1"][is-inverse="true"] > .header-content .header-right-navbar .navbar-link {
    color: var(--neutral-base,#3e455e);
}

.header .header-right-navbar .navbar-link:hover {
    /*color: var(--highlight-base,#137df7) !important;*/
	text-decoration:none;
}
@media only screen and (max-width: 990px) {
	.header .header-right-navbar {
		display:none;
	}
}

.content-form .input-group:not(.twitter-typeahead) .input {   
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	border-left: 1px solid var(--neutral-transp-25,rgba(62,69,94,.25));
    border-right: none;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.content-form .input-group .input-group-icon {
    padding-right: 16px;
    background: #fff;
    border-top-right-radius: var(--border-radius-input,3px);
    border-bottom-right-radius: var(--border-radius-input,3px);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    border-right: 1px solid var(--neutral-transp-25,rgba(62,69,94,.25));
	border-left:none;
    margin-left: -1px;
	margin-right: 0px;
}

.content-form .input-group .input-group-icon button{
	border: 0px;
	background: none;
}

.hero-wrapper [data-type="3"] .hero-slider .carousel-cell {
	min-height: auto;
	padding-bottom: 20px;
}
.hero-wrapper{
	margin-top: 97px;
}
@media only screen and (max-width: 990px) {
	.hero-wrapper [data-type="3"] .hero-slider .carousel-cell {
		min-height: 500px;
	}
	.hero-wrapper{
		margin-top: 0px;
	}
	
}





.header[has-opacity="true"] + .hero-wrapper [data-type="4"], .header[is-sticky="true"] + .hero-wrapper [data-type="4"] {
    top: 90px;
}

@media only screen and (min-width: 768px) {
	.header[has-opacity="true"] + .hero-wrapper [data-type="4"], .header[is-sticky="true"] + .hero-wrapper [data-type="4"]{
		top: 50%;
	}
	
}

.hero-default .wrapper > .hero-header .heading{
	font-size: 24px;
	color: #fff200;
	text-align: right;
	text-decoration: italic;
}

.hero-wrapper [data-type="3"] .hero-slider .carousel-cell.empty-hero{
	/*background: #f2f2f2;*/
	background-image: url(../../images/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 355px;
}
.hero-default[data-type="3"] .hero-slider .carousel-cell::before{
	background:none;
}

@media only screen and (min-width:1140px){
	.categories-base[data-type="2"] .categories-content > .categories-list .categories-item {
		width: 22%;
	}
	.categories-base[data-type="2"] .categories-content > .categories-list .categories-item:nth-child(3n) {
		margin-right: 32px;
	}
	.categories-base[data-type="2"] .categories-content > .categories-list .categories-item:nth-child(4n) {
		margin-right: 0px;
	}
}

.categories-base{
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.categories-base .categories-header, .cards-default .cards-header{
	display: block;
}

.categories-base .categories-header h2, .cards-default .cards-header h2{
	display:block;
	/* text-align:center; */
}

.categories-base[data-bg="brand"] .categories-header > .heading, 
.cards-default .cards-header > .heading,
.cards-default[data-bg="brand"] .cards-header > .heading{
    /*color: var(--neutral-transp-75,rgba(62,69,94,.75))*/
	color: #967620;
}
.categories-base[data-bg="brand"] .categories-header > .heading span, .cards-default .cards-header > .heading span{
	padding-bottom: 10px;
	border-bottom: 3px solid #fff200;
}
.categories-base .categories-header a{
	display:none;
}

#currency{
	position: relative;
	width: 200px;
	margin:10px auto;
}
#currency h2.heading{
	font-size: 14px;
	border: 1px solid #bc992c;
	border-radius: 10px;
	background: #fff685;
	padding: 10px;
	position: relative;
	
}
#currency h2.heading .f18{
	position: absolute;
	right: 10px;
}

#currency a, #currency a:hover{
	color: #000000;
}

.currency-info{
	width: 200px;
	position: absolute;
	background: #fff685;
	border: 1px solid #bc992c;
	padding: 2px;
	z-index:9999;
}

.currency-info table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
}
.currency-info table td{
	border: 1px solid #bc992c;
}

.tab-row .tab-container{
	
}
.tab-row:after{
	content: "";
	display: table;
	clear: both;
}


.tab-row a{
	color: #000 !important;
}

.tablink{
	padding: 8px 16px !important;
	float: left;
	width: 33.33333%;
	text-align: center;
}
.article-categories .tablink{
	padding: 8px 20px !important;
	float: left;
	width: 14%;
}
.article-categories a:hover .tablink{
	background: #bc992c;
}

.tab-bottombar{
	border-bottom: 3px solid #bc992c !important;
}
.tab-border-red, .tab-hover-border-red:hover {
    border-color: #f44336 !important;
	background: #bc992c;
}

.cards-default.listing .cards-list .card{
	border: 1px solid #bc992c;
	padding: 5px;
	border-radius: 3px;
}

.cards-default.listing{
	background: #f1eacf;
}

.product-content{
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-end;
}

.product-card{
	background: #f1eacf;
	border: 1px solid #bc992c;
	padding: 10px;
	width: 29%;
	margin-right: 20px;
	text-align: center;
	flex: 1;
	min-height: 330px;
}

.product-card img{
	height: 200px;
	max-width: 180px;
}
.product-card img.special-offer{
	height: auto;
	width: 100%;
	background: #fff;
}
.product-card .info{
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #bc992c;
}
.product-card .title{
	font-weight: bold;
}

.product-card .pricediscount{
	color: red;
}

.product-card .pricediscount .discount{
	font-size: 12px;
	text-decoration: line-through;
	color: #000;
}

.product-card  a, .product-card  a:hover{
	text-decoration: none;
}

.cards-courosel-wrapper .card{
	margin-right: 16px;
	border: 1px solid #bc992c;
	border-radius: 3px;
	padding: 5px;
}

.cards-courosel-wrapper .card .picture img{
	height: 170px;
}

.cards-default[data-type="articles"] .card .content .title {
    font-weight: 700;
    font-size: var(--font-size-20,16px);
}

.cards-courosel {
    padding: 0 64px;
    position: relative;
}

.cards-courosel .courosel-button[data-direction="previous"] {
    left: 0;
}
.cards-courosel .courosel-button[data-direction="next"] {
    right: 0;
}
.cards-courosel .courosel-button {
    background: #fff;
    border: 1px solid #bc992c;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    color: #bc992c;
    text-decoration: none;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 18px;
}
.cards-courosel .cards-courosel-wrapper {
    display: flex;
    overflow: hidden;
}
.cards-courosel::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 1px;
    /*background: rgba(151,151,151,.23);*/
}

.footer > .footer-content {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f1eacf;
}
.footer > .footer-bar {
    background: #bc992c;
    padding: 16px 0;
	color: #fff;
}
.footer > .footer-content .footer-item .footer-item-title{
	color: #967620;
}
.footer > .footer-content .footer-item .footer-item-content .link-footer,
.footer > .footer-content .footer-item .footer-item-content .footer-info,
.footer > .footer-content .footer-item .footer-item-content .footer-info .fa,
.footer > .footer-content .footer-item .footer-item-content .link-footer .fa{
	color: #967620;
}
.footer > .footer-bar .wrapper{
	display: block;
}
.footer > .footer-bar .wrapper .footer-powered{
	text-align: center;
	color: #000;
	display: block;
	font-size: 15px;
}

/*.footer > .footer-content .footer-item .footer-item-content .link-footer:hover,
	.cards-default .cards-list .card .content .title:hover{
	color: #fff200;
}*/

.thin-strip-base, .section-headers, 
.section-headers::before{
    background: #f1eacf !important;
}

.categories-base[data-bg="brand"] .categories-content > .categories-list .info .title, 
.section-headers .wrapper > .heading, .section-headers .wrapper > .paragraph {
    color: #000;
}

.cards-default[data-type="articles"] .cards-list .card-horizontal-full .content .title {
    font-size: 18px;
}

.cards-default[data-type="articles"] .card-wrapper-quarter .cards-popular > .list-popular-articles .item-popular-articles .content-right .title {
    font-size: 18px;
}

.content-form .input-group .tt-menu .tt-dataset{
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
}

.results-actions .sidebar-item{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.results-actions .sidebar-item .item-body{
	display: flex;
}
.results-actions .sidebar-item .item-header{
	display: none;
}

.results-body .results-actions .sidebar-item .item-body .category-item .category-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: var(--brand-base,#022e69);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.results-actions .sidebar-item .item-body .category-item{
	margin-right: 20px;
	border: 1px solid var(--neutral-transp-75,rgba(62,69,94,.75));
	border-radius: 3px;
	padding: 8px;
	
}

.results-actions .sidebar-item .item-body .category-item[is-selected="true"]{
	background: var(--color-black-transp-5,rgba(0,0,0,.05))
}

.results-actions .sidebar-item .item-body .category-item a{
	color: #000;
	text-decoration: none;
}

.results-actions .sidebar-item .item-body .category-item a{
	color: #000;
	text-decoration: none;
}

.results-body .results-sidebar .sidebar-item .item-body{
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
}
.results-body .results-sidebar .sidebar-item .item-body{
	
	&::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}

&::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.1);
	border-radius: 3px;
	
	&:hover {
    background: rgba(255,255,255,.2);
}
}
}

.content-form .input-group .tt-menu .tt-dataset{
	
	&::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}

&::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.1);
	border-radius: 3px;
	
	&:hover {
    background: rgba(255,255,255,.2);
}
}
}

.summary-item .summary-content .summary-attrs img{
	width: 100%;
	height: auto;
}

.add-free-listing{
	padding-top: 24px;
	padding-bottom: 24px;
	background: #f1eacf;
	color: #967620;
}
div.add-free-listing div.container{
	text-align:center;
	font-size: 20px;
}

div.add-free-listing a.add_free_listing{
	border: 1px solid #bc992c;
	border-radius: 10px;
	padding: 10px 20px;
	background: #fff685;
	font-size: 18px;
	color: #967620;
	white-space: nowrap;
	transition: all .2s ease-in-out;
	display: inline-block;
}

div.add-free-listing a.add_free_listing:hover{
	text-decoration: none;
	transform: scale(1.02);
}

div.add-free-listing a.add_free_listing::after {
    font-family: "FontAwesome"; 
	font-weight: normal; 
	content: "\f061";
	margin-left: 10px;
	font-size: 16px;
}

div.wrap-previous{
	margin-left: 0px !important;
}

div.wrap-previous .input{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.categories-base[data-bg="brand"] .categories-content > .categories-list .info .title .count {
    color: #000;
}
/*
	.jobsborad-card a.categories-item{
	justify-content: center;
	flex-direction: column;
	}
	
	.jobsborad-card a.categories-item .info{
	max-width: 100% !important;
	text-align:center;
}*/

.cards-default.listing.international_advertiser{
	background: #fff;
}

.details-default > .details-header{
	background: none;
}
.details-default > .details-header:not(.details-header-mobile)::before{
	/*background: none;*/
}
.details-banner{
	margin-bottom: 20px;
	flex: 1;
}

.details-default > .details-header .details-general .details-info .details-title .heading {
    color: #000;
}

.details-default > .details-header .details-general .details-info .details-share .fa-share-alt {
    color: var(--color-white-base,#000);
}

.details-default > .details-header .details-contact .contact-item.item-phone a {
    color: var(--color-white-base,#000);
}

.details-default > .details-header .details-general .details-info .details-reviews {
    color: var(--color-white-transp-75,rgba(0,0,0,.75));
}

.button.is-inverse {
    background: 0 0;
    border: 1px solid var(--color-white-transp-75,rgba(0,0,0,.75));
    color: var(--color-white-base,#000);
}

.button.is-inverse:hover {
    border-color: var(--color-white-base,#000);
    opacity: 1;
}

.details-default > .details-header .details-general .details-info .details-claim{
	color: #000;
}

.details-default > .details-header .details-general .details-info .details-claim .fa {
    color: #000;
}

.details-default > .details-header .details-contact .contact-item{
	color: #000;
}

.details-default > .details-header .details-general{
	flex-flow: row;
	width: 65%;
}

.details-default > .details-header .details-picture{
	margin-right: 20px;
}

.details-default > .details-header .details-contact .contact-item{
	max-width: 100%;
	width: auto;
}
.details-right{
	flex: 35%;
}

.details-default > .details-header .details-contact .contact-item .icon .fa{
	color: #000;
}

.details-default .details-contact{
	margin-top: 8px;
}

.hero-wrapper .data-info{
	margin-top: 10px;
	background: rgba(0,0,0, 0.5);
	color: #fff200;
}
.header[data-type="1"][is-inverse="true"] > .header-content{
	background: #fff000;
	border-bottom: 8px solid #000;
}
.header[data-type="1"][is-inverse="true"] > .header-content .header-navbar .navbar-link.is-active,
.header[data-type="1"][is-inverse="true"] > .header-content .header-navbar .navbar-link:hover,
.header[data-type="1"][is-inverse="true"] > .header-content .header-right-navbar .navbar-link:hover,
.navbar-links a:hover,
.header > .navbar-mobile .navbar-links .navbar-link:hover,
.header > .navbar-mobile .navbar-links .navbar-link.is-active
{
	color: #CC0000 !important;
}
.header[data-type="1"][is-inverse="true"] > .header-content .header-navbar .navbar-link,
.header[data-type="1"][is-inverse="true"] > .header-content .header-right-navbar .navbar-link,
.navbar-links a,
.header > .navbar-mobile .navbar-links .navbar-link{
	/*color: #967620;*/
	color: #000000;
}
.hero-default[data-type="4"] .content-form{
	margin-top: 20px;
}
.brand-text{
	color: #fff200;
	font-size: 48px;
	line-height: 1;
	text-align:right;
}
.brand-text span{
	font-size: 24px;
	vertical-align: super;
	font-weight: normal;
}

.header[is-inverse="true"] > .header-content .content-mobile .toggler-button{
	color: #000;
}

.categories-base[data-type="2"][data-bg="brand"] .categories-content > .categories-list .categories-item{
	background: #fff685;
	border-radius: 10px;
	padding: 8px;
}

.categories-base.jobsborad-card[data-type="2"] .categories-content > .categories-list .categories-item{
	flex-direction: column;
	background: none;
}
.categories-base.jobsborad-card .categories-content > .categories-list .categories-item .picture img{
	border-radius: 50%;
}

.categories-base[data-type="2"] .categories-content > .categories-list .info{
	margin-left: 0px;
	max-width: 100%;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width:1140px){
	.categories-base.jobsborad-card[data-type="2"] .categories-content > .categories-list .categories-item{
		width: 10%;
	}
}
@media only screen and (max-width:990px){
	.categories-base.jobsborad-card[data-type="2"] .categories-content > .categories-list .categories-item{
		width: 22%;
	}
}

@media only screen and (min-width: 350px) and (max-width:424px){
	.categories-base.jobsborad-card[data-type="2"] .categories-content > .categories-list .categories-item{
		width: 33%;
	}
}

div.jobscount{
	padding: 20px;
	font-size: 1.2em;
}
div.jobscount span.jobscount{
	font-weight: bold;
	font-size: 1.5em;
}

.categories-base[data-type="2"][data-bg="brand"] .categories-content > .categories-list .categories-item .info .title,
.categories-base[data-type="2"][data-bg="brand"] .categories-content > .categories-list .categories-item .info .title .count{
	color: #967620;
}



.header-navbar .sub-menu{
	/*border: 1px solid #c0c0c0;*/
	min-width: 250px;
	position: absolute;
	top: 100%;
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
	max-width: 300px;
	
}
.header-right-navbar .sub-menu{
	min-width: 250px;
	position: absolute;
	top: 100%;
	max-height: 400px;
	overflow: auto;
	scrollbar-width: thin;
	max-width: 300px;
}
.sub-menu{
	background: #3A3304;
	padding: 20px;
	display: none;
}
.sub-menu .navbar-link-submenu{
	display: block;
	width: 100%;
	color: #967620;
	padding: 10px 0px;
}
.sub-menu .navbar-link-submenu:hover{
	text-decoration: none;
	font-weight: bold;
	color: #fff000;
}
.header .header-navbar .navbar-link.is-active{
	background: none;
	color: #ffea84 !important;
}
.sub-menu-show{
	display: block !important;
}

.has-menu-active{
	color: #fff200  !important;
}

.header > .navbar-mobile{
	background: #fffbb3;
    border-top: 1px solid #000000;
    border-bottom: 3px solid #000;
}

.header > .navbar-mobile::before{
	background: #3A3304;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.header > .navbar-mobile .navbar-links:not(:first-child){
	border-top: 1px solid #000000;
}
.summary-contact{
	display: flex;
	justify-content: space-between;
}
.results-body .results-content .summary-list .summary-item .summary-content .summary-attrs.no-image + .summary-info .summary-claim-noimage{
	white-space: nowrap;
}

.banner[is-wide=""], .banner[is-wide="false"]{
	padding-top: 10px !important;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.cards-default .cards-list .card .picture{
	width: 250px;
	height: 213px;
	overflow: hidden;
}
.categories-myyangon .categories-list .categories-item .picture img{
	width: 120px;
	height: auto;
	overflow: hidden;
}
.cards-default .cards-list .card.highlight .picture{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cards-default .cards-list .card .picture img{
	width: 100%;
	height: auto;
}
.myyangon .description .paragraph{
	text-align: center;
	color: #967620 !important;
}
.myyangon a.title{
	padding: 8px 0px;
	text-align:center;
	border: 1px solid #bc992c;
	background: #fff685;
	border-radius: 15px;
	margin-top: 10px;
	color: #967620 !important;
	font-weight: normal !important;
}

.myyangon a.title::after {
    font-family: "FontAwesome";
    content: "\f105";
    margin-left: 20px;
    font-size: 16px;
	font-weight: bold;
}

/*Hein*/
/*.myyangon-container{}
	.myyangon-container .card-wrapper-vertical{
	display: flex;
	width: 70%;
	margin-bottom: 10px;
	}
	.myyangon-container .card-wrapper-horizontal{
	display: flex;
	width: 30%;
	margin-bottom: 10px;
	background-color: red;
	}
	
	.myyangon-container .card-list .card-horizontal{
	display: flex;
	width: 30%;
	margin-bottom: 10px;
	background-color: red;
}*/
/*.myyangon-container .card-list .card-horizontal .picture img{
	width: 50px;
	height: 130px;
}*/
.advertise{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fee600;
}
.advertise a{
	padding-left: 30px;
	color: #967620;
}
.adv-card{
	color: #967620;
}
.adv-card .icon{
	margin-bottom: 5px;
	width:72px;
	height: 72px;
}
.adv-card .title{
	font-size: 14px;
}
.adv-card .count{
	font-size:18px;
	font-weight: 500;
	color:#957721;
}
.adv-services{
	font-size: 14px;
}
.adv-services li{
	padding-top: 20px;
}
.adv_logo{
	width:150px;
	height: 80px
}
.adv_service{
	width:200px;
	height: 149px;
}

.advertise-title{
	color:#967620;
	text-align: center;
	font-weight: 380;
	font-size: 30px;
	letter-spacing: 0.05em;
}
.top-actions .btn{
	padding:6px 50px !important;
}
[data-bg="brand"], .results-body{
	background: #ffffff;
}

.pricing-plans .pricing-table .pricing-nav.multiple-navs{
	background: #bc992c;
}

.hero-default[data-type="1"]{
	background: #f1eacf;
	color: #000;
}
.hero-default::before{
	background: none;
}
.hero-default .wrapper > .hero-header .paragraph{
	color: #967620;
}

.summary-list .advertiser-list{
	display: flex;
	justify-content: space-between;
}

.results-body .results-content .summary-list .advertiser-list .summary-item .summary-content{
	width: 100%;
	border-right: none;
}

.results-body .results-content .summary-list .advertiser-list .summary-item .summary-content .summary-attrs{
	width: 90px;
}
.results-body .results-content .summary-list .advertiser-list .summary-item .summary-content .summary-info{
	max-width: calc(100% - 100px);
}
.results-body .results-content .summary-list .advertiser-list .summary-item .summary-content .summary-info .summary-title .title{
	max-width: 100%;
}
.advertiser-list address{
	margin-top: 10px;
	margin-bottom: 10px;
}
.advertiser-list .summary-item{
	flex: 1;
}

.advertiser-list .summary-item .ads-title{
	/*border:1px solid #bc992c;*/
	background: #fff685;
	position: absolute;
	font-style: italic;
	z-index:100;
	right: 0;
	top: 0;
	font-size: 12px;
	padding: 2px 10px 2px 20px;
	color: red;
}
.advertiser-list .summary-item .ads-title::before{
	background: #fff;
	transform: rotate(-30deg) translateX(-50%);
	left: 0px;
	top: -2px;
	position: absolute;
	content: "";
	height: 100%;
	width: 10px;
}

.categories-base .categories-header > .heading{
	color: #967620;
}

.results-pagination .item-pagination{
	width: 30px;
    height: 30px;
    background: var(--neutral-transp-10,rgba(62,69,94,.1));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-icon,3px);
    margin-left: 4px;
    color: var(--neutral-base,#3e455e);
    border: 1px solid transparent;
    transition: .2s ease-in-out;
    text-decoration: none;
}

.results-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.results-pagination .item-pagination.is-selected {
    background: var(--highlight-base,#137df7);
    color: #fff;
}

.category-accordion .card{
	margin-bottom: 10px;
	background: #fff685;
	border-radius: 10px;
}

.category-accordion .card .card-body{
	
	padding: 20px;
}

.category-accordion .card-header a{
	display: block;
	width: 100%;
	padding: 20px 10px;
	color: #967620;
	font-family: FontAwesome;
	border-bottom: 1px solid #bc992c;
}
.category-accordion .card-header a:hover{
	color: #967620;
	text-decoration: none;
}

.category-accordion .card-header a::after{
	content: "\f105";
	float: right;	
	color: grey;
	font-size: 20px;
	margin-top: -25px;
}

.category-accordion .card-header a.selected::after{
	content: "\f107";
	float: right;	
	color: grey;
	font-size: 20px;
	margin-top: -25px;
}

.category-accordion .card .card-body ul{
	padding: 10px 20px;
}
.category-accordion .card .card-body ul li{
	padding-bottom: 10px;
}

.category-accordion .card .card-body ul a, .category-accordion .card .card-body ul a:hover{
	color: #967620;
	text-decoration: none;
}
.details-default > .details-header:not(.details-header-mobile)::before{
	background: none;
}

.details-info .details-title,
.details-info .details-share,
.details-info .details-contact .contact-item,
.detail-body-content .card .contact-item{
    display: flex;
}

.detail-body-content .cards-list {
    display: flex;
	flex-flow: row;
}

.detail-body-content .cards-list .card{
	width: 30%;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 10px;
	margin-right: 15px;
}
.detail-body-content .cards-default .cards-list .card .content .reviews{
	margin-top: 0px;
}

.detail-body-content .cards-default .cards-list .card:not(.card-horizontal) .content{
	margin-top: 10px;
}

.details-reviews .reviews-stars .fa-star{
	color: #ffc800;
}

.details-listing .details-info .details-title{
	margin:15px 0px;
}

.details-listing .details-info .details-contact .contact-item{
	margin-top: 7px;
}

.tab-content .tab-item-hours .hours-content-more {
    margin-top: 8px;
    padding-left: 23px;
}

.tab-content .tab-item-hours .hours-content{
	padding-left: 0px !important;
	margin-top: 0px !important;
}

.tab-content .tab-item-hours .hours-content .hours-more{
    margin-top: 8px;
    padding: 23px;
    position: absolute;
    background: #fff;
	border: 1px solid black;
	z-index: 999;
}
.hours-heading.first-hours{
	white-space: nowrap;
}
.tab-content .tab-item-hours .hours-content .hours-more .hours-item{
	white-space: nowrap;
}

.tab-right .button.button-bg{
	padding-left: 16px;
	padding-right: 16px;
}

.list-columns-3 > ul {
    column-width: 150px;
    column-count: 3;
    column-gap: 20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

section.features {
    border-bottom: 1px solid #c5baba;
    margin: 24px 0px;
    padding: 10px 0px;
}

.details-listing .cards-default {
    padding-top: 24px;
    padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #c5baba;
}

.details-listing .cards-default .cards-header .heading.h-4{
	margin-left: -15px;
	color: rgba(62,69,94,.75);
	font-weight: 700;
}

.advertiser-banner{
	margin-bottom: 15px;
}

.details-navigation {
	margin-top: 20px;
    background: #f1eacf;
}

.details-navigation a{
    padding: 20px;
    display: inline-block;
	color: #967620;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

.details-navigation a:hover{
    color: #967620;
}

.details-navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #967620;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.details-navigation  a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.details-listing .detail-box .detail-box-top-header{
	font-weight: bold;
	font-size: 1.2em;
	margin: 15px 0px;
	color: rgba(62,69,94,.75);
}
.details-listing .detail-box .detail-box-content iframe{
	width: 100%;
}

.details-listing .tab-right .details-map{
	margin-bottom: 10px;
}

.details-listing .facebookfanpage{
	margin-top: 10px;
}

.details-listing .advertiser-banner{
	border-bottom: 1px solid #967620;
}
/*
	.fa-star, .fa-star-o{
	color: #ffc800;
	}
	.hours-more{
	display: none;
	}
	.tab-item-hours .hours-heading.first-hours{
	cursor: pointer;
	}
*/
.myyangon_section{
	background: #f1eacf;
	/*padding: 10px 0;*/
}

.myyangon_section img.myyangon_logo{
	width: 100%;
	height: auto;
	display: block;
	/*position: absolute;*/
}
/*.myyangon_section_wrapper{
	margin: 15px 0px;
}*/
.myyangon_section_wrapper .logo_wrapper{
	/*margin: auto;*/
	position: relative;
}

.myyangon_section .slide_wrapper{
	position: relative;
	display: none;
}

.myyangon_section .slide_wrapper .slide{
	position: absolute;
	right: 0;
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.myyangon_section .slide_wrapper .slide h1{
	width: 100%;
	display: block;
}

.myyangon_section .slide_wrapper .slide h3{
	display: block;
	width: 50%;
}

.myyangon_section .slide_wrapper .slide ul{
	list-style-type: none;
}

.myyangon_section .slide_wrapper .slide ul li{
	/*position: absolute;
		top: 0px;
	left: 0px;*/
}

.categories-base.categories-myyangon[data-type="1"] .categories-content > .categories-list {
    margin-left: 0px;
    margin-top: 0px;
	justify-content: center;
}

.cards-default[data-type="events"][data-bg="brand"]{
    padding-top: 48px !important;
}

.cards-default .cards-upcoming .upcoming-button{
	border: 1px solid #bc992c;
	color: #bc992c;
}

.cards-default[data-type="events"][data-bg="brand"]{
	background: #f1eacf;
	margin-bottom: 1px;
}

[data-type="events"][data-bg="brand"] .cards-upcoming .selected-date{
	background: #967620;
}

.cards-default .cards-upcoming::after{
	background: #967620;
}

.cards-default .cards-upcoming .calendar-sm[is-active="true"] .month{
	background: #967620;
}

.cards-default .cards-upcoming .calendar-sm .month{
	background: #bc992c;
}

.calendar-sm{
	border: 1px solid #bc992c;
}

.cards-default[data-type="events"] .cards-list .card{
	display: flex;
	margin-bottom: 0px;
}

.cards-default[data-type="events"] .cards-list .card .content{
	margin-top: 0px;
	margin-left: 24px;
}

.cards-default[data-type="events"] .cards-list .card .picture{
	height: auto;
}
[data-type="events"][data-bg="brand"] .cards-list .card .content .title{
	color: #967620;
}

.cards-default .cards-list .card:hover .content .title{
	color: #967620;
}
.details-articles .detail-body img{
	/*width: 100%;*/
}

.subscribe-box{
    width: 220px;
    padding: 0px 10px 10px 10px;
    font-size: 13px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #c0c0c0;
    z-index: 999;
}
.subscribe-box img{
    width:200px;
}
.subscribe-box .btn{
    line-height: 1 !important;
}
.subscribe-box .btn-wrapper{
    text-align: right;
}
.subscribe-box .subscribe-header{
    font-size: 16px;
    text-decoration: underline;
}

.subscribe-box .form-control{
    margin-bottom: 5px;
}
.subscribe-box .fa-window-close{
    cursor: pointer;
}
.subscribe-box #message{
	margin-top:5px;
}
.subscribe-box #btn-subscribe{
	background:#fff685;
	padding: 10px 8px;
	border-radius: 5px;
}

nav.header-navbar a#navigation-item-7.navbar-link.is-active.has-submenu {
	color: #967620 !important;
}	
div#listing.pricing-wrapper.is-active div.pricing-list div.row div.container div.col-sm-12.col-md-4.col-lg-4 { 
	float:left;
}
@media only screen and (max-width: 600px) {
	
	div.categories-base div.container div.categoryalpha.results-pagination {
		display: inline !important;
		padding-top:10px;
	}
	div.categories-base div.container div.categoryalpha.results-pagination a.item-pagination {
		margin-top: 10px;
	}
	div.categories-base div.container div.category-accordion.accordion {
		margin-left: 40px;
		top: -615px;
		position: relative;
	}
	
	html body div.categories-base div.container div.categories-wrapper.listingcategories-alpha.background {
		margin-left: 15%;
		position: relative;
		top: -665px;
	}
	html body div.categories-base div.container div.categories-wrapper.listingcategories-alpha.background div.categories-content {
		max-height: 640px;
	}
}

.results-body .results-content .summary-list .summary-item .summary-additional .summary-off-price{
	font-size: 18px;
}

.results-body .results-content .summary-list .summary-item .summary-additional .summary-price{
	font-size: 22px;
}

@media (max-width:575px) {
	.col-xs-6 {
		-webkit-box-flex:0;
		-webkit-flex:0 0 50%;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
}

.banner[type="leaderboard"] {
    display: flex !important;
}


@media only screen and (max-width: 991px) {
	.hidden-sm{
		display: none;
	}
}
@media only screen and (min-width: 991px) {
	.visible-sm{
		display: none;
	}
}

.results-body .results-content .summary-list .summary-item .summary-content .summary-attrs .summary-picture{
	height: 100%;
}

div.default-company-image{
	width: 100%; 
	min-height: 120px;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	text-align: center;
	font-weight: bold;
	font-family: Garamond;
	text-transform: uppercase;
}

div.default-company-image span{
	text-align: center;
	color: #000;
}

.my-yangon-ads img {
    margin: 0 auto;
}

div.summary-description *, div.article-description *, div.row.itemrow div.col-lg-8 a h3, div.article-header h1.heading.h-2, a.heading.h-4.title, div.bgcolors p, p.small-title, div.yangon-article-short a h3, div.content a.title.heading.h-4 , div.card-header a.card-title.mm3 , .mm3 * {
	font-family: Myanmar3 !important;
}	

.category-accordion .card-header a::after {
	font-family: FontAwesome !important;
	}						