/*
Theme Name: janapati-News
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress for News Portal
Version: 1.0.4
*/
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}
.new_archive-box {
    background:#00000012;
    height:465px;
    padding:5px;
	margin-bottom: 20px;
}
a.acrhi-title {
    font-size: 19px;
    line-height: 28px;
}
a.more {
    background:  #fff;
    padding:  5px 14px;
    border-radius:  10px;
    margin-left:  77px;
}
@font-face {
    font-family: ideal;
    src: url("assets/fonts/ideal.ttf");
}
@font-face {
    font-family: agra;
    src: url("assets/fonts/agra.ttf");
}
body,a,p,h1,h2,h3,h4,h5,h6,span{
   font-family: 'Ek Mukta', sans-serif; 
}
a,h1{
    -webkit-transition: color 0.5s;
    -moz-transition:  color 0.5s;
    -ms-transition:  color 0.5s;
    -o-transition: color 0.5s;
    transition:  color 0.5s;
}
a:hover{
    color: #4caf50 !important;
}
	.icon-2x {
    font-size:19px !important;
}
@media (max-width: 768px) {
    .breaking-news-box h1 {
        font-size: 1em !important;
    }
}
header{
	      background: #E91E63;
		 padding: 15px 0px;
	  }
	  
 .bx-wrapper {
    margin-bottom: 15px !important;
}
.awesome-link{
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    margin-bottom: 15px;
}
.awesome-link a p i {
    float: left;
    margin-right: 15px;
}
.awesome-link p,a{
color: #fff;
    font-weight: bold;
}
.content-area img {
    float: left;
    margin-right: 15px;
}
.content-area div {
    font-size: 16px;
}
aside.mashsb-container.mashsb-main.mashsb-stretched {
    max-width: 50%;
    display: block;
    margin-top: -55px;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-toggle{
color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #009688;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #4CAF50;
}
ul.dropdown-menu li a {
    color: #fff;
}
ul.dropdown-menu {
    background: #9c27b0;
}
.news-tab-box{
    display: inline-block;
    border-bottom: 1px solid #dedede;
    margin: 10px 0px;
    padding: 5px 0px;
}
ul.nav.nav-pills.mano-nav {
    margin-left: 1px;
    padding: 0;
}

ul.nav.nav-pills.taja-nav {
    margin-left: 1px;
    padding: 0;
}
iframe.youtube-player {
    width: 100%;
}
.mano-nav > li {
    margin: 0 !important;
    width: 33.33%;
    padding: 0;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.taja-nav > li {
    margin: 0 !important;
    width: 50%;
    padding: 0;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.nav-pills > li a {
    padding: 10px 5px !important;
    font-size: 16px;
    background: #9954a5;
    border-radius: 0;
    margin: -1px;
    color: #fff;
}
.taja-nav li a{
background: #9c27b0;
}
.nav-pills > li.active a {
    background: #009688;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #4caf50;
    color: #fff !important;
}
.post-cate{
    color: #fff !important;
    background: #e90047;
    padding: 2px;
    display: inline !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
.post-cate:hover{
  color:#fff !important;
}
#top-slider .slide-box img {
    width: 100% !important;
    height:460px;
}
@media (max-width:768px){
  #top-slider .slide-box img {
    height:260px !important;
   }
}
.slide-box{
    display: inline-block;
}
.wrap-text{
clear:left;
}
.wrap-text img{
    float: left;
    margin-right:10px;
}
.star a {
    line-height: 35px;
}
.wichar{
    display: inline-block;
    clear: left;
    padding: 10px 0px;
    margin-top: 15px;
    border-bottom: 1px solid #dedede;
}
.wichar a{
  vertical-align: middle;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    display: block;
}
.wichar span {
    display: block;
    font-weight: bold;
    color: #333;
}
.wichar img{
    float: left;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.samachar-box{
    display:inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 533px;
}
#scroll-box:hover{
    overflow-y: scroll;
}
/* Let's get this party started */
#scroll-box::-webkit-scrollbar {
    width: 6px;
}
/* Track */
#scroll-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
#scroll-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(205,205,205,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#scroll-box::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(205,205,205,0.8);
}
#searchform{
width: 276px !important;
}
#menu-header li.current-post-parent a {
    background-color: red;
}
.mano img {
    height: 120px;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.prati{
margin-top: 30px;
    background-color: #ff2345;
    padding: 6px;
    color: #fff;
    font-size: 16px;
}
.sambandh{
color: #666;
padding: 6px;
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.input-group{
 width: 100% !important;
 padding: 8px !important;
}
@media screen and (max-width: 1240px) {
   #searchform{
width: 180px !important;
}
}
#single-auth img {
    width: 80%;
}

