.r.container-fluid {
    width: 95%;
}

.topbar {
    width: 100%;
    min-height: 40px;
    background-color: #a0ce11;
    position: relative;
    z-index: 999;
}
.fullpic {
    width: 100%;
}
#mainvidintro {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#mainvidintro h1 {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    left: 0;
}
#mainvidintro video {
    position: absolute;
    top: 100%;
    left: 100%;
    opacity: 0.5;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    
    -ms-transform: translateX(-100%) translateY(-100%);
    -moz-transform: translateX(-100%) translateY(-100%);
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);    
}
@media screen and (max-width: 480px) {
#mainvidintro {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  }
#mainvidintro video {
    position: absolute;
    top: 46%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
}

.vidprop {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px #999;
}
.vidprop iframe {
    width: 100%;
    height: 580px;
}
@media screen and (max-width: 650px) {
.vidprop {
    width: 100%;
    padding: 4px 4px 0px 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px #999;
}    
.vidprop iframe {
    height: 190px;
}    
}
.pdffiles {
    width: 100%;
}
.pdffiles ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.pdffiles ul li {
    width: 32.3%;
    padding: 0px;
    margin: 0.5%;
    float: left;
    text-align: center;
    list-style: none;
    border: dashed 1px #ccc;
    padding: 15px;
    box-sizing: border-box;
}
.pdffiles ul li img {
    width: 50%
}
.pdffiles ul li a {
    font-size: 16px;
    padding: 10px 0px;
    display: block;
    font-weight: bold;
    
}
.tbold {
    font-weight: 600 !important;
}
@media screen and (max-width: 650px) {
.pdffiles ul li {
    width: 99%;
    padding: 0px;
    margin: 0.5%;
    float: none;
    padding: 15px;
    box-sizing: border-box;
}   
}
.rbor {
    border-right: solid 22px #fff;
    box-sizing: border-box;
}
.lbor {
    border-left: solid 22px #fff;
    box-sizing: border-box;
}
.colmleft {
    float: left;
    width: 49%;
    margin-bottom: 0.5%;
}
.colmright {
    float: right;
    width: 49%;
    margin-bottom: 0.5%;
}
.colm3 {
    float: left;
    width: 33%;
    margin-bottom: 0.5%;
}
.rpic {
    float: right;
    width: 250px;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    background-color: #f9f9f9;
    margin-left: 25px;
}
.rpicbig {
    float: right;
    width: 500px;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    background-color: #f9f9f9;
    margin-left: 25px;
}
.rpicd {
    float: right;
    max-width: 500px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    background-color: #f9f9f9;
    margin-left: 25px;
}
.certificates {
    width: 100%;
}
.certificates ul {
    width: auto;
    margin: 0px 0 0 15px;
    padding: 0px;
}
.certificates ul li {
    width: auto;
    margin: 0px 0 0 0px;
    padding: 0px;
    line-height: 30px;
    list-style: outside;
}
.certificates ul li a {
    font-size: 16px;
}
.receipes {
    width: 100%;
    margin: 20px 0 0 0px;
}
.receipes ul {
    width: auto;
    margin: 0px 0 0 15px;
    padding: 0px;
}
.receipes ul li {
    width: 49%;
    margin: 0.5%;
    padding: 0px;
    list-style: none;
    float: left;
}
.receipes ul li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.receipes ul li a:hover {
    text-decoration: none;
    color: #f89d34;
}
.receipes ul li a img {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 0 1px 2px #ccc;
    padding: 4px;
    box-sizing: border-box;
}
.downfiles {
    width: 100%;
    margin: 20px 0 0 0px
}
.downfiles h3 {
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 15px 10px 10px 10px;
}
.downfiles ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}
.downfiles ul li {
    margin: 0px 0 40px 0px;
    padding: 0px;
    list-style: none;
}
.downfiles ul li h4 {
    margin: 0px;
}
.downfiles ul li p {
    margin: 0px;
}
/*accordian start*/
.qa {
    width: 100%;
}
.accordion {
  background: #e2d5be;
  color: #c42021;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: -2px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.active, .accordion:hover {
/*  background-color: #8573cb;*/
  color: #f05f40;
    
}

.accordion:after {
  content: '\002B';
  color: #000;
  float: right;
  margin-left: 5px;
    
}

