﻿@font-face {
   font-family: "Segoe UI";
   src: url(../fonts/normal/segoeui.woff);
}

@font-face {
  font-family: "Segoe UI Semibold";
  src: url(../fonts/semibold/seguisb.woff);
}

body {
  overflow-x:hidden;
  font-family: 'Segoe UI', 'Open Sans', Helvetica, sans-serif;   
}

.semi{
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;  
}
.font{
    font-size:17px;
   font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif; 
   margin-top:10px;
    /*padding:5px;
   background:#eee;*/
}
.content-holders{
   font-size:14px;
   float:right;
}
/*.narrow{
    font-size:19px;
   font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif; 
   margin-top:10px;
   padding:5px;
   background:#eee;
   }*/

.cardtext{
    font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;    
    text-align:center; 
    white-space: normal;
  }

.cardbelow{
 font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;    
  /*font-size: 1.5rem;*/
  text-align:center; 
  padding: 8px;
}

a:hover {
  outline: none;
  text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}
span a{
  font-size:13px;
  color:#136187;
  margin: 0px 0px 0px 3px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
  padding:5px;
  float:left;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #333;
  color: #FFF;
}

#poll hr{
  border: 0;
  clear:both;
  width: 100%;           
  background-color:#e5e5e5;
  height: 1px;
}

a#scrollUp i{
  font-size: 30px;
}
ul{
  padding:0px;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li a {
    color:#000;
    font-family: 'Segoe UI', 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 5px;
}

.dropbtn {
    color: #2A6496;
    padding: 16px;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 64%;
    z-index: 1;
    margin-left: 32%;
}
.icon{
  float:right;
  padding-right:15px;
  font-size:15px;
}
.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #fff;
}

.dropdown-content a:hover {background-color: #eee;color:#2A6496}

.dropdown:hover .dropdown-content {
    display: block;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	/*background:none;*/
	color:#306496;
}
.goclass{
  background-color: #404952;
  color:#fff;
  padding-right: 20px
}
.goclass:hover{
  color:#fff;
}
/*  Dropdown menu*/
.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
}

ul.gold li {
    display:inline-block;
    padding:10px 15px;
}

ul.sub-menu{
	position: absolute;
	left: 0;
	background: #fff;
    display: none;
	list-style: none;
	width: 1100px;
	z-index: 899;
  line-height: 1.9em;
}

.dropdown ul.sub-menu li .active{
  color: #306496;
  padding-left: 0;
}

.navbar-nav li ul.sub-menu li a{
  color:#333;
  font-size: 13px;
  font-weight:normal;
}

.navbar-nav li ul.sub-menu li a:hover{
  color: #306496;
}

.fa-angle-down{
  padding-left: 5px; 
}

#footer {
  background: #fefefe;
  z-index:999999;
  padding: 10px;
}

.footer-widget {
  margin-bottom: 50px;
}

.single-widget ul li a{
	color: #7f7f7f;
	font-size: 10pt;
	padding: 1px 0;
  font-weight: normal;
}

.single-widget ul li a:hover{
	background:none;
	color:#306496;
}

.searchform input {
  border: 1px solid #3a3a3a;
  padding: 5px;
  background-color: #f4f4f2;
}

.loginBtn {
  background-color: #333333;
  color:#fff;
  float: right;
}

.loginBtn span {
  text-align: center;
  line-height: 1em;
}

.footer-bottom {
  padding-top: 10px;
  border-top: 1px solid #d6d6d6;
}

.footer-bottom p {
  color: #363432;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #FE980F;
  font-style: italic;
  text-decoration: underline;
}

.card{
  overflow:hidden;
  display:block;
  background-color: white;
  box-shadow: 2px 2px 2px 2px #dadad6;
  margin:0px -5px 20px -5px;
  padding: 10px;
  white-space: normal;
}
.pop{
  overflow:hidden;
  display:block;
  background-color: white;
  box-shadow: 1px 1px 1px 1px #dadad6;
  white-space: normal;
  padding:7px;
  height:130px;
}

