<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Nepal Look à¤¨à¥‡à¤ªà¤¾à¤² à¤²à¥à¤•...
/*--------------------------------------------------------------
# Normalize
Author: NepalLook
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family:'Khula', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0 0 10px;
    font-weight: 600;
   font-family: 'Ek Mukta', sans-serif;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}


h3{
	font-size: 22px;
}


h4{
	font-size: 20px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 18px;
}


p {
	margin:0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    padding: 20px 20px 40px;
    margin: 0 5px 0 20px;
    width: 50%;
    float: right;
    font-style: italic;
    background: url('images/quotation.jpg') no-repeat scroll left top;
    font-weight: bold;
    text-indent: 30px;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

blockquote:after{
    position: absolute;
    content:"";
    background: url('images/quotation-down.jpg') no-repeat scroll left top;
    bottom:0;
    right:0;
    height: 50px;
    width: 50px
}

blockquote p:last-child{
    margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #E74C3C;
	color: #FFF;
	border: 0;
	padding: 5px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #D84738;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #EEE;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #CCC;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

textarea {
	padding: 5px 10px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #444;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: #E74C3C;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background: #E74C3C;
	
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 12px 12px 10px;
	color: #F6F6F6;
	font-size: 15px;
    font-weight: bold;
	min-height: 52px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover &gt; a,
.main-navigation li.focus &gt; a {
	background: #222
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a {
	background: #222;
	min-height: 52px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li{
	border-bottom: 1px solid #F6F6F6;
	padding: 5px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 25px;
	line-height: 2;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
        vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*General CSS*/

.news h1 a{font-size: 50px; color:#001d98;}


h2.news-title{
	font-size: 20px;
line-height: 1.5;
margin-bottom: 22px;
}

h6.news-subtitle{
	font-size: 14px;
	color: #666;
	font-style: italic;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 4px;
}

.thumb{
	margin-bottom: 10px;
}

.thumb-image{
	width: 100px;
} 
.float-left{
	float: left;
	margin-right: 10px;
}
.float-right{
	float: right;
	margin-left: 10px;
}
body{
 	background: #ECECEC;
}
.cat-title,
.widget-title{
	font-size: 20px;
    background: #000;
    color: #fff;
    padding-left: 20px;	
	padding-bottom: 6px;
	margin-bottom: 10px;
    line-height: 33px;
    padding-top:7px;
}
.cat-title a{
	position: relative;
	display: inline-block;
    background: #E74C3C;
    padding: 5px 28px 2px;
    line-height: 22px;
    color: #FFF;
    border-radius: 20px;
}
.cat-title a:before{
	content: "";
	position: absolute;
	/*border-bottom: 3px solid #E74C3C;*/
	left: 0;
	width: 100%;
	bottom: -12px;
}

/*.cat-title a:after {*/
/*    border-style: solid;*/
/*    border-width: 5px;*/
/*    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e25832;*/
/*    content: " ";*/
/*    height: auto;*/
/*    left: 20%;*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    width: auto;*/
/*}*/

.news-post{
	border-bottom: 1px solid #F6F6F6;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.news-post:last-child{
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.news-post p{
	margin: 0;
}


.wrapper{
	padding: 0 30px;
}
iframe.wrapper{
    padding: 0;
}
#page{

	margin: 0 auto;
	border:1px solid #EEE;
	background: #FFF;
	width: 100%;
    max-width: 1228px;
}

#masthead{
	margin-bottom: 25px;
}

.top-header{
	border-bottom: 1px solid #ececec;
	background: #fbfbfb;
	line-height: 22px;
	font-size: 13px;
	padding-top: 15px;
}

#nepali-date-wrap{
	float: left;
	-ms-transform: translateY(2px); 
   	-webkit-transform: translateY(2px); 
    transform: translateY(2px);
}

#nepalidate1{
	display: inline-block;
}

#social-icons{
	float: right;
}

