html,body{
max-height: 100%;
}

body{
font-family: 'Roboto Condensed', sans-serif;
overflow: hidden;
overflow-y: scroll;
font-weight: 300;
}

.top-header{
background: #101010;
}

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

}
l
.clock {color:#fff; }

#Date, #nepDate{ color:#fff; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:14px; text-align:center; /*text-shadow:0 0 5px #00c6ff;*/ display: inline-block; margin-right: 5px;   padding: 0.3em 0em; }
#nepDate{
font-size: 14px;
margin-right: 20px;
}

#nepDate:before{
content: '|';
margin-right: 5px;
}
#Date:before{
content: "\f073";
font-family: 'FontAwesome';
margin-right: 5px;
}

ul.time { display: inline-block; margin:0 auto; padding:0px; list-style:none; text-align:center; }
ul.time:before{
content: "\f017";
font-family: 'FontAwesome';
margin-right: 5px;
font-size: 16px;
color:#fff;
}
ul.time li { color:#fff; display:inline; font-size:14px; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; /*text-shadow:0 0 5px #00c6ff; */}

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:2px; padding-right:2px; }

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}

ul.social-list{
margin: 0;
float: right;
}

ul.social-list li{
float: left;
}

ul.social-list li a{
display: block;
color: rgba(255,255,255,0.7);
padding: 0.5em 0.8em;
border-right: 1px solid rgba(255,255,255,0.1);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
ul.social-list li.fb a{
border-left: 1px solid rgba(255,255,255,0.1);
}
ul.social-list li a:hover{
color: rgba(255,255,255,1);
}

ul.social-list li a i{

}


.header-outer{
background: url(../images/home-bg.jpg) center center;
padding: 1.5em 0em;
}

.logo{
color: #FFF;
text-transform: uppercase;
font-size: 19px;
}

.logo-big{
font-size: 45px;
font-weight: 700;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);

}
.logo-mid{
font-weight: bold;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.logo-small{

}

.ad-wrapper{
float: right;
margin: 0.6em 0em;
}

.menu-outer{
border-bottom: 3px solid #68A03C;
}



.navbar-default{
margin: 0;
border: none;
border-radius: 0;
background: #FFF;
}

.navbar {
min-height: 40px;
}



.nav>li>a {
padding: 10px 10px;
font-size: 14px;
font-weight:bold;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background: #68A03C;
color: #FFF;
}

.navbar-default .navbar-nav>li>a{
color: #101010;
text-transform: uppercase;
font-weight: bold;
border-left: 1px solid #68A03C;
}

.navbar-default .navbar-nav>li:hover .dropdown-menu{
display: block;
}


.main-section{
padding: 2em 0em;
padding-bottom: 0em;
}

.yellow-bg{
background: #F9C019
}

.orange-bg{
background: #FB6800
}

.green-bg{
background: #68A03C
}

.blue-bg{
background: #00A1F1
}

.purple-bg{
background: #8B37AA
}

.red-bg{
background: #FF2C2C
}


.tool-item{
text-align: center;
margin-bottom: 1.8em;
}

.tool-item a{
color: #FFF;
display: block;
padding: 3em 0.8em;
min-height: 199px;
position: relative;
box-shadow: 0px 0px 100px rgba(0,0,0,0.5) inset;
-webkit-transition: all 0.3s;
}

.tool-item a:hover{
text-decoration: none;
box-shadow: none;
}

.tool-item a i{
font-size: 30px;
}

.tool-item a h2{
text-transform: uppercase;
font-size: 24px;
}

.tool-item a h2 strong{

}

.normal-box{
margin-bottom: 1.5em;
}

.normal-box header{
border-bottom: 2px solid #68A03C;
}

.normal-box header:after{
content: '';
display: table;
clear: both;
}

.normal-box header h2{
background: #68A03C;
margin: 0;
font-size: 20px;
text-transform: uppercase;
padding: 0.3em 0.5em;
color: #FFF;
float: left;
}
.normal-box header h2 a{
color: #FFF;
}

.normal-box section{

}

ul.bullet-list{
padding: 0.5em 0em;
}

.more{
margin-left:15px;
margin-top:5px;
}

ul.bullet-list li{
padding: 0.2em 0em;
}

ul.bullet-list li a{
color: #666;
display: inline-block;
padding-left: 15px;
font-size: 16px;
}

ul.bullet-list li a:hover{
color: #000;
text-decoration: none;
}

ul.bullet-list li a:before{
content: '';
display: inline-block;
height: 7px;
width: 7px;
background: #FB6800;
margin-right: 8px;
margin-left: -15px;
}


.video-item{
position: relative;
margin: 0.5em 0.8em;
}

.video-item a{
color: #D42323;
font-size: 45px;

}

.video-title {
position: absolute;
font-size: 16px;
padding: 0.5em;
background: rgba(0,0,0,0.5);
width: 100%;
bottom: 0;
}

.video-item a .video-title{
color: #FFF;
}

ul.video-list li .video-item{
margin: 0;
margin-bottom: 1em;
}

.video-item a img{

}

.single-video{
margin-bottom: 2em;
}

.play{
position: absolute;
top: 30%;
left: 40%;
}
.video-item a:hover .play:before{
background: rgba(0,0,0,0.8);
}
.play:before{
display: none;
content: '';
position: absolute;
width: 25px;
height: 25px;
background: #FFF;
display: inline-block;
margin-top: 17px;
margin-left: 10px;
}

.play i{
position: relative;
}

.video-control{
float: right;
}

.video-control:after{
content: '';
display: table;
clear: both;
}

.btn-left, .btn-right{
float: left;
display: block;
padding: 0em 0.5em;
color: #68A03C;
font-size: 20px;
border: 1px solid #68A03C;
}
.btn-left:hover, .btn-right:hover{
cursor: pointer;
}
.btn-left{
margin-right: 5px;
}

.btn-right{

}

.video-box section{
padding-top: 1.5em;
}

.footer-outer{
padding: 1.5em 0em;
background: #68A03C;
}

.footer-outer p{
text-align: center;
margin: 0;
color: #FFF;
}

.footer-outer p.dc a{
color: #FFF;
}

ul.normal-list li a{
color: #FFF;
}

/*Scroll Top*/
.cloud img {
  -moz-box-shadow: 1px 2px 2px #1E1E1E;
  -webkit-box-shadow: 1px 2px 2px #1E1E1E;
  box-shadow: 0px 1px 1px #1E1E1E;
}

.to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}
.to-top a {
  width: 45px;
  height: 45px;
  float: left;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  color: #bb0000;
  font-size: 30px;
}

