body {
	font-size: 1.5em;
	font-family: Pyidaungsu,Helvetica, sans-serif;
	/*background: url(../images/body-bg.png) repeat;*/
	/*background: #f3eafb;*/
	background: #eeeeee;
}

@font-face {			
	font-family:'Pyidaungsu';
	src: url("../fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.eot"),
	url('../fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.woff') format('woff'),
	url('../fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.ttf') format('truetype'),
	url('../fonts/pyidaungsu/Pyidaungsu-2.5.3_Regular.otf') format('opentype'),
	url('../fonts/pyidaungsu/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:'Zawgyi-One';
	src:local('Zawgyi-One'), url('https://mmwebfonts.comquas.com/fonts/zawgyi.woff') format('woff'), url('https://mmwebfonts.comquas.com/fonts/zawgyi.ttf') format('ttf');
}

@font-face {
	font-family:'Myanmar3';
	src:local('Myanmar3'), url('https://mmwebfonts.comquas.com/fonts/myanmar3.woff') format('woff'), url('https://mmwebfonts.comquas.com/fonts/myanmar3.ttf') format('ttf');
} */

.catItemTitle,.catItemIntroText, .itemBody,.itemTitle,.itemIntroText,.itemFullText,.home-itemintrotext,.home-itemTitle{
	font-family: Pyidaungsu,Arial, Helvetica, sans-serif !important;
}


.art-text > p  { max-height: 40px !important; overflow: hidden !important;}

.category-listing .thumbnail .caption .category-list-title,.category-detail .first-title,.item-title {
	font-family: Pyidaungsu,Arial, Helvetica, sans-serif !important;
}

a:hover {
	text-decoration: none;
	border-radius: 0;
}


/*........... Start Common CSS .........*/

/* button */
.home-btn {
	/*background: #e31e25;*/
	background: #970303 !important;
	color: #fff;;
	font-size: 16px;
	width: 100%;
	line-height: 47px;
}
button#mt_search_btn.btn.btn-default.home-btn {
	border-radius: 0 !important; 
	border: 1px solid #970303 !important;
	opacity: 1 !important;
}

/* padding, margin */

.common-padding {
	padding: 40px 0;
}
.navbar-nav .dropdown-menu > li > a{padding:10px;}
.navbar-nav .dropdown-menu > li > a:hover{background:#e31e25;}
.second-title {
	color: #c4161c;
	position: relative;
	margin-bottom: 60px;
}

.second-title:before,.second-title:after,.first-title:after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/title-lines.png);
	width: 400px;
	height: 10px;
	top: 10px;
}

.second-title:before {
	left: 0;
}

.second-title:after {
	right: 0;
}

.first-title {
	/*margin-bottom: 30px;*/
}

.first-title:after {
	top: 38px;
	right: 200px;
}

.category-listing .thumbnail .readmore a {
	color: #c4161c;
	background: rgba(247,148,29,0.5);
	display: inline-block;
	/*padding: 7px 23px;*/
	border-radius: 3px;
}

.category-detail .share ul li {
	margin-top: 15px;
}

.category-detail .share a {
	padding: 5px 13px;
	border-radius: 4px;
	border: 1px solid #e38d13;
}

.category-listing .thumbnail .readmore a:hover,.category-detail .share a:hover {
	background: #c4161c;
	color: #fff;
	border-radius: 3px;
}

/*........... end Common CSS .........*/

/*........... Start Menu .........*/

.navbar-inverse {
	background: #000;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	/*height: 60px;*/
}

#navbar {
	position: relative;
}

#navbar .l-logo {
	position: absolute;
	width: 200px;
	height: 114px;
	top: 0;
}

.affix {
	z-index: 9998;
	width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover {
	background: #f7941d;
	cursor: pointer;
	
}
.navbar-inverse .navbar-nav>li>a{
	font-size:15px;
	/*text-transform: uppercase;*/
}

.home-btn:hover {
	background: #970303;
	color: #fff;
}

.navbar-inverse .navbar-nav>li.nav-logo>a:hover {
	background: none !important;
}
.navbar-nav > li > a{line-height: 30px !important;}
.nav-logo a{padding: 17px 0 !important;}
.upper-menu {
	padding-top: 10px;
	color: #fff;
	background-color:#191919;
	padding-bottom: 10px;
}
.upper-menu ul{margin-bottom: 0px;}
.upper-menu ul li {float: left;list-style: none;font-size: 15px;padding-left: 15px;}
.mobile_icon, .social_icon {position: relative;display: inline-block;}
/*........... end Menu .........*/

/*........... Start Banner and Search box .........*/

#banner {
	background: url(../img/advertising-banner.jpg);
	/*min-height: 590px;*/
	min-height: 550;
	/*margin-top:93px;*/
	margin-top:85px;
	background-size: cover;
	margin-bottom: 35px;
}
#banner img{
	margin: 0 auto;
	/*padding-top:75px;*/
	padding-top:30px;
}
/*........... end Banner and Search box .........*/

/*........... start inner search box .........*/

.outer-bg {
	margin-top:7px;
}
/*.search-box-bg .col-md-3{
    border-right: 1px solid #ccc;
    padding: 0;
    width: 200px;
}
.search-box-bg {
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
}
.search-box-bg input[type="text"],.search-box-bg select,.search-box-bg input[type="submit"]{
	height: 60px;
	border:none;
	background: #fff;
	-moz-appearance: none;
}
 .search-box-bg input[type="text"]{width: 200px;}
.search-box-bg select,.search-box-bg input[type="submit"]{
	width: 248px;
}
.search-box-bg form{display: inline-block;}
.search-box-bg .form-control,.inner-search .form-control,.form-group {
	width: 100%;
}

.search-box-bg .form-control,.inner-search .form-control {
/*	height: 45px;
	border: 1px solid #a57740;*/

.search-box .form-control,.inner-search .form-control{
	min-height: 50px;
	margin-bottom: 10px;
	}
.search-box-bg ,.home-search{
	width: 1020px;
	margin: 0 auto;
}
.home-search input[type="text"] ,#inside_search select{
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;

}
.home-search input[type="text"]{
	padding: 16px 10px;
}
#inside_search input[type="text"],#inside_search select{
	    border: 0;
	    /*border-right: 1px solid #e31e25;*/
}
.home-search select {
	    border: 0;
    width: 100%;
    height: 60px;
    background: #fff !important;
    font-size: 16px;
padding: 0 10px;
}
.home-search input[type="submit"], #inside_search input[type="submit"] {
    background: #e31e25;
    color: #fff;
    border: 0;
}
.home-search select, #inside_search select {
    -moz-appearance: none;
    }
.home-search .col-md-3{
    padding-left: 0;
    padding-right: 0;
    height: 60px;
    background: #fff;
    font-size: 17px;
   /*  border-right: 1px solid #cccccc; */
}
#inside_search {
    border-radius: 0px;
    /*margin-top: 110px;*/
    margin-top: 90px;
    margin-bottom: 30px;
}
.inner-search-left {
    padding: 10px 0px;
}
.inner-search-right {
    width: 810px;
    margin-left: 35px;
}
#inside_search  input, #inside_search select, #inside_search  button {
    /*height: 55px;*/
    width: 100%;
    margin-bottom: 10px;
    /*border-right: 1px solid #e31e25;*/
    font-size: 14px;
    /*padding: 0px 10px;*/
    /*width: 202px;*/
}
.outer-search-box, .search-ajax-box {
	position: relative;
}

#mod_mt_search #mt_suggest_wrap {
	position: absolute;
	z-index: 9999;
	top: 41px;
	left: 0;
	width: 100%;
}

#mod_mt_search #mt_suggest_wrap ul.my-new-list {
	background: #fff;
	border: 4px solid rgba(247,148,29,1);
	margin-top: 1px;
	border-radius: 3px;
	padding-left: 10px;
	max-height: 400px;
	overflow-y: auto;
}

#mod_mt_search #mt_suggest_wrap ul.my-new-list li {
	list-style: none;
	font-size: 14px;
	margin: 5px 0;
	cursor: pointer;
}

/*........... end Binner search box .........*/
/*........... start welcome .........*/

