#toggle-menu{
  display: none;
}

.show-xs{
  display: none;
  visibility: hidden;
}

.hidden{
  display: none;
  visibility: hidden;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.clearfix{
  clear: both;
}

#header .shell .fixed_div > div[align="center"] img {
  height: auto;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 311px;
}

#content1.fix-content-top {
  margin-top: 0px;

}

.price-table{
  text-align: center;
  color: #27386e;
  font-family: Calibri;
  font-size: 1.2em;
  padding-top: 12px;
  display: inline-table;
  width: 100%;
}

table.responsive-table { 
  border-collapse: collapse;
  font-weight: 100; 
  color: #27386e;
  text-rendering: optimizeLegibility;
}

table.responsive-table caption { 
  font-size: 2rem; 
  color: #27386e;
  margin: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right; 
}

table.responsive-table thead tr {
  border-bottom: 2px solid rgba(206, 206, 206, 0.29);
}

table.responsive-table thead th { 
  font-weight: 600; 
}

table.responsive-table thead th, table.responsive-table tbody td { 
  padding: .8rem; 
  font-size: 17px;
}

table.responsive-table tbody td {
  border-bottom: 1px solid rgba(206, 206, 206, 0.29);
  color: #27386e;
  font-size: 17px;
  padding: 0.8rem;
}

table.responsive-table.simple tbody td {
  border: 1px solid #27386e;
  color: #27386e;
  font-size: 17px;
  padding: 0.8rem;
}

.list-numbers{
  margin-left: 25px;
  color: #27386E;
}  

.list-symbols{
  margin-left: 25px;
  color: #27386E;
  list-style: outside none disc;
}

.book-cover img{
  height: 333px;
}

.book-col {
  float: left;
  margin-top: 40px;
  text-align: center;
  width: 40%;
}

.book-col:first-child {
  /* margin-left: -9px; */
}

.book-col:last-child {
  margin-left: 77px;
}

.book-col img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
  width: 255px;
  height: 374px;
}

.book-link-button {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 1px -1px 7px #ccc;
  color: #44b1ff;
  display: block;
  font-size: 19px;
  margin: 12px auto auto;
  padding: 5px;
  width: 60px;
}

.book-link-button:hover{
  background: #F7F7F7 none repeat scroll 0 0;
  box-shadow: 1px -1px 7px #898989;
}