ul.icons li {
    display: inline;
    padding: 5px;
}
.foo-right a{
 color: white;
}
.foo-link a{
 color: white !important;
}
.foo-link a:hover{
 color: #ccc !important;
}
.epaper {
    background: #fff;
    margin: 30px 0px;
    padding: 10px 5px
}
.epaper h2{
    padding: 10px;
    background-color: #ccc;
    color: #2964a0;
    font-weight: bold;
    font-size: 20px;
}
.epaper p {
        padding: 10px 10px 0px;
}
.epaper h1 {
    text-align: right;
    background-color: #ddd;
    padding: 15px;
    font-size: 2em;
    font-weight: bold;
    color: #2964a0;
}
.epaper h1 a{
 color:black !important;
}
.epaper h1 a:hover{
color:red !important;
}
.logo{
  padding:10px;
}
.adv img{
  max-height:200px !important;
}
.header-adv img{
 max-height:120px;
}
.adv-small img{
    max-height: 180px  !important;
}
.monoo {
    background: rgba(255, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.tab-content {

}
.nav-tabs {
  border-bottom: 0px solid #b92126;
  background: #f12b24;
}
ul.small_catg.popular_catg.wow.fadeInDown.animated {
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: rgb(204, 204, 204);
    visibility: visible;
    animation-name: fadeInDown;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus {  
  color: #b92126;
}
.nav-tabs > li.active > a:hover{
  color: #b92126 !important;
}
.nav-tabs > li > a:hover{
  background-color: #f12b24; 
  color: #fff !important; 
}
li.active {
    background: #f00;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #f00;
    border: 0px solid #dddddd;
    border-bottom-color: transparent;
}
/*tab*/
.news-box{
display: inline-block;
}
.news_box_medium {
    margin-top: -10px;
}
.padding {
    padding: 3px 15px 0px 15px;
    text-align: center;
}
h5.title-bg {
    float: right;
}
.col-md-4.col-sm-4.col-xs-12.news_box_feature {
    max-height: 361px;
    overflow: hidden;
}
div#border1{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    margin: 20px 0px 28px 0px;
    display: block;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 5px #dfdfdf;
    -webkit-box-shadow: 0 0 5px 5px #dfdfdf;
    box-shadow: 0 0 2px 2px #dfdfdf;
}
div#acf-subtitle {
    width: 25%;
    float: left;
}
div#acf-title_tag {
    width: 25%;
    float: left;
}
li {
    list-style: none;
}

.first_block {
    background: #fff;
	margin-top: 15px;
}

.news_box,.news_box_right, .news_box_sano{
  margin-bottom: 5px;
  display: inline-block;
  padding: 15px;
}
.news_box_bichar{
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1 px solid #ccc;
  padding: 15px;
}
.news_box a, .news_box_bises a,.news_box_right a,.news_box_feature a,.news_box_medium a,.news_box_big a, .news_box_sano a {
  font-size: 20px;
 line-height: 27px;
  margin-bottom: 3px;
 font-weight: bold;
 color: #2964a0;
 font-family: 'Ek Mukta',serif;
 display:block;
}
.news_box_bichar img{
margin: 5px 16px 10px 0;
float: left;
border-radius: 50%;
}

.news_box img{
margin: 5px 16px 10px 0;
float: left;
}
.ad-below-menu{
    text-align: center;
    text-align: -webkit-center;
}
.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%;}

/*breaking news box */
.breaking-news-box{
    position: relative;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}
