.header .menu-wrapper {
    background: #fff !important;
    padding:12px;
}

.header.transparent {
    padding-top: 0 !important;
    z-index: 80;
}

.header.transparent .dropdown-menu li a, .header.transparent .right-menu a, .header.transparent .navbar-nav > li > a {
    color:#947AB8;
}

.header .dropdown-menu {
    background: #fff !important;
}

.header .dropdown-menu .divider {
    margin-left: auto;
    margin-right: auto;  
}

@-webkit-viewport { width: device-width; zoom: 1.0; }
@-moz-viewport { width: device-width; zoom: 1.0; }
@-ms-viewport { width: device-width; zoom: 1.0; }
@-o-viewport { width: device-width; zoom: 1.0; }
@viewport { width: device-width; zoom: 1.0; }

html { overflow-y: auto; }

img, audio, video, canvas {
    max-width: 100%;
    height: auto;
}

.full-image-section .background-image {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
}


.header .menu-wrapper.affix {
  width:100%;
  -webkit-backface-visibility: hidden; 
  -webkit-transform: translateZ(0);
  top:0;
  background:rgba(255,255,255,0.8) !important ;
  right:0;
  padding: 12px 30px;
  margin-top:0;
  margin:0 !important;
  position: fixed;
  z-index: 85;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

#page_header p {
margin-top:50px;
font-size:34px;
color:#fff;
font-weight:700;
}

#page_header {
padding:35rem 0 25rem;
}

#page_header:before {
content:'';
position:absolute;
bottom:-26px;
left:0;
width:100%;
height:20px;
opacity:.6;
filter:alpha(opacity=60);
}

#page_header .container {
z-index:1;
position:relative;
}

#page_header:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}

.custom-parallax-wrapper h3,
#page_header h2 {
  color:#fff;
  font-family: Athelas;
  font-size:60px;
  font-style: italic;
}


@media screen and (max-width: 768px) {
    .header.transparent {
        padding: 0 !important;
        background: #fff !important;
    }
    .header .menu-wrapper {
        padding:20px 3px;
    }
  .header.transparent .navbar-toggle {
        color:#282828 !important;
    }
}

.full-image-section .image-container,
.full-image-section .background-image,
.social-section,
.footer {
  z-index: 70;
}


.center {
  width: 1170px;
  justify-content: center;
  text-align: center;
  background: #000000 !important;
}

.section-colorful, .section-gray, .section-white {
	z-index: initial;
}

.modal {
  z-index: 90;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-header .close {
  margin-top: -22px;
}

.modal-full .modal-content {
  min-height: 100vh;
}

section#modals, section#members, section#terapiak {
  padding: 0;
  border: none;
}

tr th{
	font-weight:bold;
	width: 14%;
  color:#FFFFFF;
    }
tr th, tr td{
	padding:5px;
}
th{
    border: 1px solid #6dc7c5;
}
td{
	border: 1px solid #6dc7c5;
}
.c1{
	background:#FFFFFF;
  color:#9c7db3;
}
.c2{
	background:#9c7db3;
  color:#FFFFFF;
}
.c3{
	background:#6dc7c5;
}
.c4{
	background:#fa9d4d;
}
.c5{
	background:#f6097b;
}
.c6{
	background:#ee8db8;
}
.c7{
	background:#f5be34;
}
.c8{
	background:#FF0000;
  color:#FFFFFF;
  font-weight:bold;
}