/*table.responsive-table tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  h1.fix-responsive{
    font-size: 25px;
  }

  .show-xs{
    display: block;
    visibility: visible;
  }

  .hidden-xs{
    display: none;
    visibility: hidden;
  }
  
  img{
    max-width: 100%;
  }

  img.responsive{
    max-width: 100%;
    height: auto;
  }
  
  .shell{
    max-width: 100%;
  }

  .fixed_div{
    max-width: 100%;
  }

   .input_seethrough_button{
    height: 30px;
   }
   .input_classinfo_button {
	  margin-top: 10px;
	  margin-left: 5px;
   }
  .input_button{
    height: 30px;
  }

  a{
    word-wrap: break-word;
  }

  h1{
      font-size: 25px;
      word-wrap: break-word;
  }
  .wrap > .container {
	padding: 0px;
  }
  /* MENU */
  #header .shell .fixed_div > div[align="center"]{
    left: 7px;
    /* padding-top: 10px; */
    position: absolute;
    top: 2px;
    width: 96%;
    z-index: 1000;
  }

  #header .shell .fixed_div > div[align="center"] img {
    float: left;
    height: auto;
    width: 250px;
  }

  #main-nav {
    left: 10px;
    margin-left: 0;    
    top: -3px;	
  }
  .main_div {
  float:none;
  }
  #toggle-menu{
    border: 2px solid #964bb6;
    border-radius: 4px;
    color: #964bb6;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 1001;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #toggle-menu:hover{
    background-color: #964bb6;
    color: #fff;
  }

  #menu-bar{
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.43);
    height: 0;
    overflow: hidden;
    padding: 42px 0 0;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  #menu-bar.open{
    height: auto;
    padding: 0px 0 20px;
  }

  #menu-bar .sidebar{
    display: none;
  }

  #menu-bar > li {
    float: left; /*was float:initial*/
	width: 100%;
    margin: 0px;
    padding: 0px;
  }

  #menu-bar a {
    padding: 11px 18px;
  }

  #menu-bar .active a, #menu-bar li:hover > a {
    border-radius: 0;
    box-shadow: none;
    color: #964bb6;
    text-shadow: initial;
  }

  #menu-bar ul {
	display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: initial;
    position: static; /*was position:initial*/
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #menu-bar ul a {
    padding: 8px 0 8px 35px;
  }

  #menu-bar ul li:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .fix_findhealer {
    float: right;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 11px;
    width: auto;
  }
  .fix_findhealer > * {
    float: left;
  }
  .fix_findhealer .fix_button {
    display: inline-block;
    float: left;
    margin-top: 1px;
    padding-left: 13px;
    width: auto;
  }
  .fix_findhealer .fix_button > span:first-child {
    float: right;
    margin-right: 1px;
    margin-top: 8px;
    padding-left: 18px !important;
  }

  .fix_findhealer .fix_button > span:last-child {
    float: left;
    margin-top: -18px;
  }

  /* END MENU */

  /* CONTENT */
  #sidebar {
    margin-top: 17px;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  #sidebar img{
    max-width: 100%;
    width: 75%;
    height: auto;
  }

  #content, #content1, #main-content {
    margin: 15px 0px;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  #content .pera1{
    margin: auto;
    text-align: center;
    width: initial;
    padding: 0 5px;
  }

  #content .pera2{
    margin: auto;
    text-align: center;
    width: initial;
    padding: 0 5px;
  }
  
  #content .headline {
	font-family: 'Alice', serif;
	font-size: 23px;
	line-height: 1.3em;
	text-align: center;
	max-width: 95%;
	margin: auto;
  }
    .classinfo {
		padding: 0;
	}
    .classinfo_head {
		margin-left: 22px;
		margin-top: 20px;
		margin-right: 22px;
	}
	.menustyle {
		width: 100% !important;
	}

  #content1 .heading {
    float: initial !important;
    padding: 0;
  }

  #content1 .heading.teachers {
    text-align: center;
    margin-bottom: 20px;
  }

  #content1 .heading.teachers div{
    padding: 0 !important;
    float: initial;
    width: 100%;
    margin-top: 10px;
  }

  #content1 .text{
    padding: 0;
  }

  #content1 table{
    width: 100% !important;
  }

  #content1 table td {
    padding: 2px 5px !important;
  }
  .cols-2 {
    float: left;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .merlin > div{
    margin: 0 !important;
    padding: 0 5px;
    text-align: center;
  }

  .merlin img {
    height: auto;
    margin-top: 35px;
    max-width: 100%;
    width: 50%;
  }

  .cols-3{
    width: 100%;
    margin: auto;
  }
  
  .book-col{
    width: 100% !important;
    margin: auto !important; 
    margin-top: 40px !important;
  }
  
  .healing{
    padding: 0 10px
  }

  .healing .block{
    margin-bottom: 20px;
  }

  .cols-4 {
    display: inline;
    float: left;
    margin: auto;
    width: 100%;
  }

  .teachers {
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 5px;
  }

  .teachers > a {
    margin: 1px;
  }

  .teachers .paragraph {
    align-self: flex-end;
    padding: 10px 5px;
    text-align: right;
    width: 100%;
  }

  .book-cover {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .b_text {
    clear: both;
    padding: 0;
  }

  .b_text #p_text {
    font-size: 1.3em;
    padding: 0;
    width: 100%;
  }

  .b_text .paragraph{
    padding: 0 !important;
  }

  .blank_line {
    width: initial;
  }

  .paragraph, .b_paragraph {
    width: 100% !important;
    margin: 0 !important;
  }

  .book_heading{
    padding: 0;
  }

  .book_heading .input_book_button{
    padding: 0.1em 0.1em 53px 1px;
    margin: 0;
    margin-top: 25px;
  }

  .price-table tbody tr td:first-child{
    width: 75px;
  }

  table.responsive-table caption { 
    background-image: none; 
  }

  table.responsive-table thead {
    display: none; 
  }

  table.responsive-table tbody td {
    border-bottom: 1px solid rgba(73, 164, 255, 0.19);
    display: flex;
    float: left;
    width: 100%;
  }

  table.responsive-table tbody td div{
    display: -webkit-box;
  }

  table.responsive-table tbody td:last-child{
    border-bottom: none;
  }

  table.responsive-table tbody tr td:first-child {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    margin-top: 10px;
  }

  table.responsive-table tbody td::before {
    clear: both;
    content: attr(data-th);
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 100%;
    vertical-align: middle;
    width: 10rem;
  }
  table.responsive-table.simple tbody td {
    border-bottom: none
  }
  
  table.responsive-table.simple tbody td::before {
    width: 0rem;
  }

  table.responsive-table.simple tbody tr td:first-child {
    background-color: transparent;
    color: #27386e;
    margin-left: 0;
    margin-top: -1px;
  }

  table.responsive-table.simple tbody tr td:last-child {
    border-bottom: 1px solid #27386e
  }

  /* END CONTENT */

  /* FOOTER*/
  #footer .shell{
    padding: 0 !important;
  }
  /* END FOOTER*/
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  #sidebar {
    width: initial;
  }

  #sidebar img{
    width: 100%;
  }

  .merlin img {
    margin-top: 5px;
    width: 75%;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 450px) {
	.classinfo_head {
		margin-left: 15px;
		margin-right: 5px;
	}
}