.breaking-news-box h2{
    background-color: #CB181E;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Ek Mukta',serif;
    margin-top: 15px;
}
.breaking-news-box h1{
    color:#2964a0;
    margin: 5px;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    font-family: 'Ek Mukta',serif;
}
.editor {
    color: #9E9E9E;
    font-style: italic;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
.editor i{
    vertical-align: middle;
    font-size: 0.6em;
}
.editor a{
    color: #333333 !important;
    font-size: 14px !important;
    display: inline !important;
    font-family: 'Ek Mukta',serif;
}
.title-block{
    color: #ffffff !important;
    font-family: 'Ek Mukta',sans-serif;
    font-size: 18px;
    padding: 5px 10px;
    background: #9c27b0;
    font-weight:bold;
}
.title-color{
    color:#2964a0 !important;
    font-weight: bold;
    font-size: 20px;
}
.title-block a {
    color: #fff;
}
.bor-right{
    border-right: 1px solid #dedede;
}
span.title-color img {
    width: 40px;
    height: 30px;
    padding-bottom: 5px;
}
.breaking-news-box .break-title{
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    line-height: 34px;
    display: block;
    padding: 5px;
    font-family: 'Ek Mukta',serif;
}
.breaking-news-box h1:hover,.breaking-news-title h1:hover{
    color:#4caf50;
}
.break-img{
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 15px;
}
.vertical-text{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: rotate(270deg);
    font-weight: bold;
    font-size: 1.5em;
}
.news-border{
    width: 100%;
    height: 20px;
    margin:15px 0px;
    background-color: #2964a0;
}
.breaking-news-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding: 15px 10px;
    /* border-bottom: 1px solid #dedede; */
    border-left: 5px solid #F44336;
    margin-bottom: 15px;
}
.breaking-news-title a {
    font-size: 35px;
}
.breaking-news-title a h1 {
    font-size: 52px;
    font-weight: bold;
    color: #2964a0;
    margin: auto;
}
/*pramukh smachar*/
.pramukh-samachar-box{
    margin:0px;
}
.pramukh-samachar{
    padding:15px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}
.pramukh-samachar .news_box_big{
    position: relative;
}
.pramukh-overlay{
    width: 100%;
    padding: 10px;
    position: absolute;
    left:0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}
.pramukh-overlay p{
    color: #222;
    font-style: oblique;
    font-weight: bold;
    padding-bottom: 0;
}
.pramukh-overlay .editor{
    font-size: 0.7em;
    padding: 0px 15px
}
.pramukh-overlay a{
    color: #2964a0;
}
.pramukh-small{
    padding: 15px 0px;
    display: inline-block;
    margin: -15px;
}
.pramukh-small .excerpt{
    font-size: 0.8em;
}
/*lokpriya*/
.lokpriya{
    background-color: #fff;
    padding: 10px 15px;
}
.lokpriya-overlay {
    position: relative;
    top: 0px;
    margin: -86px 0px 0px 0px;
    padding: 2px;
}
.lokpriya-overlay p{
    color: #fff;
    font-weight: bold;
    padding-bottom: 0;
}
ul.list-popular {
    padding-left: 20px;
}
.list-popular li {
font-weight: bold;
list-style-type: devanagari;
font-size: 23px;
position: relative;border-bottom: 1px solid #ddd;margin: 7px 0px;padding-bottom:7px;
}


.list-title{
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}
.list-title li{
list-style-type: disc;
}
.list-title li a{
    color: #555;
    font-size: 15px !important;
    text-align: left;
}
.list-title li a:hover{
    color: red;
}
/*samchar*/
.samachar{
    margin: 15px 0px;
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
}
.cat-header{
    padding: 5px 5px 0px;
    border-bottom: 2px solid #bbb;
}
.cat-header span {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Ek Mukta',serif;
}
.cat-header a {
    padding-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
h2.fot-cont {
    font-size: 17px;
    line-height: 9px;
}
/*photo bank*/
.photo-bank{
    margin-top: 30px;
    position: relative;
    color: #fff;
    width:100%;
    background-color: #0065b2;
    padding: 20px 10px;
    display: inline-block;
}
.photo-bank-title{
    box-shadow: 1px 0px 1px 2px #0065b2;
    background-color: #0065b2;
    position: absolute;
    top: -20px;
    right: 10%;
    padding: 10px;
    border: 2px solid white;
    font-size: 2em;
}
.photo-bank-text{
    margin-top: 75px;
}
.photo-bank-text a{
    line-height: 35px;
}
#photo-bank-link{
    padding: 15px 0px;font-size: 24px;font-weight:bold;color: #fff !important;display: block;
}
#photo-bank-link:hover{
    color: #f00 !important;
}
.photo-bank-image img{
    width: 100% !important;
}
.writer-image{
    text-align: center;
}
.writer-image img{
    height:80px; width:80px;
    border-radius: 50%;
}
.writer-image a{
    font-size: 13px;
    color: #999 !important;
}
.writer-image i{
    font-size: 6px;
}
/*footer*/
.footer-container{
    background-color: #0065b2;
}
.footer-content{
    padding: 40px 60px;
}
.footer-logo-container{
    width: 100%;
    display: inline-block;
    background-color: #00ADEF;
    padding: 10px 20px;
}

