.t3-header {
    padding-top: 5px;
    padding-bottom: 0px;
}
@media (max-width: 767px){
.logo-control .logo-img {
    max-height: 50px;
}
.logo-control .logo-img-sm {
    display: block;
    max-height: 50px;
}

.custom-addr {
    padding-top: 10px;
    padding-right: 0px;
}
.mod-languages {
    padding-top: 25px;
}}



@media (min-width: 768px){
.logo-control .logo-img {
    max-height: 80px;
}
.custom-addr {
    padding-right: 10px;
}}

#flexslider-136, #flexslider-133, #flexslider-137 {
    padding-left: 6%;
    padding-right: 6%;
}
.t3-footnav {
    padding: 0;
}
.t3-mainnav .nav > li > a {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1;
}
.navbar{
    min-height: fit-content;
}
.navbar-toggle {
    padding: 0;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-left: 10px;
}
.navbar-toggle {
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.flexslider.flex-slide-theme-horizontal {
     margin-top: 0px; 
     margin-bottom: 0px; 
}
.home {
  background-position: top center;*/
  width:100%;
  overflow:auto;
  margin-left: auto;
  margin-right: auto;
}

.t3-mainbody {
     padding-top: 10px; 
     padding-bottom: 10px; 
     width: 88%;
}

.t3-content {
    padding : 10px;
    background-color: lightgrey;
}

.alt-heading-primary {
    color: #07739f;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    line-height: 0.1em;
    margin: 10px 0 30px;
}

.head-search {
    color: #958154;
    margin-top: 0px;
    float: right;
    font-size: 9px;
    margin-right: 15px;
}
.languageswitcherload {
    padding-right: 20px;
}
/* lang-inline override*/
div.mod-languages a {
    color: #9B8859;
    font-family: monospace;
    font-weight: bold;
    /*text-shadow: 2px 1px gray;*/
}
div.mod-languages li.lang-active a{
    /*text-shadow: none;*/
    font-weight: normal;
    font-size: 8px;
    /*color: #333333;*/
}
div.items-row {
    padding-top: 10px;
}
.panel-primary {
    border-color: #958154;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #958154;
    border-color: #958154;
    padding: 5px 10px;
}
h3.roomheader {
    margin-top: 5px;
    margin-bottom: 0px;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}
.btn-info {
    color: #ffffff;
    background-color: #887e69;
    border-color: #46b8da;
}
.aboutusloc {
  position: relative;
  width: 50%;
}

.aboutusloc-image {
  display: block;
  width: 100%;
  height: auto;
}

.aboutusloc-overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.aboutusloc:hover .aboutusloc-overlay {
  width: 100%;
  left: 0;
}

.aboutusloc-text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.onlineAva {
    color: #f35626;
    background-color: black;
    background: black;
    padding: 5px;
    text-align: center;
}

/*h3.online {
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    background-color: black;
    -webkit-background-clip: text;
    padding: 5px;
    text-align: center;
}*/
.blink{
    color: #f35626;
    background-color: black;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: blink 5s infinite linear;
    animation: blink 5s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
30%{opacity: .3;}
50%{opacity: .5;}
70%{opacity: .7;}
90%{opacity: .9;}
100%{opacity: 1;}
}