#social-icons a{
	margin-left: 3px;
	color: #FFF;
	height: 22px;
	width: 22px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}

#social-icons a.facebook{
	background: #004088
}
#social-icons a.twitter{
	background: #00abe3
}

.main-header{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-branding{
	float: left;
	max-width: 460px;
	padding-bottom: 15px;
}

.header-ads{
	float: right;
}

.header-ads .widget{
	margin: 0
}

#big-news{
	border-bottom: 1px solid #F6F6F6;
	margin-bottom: 25px;
	font-size: 18px;
}
.big-news{
    border: 5px solid #F6F6F6;
    padding: 20px;
    margin-bottom: 20px;
}

.big-news:hover{
    background: #F9F9F9;
}

.big-news p:last-child{
    margin-bottom: 0;
}

.big-news h2{
	text-align: center;
    font-size: 40px;
    line-height: 1.3;
}

.big-news h2 a{
    color: #E74C3C ;
}

.big-news .news-subtitle{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.big-news img{
	margin-bottom: 10px;
}

#main-slider{
	width: 38%;
	float: left;
	position: relative;
	max-height: 500px;
	overflow: hidden;
}

#imageGallery{
	margin: 0;
	padding: 0;
	list-style: none;
}

#imageGallery .news-caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	padding:25px 15px 15px;
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

#imageGallery .news-caption h2 a{
	color: #FFF;
}

#imageGallery .news-caption p{
	margin-bottom: 0
}

#main-slider .bx-wrapper .bx-controls-direction a{
	background: #E74C3C;
	text-indent: 0;
	color: #FFF;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-family: Arial;
}

#main-slider .bx-wrapper .bx-prev{
	right: auto;
	left: 10px;
	top: 10px;
	margin-top: 0;
}

#main-slider .bx-wrapper .bx-next{
	right: auto;
	left: 10px;
	top: 39px;
	margin-top: 0;
}

#top-row{
	margin-bottom: 25px;
}

.primary-ads{
	margin-bottom: 25px;
}

#top-row-tab{
	width: 33%;
	float: left;
	margin-left: 2%;
}

#top-row-tab .np-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-row-tab .np-content ul li{
	border-bottom:1px solid #F6F6F6;
	padding: 6px 0 3px;
}

#top-row-tab .np-content .news-post{
	border-bottom:1px solid #F6F6F6;
	padding: 10px 0 5px;
	margin: 0;
}

#top-row-tab .np-content .news-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

#top-row-tab .np-content .news-post p{
	margin-bottom: 0;
}

#top-row-ads{
	width: 25%;
	float: right;
}

.np-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgb(249, 165, 157);
	margin-bottom: 10px;
}

.np-nav ul li{
	float: left;
	padding:0 5px 10px;
	margin-right: 15px;
	position: relative;
	font-weight: 600;
    font-size: 17px;
}

.np-nav ul li:before{
	content: "";
	position: absolute;
	border-bottom: 3px solid #E74C3C;
	left: 0;
	width: 100%;
	bottom: -2px;
	display: none;
}

.np-nav ul li:after {
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e25832;
    content: " ";
    height: auto;
    left: 20%;
    position: absolute;
    bottom: 0;
    width: auto;
    display: none;
}

.np-nav ul li.active a{
	color: #E74C3C;
}

.np-nav ul li.active:after,
.np-nav ul li.active:before{
	display: block;
}

#top-row-ads .widget{
	margin-bottom: 5px;
}

#top-row-ads .widget:last-child{
	margin-bottom: 0;
}

#second-row{
	margin-bottom: 25px;
}
#second-row .second-row-column1{
	width: 35.5%;
	float: left;
	margin-right: 2%;
}

#second-row .second-row-column2{
	width: 35.5%;
	float: left;
}

#second-row .second-row-column3{
	width: 25%;
	float: right;
}

