@charset "utf-8";
/* CSS Document */

body {
	color: #242424;
	background: #ffffff !important;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo-fixed-top {
    top: 15px;
    transform: translateY(40px);
    transition: transform .3s;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.afterScrollLogo {
    background: #4267b2;
    /* padding: 10px 0; */
}

.scrollLogo-img {
    width: 35%;
    background: #fff;
    padding: 10px;
}

.afterScollDateTime {
    padding-top: 18px;
    text-align: right;
}




/**********************************************/
/* Font Section */
/**********************************************/
@font-face {
    font-family: 'elegant_and_sensationalRg';
    src: url('../fonts/elegant_and_sensational-webfont.woff2') format('woff2'),
         url('../fonts/elegant_and_sensational-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knight_brush_demoregular';
    src: url('../fonts/knight_brush_demo-webfont.woff2') format('woff2'),
         url('../fonts/knight_brush_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_blacklistregular';
    src: url('../fonts/the_blacklist-webfont.woff2') format('woff2'),
         url('../fonts/the_blacklist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akshar_unicoderegular';
    src: url('../fonts/akshar-webfont.woff2') format('woff2'),
         url('../fonts/akshar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brushaffregular';
    src: url('../fonts/brushaff-webfont.woff2') format('woff2'),
         url('../fonts/brushaff-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.woff2') format('woff2'),
         url('../fonts/socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/**********************************************/
/* Logo Section */
/**********************************************/
.logo img {
	margin: 0;
}








/**********************************************/
/* Pre Header Section */
/**********************************************/
.preHeader {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3 ;
    padding: 8px 0 6px 0;
}

.preHeaderMenu ul {
    list-style: outside none none;
    margin-bottom: 0;
}

.preHeaderMenu li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.preHeaderMenu li:last-child {
    margin-right: 0;
}

.preHeaderMenu a {
    color: #242424;
    font: 500 16px  'Mukta', sans-serif;
}

.preHeaderMenu a:hover {
	color: #ed1d25;
	text-decoration: none;
}

/* .nepaliUnicodeSection {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #efefef;
} */

.nepaliUnicodeSection {
    text-align: center;
}

.nepaliUnicodeSection a {
    color: #242424;
    font-size: 16px;
}

.nepaliUnicodeSection a:hover {
    text-decoration: none;
}

.dateTimeNepali {
    line-height: 0;
}

/* .dateTimeNepali iframe {
    padding-top: 0;
    margin-top: -10px;
} */

/**********************************************/
/* Header Section */
/**********************************************/
.headerSection {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px 0;
    box-shadow: inset 0px -10px 18px -6px #D0D0D0;
	-moz-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
	-ms-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
	-o-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
	-webkit-box-shadow: inset 0px -10px 18px -6px #D0D0D0;
}









/**********************************************/
/* Navigation Section */
/**********************************************/
.mainNav {
    background: #fff none repeat scroll 0 0;
	border-top: 5px solid #4267b2;
	border-bottom: 1px solid #4267b2;
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}









/**********************************************/
/* Banner News Section */
/**********************************************/
.tagRibbon {
    border-top: 1px solid #00a50d;
    margin-bottom: 25px;
}

.tagRibbon span {
    background: #00a50d;
    color: #ffffff;
    padding: 5px 20px;
    font: 500 20px/42px 'Mukta', sans-serif;
}

.taajaUpdates p {
    color: #666;
    font: 400 20px/32px 'Mukta', sans-serif;
    padding: 0 30px;
}

.taajaUpdates .taajaNewsBig {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.taajaNewsBig img, .taajaNewsSmall img {
    margin-top: 0;
    width: 100% !important;
    margin-right: 0 !important;
}

.taajaNewsSmall {
    background: #fff;
    border: 1px solid #ededed;
	overflow: hidden;
}

.taajaNewsSmall img {
    width: 100%;
    margin-top: 0;
}

.taajaNewsSmall h1 a {
    font-size: 16px !important;
    line-height: 22px !important;
}

.taajaNewsSmallHorizontal {
    background: #fff;
    border: 1px solid #ededed;
    overflow: hidden;
	/*margin-top: 20px;*/
}

.taajaNewsSmallHorizontal .taajaContents {
    padding: 10px 0;
}

.taajaNewsSmallHorizontal .taajaContents h1 a {
    font-size: 18px;
    line-height: 30px;
}

.taajaNewsSmallHorizontal a img {
    width: 50%;
    margin-bottom: 0;
}

.taajaContents {
    padding: 0 10px;
}

.taajaUpdates ul {
    list-style: outside none none;
    margin-bottom: 0;
}

.taajaUpdates li {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin-bottom: 20px !important;
    /*padding: 20px 50px;*/
}

.taajaUpdates li:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
}

.taajaUpdates li h1 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

/*.taajaUpdates li h1 a {
	color: #23527c;
	font: bold 34px "ganeshregular";
    text-decoration: none;
}*/

.taajaUpdates li h1 a:hover {
	color: #e5322c;
	text-decoration: none;
}

.taajaImage {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 30px;
}

.tajaImg {
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 9px;
    display: block;
}

.tajaImg h1 {
	margin: 20px 20px;
}

.tajaImg h1 a {
    color: #4267b2;
    font: 600 50px/65px 'Mukta', sans-serif;
}

.tajaImg h1 a:hover {
    color: #29487d;
    text-decoration: none;
}

.tajaImg h1 span {
    display: block;
    font-size: 30px;
    color: #666;
    font-style: italic;
    margin: 10px 0 15px 0;
}

.bannerNewsAuthor {
    color: #4267b2;
    font: 500 18px 'Mukta', sans-serif;
    margin-bottom: 5px;
}

a.readMore {
    color: #e5322c;
}

a.readMore:hover {
    color: #31302C;
	text-decoration: none;
}

.banner-news-related-post {
    padding: 20px;
    text-align: left;
}

.banner-news-related-post-img {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.banner-news-related-post-title {
    color: #4267b2;
    font: 500 18px/28px 'Mukta', sans-serif;
}

.banner-news-related-post-title:hover {
    text-decoration: none;
}





/**********************************************/
/* Logo Section */
/**********************************************/
.ad_sec {
	margin-top: 20px;
	text-align: center;
}

.ad_sec img {
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}






/**************************************************/
/* Search Section */
/**************************************************/
.searchSection {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 4px;
}

.searchTerm {
  float: left;
  width: 83%;
  border: 3px solid #00B4CC;
  padding: 5px;
  border-radius: 5px;
  outline: none;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  position: absolute;  
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}















/**********************************************/
/* LokPriya Section */
/**********************************************/
.lokaPriya ul {
    padding-left: 0;
    margin-bottom: 0;
}

/* .lokaPriya li {
    list-style: devanagari inside;
    color: #dee4ee;
    font-size: 55px;
    position: relative;
    border-bottom: solid 1px rgba(77,77,77,.14);
} */

.lokaPriya li {
    list-style: none;
    color: #dee4ee;
    border-bottom: solid 1px rgba(77,77,77,.14);
    display: block;
}

/* .lokaPritya_title {
    color: rgba(77,77,77,.8);
    font: 400 20px 'Mukta', sans-serif;
    position: absolute;
    top: 26px;
    padding-left: 10px;
} */

.lokaPritya_title {
    /* color: rgba(77,77,77,.8); */
    color: #242424;
    /* font: 400 20px/60px 'Mukta', sans-serif; */
    font: 400 19px/45px 'Mukta', sans-serif;
    padding-left: 10px;
}

.lokaPritya_title:hover {
    /* color: rgba(77,77,77,.5); */
    color: #4267b2;
	text-decoration: none;
}

.lokaPriya li span {
    /* color: rgba(77,77,77,.4); */
    color: #242424;
    font-size: 20px;
}






.parent{
  height: 650px;
  overflow: hidden;
}

.child{
  height: 100%;
  margin-right: -65px; /* maximum width of scrollbar */
  padding-right: 50px; /* maximum width of scrollbar */
  overflow-y: scroll;
}




.parentlong {
  height: 450px;
  overflow: hidden;
}

.childlong {
  height: 100%;
  margin-right: -65px; /* maximum width of scrollbar */
  padding-right: 50px; /* maximum width of scrollbar */
  overflow-y: scroll;
}










/**********************************************/
/* Category Title */
/**********************************************/
.topic-border {
    position: relative;
	margin-bottom: 20px;
}

.topic-border:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}

.topic-box-lg {
	background: #0f75bc;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 3px 25px 0 25px;
    font: 600 22px/42px 'Mukta', sans-serif;
}

.color-apple:after {
    background-color: #0f75bc;
}

.topic-box-lg:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.color-apple:before {
    border-top: 8px solid #0f75bc;
    border-right: 8px solid transparent;
}

.topic-box-lg:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}

.titleAllSec {
    color: #dcdcdc;
    border: 1px solid #dcdcdc;
    padding: 2px 10px;
    float: right;
}

.titleAllSec:hover {
    color: #ed1d25;
    border: 1px solid #ed1d25;
	text-decoration: none;
}

.r_t_cat_title {
	margin-bottom: 0;
}











/*************************************************/
/* Related News Section */
/*************************************************/
.relatedNews {
    margin-bottom: 30px;
}

.relatedNews ul {
    padding-left: 0;
}

.relatedNews li {
    list-style: devanagari inside;
    color: #c7cdd6;
    font-size: 30px;
    border-bottom: solid 1px rgba(77,77,77,.14);
    position: relative;
}

.relatedNews a {
    color: rgba(77,77,77,.8);
    font: 400 18px/normal 'Mukta', sans-serif;
    padding-left: 5px;
    position: absolute;
    top: 12px;
}

.relatedNews a:hover {
    color: rgba(0,0,0,.88);
	text-decoration: none;
}












/*************************************************/
/* Related News Section */
/*************************************************/
/* .sambandhitSamachar {
	margin: 20px 0;
} */

.sambandhitSamachar {
    margin: 20px 0;
    background: #f7fff8;
    border: 1px solid #dcfddf;
    padding: 15px 15px 0 15px;
}

.ss-title, .ss-title:hover {
    color: #23527c;
    font: 600 20px 'Mukta', sans-serif;
    width: 100%;
    float: left;
    margin: 10px 0 5px 0;
	text-decoration: none;
}

.ss-para {
    color: #666;
    font: 16px/27px "'Mukta', sans-serif";
    margin-left: 0;
}








/* .chutaunuBhayoKi {
    min-height: 110px;
} */

.chutaunuBhayoKi {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.chutaunuBhayoKi a {
    color: #4267b2;
    line-height: 30px;
}

.chutaunuBhayoKi a:hover {
    color: #29487d;
    line-height: 30px;
    text-decoration: none;
}










/*************************************************/
/* Landing Page Taja Update Section */
/*************************************************/
.cat-taja-img {
    margin-bottom: 20px;
}

/* .cat-taja-title, .cat-taja-title:hover {
    color: rgba(0,0,0,.7);
    font: 500 24px/34px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
	text-decoration: none;
} */

.cat-taja-title, .cat-taja-title:hover {
    color: rgba(0,0,0,.7);
    font: 500 20px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.cat-taja-para {
    color: rgba(0,0,0,.7);
    font: 400 18px/28px 'Mukta', sans-serif;
    margin-bottom: 0;
}

.cat-taja-med-img {
    margin-bottom: 10px;
}

.cat-taja-med-title, .cat-taja-med-title:hover {
    color: rgba(0,0,0,.7);
    font: 500 22px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    /* height: 90px; */
    max-height: 90px;
    overflow: hidden;
}

.cat-taja-med-title-noSpace {
    margin-bottom: 0 !important;
}


.nbc0Small .cat-taja-med-title, .nbc0Medium .cat-taja-med-title {
    height: auto;
}

.cat_taja.nbc0 {
    position: relative;
}

/* .nbc0 .cat-taja-title {
    position: absolute;
    bottom: 8px;
    left: 20px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 8px 20px 3px 20px;
    right: 20px;
} */

.nbc0 .cat-taja-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 8px 20px 3px 20px;
    margin-bottom: 0;
    width: 100%;
}

.cat_taja.nbc0Medium {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
}












/*************************************************/
/* Category width Background Section */
/*************************************************/
.cat-bg-1 {
    background: #191b1f;
    padding: 35px 0;
}

.cat-bg-2 {
    background: #4267b2;
    padding: 35px 0;
}

.cat-bg-2 .topic-border:after, .cat-bg-3 .topic-border:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}

.cat-bg-2 .topic-box-lg {
    color: #4267b2;
    background: #fff;
}

.cat-bg-2 .color-apple::after, .cat-bg-3 .color-apple::after {
    background-color: #ffffff;
}

.cat-bg-2 .color-apple::before, .cat-bg-3 .color-apple::before {
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
}

.cat-bg-3 {
    background: #00a50d;
    padding: 15px;
    overflow: hidden;
}

.cat-bg-3 .topic-box-lg {
    color: #00a50d;
    background: #fff;
}







/*************************************************/
/* NBC1 Section */
/*************************************************/
.cat-nbc1-img {
    margin-bottom: 20px;
}

/* .cat-nbc1-title, .cat-nbc1-title:hover {
    color: rgba(255,255,255,1);
    font: 500 24px/34px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
	text-decoration: none;
} */

.cat-nbc1-title, .cat-nbc1-title:hover {
    color: #fff;
    font: 500 20px/30px 'Mukta',sans-serif;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}

.cat-nbc1-para {
    color: rgba(255,255,255,1);
    font: 400 18px/28px 'Mukta', sans-serif;
}








/*************************************************/
/* NBC2 Section */
/*************************************************/
.cat-nbc2-lg {
    position: relative;
}

.cat-nbc2-lg-img {
    position: relative;
    z-index: -9999;
}

/* .cat-nbc2-lg-cont {
    position: absolute;
    bottom: 15px;
    margin-left: 15px;
    width: 85%;
} */

.cat-nbc2-lg-cont {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
    width: 100%;
}

/* .cat-nbc2-lg-title, .cat-nbc2-lg-title:hover {
    color: #fff;
    font: 500 20px/24px 'Mukta', sans-serif;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
} */

.cat-nbc2-lg-title, .cat-nbc2-lg-title:hover {
    color: #fff;
    font: 500 20px/28px 'Mukta', sans-serif;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
}

.post-created {
    color: rgba(0,0,0,.7);
    font: 400 16px/normal 'Mukta', sans-serif;
}

.post-created-nbc1-lg {
    color: #ffffff;
    font: 400 16px/normal 'Mukta', sans-serif;
    text-shadow: 1px 1px 1px #242424;
}





.cat-nbc2-sm {
    border-bottom: solid 1px rgba(77,77,77,.14);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cat-nbc2-sm-title {
    color: rgba(0,0,0,.88);
    font: 500 22px/24px 'Mukta', sans-serif;
	text-decoration: none;
}

.cat-nbc2-sm-title:hover {
    text-decoration: none;
}








/*************************************************/
/* NBC3 Section */
/*************************************************/
.cat-nbc3-lg {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(77,77,77,.14);
}

.cat-nbc3-lg-img, .cat-nbc3-md-img, .nbc8Img {
	margin-bottom: 20px;
}

.cat-nbc3-lg-title, .cat-nbc3-lg-title:hover, .nbc8Title, .nbc8Title:hover {
    color: rgba(0,0,0,.88);
    font: 500 24px/32px 'Mukta', sans-serif;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.cat-nbc3-lg-para, .nbc8Para {
    color: rgba(0,0,0,.7);
    font: 400 18px/24px 'Mukta', sans-serif;
    margin-bottom: 0;
}

.cat-nbc3-md-title, .cat-nbc3-md-title:hover {
    color: rgba(0,0,0,.88);
    font: 500 22px/24px 'Mukta', sans-serif;
	text-decoration: none;
}








/*************************************************/
/* NBC4 Section */
/*************************************************/
.cat-nbc4-lg {
    background: #0077bd;
    margin-bottom: 20px;
}

.cat-nbc4-lg-img {
    float: right;
    margin-left: 20px;
}

.cat-nbc4-lg span {
    position: absolute;
    top: 34px;
    left: 50px;
    font-size: 48px;
    color: rgba(255,255,255,0.6);
}

.cat-nbc4-lg-title, .cat-nbc4-lg-title:hover {
    color: #fff;
    font: italic 700 36px/46px 'Mukta', sans-serif;
    margin-left: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.cat-nbc4-lg-cont {
    min-height: 270px;
    padding: 20px;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

/* .cat-nbc4-lg-cont {
    padding: 20px 0 20px 20px;
    min-height: 270px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} */

.post-created-nbc4-lg {
    text-align: right;
    color: #fdfdfd;
}

.cat-nbc4-sm {
    margin-bottom: 25px;
    min-height: 85px;
}

.cat-nbc4-sm-img {
    float: left;
    margin-right: 15px;
}

.cat-nbc4-sm-title {
    color: #242424;
    font: 500 20px/26px 'Mukta', sans-serif;
}

.cat-nbc4-sm-title:hover {
    text-decoration: none;
}













/*************************************************/
/* NBC5 Section */
/*************************************************/
.nbc5-content {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.nbc5-img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
}

.nbc5-title {
    color: #242424;
    font: 500 18px/24px 'Mukta', sans-serif;
}

.nbc5-title:hover {
    text-decoration: none;
}




/*************************************************/
/* NBC6 Section */
/*************************************************/
.nbc6-large-title {
    color: #242424;
    font: 600 24px/32px 'Mukta', sans-serif;
    margin-bottom: 20px;
    display: block;
}

.nbc6-large-title:hover, .nbc6-medium-title:hover, .nbc6-small-title:hover  {
    text-decoration: none;
}

.nbc6-large-imgContent {
    margin-bottom: 15px;
    text-align: center;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.nbc6-large-img {
    margin-left: auto;
    margin-right: auto;
}

.nbc6-large-para {
    color: rgba(0,0,0,.7);
    font: 400 18px/24px 'Mukta', sans-serif;
    margin-bottom: 0;
}

.nbc6-medium-title {
    color: #242424;
    font: 600 22px/28px 'Mukta', sans-serif;
}

.nbc6-medium {
    margin-bottom: 25px;
}

.nbc6-medium-img {
    margin-bottom: 15px;
}

.nbc6-bottomSection {
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

.nbc6-small-content {
    min-height: 85px;
}

.nbc6-small-title {
    color: #242424;
    font: 500 20px/26px 'Mukta', sans-serif;
}

.nbc6-small-img {
    float: left;
    margin-right: 15px;
}








/*************************************************/
/* NBC8 Section */
/*************************************************/











/*************************************************/
/* Vertical Three News Darkbg Section */
/*************************************************/
.cat_vtn_darkbg {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.cat-vtn-darkbg-img {
	margin-bottom: 15px;
}

.cat-vtn-darkbg-title, .cat-vtn-darkbg-title:hover {
    color: #242424;
    font: 500 20px/28px 'Mukta', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}










/*************************************************/
/* Vertical Three News Darkbg Section */
/*************************************************/
.cat_vtn {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.cat-vtn-img {
	margin-bottom: 10px;
}

.cat-vtn-title, .cat-vtn-title:hover {
    color: rgba(0,0,0,.7);
    font: 500 20px/28px 'Mukta', sans-serif;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}







/*************************************************/
/* Green Sidebar Section */
/*************************************************/
.black-sidebar {
    background: #00a50d;
    padding: 10px;
}

.black-sidebar-d1 {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.black-sidebar .topic-box-lg {
    background: #ffffff;
    display: inline-block;
    position: relative;
    color: #00a50d;
    padding: 3px 25px 0 25px;
    font: 600 22px/42px 'Mukta', sans-serif;
}

.black-sidebar .color-apple::before {
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
}

.black-sidebar .color-apple::after {
    background-color: #ffffff;
}











/*************************************************/
/* Single View News Section */
/*************************************************/
.n_title {
    margin-bottom: 30px;
	padding-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,.08);
}

.n_title h1 {
    color: #242424;
    font: 700 38px/48px 'Mukta', sans-serif;
    margin-top: 0;
}

.n_title h1 span {
    display: block;
    font: 400 22px/normal 'Mukta', sans-serif;
    font-style: italic;
    color: rgba(0,0,0,.5);
	margin-top: 15px;
}




/* .newsMainImg {
    text-align: center;
    width: 100%;
    background: #f4f5f3;
} */

.newsMainImg span {
    font: italic 500 14px 'Mukta', sans-serif;
    margin-bottom: 10px;
    display: block;
    /* text-align: right; */
    color: #666666;
}

.news-view-img {
    float: none !important;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 5px !important;
}

.img_caption {
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}



/*************************************************/
/* Post Detail Section */
/*************************************************/
.post_info {
    display: inline-flex;
}

.post_author {
    color: #3a79bd;
    font: 400 20px/26px 'Mukta', sans-serif;
    margin-right: 10px;
}

.post_date {
    color: rgba(0,0,0,.5);
    font: 400 16px 'Mukta', sans-serif;
    margin-right: 20px;
    border-bottom: 1px dashed #3a79bd;
}

.post_view {
    color: rgba(0,0,0,.5);
    font: 400 16px 'Mukta', sans-serif;
}







/*************************************************/
/* Tag Section */
/*************************************************/
.trendingNews {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.trendingTitle {
	position: relative;
	padding: 0 24px;
	line-height: 38px;
	font-weight: 700;
	color: rgba(0,0,0,.6);
	font-size: .9em;
	background-color: rgba(0,0,0,.06);
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}

.trendingTitle::after {
	content: '';
	position: absolute;
	top: 12px;
	right: -20px;
	border-color: transparent transparent transparent rgba(0,0,0,.06);
	border-style: solid;
	border-width: .7em;
}

.trendingList {
	padding: 0;
	line-height: 38px;
	counter-reset: lists;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.trendingList li {
	position: relative;
	padding-left: .8em;
	margin-right: 2em;
	display: inline-block;
}

.trendingList li::after {
	content: '#';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	color: rgba(0,0,0,.24);
	font-weight: 400;
}

.trendingList li a {
	font-size: 1em;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	transition: all .3s ease;
	text-decoration: none;
}

.trendingList li a:hover {
	color: #0e5dae;
}

.newsFooterTagList li a {
    color: rgba(0,0,0,.5);
    font: 400 14px 'Mukta', sans-serif;
}

.newsFooterTagList li a:hover {
    color: #3a79bd;
}







/*************************************************/
/* Back to Top Section */
/*************************************************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4267b2;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #29487d;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
















/**********************************************/
/* Tab Section */
/**********************************************/
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #ffffff;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #242424;
	background-color: #c0ffc5;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #242424;
	background-color: #c0ffc5;
	border-color: #4267b2;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #0f75bc; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #0f75bc; /* active bg color */
}

.panel-danger {
    border: 1px solid #4267b2;
    background: #c0ffc5;
}

.panel-heading {
    padding-bottom: 0;
    background: #4267b2 !important;
}

.panel-heading .nav-tabs {
    border-bottom: none;
}


















.breadcrumb {
    padding: 0 0 8px 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}

ul.breadcrumb li {
    font: 300 12px 'Mukta', sans-serif;
}


.singleNewsSectionTitle {
    color: #4267b2;
    font: 600 50px/70px 'Mukta', sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.singleNewsSectionTitle span {
    color: #00a50d;
    font-size: 40px;
    display: block;
    font-style: italic;
}



.newsContainer {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.newsContainer ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.newsContainer li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.newsContainer li:last-child {
    border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 0;
}

.newsContainer li:last-child p {
    margin-bottom: 0;
}

.newsContainer li h1, .newsContainer h1 {
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}

/*.newsContainer li h1 a, .newsContainer h1 a {
	color: #23527c;
    font: bold 18px "ganeshregular";
    text-decoration: none;
}*/

.newsContainer li h1 a, .newsContainer h1 a {
    color: #23527c;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}

.newsContainer li h1 a:hover {
	color: #e5322c;
	text-decoration: none;
}

.newsContainer img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    /*max-height: 100px;*/
    width: 100px;
}

.newsContainer p {
    color: #666;
    font: 16px/27px "'Mukta', sans-serif";
    margin-left: 0;
}

.threeInOne a img {
    width: 100%;
    margin-right: 0;
}




.threeInTwo img {
    margin-bottom: 0;
    width: 35%;
}

.threeInTwo h1 {
    margin-top: -2px !important;
}

.threeInTwo h1 a {
    font-size: 16px !important;
    line-height: 20px !important;
}









.postDateTime {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.oneThree {
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 10px;
    overflow: hidden;
}

.oneThree img {
    height: auto;
    width: 50%;
}

.threeOne img {
    /*height: 120px;*/
    width: 100%;
}

.oneTwo, .twoOne {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.oneTwo:last-child, .twoOne:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.oneTwo img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.twoOne img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
}

.sectionHeading {
	margin-bottom: 10px;
}

.sectionHeading h1 {
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #ed5454;
}

.sectionHeading h1 a {
    color: #ed5454;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #ed5454;
}

.sectionHeading h1 a:hover {
	color: #ea6b5b;
	text-decoration: none;
    border-bottom: 1px solid #ea6b5b;
}

.sectionHeading h1 span a {
    color: #ed6a5a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0px 3px 5px;
}

.advertisementSection > ul {
    padding-left: 0;
}

.advertisementSection li {
    display: block;
    list-style: outside none none;
    margin-bottom: 20px;
}

.leftNewsSection {
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.leftNewsSection:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}











.singleNewsContainer {
    /* background: #f7fff8;
    padding: 15px;
    border: 1px solid #dcfddf; */
}

.singleNewsContainer p, .newsCategory p {
    color: #242424;
    font: 400 20px/34px 'Mukta', sans-serif;
    /* margin-top: -3px; */
    letter-spacing: 0.5px;
    text-align: justify !important;
}

.site-contact h1 {
	color: #457b9d;
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
    border-bottom: 1px solid #457b9d;
    padding-bottom: 5px;
}

.singleNewsContainer h1 {
    color: #242424;
    font-size: 30px;
    margin-top: 0;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    line-height: 42px;
    width: 100%;
    float: left;
    display: block;
    letter-spacing: 0.5px;
    font-family: 'Mukta', sans-serif;
}

.singleNewsContainer h1 span {
    color: #888888;
    font-size: 20px;
    margin-top: 0;
    line-height: 34px;
    float: left;
    width: 100%;
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.singleNewsContainer img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.singleNewsContainer p img {
    height: auto;
    max-width: 100%;
}

.singleNewsContainer blockquote {
    margin-left: 30px;
    border-left: 5px solid #21639f;
}

.singleNewsContainer blockquote p {
    color: #21639f;
    font-weight: bold;
    line-height: 30px;
}

















/*************************************/
/* News Views Page's Related News */
/*************************************/
.singleRelatedNews {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.singleRelatedNews a {
    color: #242424;
    font: 500 18px 'Mukta', sans-serif;
    /* padding-left: 60px; */
}

.singleRelatedNews a:hover {
	color: #ed5454;
	text-decoration: none;
}

.singleRelatedNews span {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.singleRelatedNewsImg {
    margin-bottom: 0 !important;
}

.singleRelatedNews h4 {
    color: #ed5454;
    font: 600 24px 'Mukta', sans-serif;
}

.popular {
    counter-reset: section;
    counter-reset: section;
    list-style: none;
    padding-left: 0;
}

.popular li::before {
    /* counter-increment: section;
    content: counter(section,devanagari); */
    color: #fff;
    font-size: 26px;
    position: absolute;
    margin-top: 0;
    height: 45px;
    width: 44px;
    background: #00639e;
    text-align: center;
    line-height: 46px;
}

.custom-list-item {
    padding: 15px;
    line-height: 45px;
    overflow: hidden;
}

.custom-list-item:nth-child(even) {
    background: #fff;
}

.custom-list-item:nth-child(odd) {
    background: #eee;
}





.newsDetail {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.newsDetail ul {
    padding-left: 0;
    list-style: none;
}

.newsDetail ul li {
    line-height: 28px;
}

.publish-date {
    color: #666;
    font: 300 16px 'Mukta', sans-serif;
}

.author {
    color: #333;
    font: 600 20px 'Mukta', sans-serif;
}








.youtubeSubscribeBtn {
    text-align: right;
    height: 25px;
}

.fbLikeShare {
    float: left;
    height: 25px;
}

.unicodeSection {
    margin-bottom: 30px;
    overflow: hidden;
    background: #f9f9f9;
    padding: 30px 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.translation {
    background: #224058;
    padding: 10px;
    border: 1px solid #0e2333;
}

.translation h1 {
    color: #ffffff;
    font: 500 24px/26px 'Mukta', sans-serif;
    margin-top: 2px;
    margin-bottom: 10px;
}

.translationCode {
    background: #ffffff;
    /*padding: 30px 0;
    margin-bottom: 30px;
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;*/
}












/**********************************************/
/* Category Section */
/**********************************************/
.categorySection h1 {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px 15px;
}

.newsListSection ul {
    padding-left: 0;
}

.newsListSection ul li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden;
}

.newsListSection h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0;
}

.newsListSection h3 a {
    color: #333;
    text-decoration: none;
}

.newsListSection img {
    float: left;
    margin-right: 15px;
}

.newsListSection p {
    color: #666;
    font: 16px/27px "'Mukta', sans-serif";
    /* margin-top: -3px; */
}

.catDetail {
    border-top: 1px solid #333;
    margin-top: 10px;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
    float: left;
}

.catDetail a {
    color: #e92f2c;
    font-size: 15px;
    font-weight: 600;
    margin-left: 1px;
}

.newsListSection ul {
    padding-left: 0;
}

.catDetail ul li {
    border-bottom: medium none;
    border-left: medium none;
    border-right: 1px solid #999;
    border-top: medium none;
    display: inline-block;
    line-height: 12px;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 0 15px 0 0;
}














/**********************************************/
/* Copy Right Section */
/**********************************************/
.c_r_ft {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #243f55;
    margin-top: 30px;
}

.c_r_ft p {
    color: #242424;
    font: 500 15px/26px 'Mukta', sans-serif;
    margin-bottom: 0;
}






.fbComments {
    width: 100%;
    overflow: hidden;
}

.fbComments iframe {
    width: 100% !important;
}



.pagination > li {
    border: none !important;
}





.imagebox {
    padding-top: 30px;
}


.popUpAd {
    z-index: 999999;
    position: fixed;
    text-align: center;
    background: rgba(0,0,0,0.7);
    top: 0;
    width: 100%;
    height: 100%;
}

.popupAdImg img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 550px;
}

.popupAdImg span {
    color: #fff;
    float: left;
}

.icon-close {
    color: #fff;
    /* cursor: pointer; */
    padding: 5px 10px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    /* right: -10px; */
    /* border-radius: 50%; */
    /* line-height: 1.8; */
    background: #ff0000;
    /* font-weight: bold; */
    /* font-size: 0.9em; */
}





.youtubeVideoPopup {
    text-align: center;
}

.youtubeIcondiv {
    position: absolute;
    z-index: 9;
    top: 65px;
}

.youtubeIcon {
    width: 50px;
}









.hamro-bigyapan-sidebar img {
    margin-bottom: 20px;
}










/*************************************/
/* Responsive Section */
/*************************************/
@media only screen and (max-width: 850px){
    .logo img {
        margin-bottom: 20px;
    }

    .hamro-bigyapanLogoLeft img {
        margin-bottom: 5px;
    }
	
	
		
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header {
        margin-bottom: 0;
    }
    
    .headerSection {
        padding: 10px 0;
        background: transparent;
        box-shadow: none;
    }

    .logo img {
        margin-bottom: 20px;
    }

    .hamro-bigyapanLogoLeft img {
        margin-bottom: 5px;
    }

    .tajaImg h1 a {
        font-size: 30px;
        line-height: 24px;
    }

    .tagRibbon span {
        font-size: 16px;
        line-height: 36px;
    }

    .lokaPriya, .black-sidebar, .cat-nbc2-lg, .tajaImg, p.cat-taja-para, .cat-nbc3-md {
        margin-bottom: 20px;
    }

    .lokaPriya li {
        font-size: 36px;
    }

    .lokaPritya_title {
        top: 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .fbLikeBox {
        visibility: hidden;
        display: none;
    }

    h1.singleNewsSectionTitle {
        font-size: 30px;
        line-height: 38px;
    }

    .newsShare {
        float: left !important;
    }








}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .header {
        margin-bottom: 0;
    }
    
    .headerSection {
        padding: 10px 0;
        background: transparent;
        box-shadow: none;
    }

    .logo img {
        margin-bottom: 20px;
    }

    .hamro-bigyapanLogoLeft img {
        margin-bottom: 5px;
    }

    .tajaImg h1 a {
        font-size: 30px;
        line-height: 24px;
    }

    .tagRibbon span {
        font-size: 16px;
        line-height: 36px;
    }

    .lokaPriya, .black-sidebar, .cat-nbc2-lg, .tajaImg, p.cat-taja-para, .cat-nbc3-md {
        margin-bottom: 20px;
    }

    .lokaPriya li {
        font-size: 36px;
    }

    .lokaPritya_title {
        top: 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .fbLikeBox {
        visibility: hidden;
        display: none;
    }

    h1.singleNewsSectionTitle {
        font-size: 30px;
        line-height: 38px;
    }

    .newsShare {
        float: left !important;
    }



	
	

}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
    .header {
        margin-bottom: 0;
    }
    
    .headerSection {
        padding: 10px 0;
        background: transparent;
        box-shadow: none;
    }

    .logo img {
        margin-bottom: 20px;
    }

    .hamro-bigyapanLogoLeft img {
        margin-bottom: 5px;
    }

    .tajaImg h1 a {
        font-size: 30px;
        line-height: 24px;
    }

    .tagRibbon span {
        font-size: 16px;
        line-height: 36px;
    }

    .lokaPriya, .black-sidebar, .cat-nbc2-lg, .tajaImg, p.cat-taja-para, .cat-nbc3-md {
        margin-bottom: 20px;
    }

    .lokaPriya li {
        font-size: 36px;
    }

    .lokaPritya_title {
        top: 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .fbLikeBox {
        visibility: hidden;
        display: none;
    }

    h1.singleNewsSectionTitle {
        font-size: 30px;
        line-height: 38px;
    }

    .newsShare {
        float: left !important;
    }
	
	
}