.home-text {
    width: 100%;
    color: #000;
    background: #fff;
    padding: 37px 0 20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
.header-line {
    /*display:table;
    width:100%;*/
    /*max-width:100%;*/
    margin-bottom: 30px;
}
.header-line div {
    display:table-row;
    line-height:1.5em;
    font-size:2em;
    white-space:nowrap;
}
.header-line h2 {
    font-size:23px; /* Change font-size in header */
    font-weight: bold;
    overflow:hidden;
    text-transform: uppercase;
    display:table-cell;
    /*vertical-align:middle;*/
    /*width:1px;*/
    table-layout:fixed;
    padding:20px 0px !important;
    
    color:#970303;
    border-bottom: 2px solid #970303;

}
.featured-adv .header-line span.spacer {
	padding:0px;
}
.header-line span.spacer {
    display:table-cell;
    padding-left:15px;
}
.header-line span.spacer:after {
    display:inline-block;
    width:100%;
    content:".";
    font-size:0;
    color:transparent;
    height:5px;
    vertical-align:middle;
    position:relative;
    top:-1px;
    border-bottom: 1px solid #e51e25;
    border-top: 1px solid #e51e25;

}
.home-news-block {
    height: 260px;
    overflow: hidden;
    margin-bottom: -40px;
}

.moduleItemIntrotext{
	padding-right:15px;
	border-right: 1px solid #afafaf;
	margin-left:-15px;

}

.home-itemcategory {
    /*padding: 30px 0 20px 0;*/
    padding: 20px 0 20px 0;

}
.home-itemcategory a {
    /*padding: 7px 18px;*/
}
.home-itemcategory a, .catItemReadMore a {
    font-size: 16px;
    text-transform: uppercase;
    color: #970303;
    
    /*background: #e61e20;*/
}
.home-itemTitle {
	/*font-weight: bold;*/
	font-size: 14px;
    /*height: 40px;*/
    height: 46px;
    overflow: hidden;
    margin:5px 0;
}
.home-itemTitle a {
    font-size: 16px;
    color: #292525;
}
.home-itemintrotext {
    height: 117px;
	overflow: hidden;

	padding: 10px 0;
line-height: 24px;
}
.home-itemintrotext p{font-size: 14px;}
.catItemReadMore {
    padding: 15px 0;
    display: inline-block;
}
.catItemReadMore a {
    padding: 7px 20px;
    float: right;
}

.popular-category-block {
    /*background: #fff;*/
   height: 150px;
   margin-top: 30px;
   
}

.text-center,.popular-category-block h4 {
    text-align: center;
}
.popular-category-block h4 a {
    /*color: #000 !important;*/
    font-size: 13px;
    color:#fff!important;
}


.home-feature .hm-feature-medium, .feature-adv .hm-feature-medium {
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px solid rgba(142,83,161,0);
    min-height: 160px;
    margin-bottom: 60px;
}
.hm-feature-medium {
    margin-bottom: 15px;
    border-top: 1px solid rgba(142,83,161,0);
    /*min-height: 160px;*/
    padding: 1px;
    margin-right: auto;
    margin-left: auto;
    /*background: #f3eafb;*/
}
.hm-feature-medium {
    margin-bottom: 15px;
    border-top: 1px solid rgba(142,83,161,0);
    /*min-height: 160px;*/
    padding: 1px;
   /* width: 90%;*/
    margin-right: auto;
    margin-left: auto;
    border:1px solid #afafaf;
    margin :20px 0;
    padding:15px 0;
}



/*........... end welcome .........*/

/*........... start breadcrumb .........*/
.custom-breadcrumb {
    width: 100%;
    background: #FFF;
}

.breadcrumb {
	margin: 10px 0 !important;
	background: #fff;
}

.breadcrumb a {
	color: #c4161c;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb li span {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}
/*........... end breadcrumb .........*/

/*........... Start Sidebar Feature Advertiser .........*/




/*........... end Sidebar Feature Advertiser .........*/


/*........... start popular category .........*/

.popular-category .popular-block .icon-img {
	margin-bottom: 20px;
}

.popular-category .popular-block .icon-img .common-icon {
	display: block;
	background: url(../images/popular-img.jpg);
	width: 100px;
	height: 100px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.75);
}

.popular-category .popular-block .icon-img .common-icon .icon-1 {
	background-position: 0 0;
}

.popular-category .popular-block,.popular-category .popular-block .icon-img .common-icon {
	margin-bottom: 5px;
}

.popular-category .popular-block .icon-title,.category-listing .thumbnail .category a {
	color: #534828;
}

.popular-category .popular-block .icon-title:hover,.category-listing .thumbnail .category a:hover {
	color: #c4161c;
} 


/*........... end popular category .........*/

/*........... start feature advertiser .........*/

.feature-adv .feature-home {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding: 10px;
	min-height: 262px;
}


.feature-home {
	margin-bottom: 20px;
	/*border: 1px solid transparent;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding: 10px;
	min-height: 262px;*/
	border-top: 2px solid red;

padding-top: 20px;
}
/*.feature-home:hover {
	background: #fffaf3;
	border-left: 2px solid #f6e8cd;
	border-bottom: 2px solid #f6e8cd;
}*/
/*.feature-adv .feature-home:hover {
	background: #fffaf3;
	border-left: 2px solid #f6e8cd;
	border-bottom: 2px solid #f6e8cd;
}*/

.feature-home img {
	/*padding: 3px;
	background: #ebca8b;
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.75);*/
}
.feature-adv .feature-home img {
	padding: 3px;
	background: #ebca8b;
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.75);
}

.feature-listing {
	background: #fef4e8;
	border-bottom: 1px dashed #e2b35a;
	border-top: 1px dashed #e2b35a;
}
.feature-title {
    font-size: 14px;
    margin: 10px 0 0 0;
    border: none;
}
 .feature-title, .feature-catg, .icon-title {
    color: #970303;
    text-align: left;
    margin:0px;
}
.feature-catg{
	font-size: 12px;
}
/*........... end feature advertiser .........*/

/* #####################  Directory Logos   ##################### */

