/*
Theme Name: sulavhost
Theme URI: http://www.sulavhost.com
Author: 
Author URI: http://www.ghimiresubash.com.np
Description: The original theme concept by subash and site maintained and hosted by sulavhost
Version: 2016.10.23
*/
html {
overflow-y: scroll;
}
body,a,p,h1,h2,h3,h4,h5,h6,span{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
li{
    list-style: none;
}
ul{
    padding: 0;
}
section {
    margin-top: 30px;
}
body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    background:#ffffff;
}
@media(max-width:768px){
 .navbar-brand{
  display:inline !important;
  }
}
#menuu,#header,#footer{
    margin: 0;
}
.navbar-brand{
  display:none;
  padding:5px;
}
.program{
    overflow: hidden;
    box-shadow: 1px 3px 9px 1px #cccccc;
    margin-bottom: 20px;
}
.headbanner {
    background: #d33;
    display: block;
    overflow: hidden;
}
.fb_iframe_widget iframe {
    position: absolute;
    margin-top: -8px;
}
.play-overlay {
    display: inline-block;
    top: 40%;
    position: absolute;
    left: 45%;
    font-size: 35px;
    color: #f00;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.input-group{
 width: 100% !important;
 padding: 8px !important;
}
.responsive-video {position: relative;padding-bottom: 56.25%;padding-top: 60px; overflow: hidden;}
.responsive-video iframe,.responsive-video object,.responsive-video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.title-color {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    display: block;
}
h1,
h2,
h3 {
  color: #222;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
}
a {
   color: #1f3a6d;
    text-decoration: none;
}
a:hover {
   color: #4d94d1 !important;
    text-decoration: none;
}
.menu.container{
    background: #00456e;
}
.logo {
    padding: 10px;
}
#header{
    background: #005689;
    display: block;
    overflow: hidden;
}
#main {
    margin-top: 15px;
}
body .container {
  webkit-box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
}
h1,
h2,
h3,
h4,
h5,
select {
  font-family: 'Ek Mukta',sans-serif;
}
a:hover {
  text-decoration: none;
  color: rgb(246, 0, 0); 
  }
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #0B2E48;
    background-color: #eef;
    float: right;
}
/*--------------------------------------------------
:: Header
-------------------------------------------------- */
header#masthead {
    background-color: #fff;
}
.site-header .header {
  margin-bottom: 10px;
  overflow: hidden;
}
.site-header h1.site-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 7px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.site-header .site-navigation {
  position: relative;
  background:#1e1e1e;
  /*margin-left:-30px;*/
}
.site-header .menu-container {
  margin-bottom: 20px;
  position: relative;
}
.site-header .menu-container {
  margin-bottom: 0;
}
.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-menu .open > a .caret,
.dropdown-menu .open > a:hover .caret,
.dropdown-menu .open > a:focus .caret {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dropdown-menu > li > a.dropdown-toggle:hover,
.dropdown-menu li > a.dropdown-toggle:focus {
  color: #333333;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ddd !important;
    text-decoration: none;
    background-color: #144498;
}
.nav > li.dokan-hide {
  display: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 7px;
}
.navbar-nav {
    margin: 0px -30px;
}
.header-search {display:none;}

@media screen and (min-width: 600px) {
	.header-search {
		display:block;
		float:right;
		position:relative;
		margin-top:-40px;
	}
}
/*--------------------------------------------------
:: Navbar
-------------------------------------------------- */
.navbar-default {
  background-color:#00456e;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 35px;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
  background-color:#0065b2;
  font-size: 17px;
}
.navbar-default .navbar-brand a:hover {
  color: #FFFFFF;
  background-color:#0065b2;
  font-weight: bold;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #F8F6F6;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding:15px 10px;
    color: #ddd;
    background-color: #00456e;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 1px solid #ddd;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #144498;
    color: #fff;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
    padding: 12px 20px;
    color: #ffffff;
    margin: -6px 0px;
    background: #144498;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #005689;
  color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #00456e;
    border: none;
}
.menu{
  background-color: #0065b2;
}
#social {
    position: absolute;
    right: 130px;
    color: #FFF;
    padding: initial;
    font-size: 66px;
    top: 150px;
}
#social a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    padding: 0px;
}
li.sobizpress-search-box {
    display: none;
}
/*--------------------------------------------------
:: Content
-------------------------------------------------- */
.breaking-news-box {
    background: #fafcfd;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
}
.breaking-news-box img{
    margin: auto;
}
.breaking-news-box a{
    font-size: 45px;
    line-height: 60px;
}
.breaking-news-box p {
    border-left: solid 5px #00456e;
    border-right: solid 5px #00456e;
    padding: 15px;
    background: #fff;
    color: #333;
    line-height: 30px;
    font-size: 16px;
}
.title-block{
    background: url(assets/images/himal.png) no-repeat #00456e;
    color: #fff;
    padding: 2px 20px;
    font-size: 20px;
    background-position-x: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
    line-height: 35px;
}
.title-block a {
    color: #fff;
    padding: 2px 10px;
    font-size: 20px;
    line-height: 35px;
}
.title-block a:hover {
    color: #fff !important;
}
.border {
    border: 1px solid #ccc;
}
.top-block {
    padding: 15px;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.top-block a {
    color: #fff;
}
.top-block a:hover{
    color: #fff !important;
}
.last-block{
    padding:10px;
    display: inline-block;
}
.last-block:hover{
    background: #f7f7f9;
}
.last-block a:hover {
    color: #333 !important;
}
.last-block a {
    color: #333;
}
.news-block {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}
.news-block img {
    float: left;
    margin-right: 10px;
}
.opinion-block {
    display: inline-block;
    width: 31.3%;
    margin-right: 30px;
    height: 120px;
    overflow: hidden;
    padding: 12px;
}
.opinion-block:last-child,.arc_box:last-child {
    margin-right: 0;
}
.opinion-block img {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.list-block {
    padding: 3px;
    line-height: 27px;
}
.list-block li a:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}
.small-block {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.cat-mano {
    padding: 8px;
    background: rgb(190,190,190);
    color: #15166b;
    font-size: 25px;
    font-weight: 700!important;
    border-bottom: 3px solid #005689;
    text-align: -webkit-left;
    border-top-left-radius: 100%!important;
}
.mano {
    background: #bebebe;
    overflow: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='rgba(0, 0, 0, 1)', GradientType=0);
}
.overlay a {
    color: #fff;
}
.ent-block {
    margin-top: 20px;
    width: 24.3%;
    padding: 0;
    margin-right: 10px;
}
.ent-block:last-child {
    margin-right: 0;
}
.feat-block {
    padding: 0;
    margin-right: 12px;
    width: 32.2%;
    background: #efefec;
}
.feat-block:last-child {
    margin-right: 0;
}
.right-block:last-child {
    border-bottom: none;
}
.right-block{
    display: inline-block;
    padding:10px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.right-block img{
    float: right;
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    .feat-block,.ent-block,.opinion-block {
        width: 100%;
    }
}
/*End of contents*/
h1.entry-title {
    font-size: 48px;
    font-weight: bold;
    color: #565656;
    line-height: 70px;
    margin-top: 0;
}
div#content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    float: left;
	margin: 12px 12px 0 0;
}
.content-area {
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
}
.byline {
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #5a5a5a;
    margin: 0px;
    overflow: hidden;
}
.byline li {
    display: inline;
    color: #333;
    font-size: 12px;
}
.byline a {
    color: #909092;
    font-weight: bold;
    font-size: 16px;
}
ul.icons {
    font-size: 32px;
    color: #ccc;
    margin: 0px !important;
    padding-left: 0;
}
ul.share li a {
    border-radius: 50%;
    color: #fff !important;
}
.share li {
    padding: 10px;
    float: right;
}
.single-author img {
    width: 100%;
    border-radius: 50%;
    height: auto;
}
/*Slider*/
.carousel {
    padding: 5px;
    margin-bottom: 20px;
    background: #d33;
}
#myCarousel img {
    height: 450px;
}
.carousel-caption {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    bottom: 0;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active {
    background: #333333;
}
.carousel-control.right,.carousel-control.left {
    right: 0;
    top: 50%;
    background: #f00;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 21px 21px;
    font-size: 12px !important;
}
.left.carousel-control {
    left: 0;
}
.carousel-control:hover{
    display: block;
}
.glyphicon.glyphicon-chevron-right{
    margin: -10px -16px;
    font-size: 22px;
}
.glyphicon.glyphicon-chevron-left {
    margin: -10px -15px;
    font-size: 22px;
}
.carousel-caption a {
    font-size: 21px;
    font-weight: bold;
    line-height: 34px;
    width: 100%;
    color: #f1f1f1;
    text-shadow: 1px 2px 2px #f00;
}
/*end of Slider*/
/** Single and archive and result***/
header.entry-header
h1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
    display: block;
    margin-top: 0px;
}
.entry-summary {
    display: inline-block;
    margin-bottom: 24px;
    border-bottom: 1px dashed #333;
}
.arc_box {
    height: 450px;
    margin-bottom: 30px;
    text-align: center;
    width: 47.33%;
    padding: 0;
    margin-right: 20px;
}
.back {
    background: #ddd;
    overflow: hidden;
    padding-top: 17px;
}
/***FOOTER***/
#footer {
    background: #052e52;
    text-align: center;
    line-height: 55px;
    font-size: 13px;
}
#foot-blocks{
    background: #014c8c;
    padding: 10px;
    color: #fff;
}
.foot-head h1 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
}
.foot-list li a {
    color: #fff;
    line-height: 37px;
    font-size: 17px;
}

.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:12px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#000;
    background: #fff;
}

.pagination a:hover{
    color:#fff;
    background: #000;
}

.pagination .current{
    border-radius: 50% !important;
    background: #dddddd;
    color:#f00;
}