h1.fot-tit {
    font-weight: bold;
    color: #fff;
    font-size: 20px !important;
    padding: 0px;
    margin: 0px;
	line-height: 30px;
	border-bottom: 1px solid;
}

h3.fot-cont {
    color: #f1f1f1;
    font-weight: normal;
    font-size: 15px;
    margin-top: 5px;
}
.catdate a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    background: red;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}
a.viewall {
    float: right;    
  font-size: 14px !important;
    text-transform: uppercase;
    color: #fff;
    background: red;
    padding: 3px;
}
a.viewall:hover {
    background: rgba(255, 255, 0, 0.36);
}
h1#title {
    font-size: 18px;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin:0px;
  background: rgba(198, 197, 197, 0.26);
}
h1#title2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border-bottom: 2px solid rgba(128, 126, 126, 0.45);
  background: rgba(198, 197, 197, 0.26);
}
h1#title1 {
  font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 10px solid red;
  background: rgba(198, 197, 197, 0.26);
    margin: 0px;
  }
  h1#title-tab {
    font-size: 15px;
    padding: 5px;
    margin: 0px;
    color: #fff;
}
  h1#subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #0000ff;
    border-bottom: 5px solid #2964a0;
    border-left: 15px solid #f00;
    padding: 0px 0px 3px 10px;
}
.catdate, .catdate a  {   
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.66);
}
ul.news-block.animated.wow.fadeInDown.animated {
    margin-left: -40px;
}
.news_box_feature img {
    width: 100%;
    height: 220px;
    padding: 0px;
}
.mono a,.mono p {
    color: #fff;
}
.mono {
    background: #000;
    display: block;
    overflow: hidden;
    color: #fff;
}
.news_box_medium img {
    float: left;
   
    width: 311px;
    height: 263px;
    padding-right: 5px;
}