#our-directory {
    background: #000;
    padding-top: 30px;
    color: white;
}
.footer-left .img-responsive {
    display: inline-block;
}
.footer-left p{color: #fff;}
.footer-logo-img img {
    padding-top: 20px;
}
.footer-logo-img{margin-bottom: 30px;}

.directory-img {
    padding-left: 50px;
}
.directory-img img {padding-right: 8px;padding-bottom: 15px;}

.directory-img h2 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
/* #####################  Directory Logos   ##################### */

/*........... start footer .........*/

.footer {
	background: #f7941d;
}


.footer-copyright {
    background: #000;
    padding: 20px 0 20px 0;
}
.footer-copyright p{color:#ccc;}

/*........... end footer .........*/

/*........... start footer copy .........*/

.footer-copy {
	background: #c4161c;
	color: #fff;
	padding-top: 5px;
}

/*........... end footer copy .........*/

/*........... Start Category .............*/


.category-row {
/*	display: inline-block;*/
	background: #fff;
	-moz-column-width: 15.5em;
	-webkit-column-width: 16.5em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	padding:50px 65px;
	margin-bottom: 100px;
}
.category-column:nth-child(4n) ,.category-column:nth-child(5n) ,.category-column:nth-child(6n),.category-column:nth-child(7n),.category-column:nth-child(9n){

  margin-left:30px;
}

.category-panel {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.cat-bg {
	background: #f9e7e8;
}

/*.category-row .category-column .category-panel .title-br {
	border-top: 2px solid #c4161c;
}
*/
.category-row .category-column .category-panel .title-bg {
	font-size: 14px;
font-weight: bold;
color: #000;
	/*background: #c4161c;
	display: inline-block;
	margin: 0;
	padding: 5px 20px;
	color: #fff2ac;*/
}

.category-row .category-column .category-panel,.category-listing .thumbnail {

	/*background: rgba(196,22,28,0.1);*/
	/*background: rgba(247,148,29,0.2);
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.5);*/
}

/*.category-row .category-column .category-panel .category-list {
	padding: 5px 15px;
}*/

.category-listing .listing-right {
    text-align: right;
    padding: 10px 0;
}
.category-listing .listing-left a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.category-row .category-column .category-panel .category-list li {
	margin: 10px 0;
}


.category-row .category-column .category-panel .category-list li  a {
	color: #000;
	font-size: 13px;
}

.category-row .category-column .category-panel .category-list li  a:hover {
	color: #000;
}

/*........... End Category .............*/  

/*........... Start Category Listing .............*/


.category-listing .thumbnail .caption .category-list-title,.feature-adv .feature-home h5,.feature-adv .feature-home small {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-listing .thumbnail .caption .category-list-title {
	width: 230px;
	font-size: 18px;
	min-height: 24px;
}

.feature-adv .feature-home h5,.feature-adv .feature-home small {
	width: 255px;
}

.category-listing .thumbnail .category {
	min-height: 40px;
	margin-top: 10px;
}

.category-listing .thumbnail img {
	border: 1px solid #f7efdf;
	background: #fff;
	padding: 3px;
}

.category-listing .thumbnail .readmore {
	margin-top: 15px;
}


/*.pagi-bar{
	background: rgba(196,22,28,0.2);
	border-bottom: 2px solid rgba(196,22,28,0.2);
	padding: 0 20px;
	
	}
*/
.pagination>.active>a {
	background: #c4161c;
	border: 1px solid #ec2a2f;
}



/*........... End Category Listing .............*/  

/*........... End Category Detail .............*/

.category-detail .first-title {
	margin: 0 0 20px 0;
	font-size: 26px;
}

.category-detail .first-title:after {
	background: none;
}

.category-detail .category-deatil-image {
	/*min-width: 718px;*/
	background: #fff;
}

.category-detail .category-deatil-image img {
	margin: 0 auto;
	padding: 10px;
	max-height: 350px;
	overflow: hidden;
}

.category-detail .address {
	margin-top: 10px;
}

.category-detail .white-block .media .media-left {
	min-width: 150px;
}

.white-block {
    margin-bottom: 10px;
    padding: 15px;
    background: #fff ;
}

#pgalpha-index .page-block a {
	display: block;
/*	color: #735500;
	background: rgba(247,148,29,0.2);
	
	margin-bottom: 10px;
	border-left: 6px solid #f6b233;*/
	color:#000;
	padding: 10px;
}

#pgalpha-index .page-block a:hover {
	/*color: #fff;
	background: #f6b233;
	border-left: 6px solid #fff;*/
}

/*........... End Category Detail .............*/

.white-block,.featured-catlisting {
/*	background: rgba(247,148,29,0.2);
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #f0d9ac;*/
}

.myan-asso {
	background: #f9e7e8;
	padding: 10px;
	border: 1px solid #f6dcdd;
}

.contact-icon span.img-circle {
	background: rgba(248,243,226,0.9);
	display: block;
	width: 50px;
	text-align: center;
	border: 1px solid #ecae00;
}

.contact-icon span.img-circle .fa {
	line-height: 50px;
	font-size: 1.5em;
}

.contact-icon .media {
	margin-bottom: 15px;
}

.contact-icon .item .media-body {
	padding-top: 17px;
}

/*............... .............................................
..................START COMMON PAGINATION  ...............*/  

/* div.common-pagin {
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
	border:5px solid red;
} */

div.common-pagin {
	/*display: block !important;*/
}

div.common-pagin ul {
	text-align: center;
}

div.common-pagin ul li a {
	display: inline-block;
	padding: 4px 8px;
    /* margin: 0 8px; */
	border: 1px solid #ddd;
	border-radius: 4px;
	vertical-align: middle;
	background: #e31e25;
	text-decoration: none;
	color: #FFF;
	margin: 5px;
}

div.common-pagin ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.common-pagin ul li > a span {
	font-style: normal;
}

.common-pagin ul li > a:hover,.common-pagin ul li > a:hover span,.common-pagin ul li.active a {
	background: #fff;
	color: #000;
}

.common-pagin ul li > a span.icon-next::after {
	content: "Next";
}

.common-pagin ul li > a span.icon-last::after {
	content: "Last";
}

.common-pagin ul li > a span.icon-previous::after {
	content: "Prev";
	color: #FFF;
}

.common-pagin ul li > a span.icon-first::after {
	content: "First";
	color: #FFF;
}

.common-pagin p.pgin-count {
	margin-top: 10px;
	padding: 5px 0;
	background: #f4f4f0;
	text-align: center;
	color: #98978e;
}

.common-pagin ul li.disabled > a {
	color: #b7b7b7;
	cursor: not-allowed;
	background-color: #cccccc;
	border-color: #ddd;
}

.common-pagin ul li.disabled > a:hover span {
	background: none;
} 

/*............... .............................................
..................END COMMON PAGINATION  ...............*/

/*............... .............................................
..................Start MODAl DIALOG BOX  ...............*/


.category-detail div.modal {
	margin-top: 54px;
}

.category-detail .modal .modal-dialog {
	margin-top: 120px;
}

.category-detail .modal .controls {
	margin-top: 20px;
}

.category-detail .modal .modal-dialog .modal-body h2.contentheading {
	margin: 0 0 10px 0;
	text-align: left;
	color: #534828;
} 

/*............... .............................................
..................END MODAl DIALOG BOX  ...............*/ 


@media (max-width: 767px) {
	#navbar .l-logo {
		width: 100px;
		height: 57px;
	}
	
	.navbar-right {
		margin-top: 40px;
	}
	
	.second-title:before, .second-title:after, .first-title:after {
		display: none;
	}
	
	.second-title,.first-title {
		border-bottom: 1px dashed rgba(196,22,28,0.2);
		padding-bottom: 5px;
	}

}



/*========================================= Start Article =========================================*/ 

.catg-article .article-bg {
	/*background: #f9ddbb;
	border: 1px solid rgba(247, 148, 29, 0.2);*/
	    padding: 7px;

}

.catg-article .article-bg h3 a,.catg-article .article-bg p,
.itemView .itemHeader h1.first-title,.art-text h4 a,
.search-box-bg .form-control, .inner-search .form-control,
#mod_mt_search #mt_suggest_wrap ul.my-new-list li,.breadcrumb>.active,
.itemAuthorLatest .news-blk .news-item a,.intro-article-block .media-heading {
	font-family: Pyidaungsu !important;
}

.catg-article .article-bg .art-img {
	min-height: 150px;
}

.art-img img {
	max-height: 150px;
}

.catg-article .article-bg .art-text {
/*	min-height: 230px;*/
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0 0 5px 0;
	padding: 0 10px;
	border-top: 1px dashed #f6e6d2;
}

.catg-article .article-bg h3 a,.art-text h4 a {
	display: block;
	margin: 10px auto;
	color: #000;
}

.catItemCategory a,.art-category a {
	color: #c4161c;
	font-weight: bold;
}

.catItemCategory a:hover,.art-category a:hover,.catg-article .article-bg h3 a:hover,.art-text h4 a:hover {
	color: #e38d13;
}

.catg-article .article-bg .art-date {
	font-style: italic;
	font-size: 10px;
	color: #cdcbb3;
	margin: 0 0 10px 0;
	background: #000;
padding: 10px 0px 10px 35px;
}

.art-more {
	position: absolute;
	width: 100%;
	height: 6em;
	padding-top: 2.5em;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 94%);
}

#k2ModuleBox116 .article-bg p {
	font-size: 14px;
}

#k2ModuleBox116 .article-bg .art-img {
	min-height: 150px;
}

.catg-article .article-bg .art-text .category, .catg-article .article-bg .art-text .catItemCategory {
	margin: 10px 0;
}

/*========================================= End Article =========================================*/ 


/*========================================= Start Article Detail =========================================*/  

.itemView {
	/*background: rgba(196,22,28,0.1);*/
	/*background: rgba(255,238,218,0.5);
	border: 1px solid rgba(247, 148, 29, 0.2);*/
}

#k2Container {
	padding: 15px 10px;
}

.itemCommentsForm {
	background: #fff;
	border: 1px solid rgba(102,45,145,0.2);
	padding: 20px;
	border-radius: 7px;
}

.news-blk {
	background: rgba(247, 148, 29, 0.2);
	border-top: 4px solid rgba(247, 148, 29, 0.8);
	padding: 15px;
	margin-top: 10px;
}

.itemAuthorLatest .news-blk .news-item {
	margin: 5px 0;
}

.itemAuthorLatest .news-blk .news-item a {
	color: #000;
	padding: 5px;
}

.itemAuthorLatest .news-blk .news-item a:hover {
	background: rgba(102,45,145,0.5);
	color: #fff;
}
/*========================================= End Article Detail =========================================*/  