.active:before {
  content: "  ";
}

.panel {
  background: #f9f9f9;
  box-shadow: 0 1px 1px #ccc;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}
.panel p {
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;    
  line-height: 24px;
  text-align: left;
  color: #333;
  margin: 0px;
}
.panel h4 {
  padding: 20px 20px 0 20px;
}
/*accordian end*/
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
   
}
.event {
    width: 100%;
}
.event ul {
    margin: 0px;
    padding: 0px;
}
.event ul li {
    margin: 0px 0 20px 0px;
    padding: 0px 0 20px 0px;
    list-style: none;
    border-bottom: dashed 1px #ccc;
}
.event ul li h4 {
    font-size: 20px;
    font-weight: 900;
    color: #f89d34;
}
.event ul li p {
    margin: 0px;
}
.hlink {
    margin: 30px 0 0 0px;
}
.hlink h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
}
.hlink a {
    font-size: 14px;
}
.btn-sm {
    font-size: 12px !important;
    padding: 8px 16px !important;
    letter-spacing: 0.5px !important;
     
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    
}
.navbar-default {
    background: rgba(196,33,34,0.5);
    border: none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.dropbtn {
  padding: 4px 12px;
  border: none;
  display: block;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
    
}

.dropdown-content {
  display: none;
  position: absolute;
  
  background: rgb(171,125,32);
  background: linear-gradient(0deg, rgba(171,125,32,1) 0%, rgba(250,245,245,1) 0%, rgba(255,255,255,1) 100%);     
    
  min-width: 222px;
  box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  color: #c42021;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.dropdown-content a:hover {
    color: #333;
    background-color: #eee;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #333;
    box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.2);
}
.picfull {
    width: 100%;
}
.pich {
    height: 380px;
    object-fit: cover;
}
.hline {
    border-top: solid 1px #ccc;
    margin-top: 12px;
}
.doclist {
    width: 100%;
    margin: 22px 0 0 0px;
}
.doclist ul {
    padding: 0px;
    margin: 0px;
}
.doclist ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 24%;
    margin: 0.5%;
    float: left;
}
.doclist ul li img {
    width: 100%;
    border-radius: 20px 20px 0 0px;
}
.doclist ul li h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 15px 0 0 0px;
    padding: 0px;
}
.doclist ul li span {
    font-size: 13px;
    font-style: italic;
    color: #666;
    display: block;
    padding: 5px 0 0 0px;
}
.doclist ul li a:hover {
    text-decoration: none;
}
.testimonials {
    width: 100%;
    margin: 20px 0 0 0px;
}
.testimonials ul {
    padding: 0px;
    margin: 0px;
}
.testimonials ul li {
    list-style: none;
    padding: 0px 0 10px 0px;
    margin: 0px 0 10px 0px;
    width: 100%;
    border-bottom: solid 1px #ddd;
}
.testimonials ul li img {
    float: right;
    padding-left: 20px;
}
.split {
    clear: both;
}
.c1 {
    background: rgb(185,113,21);
    background: linear-gradient(129deg, rgba(166,212,22,1) 0%, rgba(166,212,22,1) 47%, rgba(248,157,52,1) 100%); 
    padding: 0px;
    overflow: hidden;
    color: #fff;
}
.c2 {
    background: rgb(242,242,242);
    background: linear-gradient(129deg, rgba(242,242,242,1) 0%, rgba(226,226,226,1) 48%, rgba(217,215,215,1) 100%); 
    padding: 0px;
    overflow: hidden;
    color: #333;
    margin: 20px 0 20px 0px;
}
.c3 {
    background: rgb(102,102,102);
    background: linear-gradient(129deg, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 48%, rgba(153,153,153,1) 100%); 
    padding: 0px;
    overflow: hidden;
    color: #fff;
    margin: 1px 0 0 0px;
}
.tophead {
    width: 100%;
    background-color: #333;
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;

}
@media screen and (max-width: 555px) {
.tophead {
    background-size: 100% 30%;
    width: 100%;
    height: 30%;
    background-position: left -290px top 0px;
    background-size: 180%;
}    
}

