*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}
#BBook_h2{
  color:#000;
  font-size: 36px !important;
  margin: 0px 0px 0px -3px;
  font-family: "Open Sans", sans-serif;
  line-height: .75em;
}

#Guide_h2{
  color: #fff;
  font-size: 36px !important;
  margin: 0px 0px 0px -2px;
  line-height: .75em;
  font-family: "Open Sans", sans-serif;
}
#bbg_title_1{
  width:100%;
}
#bbg_title_2{
  background:#000;
  width:100%;
  padding-bottom: 30px;
}
#bbg_button_container{
  /*height:60px;*/
  overflow:auto;
  background:#000;
  padding: 15px 0 30px 0;
}
.bbdiv{
  border-radius: 24px;
  border: 1px solid #fff;
  width: 80%;
  min-height: 48px;
  max-height: 200px;
  background-color: #000;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}
.bbdiv:hover{
  /*opacity: .8;*/
  cursor: pointer;
}
#bbtext{
  /* width: 100%; */
  height: 24px;
  margin-top: 12px;
  text-align: center;
}
.inner{
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  /* color: #fff; */
}
.godiv{
  background-color: #fff;
}
.gray{
  color: #B0B0B0 ;
}
.bold{
  font-weight: bold;
  color: #fff;
}
.red{
  color: red;
}
/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
input[type=radio] {
  display: none;
  margin: 10px;
}
/*
  Change background color for label next to checked radio button
  to make it look like highlighted botton
*/
input[type=radio] + label {
    display:inline-block;
    min-height: 48px;
    margin:-3px;
    padding: 12px 12px;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff;
    width: 125px;
}
 
input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    background-color:#fff;
    color: #000;
}

input[type=radio] + label:hover {
  /*opacity: .8;*/
  cursor: pointer;
}

input[type=radio] {
    display:none;
}

center {
  display: block;
  text-align: -webkit-center;
  background-color: black;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#wpb_widget-2{
  min-width: 320px;
}

center ::-webkit-scrollbar {
    width: 12px;
}
 
center ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    margin-bottom: 10px;
}
 
center ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}