/*========================================= Start Advertisw With Us =========================================*/ 
/*
	.ratecard {
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
	}
	
	.ratecard .fa-check-square {
	color: #39b54a;
	}
	
	.ratecard .fa-times {
	color: #ed1c24;
	}
	
	.ratecard .title-bg {
	background: #fff8e2;
	}
	
	.ratecard .table-responsive .table th {
	height: 90px;
	vertical-align: middle;
	border: none;
	border: 1px solid #c4161c !important;
	color: #c4161c;
	background: #;
	}
	
	.ratecard .table-responsive .table td {
	font-size: 14px;
	height: 65px;
	vertical-align: middle;
	border: none;
	border: 1px solid #c4161c;
	}
	
	.ratecard .table-responsive .table td.description .fa {
	padding-right: 10px;
	color: #c4161c;
	}
	
	.ratecard .table-responsive .table .description-title {
	background: #c4161c;
	color: #fff;
	}
	
	.ratecard .table-responsive .table td p a {
	display: inline-block;
	padding: 7px;
	border: 1px dotted #7d4900;
	border-radius: 2px;
	box-shadow: 0px 10px 5px -7px rgb(137,137,137);
	color: #fff;
	background: #c4161c;
	}
	
	.ratecard .table-responsive .table td p a:hover {
	background: #fff2cc;
	color: #000;
	cursor: pointer;
	}
*/
/*========================================= End Advertisw With Us =========================================*/ 


/*========================================= Start Digital Package Detail =========================================*/  

.digital-bg {
	background: #fff;
	padding: 20px;
	margin-top:20px;
}

div.open-time, div.digital-category, div.pack-1-profile, .digital-social {
	margin-bottom: 40px;
}

.ratecard-detail .digital-padding {
	padding: 30px 0;
}

.ratecard-detail .title-br {
	border-top: 2px solid #c4161c;
}

.ratecard-detail .digital-four-title {
	background: #c4161c;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 5px 20px;
	color: #fff2ac;
}

.opening-hour > .dropdown-menu {
	margin-left:15px;
	min-width: 259px;
}
.open > ul > li{
	margin:10px;
}

.opening-time {
    float: right;
    /*padding-left: 5px;*/
}


.opening-date{
   margin-left:0px!important;
}
/*... Digital Business Profile ....*/

.ratecard-detail .digital-profile div.digital-logo {
	border: 1px solid #ccc;
}

.ratecard-detail .business-logo {
	background: #fafafa;
	padding: 15px;
	margin: 10px 0;
	box-shadow: 0px 40px 20px -40px rgb(181,181,181);
}

.ratecard-detail .digital-profile .address span .fa {
	min-width: 25px;
	background: #f9d1d5;
	padding: 5px;
	text-align: center;
	color: #b03d48;
	border-radius: 3px;
}

.ratecard-detail .digital-profile .address span {
	display: inline-block;
	min-width: 120px;
}

.ratecard-detail .digital-profile .address span.caption {
	min-width: 120px;
	display: inline-block;
}

.ratecard-detail .digital-profile .address span.caption:after {
	content: '::';
	float: right;
	margin-right: 10px;
}

.ratecard-detail .digital-profile .address span .fa {
	min-width: 20px;
}

.ratecard-detail .business-title {
	font-size: 26px;
	margin: 0 0 20px 0;
	color: #c4161c;
}

.ratecard-detail .digital-btn {
	padding-top: 15px;
	border-top: 1px dashed #efefef;
}

/*.... Start Carousel ....*/

.digital-product-box .carousel {
	width: 504px;
	padding: 10px;
	margin: 0 auto;
}

.digital-product-box .carousel .carousel-inner {
	overflow: hidden;
	width: 504px;
	border: 8px solid #e1e1e1;
}

.digital-product-box .carousel .carousel-inner .item img {
	height: 340px;
}

.digital-product-box .carousel .carousel-indicators {
	position: relative;
	width: 100%;
	margin: 0;
	left: 0;
	bottom: 0;
}

.digital-product-box .carousel .carousel-inner .item {
	margin-top: 0;
}

.digital-product-box .carousel .carousel-control.left,.digital-product-box  .carousel .carousel-control.right {
	background-image: none;
	margin-top: 0;
	background-image: none;
	background-color: transparent;
	border: 0;
	color: #000;
}

.digital-product-box .carousel .carousel-indicators li img,.digital-product-box .carousel .carousel-indicators li {
	width: 48px;
	height: 48px;
	text-indent: 0;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 7px;
}

.digital-product-box .carousel .carousel-inner .item p.i-video {
	width: 100%;
	height: 340px;
} 


/*.... End Carousel .......*/


/*... Social Media Link ....*/


.digital-social .fa-facebook-square {
	color: #6d84b4;
}

.digital-social .fa-linkedin-square {
	color: #3b5998;
}

.digital-social .fa-google-plus-square {
	color: #d34836;
}

.digital-social .fa-twitter-square {
	color: #0084b4;
}

.digital-social .fa-twitter-square {
	color: #55acee;
}

.digital-social .fa-instagram {
	color: #3f729b;
}

.digital-social .fa-at {
	color: #F00F00;
}

.digital-social .fa-whatsapp {
	color: #43d854;
}

.digital-social .fa-pinterest-square {
	color: #bd081c;
}

.digital-social .fa-weixin {
	color: #7bb32e;
}

.digital-social .fa-skype {
	color: #00aff0;
}

.digital-social .fa-line,.digital-social .fa-viber,.digital-social.fa-qq-a {
	width: 33px;
	height: 34px;
}

.digital-social .fa-line {
	background: url(../images/d-line.png) no-repeat;
}

.digital-social .fa-viber {
	background: url(../images/d-viber.png) no-repeat;
}

.digital-social .fa-qq-a {
	background: url(../images/d-qq.png) no-repeat;
}

.time-social a.fb:hover {
	color: #000;
}

.rating .review-head {
	font-size: 1.2em;
	color: #a3620a;
}

.rating .review-head:hover,.rating .review-head:focus {
	color: #ffe500;
	outline: 0;
}

.pk-review-box .media {
	background: #f8f7f1;
	padding: 10px;
}

.special .list-group {
	background: #f5f4eb;
	padding: 10px;
	border-radius: 3px;
} 

/*..... tooltip .....*/

[data-tooltip] {
	display: inline-block;
	position: relative;
}
/* Tooltip styling */
[data-tooltip]:before {
	content: attr(data-tooltip);
	display: none;
	position: absolute;
	background: #000;
	color: #fff;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.4;
	min-width: 100px;
	text-align: center;
	border-radius: 4px;
}

[data-tooltip-position="top"]:before {
	bottom: 100%;
	margin-bottom: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
	content: '';
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
	left: 50%;
	margin-left: -6px;
}

[data-tooltip-position="top"]:after {
	bottom: 100%;
	border-width: 6px 6px 0;
	border-top-color: #000;
}

/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	display: block;
	z-index: 50;
}

/*..... tooltip .....*/ 

.digital-client .client img {
	box-shadow: 0px 13px 8px -11px rgba(0,0,0,0.5);
}

.carousel-control {
	opacity: 1;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
	font-size: 15px;
	background: #fff;
	border-radius: 20px;
	line-height: 30px;
	color: #c4161c;
}

/*... End Social Media Linl .....*/

/*========================================= End Digital Package Detail =========================================*/  

.mmrd-logo {
	margin: 20px auto;
}

.k2ItemsBlock .article-bg .art-text h4 {
	line-height: 28px;
}

.catg-article .article-bg .art-text .catItemTitle {
	margin: 0;
	height: 45px;
	font-size: 15px;
}

.article-bg div.catItemIntroText {
	max-height: 105px;
}

.catItemReadMore {
	/*margin-top: -5em;*/
}

/*========================================= Start K2 Search Box =========================================*/ 
.item-search-box h2,.article-search-box h2 {
    font-size: 18px;
    font-weight: bold;
    color: #ed1c24;
    padding-top: 10px;
    margin-top: 0;
    width: 100%;
    text-align: left;
}

.article-search-box h3,.item-search-box h3 {
	padding-bottom: 10px;
}

.intro-article-block {
/*	background: #f9ddbb;
	border: 1px solid rgba(247, 148, 29, 0.5);*/
	padding: 27px 15px;
	border-top: 1px solid red;
	margin: 0 15px;
}

.intro-article-block .media-heading {
	color: #534828;
	margin-bottom: 10px;
	display: block;
	height: 45px;
overflow: hidden;
}