ul.design {
  list-style-type: circle;
}
p{
  white-space: normal;
}
.min{
  color:red;
}
.cardview{
  background-color: white;
  box-shadow: 2px 2px 2px 2px #dadad6;
  padding:8px;
  margin:5px 0px 9px 0px;
}
.soon{
  font: 10pt;
}
.cards{
  background-color: white;
  box-shadow: 2px 2px 2px 2px #dadad6;
  padding:10px;
  margin:10px;
}
.votebtn{
  background-color: #333 !important;
}
.vote{
  min-height:400px !important;
}
.coin{
  padding: 10px 0px 10px 30px;
}
.one{
  padding: 10px 0px 10px 30px;
}
.two{
  padding: 3px 0px 10px 30px;
}
.three{
  padding: 3px 0px 10px 30px;
}
#line hr {
    border: 0;
    clear:both;
    width: 90%;           
    background-color:#D6D6D6;
    height: 2px;
}
.bk{
  background:white;
  box-shadow: 2px 2px 2px 2px #dadad6;
}
.coins{
  padding: 10px 0px 20px 30px;
}
.border{
  border-top:2px solid #cbcdc9;
}

p a{
  color:#333;
}
.imgtop{
  margin-top: 5%;
}

.bid{
  border-radius:8px;
  padding: 3px 7px 2px 7px;
  background-color: #1f82b9;
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
}

.dollar{
  color:#106dcc;
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
  padding-right: 0.5em;
}
.coindollar{
  color:#106dcc;
  font-weight:bold;
}
.borders{
  border: 2px solid #fff;
  box-shadow: 0px 1px 1px 2px #dadad6;
  /*margin: 3px 0px 3px 0px;*/
}
.textcolor{
  padding: 0px 7px 15px 8px;
}
.subbig {
	padding: 5px 7px 0px 8px; padding-bottom:0px; margin-bottom: 5px;
}
.res{
  margin-bottom:10px;
}
.hrtop{
  margin-top:8px;
}

.layout{
  background-color:#fff;
  line-height: 14.8px;
  box-shadow: 2px 2px 2px 2px #dadad6;
  padding: 10px;
  margin-bottom:10px;
}

.bcrumb{
  padding-bottom:8px;
  padding-right: 8px;
}

.bcolor{
  color:#666;
  font-family: 'Segoe UI', 'Open Sans', Helvetica, sans-serif;   
}
.line{
  font-size:20px;
}
.sideimg{
  width:45%;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{

  background: none repeat scroll 0 0 #222222;
  height: 28px;
  width : 15px;
  margin-top: 77px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  background: none repeat scroll 0 0 #222222;
  height: 28px;
  width : 15px;
  margin-top: 77px;
}
.footer-top
{
  border-top: 1px solid #d6d6d6;
  padding: 15px;
  margin-top: 10px;
}
.video-gallery{
 display:inline-block; 
 padding: 0px 11px 7px 0px;
}
.SeeMore{
  cursor:pointer;
}
.carousel-indicators {
  left: 32% !important;
  width:auto!important;
  bottom: 0px;
  text-align: left;
}

.slideimage{
  float:left;
  padding: 5px;
}
.coinname{
  padding-top: 5px;
}
#nextbtn{
  float:right;
  cursor: pointer;
  margin-top: -20px;
}
#div2,#div3{
  display:none;
}
#prev{
  display:none;
  float:left;
  cursor: pointer;
  /*padding-top: 6px;*/
 }
.sign{
  padding-right:13px;
  color:#505050;
}

.dropdown-menu{
  left: -62px;
  top: 0%;
}
.list-inline{
  padding-left:10px;
}

.share{
  top:inherit;
  padding: 8px;
}
.calendar{
  top:inherit;
  padding: 8px;
  left: 0px;
}

.addto{
  padding-right: 10px;
  cursor: pointer;
  font-family: 'Segoe UI', 'Open Sans', Helvetica, sans-serif !important;
}
.signin{
  float:right;
}

.gg{
  float:right;
  top:5px;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.etc{
  display: none;
}

@media (min-width: 780px) {
    .sticky { position: fixed; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);}
    }
@media screen and (max-width: 990px) and (min-width: 768px) {

   .etc{
    display: block !important;
    margin-top: 10px;
   }
   .tabview{
    width:50%;
  }
}
.links{
      display:none;
    }