#dr_brain {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.healthtalks {
    background-color: #f7f7f7;
    box-shadow: 0 1px 2px #ccc;
    margin: 10px 0 0 0px;
    padding-bottom: 15px;
}
.healthtalks img {
    width: 33%;
}
#ipage {
    width: 100%;
    min-height: 400px;
}
#ipage p {
    text-align: justify;
}
.lpanel {
    width: 26%;
    float: right;
    /*margin-top: -180px;*/
}
.rpanel {
    width: 71%;
    float: left;
}
.padbox {
    padding: 5px 20px;
    box-sizing: border-box;
}
.breadcrubhead {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.breadcrubhead span {
    color: #666;
    font-weight: 900;
}
#ipage table {
  width: 100%;
}

#ipage td, #customers th {
  border: 1px solid #ddd;
  padding: 5px;
}

#ipage tr:nth-child(even){background-color: #f9f9f9;}

#ipage tr:hover {background-color: #f1f1f1;}

#ipage th {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.museumhome {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    box-shadow: 0 1px 2px #ccc;
    box-sizing: border-box;
    position: absolute;
    right: -200px;
    top: 50px;
    width: 700px;
    z-index: 999;
}
.leftpic {
    width: 60%;
    float: left;
}
.rightcontent {
    width: 40%;
    float: right;
    padding: 30px;
    box-sizing: border-box;
}
.rightcontent h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px;
    
}
.rightcontent h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    margin: 0 0 15px 0px;
    font-size: 25px;
}

.rightpic {
    width: 60%;
    float: right;
}
.leftcontent {
    width: 40%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.leftcontent h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px;
}
.leftcontent h2.dark {
    color: #333;
    font-size: 50px;
    letter-spacing: -1px;
}
.leftcontent h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    margin: 0 0 15px 0px;
    font-size: 20px;
}
.dark {
    color: #333;
    font-size: 50px;
    letter-spacing: -1px;
}
.highlight {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: 'Comfortaa', cursive;
}
.highlight.dark {

    color: #666;
   
}
.iconprop {
    width: 30%;
}
.glance {
    width: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.glance li {
    width: 32.333%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 0.5%;
}
.glance li img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.glance li p {
    font-size: 15px;
    line-height: 25px;
}
.iblog {
    width: auto;
    overflow: hidden;
    margin: 20px 0 0 0px;
    padding: 0px;
}
.iblog li {
    width: 49%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 0.5%;
}
.iblog li img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.iblog li p {
    font-size: 14px;
    line-height: 24px;
}
.scrolldown {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 20%;
}
.bicon {
    font-size: 75px;
    color: #a0ce11;
}
.bhours {
    float: left;
    font-size: 14px;
    margin: 9px 0 0 0px;
    color: #fff;
}
.hours {
    float: left;
    font-size: 15px;
    margin: 7px 0 0 0px;
    color: #fff;
}
.redbg{
    float: right;
    margin-right: 10px
}
.redbg a{
    background-color: #c42021;
    font-size: 15px;
    padding: 8px 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: block;
}
.callus {
    float: right;
    margin: 5px 15px 0 0px;
}
.callus a {
    font-size: 15px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.rateus {
    float: right;
    margin-right: 10px;
    color: #fff;
}
.rateus h3 {
    float: left;
    font-size: 12px;
    margin: 13px 5px 0 0px;
    padding: 0px;
    font-style: italic;
    font-weight: bold;
}
.ratelogo {
    float: left;
    width: 70px;
    margin-left: 3px;
    margin-top: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
}
.ratelogo a {
    outline: none;
}
.ratelogo img {
    width: 100%;
}
.scrolldown i {
    font-size: 50px;
    display: block;
    animation: 1s sd infinite ;
	-webkit-animation: 1s sd infinite;
}
.scrolldown span {
    letter-spacing: 4px;
    text-transform: uppercase;
}
@-webkit-keyframes sd {
0% {
    -webkit-transform: translateY(0);
    
}

50% {
    -webkit-transform: translateY(30%);
   

}

100% {
    -webkit-transform: translateY(0);
   
}
}
@keyframes sd {
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(30%);
}

100% {
   transform: translateY(0%);
}
}
.carousel-indicators {
    bottom: 70px;
}
.botlinks {
    width: 100%;
}
.botlinks ul {
    width: 20%;
    float: left;
    margin: 0px 0 25px 0px;
    padding: 0px;
    text-align: left;
}
.botlinks ul h3 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.botlinks ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.botlinks ul li a {
    margin: 0px !Important;
    padding: 4px 0px !Important;
    text-transform: none !Important;
    color: rgba(255,255,255,0.6) !Important;
}
.botlinks ul li a:hover {
    color: rgba(255,255,255,1) !Important;
}

#close {  
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: #fff;
  background:  #ba2221;
  padding: 5px 10px 8px 10px;
  font-size: 15px;
  border-radius: 4px;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
.fpic {
    width: 100%;
    margin-bottom: 5px;
}


#popup {
z-index: 99999999;
 
  box-sizing: border-box;
 position: fixed;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 5px 15px #561B1F;
    
    border-top: solid 5px #ba2221;
    border-bottom: solid 10px #9fcc17;
    background-image: url(../images/bottomstore.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  
 width: 650px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
     display: none;
    text-align: center;
}
#popup h2 {
  font-size: 90px;
  text-transform: uppercase;
  margin-top: 0px;
  color: #c42021;
  padding:  0px;
  font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
}
#popup h2 span {
    color: #8cc748;
    font-size: 22px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    letter-spacing: normal;
}