#second-row .second-row-column3 .widget{
	margin-bottom: 5px;
}

#third-row{
	margin-bottom: 25px;
}

.third-row-column1{
	width: 58%;
	float: left;
    background: #F6F6F6;
	padding:15px;
}

.third-row-column2{
	width: 40%;
	float: right;
    background: #F6F6F6;
	padding:15px;
}

.second-row-column2{
	float: right;
	width: 40%;
}
.third-row-column1-wrap{
	margin-left: -3%;
}
.third-row-column1-wrap .third-row-col{
	width: 47%;
	margin-left: 3%;
	float: left;
}
.second-row-column2 .news-post,
.third-row-column1-wrap .news-post{
	border-color: #F0F0F0
}
#photo-feature{
	margin-bottom: 25px;
}
.photo-feature-wrap{
	margin-left: -2%;
}
.photo-feature-wrap .news-post{
	width: 23%;
	margin-left: 2%;
	border:0;
	float: left;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.photo-feature-wrap .news-post h2.news-title{
	font-size: 14px;
	line-height: 1.3;
}

#entertainment{
	margin-bottom: 25px;
}

#entertainment .widget{
	margin-bottom: 5px;
}

.entertainment-col1-col2{
	width: 68%;
	float: left;
}

.entertainment-col1{
	float: left;
	width: 46%;
	margin-right: 3%;
}

.entertainment-col2{
	float: left;
	width: 51%
}

.entertainment-col3{
	float: right;
	width: 30%;
}

.entertainment-col1 .entertainment-caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	margin: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	color: #FFF;
	font-size: 14px;
}

.entertainment-col1 .news-post{
 	padding: 0;
 	margin: 0;
 	position: relative;
 	overflow: hidden;
 }
.entertainment-col1 h2.news-title a{
	color: #FFF;
}

#health-group{
	background: #F6F6F6;
	padding: 15px;
	margin-bottom: 25px;
}

.health{
	float: left;
	width: 49%;
}

.healthnews{
	width: 49%;
	float: right;
}

.health-col1,
.healthnews-col1{
	float: left;
	width: 44%;
}

.health-col2,
.healthnews-col2{
	float: right;
	width: 52%;
}

#health-group .news-post{
	border-color: #F0F0F0;
}
#bottom-row{
	margin-bottom: 25px;
}
.bottom-row-wrap{
	margin-left: -2%;
}
#bottom-row .bottom-row-col1,
#bottom-row .bottom-row-col2,
#bottom-row .bottom-row-col3{
	float: left;
	width: 31.33%;
	margin-left: 2%;
}

#video-news{
	background: #333;
	padding: 20px;
}
#video-news .video-wrap{
	margin-left: -1.5%;
}
#video-news .news-post{
	float: left;
	margin-left: 1.5%;
	width: 23.5%;
	border: 0;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

#video-news .news-post h2{
	line-height: 1.4;
	margin-bottom: 0;
    font-size: 14px;
}

#video-news .news-post h2 a{
	color: #eee;
	font-weight: normal;
}

#video-news .thumb{
	background: rgba(0,0,0,0.3);
	padding: 5px;
}

#video-news .thumb a{
	position: relative;
	display: block;
}
#video-news .thumb a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/video.png) center no-repeat;
}

#colophon{
	background: #fbfbfb;
	border-top: 3px solid #ececec;
	padding: 30px 30px 0;
}

.footer-wrap{
	margin-bottom: 25px;
}

.footer-wrap .footer{
	width: 29.333%;
	float: left;
	margin-left: 4%;
}

.widget-title span{
	position: relative;
}

.widget-title span:before {
    content: "";
    position: absolute;
    /*border-bottom: 3px solid #E74C3C;*/
    left: 0;
    width: 100%;
    bottom: -8px;
}

.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .menu li{
	width: 50%;
	float: left;
	border: 0;
}
.site-info{
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #ececec;
	padding: 15px 15px 10px;
    margin-top: 10px;
    color: #999;
}