h1,
h2,
h3 {
  color: #222;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
a {
   color: #0065b2; 
    text-decoration: none;
}
a:hover {
   color: red; 
    text-decoration: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  overflow:hidden;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
select {
  font-family: 'Ek Mukta',sans-serif;
      color: #fff;
}
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;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.clearfloat {
  clear: both;
}
.wp-caption {
  border: 1px solid #ededed;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-content .gallery {
  margin-bottom: 1.5em;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}
.required {
  color: red;
}
/*--------------------------------------------------
:: 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;
}
.nav > li.dokan-hide {
  display: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 7px;
}
.navbar-nav {
    margin: 0px 76px;
}
.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:#9c27b0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 35px;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
  background-color:#9c27b0;
  font-size: 17px;
}
.navbar-default .navbar-brand a:hover {
  color: #FFFFFF;
  background-color:#9c27b0;
  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: 10px;
    color: #fff;
    font-weight: normal;
    background-color: #9C27B0;
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #4caf50;
  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:#009688;
}
.menu{
  background-color: #0065b2;
}

.fa-2x {
    font-size:19px !important
}
#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;
}
input[type="submit"] {
    font-family: FontAwesome;
}
.sobizpress-search-box {
    position: absolute;
    top: 0;
    right: 0;
}
form#searchform {
    width: 250px;
    position: absolute;
}
li.sobizpress-search-box {
    margin-top: -5px;
}
/*  --------------------------------------------------
:: Navigation
-------------------------------------------------- */
#navigation {
  margin-top: 10px;
  margin-bottom: 10px;
}
#navigation ul,
#navigation ul li,
#navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul {
  position: relative;
  z-index: 97;
  float: left;
}
#navigation ul li {
  float: left;
  line-height: 1.8em;
  vertical-align: middle;
  zoom: 1;
}
#navigation ul li.hover,
#navigation ul li:hover {
  position: relative;
  z-index: 99;
  cursor: default;
}
#navigation ul li ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#navigation ul ul li {
  float: none;
}
#navigation ul ul ul {
  top: 0px;
  left: 99%;
}
#navigation ul li:hover > ul {
  visibility: visible;
}
/* Default CSS Drop-Down Menu Theme*/
#navigation ul {
  font-weight: normal;
}
#navigation ul li a {
  padding: 7px 15px;
  display: block;
}
#navigation ul li a:link,
#navigation ul li a:visited {
  text-decoration: none;
}
/* -- level mark -- */
#navigation ul li ul {
  width: 200px;
  margin-left: 0px;
}
#navigation ul li ul li ul li ul {
  margin-left: 2px;
}
#navigation ul li ul li {
  margin-top: 0px;
}
#navigation h3 {
  display: none;
}
.site-header #navigation {
  margin: 0;
  display: block;
  font-size: 13px;
}
.site-header #navigation li {
  display: block;
  line-height: 36px;
}
.site-header #navigation li:first-child {
  border-left: none;
}
.site-header #navigation li:last-child {
  border-right: none;
}
.site-header #navigation li a {
  display: block;
  color: #FFF;
  padding: 0 13px;
  white-space: nowrap;
  text-decoration: none;
}
.site-header #navigation li ul.sub-menu {
  opacity: 0;
}
.site-header #navigation li ul.sub-menu li {
  height: 0;
}
.site-header #navigation li:hover {
  background: #f2f2f2;
}
.site-header #navigation li:hover a {
  text-shadow: none;
}
.site-header #navigation li:hover ul.sub-menu {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .25s ease .1s;
  -moz-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
  opacity: 1;
}
.site-header #navigation li:hover ul.sub-menu li {
  border-bottom: 1px solid #ededed;
  -webkit-transition: opacity .25s ease .1s;
  -moz-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
  height: auto;
}
.site-header #navigation li:hover ul.sub-menu li a {
  background: #fff;
  color: #cccccc;
}
.site-header #navigation li:hover ul.sub-menu li a:hover {
  text-shadow: 0 1px 0 #fff;
}
.site-header #navigation li:hover ul.sub-menu li:last-child {
  border-bottom: none;
}
.site-header #navigation li:hover ul.sub-menu li.current_page_item a {
  text-shadow: 0 1px 0 #fff;
}
.site-header #navigation li:focus {
  background: #fff;
}
.site-header #navigation .caret {
  margin-top: 10px;
  margin-left: 5px;
  border-top-color: #fff;
}
.site-header #navigation > ul > li > a:hover {
  text-shadow: none;
}
.site-header #navigation > ul > li {
  border-left: 1px solid #dedede;
  border-right: 1px solid #bababa;
}
.site-header #navigation > ul > li.current-menu-item > a {
  background: #999999;
  text-shadow: none;
  font-weight: bold;
}
.site-header #navigation > ul > li.current-menu-item > a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.site-header #navigation > ul {
  height: 36px;
}
/*--------------------------------------------------
:: Content
-------------------------------------------------- */
.site-content article.error404 {
  text-align: center;
}
.site-content article.error404 form {
  margin: 30px auto 30px auto;
  max-width: 50%;
}
header.entry-header {
    display: block;
    padding: 5px 0px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.site-content .entry-header .entry-title {
font-size:44px;
color: #333;
font-weight: bold;
line-height: 64px;
}
.site-content .entry-content {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.site-content .pagination-container {
  text-align: center;
}
.single .site-content article {
  padding-bottom: 0;
}
h1.entry-title {
font-size:35;
    font-weight: bold;
    color: #555758;
}
div#content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.content-area {
    padding: 10px;
    text-align: justify;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 15px;
}
.byline {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 10px 0px;
}
.byline li {
    display: inline;
    padding-right: 50px;
}
.byline img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.byline a {
    color: #909092;
    font-weight: bold;
    font-size: 16px;
}
ul.icons {
    font-size: 32px;
    color: #ccc;
    margin: 0px !important;
    padding-left: 0;
}
.single-author img {
    width: 100%;
    border-radius: 50%;
    height: auto;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 24px !important;
}
.stButton .stBubble {
    height: 29px !important;
}
/*--------------------------------------------------
:: Navigation
-------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav .meta-nav {
  font-weight: normal;
}
.home .featured-tab-area .nav-tabs a {
  font-weight: bolder;
  color: #676767;
}
.home .featured-tab-area .nav-tabs > li.active > a,
.home .featured-tab-area .nav-tabs > li.active > a:hover,
.home .featured-tab-area .nav-tabs > li.active > a:focus {
  box-shadow: inset 0px 5px 0px #f04023;
}
.home .featured-tab-area .tab-content {
  padding-top: 20px;
}
.blog article.hentry {
  margin-bottom: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog article.hentry:before,
.blog article.hentry:after {
  content: " ";
  display: table;
}
.blog article.hentry:after {
  clear: both;
}
.blog .sticky {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ededed;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.blog table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.blog table thead > tr > td,
.blog table tbody > tr > td,
.blog table tfoot > tr > td,
.blog table thead > tr > th,
.blog table tbody > tr > th,
.blog table tfoot > tr > th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
/*--------------------------------------------------
:: Sidebars
-------------------------------------------------- */
.widget-area.widget-collapse.collapse {
  display: block;
}
.widget select {
  max-width: 98%;
}
.widget caption {
  padding: 0 0 5px 0;
}
.widget table {
  width: 100%;
  margin-bottom: 20px;
}
.widget table td,
.widget table th {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.widget table td#today {
  background: #ccc;
  color: #fff;
}
.widget .widget-title {
  margin: 0 0 15px 0;
  font-weight: lighter;
  border: none;
  font-size: 18px;
  line-height: 18px;
}
.widget ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.widget ul li {
  clear: left;
  padding: 5px 0;
  border-bottom: 1px solid #EEE;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul ul.children {
  padding-left: 15px;
}
/*--------------------------------------------------
:: Footer
-------------------------------------------------- */
.site-footer .footer-widget-area {
  padding-top: 20px;
  padding-bottom: 15px;
}
.site-footer .widget {
  background: transparent;
  border: none;
  padding: 0;
}
.site-footer .widget .widget-title {
  color: #e8e8e8;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0px 0px 3px #000;
  border-bottom: 1px solid #535353;
  background: transparent;
  padding: 0 0 15px 0;
  border-left: none;
  margin: 0 0 15px 0;
}
.site-footer .widget ul li {
  font-size: 14px;
  border-bottom: none;
}
.site-footer .widget ul li a {
  color: #AFAFAF;
  font-size: 13px;
}
.site-footer .footer-subscribe .subscribe-from {
  padding-left: 0px;
  margin-top: 20px;
}
.site-footer .footer-subscribe .subscribe-from li {
  list-style: none;
}
.site-footer .footer-subscribe .subscribe-from li input {
  box-shadow: 0px 0px 5px #000;
}
.site-footer .footer-subscribe .subscribe-from li .btn {
  background: #f04f23;
  color: #fff;
  font-weight: bold;
  border: 1px solid #f04f23;
  box-shadow: 0px 0px 5px #000;
}
.site-footer .footer-subscribe .footer-social li a img {
  box-shadow: 0px 0px 5px #000;
  border-radius: 10px;
}
.site-footer .site-info {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 1px;
  color: #fff;
}
.site-footer .site-info a{
  color: #D7DD16;
}
.site-footer .footer-widget-area {
  background: #393939;
}

.site-footer .footer-copy {
  padding: 5px 0 0px 0;
  font-size: 13px;
}
.site-footer .footer-copy a {
  color: #EDF411;
}
#home-page-section-1 {
  margin-bottom: 25px;
}
#main-slider {
  height: 360px;
  border: 1px solid #d3d3d3;
  margin-left: -25px;
}
#feature-board {
  height: 360px;
  margin-left: -31px;
  padding: 10px 15px;
  border: 1px solid #d3d3d3;
}
#feature-board h2 {
  margin-top: 0px;
  margin-bottom: -10px;
}
#feature-board hr {
  border: 1px solid #d3d3d3;
  margin-bottom: 0px;
}
#feature-board ul {
  padding-left: 50px;
}
#feature-board ul li {
  list-style: none;
  line-height: 1.2em;
}
#feature-board ul li h4 {
  margin-bottom: 5px;
}
#feature-board ul li h4 .icon-big {
  font-size: 2em;
  margin-left: -46px;
  position: absolute;
  margin-top: 2px;
}
#home-page-section-2 {
  margin-bottom: 25px;
}
.profile-content-area {
  margin-top: -20px;
}
.pro-widget {
  margin: 20px auto;
}
#store-location {
  border: 1px solid #d3d3d3;
}
#store-location h3 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #545454;
  margin-top: 0px;
  border-bottom: 1px solid #d3d3d3;
}
.location-frame {
  height: 235px;
}
/* override admin Panel
-------------------------------- */