#popup h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
}
#popup p {
  font-size: 14px;
  padding: 0px 30px 10px 30px;
    display: block;
  line-height: 20px;
  color: #333;
}
#popup p a {
  font-size: 14px;

  color: #fff;
}
@media screen and (max-width: 750px) {
#popup {

  z-index: 99999999;
 padding: 0px;
  box-sizing: border-box;
 width: 90%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 40%;  
}    
#popup .fl {
    float: none;
}
#popup .mspecial {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0 0px;
}
#popup .date {
    display: block;
    font-size: 14px;
    color: #666;
    letter-spacing: 4px;
    text-align: center;
}    
}
.fprop {
    width: 100%;
    margin: 4px 0 10px 0px;
}
.fprop input[type="text"] {
    width: 100%;
    padding: 8px 0px;
    box-sizing: border-box;
    border-bottom: solid 1.5px #a0ce11;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #c42021;
    outline: none;
    font-size: 13px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
}
.fprop input[type="tel"] {
    width: 100%;
    padding: 8px 0px;
    box-sizing: border-box;
    border-bottom: solid 1.5px #a0ce11;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #c42021;
    outline: none;
    font-size: 13px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
}
.fprop input[type="email"] {
    width: 100%;
    padding: 8px 0px;
    box-sizing: border-box;
    border-bottom: solid 1.5px #a0ce11;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #c42021;
    outline: none;
    font-size: 13px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
}
.fprop select {
    width: 100%;
    padding: 8px 0px;
    box-sizing: border-box;
    border-bottom: solid 1.5px #a0ce11;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #c42021;
    outline: none;
    font-size: 13px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    background: transparent;
}
.fprop textarea {
    width: 100%;
    padding: 8px 0px;
    box-sizing: border-box;
    border-bottom: solid 1.5px #a0ce11;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #c42021;
    outline: none;
    font-size: 13px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    background: transparent;
    resize: none;
}
.fprop button {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    border: none;
    background-color: #c42021;
    color: #fff;
    outline: none;
    font-size: 15px;
    font-family:Open Sans,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.fproptab {
    max-width: 180px;
    width: 100%;
    margin: 15px 0 15px 0px;
}
.error {
    font-size: 12px !important;
}
.botstick {
    background: rgba(98,10,13,0.9);
    width: 100%;
    min-height: 40px;
    position: fixed;
    bottom: -150px;
    z-index: 999;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tops {
    float: right;
    margin: 8px 0 0 10px;
    border-left: solid 1px rgba(255,255,255,0.2);
    padding-left: 10px;
}
.tops .up {
    color: #fff;
    cursor: pointer;
}
.tops .up:hover {
    color: #eee;
    text-decoration: none;
}
.yt_c {
    float: right;
    margin: 0px 0 0 20px;
}
.yt_c h4 {
    float: left;
    margin: 12px 10px 0 0px;
    font-size: 15px;
    color: #fff;
}
.yt_c a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 20px;
    padding: 2px 8px;
    display: inline-block;
    font-weight: 600;
}
.yt_c a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.yt_c span {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    width: 80px;
    padding: 0px 0px;
    display: inline-block;
    font-weight: 600;
}
.yt_c span img {
    width: 100%;
    margin-top: -6px;
}
.wtext {
    color: #fff;
}
.threed {
    animation: 5s threed;
	animation-iteration-count: infinite;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
#map_direction {
    width: 100%;
    margin: 0px;
    padding: 20px 0 0 0px;
    background-color: #f9f9f9;
    box-shadow: -1px -2px 3px #ddd;
}
.specialtab {
    display: none;
}    
@media screen and (max-width: 768px) {
.colm3 {
    float: none;
    width: 100%;
    margin-bottom: 0.5%;
}    
.tags {
    font-size: 22px !important;
}    
.specialtab {
    display: block;
    position: fixed;
    right: 0px;
     top: 40%;
     z-index: 9999;
}    
.navbar-default {
    background: rgba(255,255,255,1);
}    
.navbarmenu {
  float: none;
  margin: 25px 0 25px 0px;
}    
.dropdown {
  width: 100%;
  text-align: left;    
}    
.dropbtn {
  font-weight: 600;
  text-transform: uppercase;
}    
.dropdown-content {
  display: block;
  position: relative;
  background: rgb(171,125,32);
  background: linear-gradient(0deg, rgba(171,125,32,1) 0%, rgba(250,245,245,1) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  box-shadow: none;
  z-index: 1;
  margin-bottom: 20px;
}    
    
.topbar {
    padding: 10px 0px;
    text-align: center;
    display: none;
}    
.hours {
  float: none;
  font-size: 14px;
  margin: 0px 0 0 0px;
}   
.rateus {
  float: none;
  margin-right: 0px;
}    
.rateus h3 {
  float: none;
    display: inline-block;
}    
.ratelogo {
  float: none;
  display: inline-block;
}    
.callus {
  display: none;
}    
.navbar-brand > img {
  width: 260px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0px 8px 8px;
}    
.lpanel {
  width: 100%;
  float: none;
}    
.rpanel {
  width: 100%;
  float: none;
}    
.leftpic {
  width: 100%;
  float: none;
}    
.rightcontent {
  width: 100%;
  float: none;
  padding: 20px;
}    
.leftcontent {
  width: 100%;
  float: none;
  padding: 20px;
}    
.rightpic {
  width: 100%;
  float: none;
}    
.faclist li {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 1.5% 0px;
}    
.rbor {
  border-right: none;
  box-sizing: border-box;
}    
.lbor {
  border-left: none;
  box-sizing: border-box;
}    
.iblog li {
  width: 100%;
  float: none;
  text-align: center;
  list-style: none;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #333;
  margin: 1.5% 0px;
}    
.glance li {
  width: 100%;
  float: none;
  text-align: center;
  list-style: none;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #333;
  margin: 1.5% 0px;
}    
.receipes {
  width: 100%;
  margin: 20px 0 40px 0px;
}    
.receipes ul {
  margin: 0px 0 0 0px;
}    
.receipes ul li {
  width: 100%;
  margin: 1.5% 0px;
  float: none;
}    
.botlinks ul {
  width: 100%;
  float: none;
  margin: 0px 0 25px 0px;
  text-align: center;
}    
.bhours {
  float: none;
  font-size: 12px;
  margin: 0px 0 0 0px;
  color: #fff;
}    
.botstick {
  padding: 10px 0 10px 0px;
}  
.botstick strong {
  display: block;
}      
.tops {
  float: right;
  margin: 0px 0 0 10px;
  border-left: none;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  padding-left: 0px;
}    
.yt_c {
  float: none;
  margin: 0px 0 0 0px;
}    
.museumhome {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    box-shadow: 0 1px 2px #ccc;
    box-sizing: border-box;
    position: relative;
    right: -0px;
    top: 50px;
    width: 700px;
    z-index: 999;
    width: 100%;
}    
#dr_brain {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  width: 90px;
}
#dr_brain img {
  width: 100%;
}    
.rpic {
  float: none;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 100%;
}    
.rpicbig {
    float: none;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 100%;
}
#footer {
  padding: 50px 0 160px 0px;
}    
}