#content{
	margin-bottom: 25px;
}

#primary{
	width: 68%;
	float: left;
}

#secondary{
	width: 30%;
	float: right;
}

.entry-title{
	line-height: 1.3;
}

.entry-sub-title{
	font-weight: normal;
	font-style: italic;
}

.entry-header,
.page-header{
	border-bottom: 1px solid #F6F6F6;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.archive .entry-header{
    margin-bottom: 10px;
}

.page .entry-title,
.page-title,
h3.entry-title{
	margin-bottom: 0;
	line-height: 1.2;
}
.entry-meta{
    font-size: 13px;
}
.entry-header .entry-meta{
	float: left;	
}
.entry-header h6.author{
	float: right;
	font-size: 13px;
	font-weight: normal;
}

.entry-header .entry-meta .fa,
.entry-header h6.author .fa{
	margin-right: 5px;
}

.archive .entry-content .float-left{
    margin: 0 20px 10px 0;
}

.posted-on-nepali{
	margin-right: 10px;
}

.pagination{
	border-bottom: 1px solid #F6F6F6;
	padding: 5px 10px 0;
	text-align: center;
}

.pagination span,
.pagination a{
	padding: 5px 8px;
	display: inline-block;
	font-weight: bold;
}

.pagination span.current{
	border-bottom: 3px solid #E74C3C;
	margin-bottom: -2px;
}

#footer-navigation{
    
}

#footer-navigation ul{
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#footer-navigation ul li{
    display: inline-block;
    border-right: 1px solid #CCC;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 12px;
}

#footer-navigation ul li:last-child{
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

#footer-navigation ul li a{
    -ms-transform: translateY(2px); 
   	-webkit-transform: translateY(2px); 
    transform: translateY(2px);
    display: block;
    color:#888
}

#go-to-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	background: #FFF;
	height: 40px;
	width: 30px;
	text-align: center;
	line-height: 40px;
	font-family: Arial;
	cursor: pointer;
	color: #E74C3C;
	display: none;
}

#go-to-top:hover{
	color: #FFF;
	background: #E74C3C;
}

.sharethis{
	margin-bottom: 25px;
}

.sharethis *{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

.sharethis .stButton .stBubble_count{
	background: none !important;
	border: 1px solid #CCC !important;
}
.sharethis iframe{
	max-width: none;
}

.sharethis .st_fblike_vcount &gt; span{
	margin-bottom: 3px !important;
}

#fb-comments .fb_iframe_widget,
#fb-comments .fb_iframe_widget span,
#fb-comments .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.fb-like{
    vertical-align: top;
    margin-left: 10px;
}

.toggle-nav{
    display: none;
}
.full-width-ads {
margin-left:-15px
}

.full-width-ads .widget{
margin-bottom:0;
float:left;
margin-left:15px;
}

#mgid-ads{
margin-bottom:25px;
background:#F6F6F6;
padding:20px;
}

#mgid-ads .mghead{
display:none
}

#MarketGidComposite37215 .mgline, 
#MarketGidComposite37215 .mgbox{
min-width:0 !important
}
.mghead{display:none !important;}


@media screen and (max-width:1080px){
    #page{
        width:100%;
    }
    .header-ads{
        display: none;
    }
}