.intro-article-block .media-heading:hover {
	color: #e38d13;
}

.intro-article-block .media-object {
/*	max-height: 50px;
	min-width: 80px;*/
}

/*========================================= End K2 Search Box =========================================*/

div.itemFullText img {
	width: 100% !important;
}



.div-show-telephone .btn-show-telephone {
	background: #ef7d81;
	border: 1px solid #d07276;
	font-size: 12px;
	padding: 0 7px;
	border-radius: 3px;
	margin: 2px 5px;
}

.div-show-telephone .btn-show-telephone:hover {
	background: #e1d6d7;
	border: 1px solid #beb2b3;
}

/*.... Start Opening Hours ....*/

.open-time .btn-group {
	width: 100%;
}

.open-time .btn-info,.open-time .btn-info:hover,.open-time .btn-info:active:focus,.open-time .btn-info:active:hover {
	background: rgba(236,174,0,0.8);
	color: #000;
	border: 1px solid #ccc;
}

span.open-time {
	padding: 8px 30px 8px 0;
	color: red;
}

.open-time .btn-group>.btn,.open>.dropdown-toggle.btn-default:hover {
	text-align: left;
	background: #898989;
	color: #fff;
	border-radius: 5px !important;
	text-shadow: none;
}

.open-time .btn .caret {
	margin-left: 7px;
}

.open-time .open>.dropdown-menu {
	width: 75%;
	padding: 5px;
}

.open-time .open>.dropdown-menu li.today {
	padding: 5px;
}