.inside {
    background: #fff;
    display: block;
    overflow: auto;
}
.tiepanel-item {
    width: 33.33%;
    float: left;
    height: 300px;
    background: #fff;
    display: inline-block;
}
/* jQuery UI Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
.ui-autocomplete-loading {
  background: white;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
ul.subsubsub {
  font-size: 12px;
  color: #ededed;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.subsubsub li {
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #ededed;
}
ul.subsubsub li:last-child {
  border-right: none;
}
ul.subsubsub li.active a {
  color: #999;
}
.wp-editor-wrap {
  border: 1px solid #ededed;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
  color: #333;
  cursor: pointer;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* Bootstrap Override
----------------------------------*/
.alert {
  padding: 8px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navbar-brand {
  font-size: 14px;
  padding: 7px;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 15px 15px;
    font-size: 18px;
  }
}
.breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
  color: #999999;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
}
.sobiz-hide {
  display: none;
}

/**
 * HiDPI Displays
 */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .site-header h1.site-title a {
    background: url('assets/images/logo@2x.png') no-repeat 0% 0%;
    background-size: 180px auto;
  }
}
/*--------------------------------------------------
:: Responsive Menubar
-------------------------------------------------- */
@media (max-width: 767px) {
  .navbar-top-area .navbar-nav {
    background: #fff;
  }
  .navbar-top-area .navbar-toggle .icon-bar {
    background-color: #BABABA;
  }
  .navbar-top-area .navbar-collapse {
    padding-left: 15px;
  }
  .navbar-top-area .navbar-nav > li {
    border: none;
  }
  .navbar-top-area .navbar-nav .open .dropdown-menu > li > a {
    color: #625D5D;
  }
  .navbar-toggle {
    color: #BABABA;
    border-color: #BABABA;
    padding: 4px 10px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #BABABA;
  }
  .navbar-inverse .navbar-collapse {
    border: none;
  }
  .menu-toggle {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 5px;
  }
  .menu-toggle i.icon-reorder {
    padding: 0 5px 0 0;
    margin-top: 5px;
  }
  .site-header #navigation {
    background: #cccccc;
    width: 100%;
    overflow: hidden;
  }
  #navigation .menu {
    display: none;
  }
  .site-header ul,
  .site-header li {
    float: none;
        overflow: hidden;
  }
  .site-header #navigation > ul {
    padding-left: 0;
    float: none;
    overflow: hidden;
  }
  .site-header #navigation li a {
    background: #cccccc;
  }
  .site-header #navigation > ul > li {
    border-left: none;
    border-right: none;
  }
  #navigation ul li {
    float: none;
    display: block;
  }
  #navigation ul li ul {
    position: inherit;
    visibility: visible;
  }
  .site-header #navigation li ul.sub-menu li {
    height: auto;
    opacity: 1;
  }
  .site-header #navigation li ul.sub-menu {
    opacity: 1;
    margin-left: 15px;
    float: none;
  }
  .navbar-toggle.widget-area-toggle {
    border: 1px solid #ededed;
    float: none;
    margin: 0px 0 15px 0;
  }
  .navbar-toggle.widget-area-toggle:before,
  .navbar-toggle.widget-area-toggle:after {
    content: " ";
    display: table;
  }
  .navbar-toggle.widget-area-toggle:after {
    clear: both;
  }
  .navbar-toggle.widget-area-toggle .fa-bars {
    color: #bababa;
  }
  .navbar-toggle.widget-area-toggle .bar-title {
    color: #bababa;
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
  }
  .store-page-wrap .profile-frame {
    background-size: auto 100%;
  }
  .site-footer .footer-copy {
    padding-bottom: 15px;
  }
  .site-footer .footer-copy ul.pull-right {
    float: none !important;
  }
}

#smoothup {
    height: 40px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-indent: -9999px;
    background: #00F url(http://shareddb-w.hosting.stackcp.net/nagarik/wp-content/uploads/2016/02/top_button.png) no-repeat center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 0.4em;
}

.copy-container .container{
background: #f1f1f1;
display: inline-block;
}

@media (max-width: 600px) {
    .hidethis {
        display: none !important;
    }
}