.single-page section{
padding-top: 1.5em;
}

ul.news-list{

}

ul.news-list li{
border-bottom: 1px solid #E2E2E2;
padding: 1em 0em;
}

ul.news-list li:first-child{
padding-top: 0;
}

ul.news-list li:after{
content: '';
display: table;
clear: both;
}

ul.news-list li h2{
margin: 0;
font-size: 20px;
margin-bottom: 0.2em;
}

ul.news-list li h2 a{
color: #000;
}

ul.news-list li img{
float: left;
margin-right: 8px;
}

ul.news-list li p{
text-align: justify;

}

.type-nepali textarea{
width: 100%;
}

/**/
ul.radio_list{
margin-bottom: 0;
}

ul.radio_list li{

}

.radio-item{
border: 1px solid #CCCCCC;
margin-bottom: 2em;
}


ul.radio_list li:first-child{
margin-top: 0;
}


ul.radio_list li a h3:before{
content: "\f01d";
font-family: 'FontAwesome';
display: inline-block;
margin-right: 0.5em;
font-size: 18px;
font-weight: normal;
}

ul.radio_list li a h3{
font-size: 17px;
display: inline-block;
margin: 0;
font-weight: bold;
}

ul.radio_list li a{
color: #202020;
font-weight: bold;
display: block;
padding: 1em 1em;
-moz-transition: background 0.5s, border 0.5s;
-webkit-transition: background 0.5s, border 0.5s;
transition: background 0.5s, border 0.5s;
}


ul.radio_list li a:hover{
text-decoration: none;
background: #68A03C;
color: #fff;

}

ul.radio_list li .radio-item:hover {
border-color: #537E30;
}

ul.radio_list li a .radio_info{
font-weight: normal;
}

.margin-bottom{
margin-bottom: 1em;
}

.related_radio_player {
    background: rgba(20, 20, 20, 0.99);
    padding-top: 5px;
    margin-bottom: 1em;
}

.related_radio_player audio {
    width: 100%;
}


.horoscope-page section{
background: #E7ECEA;
padding: 1em;
}


.tabbing .nav-tabs{
border-bottom: none;
background: #FFF;
}

.tabbing .nav-tabs>li>a{
color: #537E30;
border-right: 1px solid #E7ECEA;
border-bottom: 5px solid transparent;
border-radius: 0;
padding: 1em 2em;
font-weight: bold;
font-size: 17px;
}

.tabbing .nav-tabs>li.active>a, .tabbing .nav-tabs>li.active>a:focus, .tabbing .nav-tabs>li.active>a:hover{
color: #101010;
border: none;
border-right: 1px solid #E7ECEA;
border-bottom: 5px solid #537E30;
}


ul.horoscope-list li{
padding: 1em 0.5em;
}
ul.horoscope-list li:nth-child(even){
background: #FFF;
}
ul.horoscope-list li .media-object{
max-width: 100px;
}

ul.horoscope-list li p{
text-align: justify;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-top: 0.5em;
}

.table>thead>tr>th, .table>tbody>tr>th{
font-weight: bold;
font-size: 16px;
}

.adwrapper{
margin-bottom: 1.8em;

}

.SocialWrapper{
height: 30px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
height: 22px !important;
}

.stButton .stButton_gradient{
height: 22px !important;
}



ul.useful-tips li img{
width: 100px;
height: 80px;
}

.detail-wrapper img{
float:left;
margin-right:10px;

}

.Search .input-group{
width: 50%;
float: right;
border: 1px solid #68A03C;

}


.Search{
margin-top: 6px}
.Search .form-control{
border: none;
border-radius:0px;
font-size: 20px;
height: 32px;
width: 60%;

}
.Search .btn-default{
background: #FB6800;
color: #fff;
}
.Search .btn{
border: none;
border-radius:0px;
float:right;
}

form #unit-result{
color:#f00;
}


.mobile-app{
-moz-animation: blink 2.5s infinite;
-webkit-animation: blink 2.5s infinite; 
animation: blink 2.5s infinite;     
}

@-webkit-keyframes blink{
0%{
opacity: 0;
}
100%{

opacity: 1;
}
}
[2/10/16, 4:51 PM] Bikrant Giri (bikrant@itechnepal.com): @-moz-keyframes blink{
0%{
opacity: 0;
}
100%{

opacity: 1;
}
}
[2/10/16, 4:51 PM] Bikrant Giri (bikrant@itechnepal.com): @keyframes blink{
0%{
opacity: 0;
}
100%{

opacity: 1;
}
}

.radio-name{
color: #FFF;
text-align: center;
line-height: 100%;
padding-top: 0.2em;
}


.detail-wrapper table{
   width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
border: 1px solid #ddd;
}

.detail-wrapper table>tbody>tr>td{
   border: 1px solid #ddd;
padding: 8px;
   line-height: 1.42857143;
   vertical-align: top;
}