.open-time span.opening-date {
	font-weight: bold;
	min-width: 40px;
	display: inline-block;
	background: #ed1c24;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

/*.time-box .dropdown-toggle .btn-success {
	background: none !important;
}*/

.address .website-link {
	font-weight: normal;
}

.address .website-link a:hover {
	color: #ed1c24;
}

/*.... Start Carousel ....*/

/*........ 13-6-2017 ......*/

.digital-profile dl.dl-horizontal {
    margin-bottom: 5px;
}

.digital-profile .dl-horizontal > dt {
    width: 100px;
    text-align: left;
}

.digital-profile span.caption:after {
    content: '::';
    /*float: right;*/
    margin-left: 10px;
	
}

.digital-profile .dl-horizontal dd {
    margin-left: 120px;
}

.digital-bg .digital-openhours {
    margin-bottom: 20px;
}

.digital-bg .digital-openhours ul.dropdown-menu.open-datetime {
    padding: 10px;
    width: 100%;
}

.digital-bg .digital-openhours ul.dropdown-menu.open-datetime li.today{
	margin: 10px;
}

.digital-bg .digital-openhours ul.dropdown-menu.open-datetime li.today span.opening-date{
	width: 30px;
    display: inline-block;
    color: #c4161c;
    font-weight: bold;
}

/*...... 14-6-2017 .....*/

.category-listing h1 {
	margin: 0;
    font-size: 15px !important;
    display: inline-block;
    text-transform: uppercase;
    /*padding:20px 20px;
    margin: 15px 0;*/
  /*  padding: 45px 0px;*/
    color:#000;
}

.category-listing .listing-right {
    text-align: right;
    padding: 10px 10px;
}


.category-listing .ad-feature span {
    background: #f7941d;
    color: #fff;
    padding: 0 8px;
    font-size: 11px;
    border-radius: 3px;
    margin: 7px 0;
    display: inline-block;
}

.category-listing .address, .category-listing .business-category {
    font-size: 14px;
}



.category-listing .btn-block:hover{
	background: #f7941d;  
}

.insidebanner img{
    width: 100%;
}
/*...... 14-6-2017 .....*/

/* HWK */
.category-listing .btn-block {
	    background: #c4161c;
    color: #fff;
    font-size: 17px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    float:right;
   /* margin: 20px 0;*/
 padding: 4px 8px;
}

/*add new design to item detail page edited by snh (05-1-2017)*/
.ratecard-detail .fa-3x{
    font-size: 2em;
}
.ratecard-detail  .col-customize >p>b{
	font-weight: bold;
	font-size:20px;
} 
.social .vertical_line{
	height: 100%;
}
.social .title{
	font-weight: bold;
} 
.flexslider-samll .slides img{  
    height:130px;
    margin: 0 auto;
    width: 100%;
}
.flexslider-samll ul.slides>li {
    border:1px solid #eee;
}
.flex-direction-nav a{
	height: 56px;
	width: 60px;
	text-decoration: none;
}
.flex-direction-nav  a:hover{
	text-decoration: none;
}  
.flexslider-large-inner{
	height: 340px;
	width: 100%;
}
.flexslider-samll-outer{
	height: 130px;
}
.flexslider-large .slides{
	background-color: #eee;
}
.flexslider-large .slides img{
	max-height:340px;
	margin: 0 auto;
	width: auto;
}
.company-profile{
	margin-bottom: 0px;
}
.profile-detail{
	font-size: 16px;
}
/* end */

#k2Container .itemList .itemContainer .catItemView .catItemBody{ padding: 0; }
#k2Container .itemList .itemContainer .catItemView .clr,
#k2Container .itemList .itemContainer .catItemView .catItemBody > .clr{ display: none; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 > h3.catItemTitle a,
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 > h3.catItemTitle a:link{ color: #3b3b3b; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemCategory > a,
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemCategory > a:link{ background: #c4161c; padding: 3px 6px; border-radius: 4px; color: white; font-size: 13px; text-decoration: none; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemCategory > a:hover,
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemCategory > a:active{ background: #9371DE;  }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 span.catItemDateCreated{ font-size: 12px; color: gray; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemIntroText{ display: block; word-wrap: break-word;}
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemIntroText p{ padding: 0; text-align: left !important; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemReadMore{ text-align: right; display: block; }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemReadMore > a,
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemReadMore > a:link{ background: #eb9316; font-size: 13px; padding: 4px 5px; color:white; text-decoration: none;  }
#k2Container .itemList .itemContainer .catItemView .catItemBody .col-lg-7 .catItemReadMore > a:after{ content:''; }
#k2Container.itemView div.itemCategory{ background: #F9921B; border-radius: 5px; padding: 3px 5px; display: inline; }
#k2Container.itemView div.itemCategory a, #body #k2Container.itemView div.itemCategory a:link{ color: white; font-size: 12px; text-decoration: none; }
#k2Container.itemView div.itemHeader h2.itemTitle{ margin-bottom: 10px; } 


div.catItemView{
	margin-bottom: 0px;
} 

/* end */
/* add new style for search article => 12-03-2018*/
#k2Container .genericItemView div.genericItemHeader h2.genericItemTitle{ margin-bottom: 10px; } 
#k2Container .genericItemList  .genericItemView .genericItemBody .col-lg-7 .genericItemReadMore > a,
#k2Container .genericItemList  .genericItemView .genericItemBody .col-lg-7 .genericItemReadMore > a:link{
	background:rgb(235, 147, 22);;
	font-size: 13px;
	border-radius: 5px;
	padding:4px 5px;
	display: inline;
	color:white; 
	text-decoration: none;
	float:right;
	
}
#k2Container .genericItemList .genericItemView  h2.genericItemTitle a:link{
	text-decoration: none;
	font-size:24px;
	color:#3b3b3b;
	font-weight: normal;
}
div.genericItemView{
	padding-bottom: 20px;
}
#k2Container .genericItemList .genericItemView{
	border-bottom: 1px solid #ccc; 
	margin-bottom: 10px;
} 
.genericItemReadMore{
	float:right;
}
/*end*/

.whatnew-page .col-md-9 {
    padding-left: 0px;
}
.whatnew-page .col-md-4 {
    padding-left: 0px;
}
.new-page .col-md-3{padding-left: 0px;}
span.catItemImage{margin:0 !important;overflow: hidden;}
span.catItemImage img{width: auto;}
div.k2SearchBlock{background: #fff !important;border: 0px !important;padding: 0px;}
.article-search-box,.item-search-box{background: #fff;}
.article-search-box{
	margin-top:120px;
}
.article-search-box h3 ,.item-search-box h3{
    padding: 25px 0px 0px 15px;
    font-size: 18px;
font-weight: bold;
color: #ed1c24;
}
div.k2SearchBlock form input.button{padding: 0px;background:#ed1c24; }
div.k2SearchBlock form input.inputbox{border: 1px solid #ed1c24;border-radius:0px;padding:0;}
h3.related-articles{
margin: 0 15px;padding: 10px 0;}
span.itemImage img{border: 10px solid #ed1c24;}
div.itemBackToTop{text-align:center !important;margin:60px 0;}
div.itemBackToTop a{background: #ed1c24;text-align: center;color:#fff;padding:10px 20px;}
.item-title{font-size: 18px;    padding: 0px 0px 10px 0px !important;
}

.cat_img {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.item_detail #k2Container{background: #fff;margin: 0 20px 0 0;padding: 15px 30px;}
.about-us {
    padding: 65px 35px;
    margin-bottom: 85px;
    background: #fff;
    color: #000;
    display: inline-block;
}
.about-left {
    padding: 0 40px;
    text-align: center;
}

.about-right {
	padding: 0 30px 0 40px;
    border-left: 1px solid #ed1c24;
}
.about-right h2 {
    margin-top: -0px;
}
.about-us h2 {
	color: #ed1c24;
	text-transform: uppercase;
	margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.job-listing-position {
    margin-left: -10px;
}
.filter-post {
    padding: 0;
}
.signup-login-position, .filter-post-position {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 15px;
    text-align: center;
}
.post-btn, .filter-btn {
    background-color: #ed1c24 !important;
    color: #fff;
    font-weight: bold;
}
.filter-btn {
    padding: 12px 35px;
    background: #ed1c24;
}
.post-btn {

    padding: 12px 18px;
    margin-left: 17px;

}
.contact-page {
    background: #fff;
}
.contact-left {
    padding-top: 40px;
}
.contact-text h4 {
    color: #ed1c24;
    font-weight: bold;
}
.contact-text {
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    border-right: 1px solid #ed1c24;
  padding: 0px 20px 0px 15px;
}
.contact-text p{margin-bottom:20px;}
.contactus-form {
    padding-top: 55px;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive select{background: #f5f5f5 !important;}
.rsform-submit-button, .formResponsive input[type="submit"]{background: #ed1c24 !important;
padding: 10px 40px !important}

 .contact-page   .dl-horizontal dt{text-align: left;width: auto !important;}
 .contact-page  .dl-horizontal dd{margin-left: 90px !important;}
 .contact-map{padding:25px;margin:35px 0;background: #fff;}

 .ratecart table {
    width: 100%;
    /*margin-bottom: 18px;*/
    background: #fff;
}
.ratecart table.addtional-service.diamond{
	background: #cee1e5;
}
.ratecart table.addtional-service.gold{
	background: #f1e08440;
}
.ratecart table.addtional-service.sliver{
	background: #a1cff58c;
}
.ratecart table.addtional-service th{	
	text-align: left;
	padding: 30px 16px 9px 16px; 
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.packageone, .packagetwo, .packagethree, .packagefour, .packagefive {
    /*width: 212px !important;*/
}
.col-half-offset {
    margin-left: 1.7% !important;
    width: 212px;
}
 .ratecart .col-half-offset:first-child {
    margin-left: 0 !important;
}
.ratecart .col-md-2 {
    padding: 0;
}
.packagetwo .package-title {
    background: #19b6ea;
}
.package-title {
    color: #fff;
    line-height: 50px;
}

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

.packageone .package-title {
    background: #09697f;
    padding: 20px;
    font-weight: bold;
    font-size: 22px;
}
.packagetwo .package-title {
    background: #d7b607;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
}
.packagethree .package-title {
    background: #5697cd;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
}
.packagefour .package-title {
    background: #94c44a;
}
.packagefive .package-title {
    background: #c9c9c9;
}
.ratecart td {
    padding: 17px 12px !important;
    font-size: 14px;
}
.faCircle {
    border-radius: 100%;
    padding: 4px 5px;
    text-align: center;
}
.packageone .faCircle {
    border: 2px solid #09697fc4;
}
.packageone .numberCircle {
    border: 2px solid #09697fc4;
}
.ratecart td span {
    margin-right: 10px;
}
.numberCircle {
    padding: 4px 8px;
    border-radius: 100%;
    text-align: center;
}
.packageone .number2Circle {
    border: 2px solid #09697fc4;
}

.number2Circle {
    border-radius: 100%;
    padding: 4px;
    text-align: center;
}
.preview {
    text-align: center;
}
.packageone .preview a {
    background: #09697f;
    display: inline-block;
    margin-bottom: 30px;
}
.preview a {
    text-align: center;
    padding: 10px 55px;
    color: #fff;
    border-radius: 5px;
}
.packagetwo .numberCircle {
    border: 2px solid #d7b607b0;
}
.packagetwo .number2Circle {
    border: 2px solid #d7b607b0;
}
.packagetwo .faCircle {
    border: 2px solid #d7b607b0;
}
.packagetwo .faCircleclose {
    border:2px solid #a29d9d12;  
    padding-right: 17px;
}
.faCircleclose {
    border-radius: 100%;
    padding: 4px 7px;
    text-align: center;
}
.packagetwo .preview a {
    background: #d7b607;
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
}
.packagethree .numberCircle {
    border: 2px solid #5697cd99;
}
.packagethree .number2Circle {
    border: 2px solid #5697cd99;
}
.packagefour .number2Circle {
    border: 2px solid #94c44a;
}
.packagefive .number2Circle {
    border: 2px solid #c9c9c9;
}
.packagethree .faCircle {
    border: 2px solid #5697cd99;
}
.packagethree .faCircleclose {
    border: 2px solid #a29d9d12;
    padding-right: 17px;
}
.packagethree .preview a {
    background: #6697cd;
    display: inline-block;
    margin-bottom: 30px;
}
.packagefour .numberCircle {
    border: 2px solid #94c44a;
}
.packagefour .faCircle {
    border: 2px solid #94c44a;
}
.packagefour .faCircleclose {
    border: 2px solid #94c44a;
}
.packagefour .preview a {
    background: #94c44a;
}
.packagefive .numberCircle {
    border: 2px solid #c9c9c9;
}
.packagefive .faCircle {
    border: 2px solid #c9c9c9;
}
.packagefive .faCircleclose {
    border: 2px solid #c9c9c9;
}
.packagefive .preview a {
    background: #c9c9c9;
}
.packagetypes {
    margin-bottom: 70px;
}


.ratecard {
    background: #fff;
    border: 1px solid #fff;
    padding: 55px 55px 0 55px;
}
li.item-132 {
  display:none !important;
}

@media screen and (max-width: 320px){
#banner {margin-top: 94px;min-height: auto;}
#banner img {padding-top: 45px;}
.search-box-bg, .home-search{width: auto;padding: 0 25px;}
.home-search .col-md-3{margin-bottom: 10px;}
.home-text{padding: 17px 0 10px 0;}
.header-line h2 {font-size: 16px;padding: 30px 20px !important;}
.popular-category-block h4 a{font-size: 12px;}
.common-padding {padding: 20px 0;}
.footer-logo-img img {padding-top: 0px;}
.footer-left .img-responsive {display: block;}
.footer-left p{padding: 20px 15px;}
.directory-img {padding-left: 25px;text-align: center;}
.footer-copyright p{font-size: 13px;}
.inner-search-right{width: auto;margin-left: 0px;}
.inner-search-left {text-align: center;}
#inside_search input[type="text"], #inside_search select,#inside_search button{width:100%;border-right: 0px;}
#inside_search input{margin-bottom: 0px;}
#inside_search select{margin-bottom: 15px;}
.breadcrumb li, .breadcrumb li a, .breadcrumb li span {font-size: 11px;}
.category-column:nth-child(4n), .category-column:nth-child(5n), .category-column:nth-child(6n), .category-column:nth-child(7n), .category-column:nth-child(9n){
	margin-left:0px;
}
.packageone, .packagetwo, .packagethree, .packagefour, .packagefive {width: auto !important;}
}
@media only screen and (min-device-width : 321px) and (max-device-width : 480px) {
#banner {
	/*margin-top: 94px;*/
	min-height: auto;
	margin-top:0px;
}
#banner img {padding-top: 45px;}
.search-box-bg, .home-search{width: auto;padding: 0 25px;}
.header-line h2 {font-size: 18px;padding: 30px 40px !important;}
.home-search .col-md-3{margin-bottom: 10px;}
.footer-logo-img{text-align: center;}
.footer-logo-company{text-align: center;}
.footer-left p{text-align: center;padding: 20px 0;}
.directory-img {padding-left: 25px;text-align: center;}
.popular-category-block h4 a{font-size: 14px;}


}

@media screen and (max-width: 767px){


.category-listing .btn-block{margin: 20px 0;}


	.right-sidebar{margin-left: 0px !important;}
}
@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
#banner {
	/*margin-top: 94px;*/
	min-height: auto;
	margin-top:0px;
}
#banner img {padding-top: 25px;}
.search-box-bg, .home-search{width: auto;padding: 0 25px;}
.home-search .col-md-3{margin-bottom: 5px;}
.popular-category-block h4 a{font-size: 14px;}
.header-line h2 {font-size: 16px;padding: 30px 35px !important;}
.footer-logo-img{text-align: center;}
.footer-logo-company{text-align: center;}
.footer-left p{text-align: center;padding: 20px 0;}
.directory-img {padding-left: 25px;text-align: center;}
.footer-copyright p{font-size: 13px;}
.navbar-inverse .navbar-nav > li > a{font-size: 11px;}

}

@media only screen and (min-device-width : 769px) and (max-device-width : 991px) {
.navbar-inverse .navbar-nav > li > a{font-size: 11px;}
#banner {min-height: auto;}
#banner img {padding-top: 95px;}
.search-box-bg, .home-search{width: auto;padding: 0 20px;}
.home-search .col-md-3{margin-bottom: 10px;}
.footer-logo-img{text-align: center;}
.footer-logo-company{text-align: center;}
.footer-left p{text-align: center;padding: 20px 0;}
.directory-img {padding-left: 25px;text-align: center;}
.footer-copyright p{font-size: 15px;}
.inner-search-left {text-align: center;padding-top: 50px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
.social{width: 150px;}
}

@media screen and (max-width: 991px){
	.ratecard {
    padding: 15px 15px 0 15px !important;
}
	.category-listing dt {

    float: left;
    width: 100% !important;
    padding: 0;
    margin: 0;}

    .category-listing dd {

    float: left;
    width: 100% !important;
    padding: 0;
    margin: 0;

}
}


@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
.search-box-bg, .home-search{width: auto;}
.directory-img {padding-left: 35px;}
.inner-search-left {text-align: center;padding-top: 50px;}
}
@media only screen and (min-device-width : 321px) and (max-device-width : 991px) {
	.category-column:nth-child(4n), .category-column:nth-child(5n), .category-column:nth-child(6n), .category-column:nth-child(7n), .category-column:nth-child(9n){
	margin-left:0px;
}
#inside_search input[type="text"], #inside_search select,#inside_search button{width:100%;border-right: 0px;}
.inner-search-right{width: auto;margin-left: 0px;}
#inside_search input{margin-bottom: 0px;}
.inner-search-left {text-align: center;}
}


.category-row .category-column{border: 1px solid red;padding: 0 10px;}


.ad-agencies-profile{background: url('../img/icon_1.png') no-repeat;height:100px;margin-left: 15px;}
.broadcasting{background: url('../img/icon_2.png') no-repeat;height:100px;margin-left: 15px;}
.design-services{background: url('../img/icon_3.png') no-repeat;height:100px;margin-left: 15px;}
.market-research{background: url('../img/icon_4.png') no-repeat;height:100px;margin-left: 15px;}
.other{background: url('../img/icon_5.png') no-repeat;height:100px;margin-left: 15px;}
.outdoor-ads{background: url('../img/icon_6.png') no-repeat;height:100px;margin-left: 15px;}
.photography{background: url('../img/icon_7.png') no-repeat;height:100px;margin-left: 15px;}
.print-media{background: url('../img/icon_8.png') no-repeat;height:100px;margin-left: 15px;}
/*.printing{background: url('../img/icon_9.png') no-repeat;height:100px;margin-left: 15px;}*/
.printing-paper{background: url('../img/icon_9.png') no-repeat;height:100px;margin-left: 15px;}
.category-column:nth-child(9n){display:none;}


.right-sidebar {

    padding-right: 0px;
    background: #fff;
    /*margin-top: 125px;*/
    margin-top: 95px;
    margin-left: 40px;
    padding: 25px;
    margin-bottom: 25px;

}
.right-sidebar  .intro-article-block{margin: 0 0px !important;padding: 25px 0 !important;border-top: 0px solid red;
}
#featured-bussiness, #latest-post {

    border-bottom: 2px solid #969393e0;

}
#latest-post {

    padding: 20px 0px 30px 0px;

}
#latest-post h1, #featured-bussiness h1 {

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

}
#featured-bussiness h2,#latest-post h3{display: none;}

.right-sidebar .intro-article-block .media-object{width: 95px;

display: block;}

#latest-post .intro-article-block .media-heading {

    height:35px;

}
#latest-post .media-heading, #latest-post .media-cat {

    font-size: 13px;
    float: right;
    width: 150px;

}

#latest-post .media-cat .cat-title, #latest-post .media-cat .cat-title .created_date {

    font-size: 12px;
    margin-bottom: 8px;
    color: #000;

}
#latest-post .created_date{  font-size: 12px;
    margin-bottom: 8px;
    color: #000;

}
#featured-bussiness #mod_mt_topads    .col-md-3{width: 100% !important;}
#featured-bussiness .feature-home{border-top: 0px solid red !important;}
#featured-bussiness  .feature-home img{
	float: left;
	/*width: 80px;*/
	margin-right:  15px;
}


.category-listing .thumbnail_row h1{

    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 15px;
    text-transform: none;
    color: #111;
    padding:10px 0;

}
.thumbnail_row {

    background: #fff;
    margin-bottom: 20px;

}
.thumbnail_row .ad-feature span {

    background-color: #c4161c;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
    margin-left: 5px;

}
.thumbnail_row img {

    padding: 20px;

}
.thumbnail_row .ad-feature{margin-bottom: 10px;

display: inline-block;}
.category-listing dl {

    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 23px;

}

.category-listing dt {

    float: left;
    width: 18%;
    padding: 0;
    margin: 0;}

    .category-listing dd {

    float: left;
    width: 80%;
    padding: 0;
    margin: 0;

}

.category-listing .featured-link {

    border-top: 2px solid #e0e0e0;
    margin: 20px 30px;
    display: block;
    padding-top: 15px;

}

.featured-link .social-link .fa {

    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 5px;
    margin-right: 8px;
    font-size: 18px;

}
.featured-link .social-link .fa-globe {

    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;

}
.featured-link .social-link .fa-envelope {

    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;

}

.featured-link .social-link .fa-facebook {

    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;

}

#body .content .listing-summary .row.thumbnail_row .btn-block{

    width: 150px !important;
    border-radius: 0;
    background-color: #0f7cbf;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0px;
    text-shadow: none;
    border-color: #adafae;

}


.featured-link .social-link {

    color: #000;

}

.thumbnail_row .info-new .btn-block {
    width: 150px !important;
    background-color: #c4161c;
    color: #fff;
    font-size: 15px;
    position: relative;
    float: right;
    margin-bottom: 20px;
    padding: 3px 2px;

}

.image-address h1 {

    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;

}
.category-detail{margin: 20px 0;
background: #fff;}
.image-address .dl-horizontal {

    margin-top: 20px;
    padding: 0 15px;

}
.image-address .dl-horizontal dd {

    margin-left: 0px !important;
line-height: 30px;
}

 .image-address .dl-horizontal dt {

    text-align: left !important;
    width: 100px !important;

}
.no_image{
width: 50%;
padding: 20px 0;
}

/*Menu*/
.upper-menu .img-wrapper{
	border: 2px solid #ffcfcf;
	border-radius: 3px;
	padding:3px 7px ;

}

.upper-menu .navbar-toggle{
	float:none;
	margin:0px; 
}
/*hamber menu*/


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media only screen and (max-width: 767px) {
  	#slide-navbar-collapse {
	    position: fixed;
	    top: 0;
	    /*left: 15px;*/
	    z-index: 99;
	    width: 280px;
	    height: 100%;
	    /*background-color: #ddd;*/
	    background-color: #101010;
	    overflow: auto;
  	}
  	.menu-overlay {
    	display: none;
    	background-color: #000;
    	bottom: 0;
   		left: 0;
    	opacity: 0.5;
    	filter: alpha(opacity=50);
    	/* IE7 & 8 */
    	position: fixed;
    	right: 0;
    	top: 0;
    	z-index: 49;
  	}
  	.navbar-inverse .navbar-nav > li > a#closebtn{
  		cursor: pointer;
  }
}
.collapse {
   
    
    visibility:visible;
}


@media only screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li#closebtn{
		display: none;
	} 
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
   .nav > li > a {
    	padding: 11px 10px;
    }
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background-color:#292929;
}