@media screen and (max-width:768px){
    .wrapper{
        padding:0 10px;
        margin: 0;
    }
    .main-navigation{
        padding:0;
        margin: 0 10px;
    }
    .main-header{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-slider,
    #second-row .second-row-column1,
    #second-row .second-row-column2{
        width:49%;
    }
    #top-row-tab{
        width: 49%;
    }
    .entertainment-col1-col2{
        width: 100%;
        float:none;
    }
    #top-row-ads,
    #second-row .second-row-column3,
    .entertainment-col3{ 
        display: none;
    }
    .third-row-column1-wrap .third-row-col,
    .health-col1, .healthnews-col1,
    .health-col2, .healthnews-col2{
        width: 100%;
        margin: 0;
    }
    .third-row-column1-wrap{
        margin-left: 0;
    }
    .third-row-column1 .thumb,
    .third-row-column2 .thumb{
        display: none;
    }
    .third-row-column1-wrap .third-row-col{
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #F0F0F0;
    }
    .third-row-column1-wrap .third-row-col + .third-row-col{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .health-col1 .thumb, .healthnews-col1 .thumb{
        display: none;  
        border-bottom: 1px solid #F0F0F0;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .health-col1, .healthnews-col1{
        border-bottom: 1px solid #F0F0F0;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .bottom-row-wrap .thumb{
        display: none;
    }
    
    .toggle-nav{
        display: block;
        position: relative;
        height: 50px;
        cursor: pointer;
    }
    
    .toggle-nav span{
        position: absolute;
        height: 6px;
        width:40px;
        background: #FFF;
        display: block;
        right:10px;
        top:23px;
        border-radius: 5px;
    }
    .toggle-nav span:after{
        content:"";
        position: absolute;
        height: 6px;
        width:40px;
        background: #FFF;
        top:-10px;
        border-radius: 5px;
    }
    .toggle-nav span:before{
        content:"";
        position: absolute;
        height: 6px;
        width:40px;
        background: #FFF;
        bottom:-10px;
        border-radius: 5px;
    }
    .menu-primary-menu-container{
        display: none;
    }
    .main-navigation li{
        float:none;
    }
    #primary{
        width: 100%;
        float:none;
        margin-bottom: 25px;
    }
    #secondary{
        width: 100%;
        float:none;
    }
    .site-branding{
        text-align: center;
        width: 100%;
        max-width: none;
        float: none;
    }
}

@media screen and (max-width:580px){
    #main-slider,
    #top-row-tab,
    #second-row .second-row-column1,
    #second-row .second-row-column2,
    .third-row-column1,
    .third-row-column2,
    .health,
    .healthnews,
    #bottom-row .bottom-row-col1, 
    #bottom-row .bottom-row-col2, 
    #bottom-row .bottom-row-col3{
        width:100%;
        float:none;
        margin: 0;
    }
    
    #main-slider{
        margin-bottom: 20px;
        padding: 20px;
        background: #F6F6F6;
    }
    #main-slider .bx-wrapper img{
        width:100%;
    }
    .photo-feature-wrap .news-post,
    #video-news .news-post{
        width: 48%;
        margin-bottom: 10px;
    }
    #second-row .second-row-column1,
    .health{
        margin-bottom: 25px;
    }
    .photo-feature-wrap .news-post h2.news-title,
    #video-news .news-post h2.news-title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .bottom-row-wrap{
        margin: 0;
    }
    #bottom-row .bottom-row-col1, 
    #bottom-row .bottom-row-col2, 
    #bottom-row .bottom-row-col3{
        margin-bottom: 25px;
    }
    .entertainment-col2 .thumb{
        display: none;
    }
    
}

@media screen and (max-width:480px){
    .entertainment-col1{
        width:100%;
        float:none;
        margin: 0 ;
        border-bottom: 1px solid #F6F6F6;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .entertainment-col2{
        float: none;
        width: 100%;
    }
    #main-slider{
        padding: 0;
    }
    blockquote{
        width: 100%;
        float:none;
        margin: 25px 0;
    }
    .entry-meta{
        clear: both;
    }
    .archive .entry-content .float-left{
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width:340px){
    #social-icons{
        display:none;
    }
    #nepali-date-wrap{
        float: none;
        text-align: center;
    }
    .archive .entry-content .float-left img{
        width: 100%;
    }
}

@media screen and (min-width:769px){
     .menu-primary-menu-container{
        display: block !important;
    }
}</pre></body></html>