@media screen and (max-width: 767px) { 

ul.sub-menu{
  background: #fff !important;
  display: none;
}
.imgtop{
  margin-top:10px !important;
}

  .borders{
  margin: 10px 0px 10px 0px !important;
}
.card{
  margin:0px -23px 20px -5px !important;
}

.descrip{
  width: 100% !important;
}
.itempage td{

  display: inline-block;
}
  #sticky.stick {
    position: inherit !important;
  }
.content-holder{
  float:unset !important;
}

  .mtop {
    margin-top:10px;
  }
    .mainmenu ul li a {
      color:#fff;
      line-height: 3.5em;
      background: linear-gradient(#333,#3e3e3e);
    }

    ul.sub-menu li a {
      line-height: 2em;
      background: none;
    }

    .side-collapse-container{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
    }
    .side-collapse-container.out{
      left:200px;
    }
    .side-collapse {
      top:60px;
      bottom:0;
      /*left:0;*/
      width:250px;
      position:fixed;
      overflow-y:scroll;
      overflow-x:hidden;
      transition:width .4s;
      z-index:999;
      background-color:#333;
      padding-left:15px;
    }
    .side-collapse.in {
      width:0;
      padding:0px;
    }
    #myTopnav{
      display:none;
    }

    #myTopnav1{
      display:none;
    }

    #myTopnav2{
      display:none;
    }

    #myTopnav3{
      display:none;
    }

    .links{
      display:block;
      margin-bottom: 10px;
    }

    .line::after {       
     content: ''; 
    }

    .pipe::after {       
     content: ' '; 

    }

    .bid{
      margin: 0px;
    }
    .dollar{
      padding-right: 0em;
    }
}

.topnav {
  overflow: hidden;
}

.topnav .icon {
  display: none;
}
/*index1 css start*/
.guest{
  padding-right:68px;
  cursor:pointer;
}
.guestul{
  left:-161px;
  top:inherit;
  width: 230px;
}
.guestimg{
  width:46px;height:46px;float:left;
}
.guestdropdown{
  float:left; 
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
  padding-left: 15px;
  font-size:20px;
}
.guestmail{
  float:left;padding-left: 15px;padding-bottom:25px;
}

.cogimg{
  left:121px !important;
}
.cogul{
  left:-16px;
}

.fa-angle-left{
   left: 3px;
   font-size: 35px;
   position: absolute;
   top: 50%;
   color:#fff;
   background: linear-gradient(0deg,rgba(0,0,0,.95) 0,transparent 100%);
   padding:6px;
 }
 
 .fa-angle-left:hover{
  background: #333;
 }

  .fa-angle-right
  {
    right: 3px;
    font-size: 35px;
    position: absolute;
    top: 50%;
    color:#fff;
    padding:6px;
    background: linear-gradient(0deg,rgba(0,0,0,.95) 0,transparent 100%);
  }
  .fa-angle-right:hover{
    background: #333;
   }
  /*index1 css end*/
    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

    .items{
      height:326px;
      border:2px solid #fff;
    }
  
    td a:hover > img{
      opacity:0.92;
    }

    .s1 {
      left: 1%;
      color: #fff;
      width: 48%;
      font-size: 1.7rem;
      text-align: center;
      font-weight: bold;
      bottom: 195px;
    }

    .s2 {
      left: 76%;
      color: #fff;
      text-align: left;
      width: 23%;
      font-size: 1.6rem;
      bottom: 173px;
      font-weight: bold;
    }

    .s3 {
      left: 52%;
      color: #fff;
      text-align: left;
      width: 27%;
      font-size: 1.8rem;
      bottom: -23px;
    }

    .s4 {
      left: 51%;
      color: #fff;
      text-align: center;
      width: 48%;
      font-size: 2rem;
      bottom: 187px;
      font-weight: bold;

    }
    .s5{
      left: 0%;
      color: #C2FEFF;
      width: 33%;
      font-size: 1.7rem;
      text-align: center;
      font-weight: bold;
      bottom: 155px;
    }
    .s6{
      left: 33%;
      color: #C93885;
      width: 33%;
      font-size: 1.7rem;
      text-align: center;
      font-weight: bold;
      bottom: 180px;
    }
    .s7{
      left: 67%;
      color: #fff;
      width: 33%;
      font-size: 1.7rem;
      text-align: center;
      font-weight: bold;
      bottom: 180px;
    }
    .single {
      left: 2%;
      color: #fff;
      text-align: left;
      width:100%;
      font-size: 1.8rem;
      bottom: 200px;
      text-align: center;
      font-weight: bold;
    }
  .f {
    font-size:1.4rem;
  }
  .bor{
    border:3px solid #fff;
    margin-bottom: 10px;
    /*height:330px;*/
  }
  .carousel-caption:hover{
    text-decoration: underline;
  }
  .logo{
    display: block;
    height: auto;
    max-width: 100%;
  }