#banner h1 {
    background: none;
    /*margin:80px  auto 0px;*/
    /*margin:40px  auto 0px;*/
    margin:65px  auto 0px;
}
#banner span{
	display: block;
	color:#fff;
	font-size: 20px;
}

#banner span.adv{
	display: inline;
	color:#00F819;
}

.speech {
  	position: relative;
  	/*background-color: transparent;*/
  	background-color: #615C5C;
  	border: 2px solid #ffcfcf;
  	border-radius: 12px;
  	/*height: 130px;
  	width: 85%;*/
 	/*margin-bottom:20px;*/
 	height: 160px;
 	width: auto;

}

.speech:before {
  /*content: ' ';
  position: absolute;
  width: 0;
  height: 0;

  left:42%;
  top: 113px;
  border: 14px solid;
  border-color: #ffcfcf transparent transparent #ffcfcf;
  transform: rotate(225deg);
*/
}

.speech::after {
  /*content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  
   left:42%;
  top: 112px;
  border: 13px solid rgba(0,0,0,0.9);
   
  border-color: rgba(0,0,0,0.9) transparent transparent rgba(0,0,0,0.9);
  transform: rotate(225deg);*/
}

.moduleItemdateCreated{
	font-size: 13px;
	color:#4A4A4A;
}
.item-container{
	background: #eeeeee;
}
.home-img{
	width: 100px;
	height: 110px;
}