.breadcrumb {
  /*background: rgba(245, 245, 245, 0); */
  border: 0px solid rgba(245, 245, 245, 1); 
  border-radius: 25px; 
  display: block;
  margin-top: 1em;
}
.itemtop{
  margin-top:9%;
  background:#fff;
}
.iestyle{
  width: 100% !important;
}
#sticky.stick {
    position: fixed;
    /*float:left;*/
}
.content-holder {
  float:right;
}

.col-half-offset{ margin-left:2.7% }

a.morelink {
  text-decoration:none;
  outline: none;
}
.morecontent span {
  display: none;
}

.similartext a{
  font-size:14px;
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
}
.more{
  text-align:justify;
}
.link{
  text-decoration:underline;
  font-size:13px;
  color:#000;
}
.this{
  color:#0000CC;
}
.itempage td{
  padding: 8px;
  color:#000;
}
.watch td, .bidbuy td {
    padding: 5px 25px 5px 25px;
}
.watch, .bidbuy{
   border-collapse:separate !important;
  box-shadow: 0px 2px 2px 2px #DADFE2;
}
.about{
  text-align: justify;
  line-height:1.8em;
}
.about a{
  color:#536DCC;
}
.textright{
  text-indent: 3%;
}
td.lists{
  padding: 18px;
}
.table-striped tr:nth-child(even) {background-color:#FFFFCC;}
.table-striped th{
background-color: #eee;
}
.modal-body {
  height: 350px;
  overflow-y: auto;
}
.container-fluid{
  background:#fff;
  padding:20px
}
.dis{
  display:inline-flex;
}
.inc{
 float:right;
 color:#0E64B7;
}
.paypal{
 font-size:12px;
}
.maxbid{
  vertical-align:top;
}
.descrip{
  vertical-align:top;
  width: 21%;
}
.history{
  text-decoration:underline;color:#000;
}
.similarimg{
  box-shadow: 1px 2px 2px 2px #DADFE2;
  padding: 20px;
}
.slides{
  cursor:default;width:330px;height:150px;
}
.jssor{
  position:relative; width:330px; padding-top:15px; 
}
.jssora073 {display:block;position:absolute;cursor:pointer;}
.hotlistimg{
  border:1px solid #eee;border-radius:50px;box-shadow: 1px 2px 2px 2px #ccc;
  padding: 5px;float:left;margin-right: 15px;
}
td.color{
  color:#0C67B9;
}
.well{
  background-color:#fefefe;
}
.larrow{
left:0px;margin-top:45px;
}
.rarrow{
  right:0px;margin-top:45px;
}
.list-inline li > a img:hover{
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5); 
}
.thumbs{
  padding: 20px;
}
.gridborder{
  border-right: 1px solid #eee;
  /*height:350px;*/
}
.gridimg{
  padding-bottom:10px;
}
.pro{
  margin-top:15px;
  border: 1px solid #eee;
}
.listphoto{
background:#3f3f3f;color:#fff;padding-right:5px;padding-left:5px;
font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
margin-right: 20px;
font-size: 13px;

}

#accordion{
  border: 1px solid #d4d4d4;
  
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
.newbox{
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  width:41%;

}

#accordion .panel-title a{
    display: block;
    padding: 5px 13px;
    background: #fff;
    /*color: #fff;*/
    text-decoration: none;
    position: relative;
}
#accordion .panel-title a.collapsed{ background: #fff;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    /*content: "⌄";*/
    content: '\f078';
    font: normal 10px FontAwesome;
    color:#838282;
    float:right;
    margin-top: 6px;
    
}
#accordion .panel-title a.collapsed:before{
    /*content: '⌃';*/
    content: '\f077';
}
#accordion .panel-body{
  text-decoration: none;
  background: #fff;
  /*font-size: 15px;*/
  color: #1c2336;
  /*line-height: 27px;*/
  position: relative;
}
.glyphicon { margin-right:5px; }
.thumbnail
{
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li > a{
  padding: 3px 9px;
}
.form-inline { display: inline; }
.thumb{
  border:1px solid #ddd;
  padding:10px;
  height:375px;
}
.align{
  vertical-align: middle;
}
.count{
  font-size:20px;color:#0C67B9;
}
.navi{
  float:right;margin-top: -25px;
}
.paging{
  float: left;
  margin: 25px;
}
.sel{
  padding-top:10px;
}
/*.spantime{
  font-size:17px;
  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;
}*/
.sbid{
  float:right;
/*  font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif;*/
}
/*.semitxt{
  line-height: 1.8em;
}*/
.rcolor{
  color:#979797;
}
.btns{
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
  width: 230px;
  cursor: pointer;
  font-size:19px;
}
.help{
  color:#0C67B9;
}
.limenu{
  line-height:1.8em;
}
address { 
  font-style: italic;
} 
ol>li{
    margin-top:13px;
}
li>.fb{
  display: inline !important;
}

.testimonials-name {
    color: #0C67B9;
    font-size: 19px;
   font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif; 
}
.testimonials-post {
    color: #000;
    font-size: 16px;
    font-family: 'Segoe UI Semibold', 'Open Sans', Helvetica, sans-serif; 
}
blockquote p{
  font-size:15px;
  line-height:1.5em;
}
.content_img{
 position: relative;
 width: 80px;
 height: auto;
 float: left;
 margin-right: 8px;
 display:inline;
}

/* Child Text Container */
.content_img div{
 position: absolute;
 bottom: 0;
 right: 0;
 background: black;
 color: white;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear; 
 transition: visibility 0s, opacity 0.5s linear;
}

/* Hover on Parent Container */
.content_img:hover{
 cursor: pointer;
}

.content_img:hover div{
 width: 150px;
 padding: 8px;
 visibility: visible;
 opacity: 0.7; 
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border-top: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-radius: 4px 4px 0 0;
}

.noUi-horizontal {
    height: 7px !important;
}
.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    border-radius: 50%;
    outline: 0;
}

select.newbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../images/up_arrow.png')  no-repeat right;
    background-size: 20px;
    background-color: #fff;
  }
  .chkimg{
    top:-5px !important;
    left: 5px !important;
  }

.chk {
/*    display: block;*/
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight:normal;
}

/* Hide the browser's default checkbox */
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 16px;
    background-color: #fff;
    border:1px solid #aaa;
}

/* When the checkbox is checked, add a blue background */
.chk input:checked ~ .checkmark {
    background-color: #0C67B9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk .checkmark:after {
    left: 5px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chkr {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight:normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.chkr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.chkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border:1px solid #aaa;
}


/* When the radio button is checked, add a blue background */
.chkr input:checked ~ .chkmark {
    background-color: #0C67B9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.chkr input:checked ~ .chkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.chkr .chkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  border:1px solid #0C67B9;
}
ul.ulstyle{
  padding-left: 40px;
}
.disable{
  background-color: #eee;
  cursor:not-allowed;
}
.dtime {
float: left;
padding: 0px 15px 0px 15px;
font-size: 13px;
}

#mnav-logo img {
	display: none;
}

@media screen and (max-width: 787px) {
  #time_head {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  
  .dtime {
	  font-size: 0.8em;
	  width: 100%;
	  text-align: center;
	  padding: 0px;
  }
  
  #tophead {
	  visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  
  #mnav-logo img {
	display: block;
	}
  .header_top {
	padding: 0.1em 0;
  }
}

.header_top {
    background: none repeat scroll 0 0 #F0F0E9;
	padding: 0.5em 0;
}

.top_slan a{
	color: color: #696763 !important;
}