@media only screen and (max-width: 767px) {
 	.popular-category-block{
 		height: 400px;
 	}
 	.moduleItemIntrotext{
 		border-right: none;
 		margin-left:15px;
 		border-bottom: 1px solid #afafaf;
 		margin-bottom: 20px;
 	}
 	.home-itemcategory{
 		padding-bottom: 0px;
 		padding-top: 0px;
 	}
 	.right-side{
 		border-left: none!important;
 	}
 	.powerby-logo{
 		margin-bottom: 30px!important;
 	}
 	.header-line h2{
 		padding:0px!important;
 	}
 	#banner h1 {
	    font-size: 28px;
	}
}
.moduleItemImage img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.img-week{
	margin-top: 20px;
}

/*#mobile app css*/
/*.mobile-menu>.btn{
	
	border: none;
	background: transparent;
	
}
.mobile-menu .btn-primary.active, 
.mobile-menu .btn-primary.focus, 
.mobile-menu .btn-primary:active, 
.mobile-menu .btn-primary:focus, 
.mobile-menu .btn-primary:hover, 
.mobile-menu .open>.dropdown-toggle.btn-primary{
	background: transparent !important;
}*/
.upper-menu button.img-wrapper{
	background: transparent;
	color:#fff;
}
.mobile-menu ul{
	margin-top: 7px;
	left: -53px;
	border-radius: 0px 0px 3px 3px;
}
.mobile-menu ul:before{
	content: '';
    position: absolute;
    left: 65px;
    top: -16px;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.upper-menu ul li {
	padding-left:0px !important;
}
.mobile-menu ul li:last-child{
	padding-left: 15px;
	float: right;
}
.mobile-menu ul li:last-child>a{
	float: right;
	padding-left:0px !important;
}
.mobile-menu ul li >a>span{
	color:#000;
}
.mobile-menu li >a:hover{
	background: none !important;
}
.mobile-menu i{
	font-size: 26px;
	background: #e31e25;
}
.upper-menu ul li a>.fa{
	background: #e31e25;
    padding: 8px;
    font-size: 20px;
    border-radius: 3px;
    padding:5px 7px;
    color:#fff;
}
.mobile-menu .dropdown-menu > li > a{text-align: center;padding:3px 10px !important;font-size: 13px !important;}
/*#mobile app css end*/

.mobile-menu .caret {
    margin-left: 0px;
}
.social_icon .img-wrapper{
	padding:5px 7px;
}

.navbar-nav > li.active > a {
	border-bottom: 3px solid #E01E26;
	background: none!important;
	padding: 15px 0 3px;
    margin: 0px 15px;
}
.featured-adv .header-line h2{
        font-size: 20px;
}

.navbar-fixed-top {
    top: 0!important;
    /*border-width: 0 0 1px;*/
}
.popular-category-block .card-body .card-title {
	margin-bottom: 5px;
}
.popular-category-block .card-body small{
	color:#fff;
}
/*Ads Banner*/
.ads-banner.top,
.ads-banner.bottom{
	margin-top: 30px;
}
.ads-banner.bottom{
	clear: both;
	margin-bottom: 30px;
}
.ads-banner .offslider{
	padding: 0px;
	margin-bottom: 15px;
}
.home-ads-banner.top{
	margin-bottom: 30px;
}
.article-detail-banner.top{
	margin-bottom: 15px;
}
.article-detail-banner.sidebar{
	margin-top:21px;
}
 
/*Cookie Consent Begin*/
.cookiebox{background-color: #970303;position: fixed;bottom: 0px;width: 100%;z-index: 1005;display:none;}
.cookieConsent {background-color:#970303;font-size: 16px;color: #fff;padding: 5px 5px;bottom: 0;left: 0;right: 0;
  z-index: 9999;}
 .cookiebox button.close{background-color:#970303;}
.cookie-text{font-size: 18px;padding: 20px 0;}
.cookie-btn{padding: 20px 0;}
.cookieConsent a {color: #000;text-decoration: none;}
#closeCookieConsent {float: right;display: inline-block;cursor: pointer;height: 20px;width: 20px;margin: -15px 0 0 0;font-weight: bold;}
#closeCookieConsent:hover {color: #FFF;}
.refuse{padding:0 20px;}
.cookieConsent a.cookieConsentOK {background-color: #fff;color: #000;display: inline-block;padding: 10px 20px;cursor: pointer;
font-size: 16px;}
.close-cookies{display: none;}
.cookiebox div.modal{    width: 100%;margin: 0 auto;top:83%;    left: 0%;background-color: #108A69;}
#body .home-articles-content .cookiebox .row{margin-bottom: 0px;}
.cookiebox .modal-backdrop{background-color: #108A69;}
.cookiebox .modal-backdrop.in{opacity: none !important;}
.cookiebox .modal-backdrop{opacity: none !important;}
.modal-backdrop.in{display: none;}
.modal.fade .modal-dialog {transform: translate3d(0, 100vh, 0);}
.modal.in .modal-dialog {transform: translate3d(0, 0, 0);}
.cookiebox .close{opacity: 1 !important;}
.modal-body {padding: 0px !important;}
.btn-box{padding: 15px 40px 0 60px;}
.cookiebox  .modal-body{width: 100%;}

@media only screen and (min-width : 320px) and (max-width : 480px){ 
	.cookieConsent{padding: 10px 0;}
	.cookie-text{font-size: 14px !important;}
	.cookieConsent a.cookieConsentOK{font-size: 12px;}
	.cookiebox{top:79% !important;}
	.cookiebox .modal-body{ margin-top: 1px;}
	.cookie-text{margin: 0px 0;padding: 0px 0;}
}
@media only screen and (min-width : 481px) and (max-width : 767px){ 
	.cookie-text{padding:20px 0 0 0;}
	.cookiebox div.modal{top:76% !important;}
	.cookiebox .container {width: 100%;padding-left: 15px;padding-right: 15px;}
}
@media screen and (max-width: 991px){
	.cookiebox button.close{width:100%;margin: 7px 0;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
.btn-box {padding: 25px 45px 0 45px;}
}
@media only screen and (min-width: 1225px) and (max-width: 1824px){
.cookiebox div.modal{top:82%;}
}

div.pgcategorylisting div.page-listing div.ratecard-detail div.ratecard section#content div.col-customize.company-address {
	font-family: Zawgyi-One;
}
div.container.pgcategorylisting div.page-listing div.ratecard-detail.digital-bg div.ratecard section#content div.block_03 {
	font-family: Zawgyi-One;
}