img {
  max-width: 100%;
  max-height: 100%; }

a, a:hover {
  text-decoration: none;
/*  color: inherit; */
}

ul, ol {
  float: left; }

ul {
  list-style: none; }

.full-width {
  width: 100%; }

body {
  font-family: Verdana, Arial, Tahoma;
  position: relative; }

header {
  padding-top: 10px;
  background: linear-gradient(to bottom, #5a9c49, #49883c); }
  header .search-div #search {
    background-color: #fff;
    border: 0;
    color: #404040;
    float: left;
    font-family: 'Myriad Pro','Trebuchet MS',Tahoma,Verdana;
    font-size: 12px;
    font-style: italic;
    line-height: 26px;
    padding: 0 10px; }
  header .search-div #searchbutton {
    background: url("../images/bg_search-button.png") left top no-repeat;
    border: 0;
    cursor: pointer;
    height: 26px;
    width: 32px; }
  header .mobile-online-booking {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white; }
  header .phone-div a {
    color: white;
    text-decoration: none; }
  header .phone-div #telephonnumber {
    color: white;
    text-align: right; }
  header .social {
    text-align: right; }
    header .social a {
      background-color: #327623;
      font-size: 20px;
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      box-shadow: 1px 1px 1px inset; }
      header .social a i {
        color: #8eb586; }
    header .social #sign-in:hover i {
      color: white; }
    header .social #skype:hover i {
      color: #00aff0; }
    header .social #facebook:hover i, header .social #facebookGroup:hover i {
      color: #3B5998; }
    header .social #email:hover i {
      color: white; }
    header .social #fbmessenger:hover i {
      color: #0084ff; }
    header .social #phone:hover i {
      color: #45e45b; }
  header .socialpad {
    position: fixed;
    float: none;
    background: white;
    padding: 5px;
    top: 30%;
    right: 0;
    width: 42px;
    height: auto;
    border: 1px solid #d1d1d1;
    border-left: 0;
    border-radius: 5px 0 0 5px;
    z-index: 100; }
    header .socialpad a {
      margin-bottom: 3px;
      background-color: white;
      box-shadow: unset; }
      header .socialpad a i {
        font-size: 24px; }
    header .socialpad #sign-in i {
      color: #327623;
      opacity: 0.85; }
    header .socialpad #skype i {
      color: #00aff0;
      opacity: 0.85; }
    header .socialpad #facebook i, header .socialpad #facebookGroup i {
      color: #3B5998;
      opacity: 0.85; }
    header .socialpad #email i {
      color: #327623;
      opacity: 0.85; }
    header .socialpad #fbmessenger i {
      color: #0084ff;
      opacity: 0.85; }
    header .socialpad #phone i {
      color: #45e45b;
      opacity: 0.85; }
    header .socialpad #sign-in:hover i {
      color: #327623;
      opacity: 1; }
    header .socialpad #skype:hover i {
      opacity: 1; }
    header .socialpad #facebook:hover i, header .socialpad #facebookGroup:hover i {
      opacity: 1; }
    header .socialpad #email:hover i {
      color: #327623;
      opacity: 1; }
    header .socialpad #fbmessenger:hover i {
      opacity: 1; }
    header .socialpad #phone:hover i {
      opacity: 1; }
  header .menu-div nav {
    float: left; }
  header .menu-div ul {
    list-style: none; }
  header .menu-div #menu {
    float: left;
    padding: 0;
    margin-top: 20px; }
    header .menu-div #menu > li {
      float: left;
      padding: 0;
      position: relative; }
      header .menu-div #menu > li a {
        border-right: 1px solid #5e9750;
        color: white;
        display: block;
        font-family: 'HelveticaCondensedRegular', Helvetica, 'Trebuchet MS', Tahoma;
        font-size: 13px;
        line-height: 36px;
        margin: 6px 0;
        padding: 0 30px;
        text-transform: uppercase; }
      header .menu-div #menu > li ul {
        background-color: #74bd63;
        border: 1px solid #9ec993;
        display: none;
        left: 5px;
        padding: 5px;
        position: absolute;
        top: 100%; }
    header .menu-div #menu > li:first-of-type a {
      padding-left: 20px; }
    header .menu-div #menu > li:last-of-type a {
      padding-right: 0;
      border-right: 0; }
    header .menu-div #menu > li:hover > ul {
      display: block;
      z-index: 100; }
    header .menu-div #menu li ul li a {
      background: url("../images/bg_sub-li.png") center bottom no-repeat;
      border: 0;
      color: #fff;
      display: block;
      font-family: 'HelveticaCondensedRegular', Helvetica, 'Trebuchet MS', Tahoma;
      font-size: 14px;
      line-height: 29px;
      padding: 0 20px; }
    header .menu-div #menu li ul li ul {
      display: none; }

#bodyBG {
  width: 100%;
  position: absolute; }

section {
  background: #d8d8d8; }

section:not(:first-of-type) {
  position: relative; }

#boxes {
  padding: 30px 0; }

.mainBox, .teamBox {
  padding: 0 8px; }
  .mainBox .no-margin, .teamBox .no-margin {
    margin: 0; }
  .mainBox .boxHeader, .mainBox .teamBoxHeader, .teamBox .boxHeader, .teamBox .teamBoxHeader {
    background: linear-gradient(to bottom, #599d48, #437c36);
    padding: 25px 15px;
    position: relative;
    min-height: 107px; }
    .mainBox .boxHeader h2, .mainBox .teamBoxHeader h2, .teamBox .boxHeader h2, .teamBox .teamBoxHeader h2 {
      padding: 0 0 0 30px;
      color: #fff;
      font-family: 'Trebuchet MS', Tahoma;
      font-size: 22px;
      font-weight: normal;
      text-shadow: 0px 2px 2px #666;
      text-transform: uppercase;
      margin: 0; }
    .mainBox .boxHeader h3, .mainBox .teamBoxHeader h3, .teamBox .boxHeader h3, .teamBox .teamBoxHeader h3 {
      color: #fff;
      font-family: 'Trebuchet MS', Helvetica, Tahoma;
      font-size: 12px;
      font-weight: normal;
      margin-top: 10px;
      padding-left: 35px; }
  .mainBox .boxHeader:before, .mainBox .teamBoxHeader:before, .teamBox .boxHeader:before, .teamBox .teamBoxHeader:before {
    display: block;
    position: absolute;
    content: "";
    left: -7px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("../images/bg_smallbox_narrow.png"); }
  .mainBox .mainBoxContent, .mainBox .teamBoxContent, .teamBox .mainBoxContent, .teamBox .teamBoxContent {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    bottom: 0;
    min-height: 278px;
    overflow: hidden;
    padding-bottom: 130px; }
    .mainBox .mainBoxContent ul li, .mainBox .teamBoxContent ul li, .teamBox .mainBoxContent ul li, .teamBox .teamBoxContent ul li {
      background: url("../images/bg_box-li.png") left 7px no-repeat;
      padding-left: 15px;
      display: block;
      width: 100%; }
      .mainBox .mainBoxContent ul li a, .mainBox .teamBoxContent ul li a, .teamBox .mainBoxContent ul li a, .teamBox .teamBoxContent ul li a {
        color: #3e3e3e;
        font-family: 'Trebuchet MS', Helvetica;
        font-size: 13px;
        font-style: italic;
        line-height: 18px; }

.mainBox:nth-child(1) .mainBoxContent {
  background: url("../images/1.png") left bottom white;
  background-repeat: no-repeat; }

.mainBox:nth-child(2) .mainBoxContent {
  background: url("../images/2.jpg") left bottom white;
  background-repeat: no-repeat; }

.mainBox:nth-child(3) .mainBoxContent {
  background: url("../images/3.png") left bottom white;
  background-repeat: no-repeat; }

.mainBox:nth-child(4) .mainBoxContent {
  background: url("../images/4.jpg") left bottom white;
  background-repeat: no-repeat; }

#partners {
  background: #6fbc5d;
  padding: 30px 0; }
  #partners .centers-name {
    display: none; }

#centrums {
  background: #4f8f41;
  padding: 30px 0; }
  #centrums .centers-name {
    display: none; }
  #centrums .centers-logos {
    margin: 8px 0; }

#team-slider {
  background: linear-gradient(to bottom, #d8d8d8, #d8d8d8 80%, #6fbc5d 80%, #6fbc5d 100%); }

#pre-team-slider {
  color: #332E1E;
  font-size: 11px;
  font-style: italic;
  font-weight: bold; }

#team-container {
  height: 270px;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  position: relative; }

#team-container-left {
  display: block;
  position: absolute;
  left: -7px;
  top: calc(50% - 32px);
  content: "";
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("../images/bg_leftArrow.png") left top no-repeat; }

#team-container-right {
  display: block;
  position: absolute;
  right: -7px;
  top: calc(50% - 32px);
  content: "";
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("../images/bg_rightArrow.png") left top no-repeat; }

#team-row {
  height: 100%;
  max-height: 243px;
  overflow: hidden; }

.team-double-container {
  width: 200%;
  height: 100%;
  float: left;
  position: absolute;
  left: -16.66666667%; }

.team-one {
  display: block;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding: 0 30px; }

.team-one:hover {
  box-shadow: -2px 2px 2px 2px #bababa; }

.team-img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c9c9c9; }

.team-name {
  display: block;
  font-family: 'Trebuchet MS', Helvetica, Tahoma;
  font-size: 12px;
  font-style: italic;
  margin: 7px 0;
  padding: 0 14px;
  text-align: center; }

main {
  background: #d8d8d8; }

#main {
  min-height: 1250px; }

aside#aside {
  padding: 0 5px;
  margin-top: 69px; }

aside {
  background-color: #fff;
  margin-bottom: 15px;
  padding-top: 39px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden; }

aside > nav {
  float: left;
  width: 100%; }

aside ul {
  padding-left: 0;
  float: left;
  width: 100%; }

aside > nav > ul {
  padding-left: 10px;
  float: left;
  width: 100%; }

aside ul li {
  background: url("../images/bg_li-border.png") #fff center bottom no-repeat;
  color: #4e8d3f;
  font-family: 'HelveticaCondensedRegular', 'Trebuchet MS', Tahoma;
  font-size: 16px;
  font-weight: normal;
  line-height: 33px;
  padding-bottom: 1px;
  text-transform: uppercase;
  width: 100%; }

aside ul li.active {
  background-color: #4e8d3f;
  color: #fff;
  font-family: 'HelveticaCondensedRegular', 'Trebuchet MS', Tahoma;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  text-transform: uppercase;
  background: #4e8d3f; }

aside li {
  width: 100%; }

aside ul li a {
  color: #4e8d3f; }

aside ul li.active a {
  color: #fff; }

aside ul li a {
  padding: 0 15px; }

aside ul li.active ul li {
  text-transform: none; }

aside ul ul ul {
  margin-left: 15px; }

aside ul li ul li {
  background: #fff;
  line-height: 24px; }

aside ul li.active ul li a,
aside ul li ul li a {
  background: url("../images/bg_box-li2.png") 15px 5px no-repeat;
  color: #000;
  font-size: 14px;
  margin-left: 5px;
  padding-left: 30px;
  text-transform: none; }

aside ul li.active ul li ul li a,
aside ul li ul li ul li a {
  background: url("../images/bg_box-li3.png") 15px 6px no-repeat;
  color: #4e8d3f;
  font-size: 14px;
  margin-left: 5px;
  padding-left: 30px; }

aside ul li ul {
  display: none; }

.aside-boxes {
  padding: 0;
  overflow: visible;
  background: transparent; }

.aside-boxes .teamBox {
  padding: 0;
  margin-bottom: 20px; }

.aside-boxes .teamBoxContent {
  min-height: 0;
  padding: 15px; }

.aside-boxes .teamBoxContent img {
  border: 1px solid #c9c9c9;
  border-radius: 1px; }

.aside-boxes .teamBoxText {
  display: block;
  font-family: 'Trebuchet MS', Tahoma;
  font-size: 13px;
  font-family: italic;
  margin-top: 25px; }

.search-result {
  background: white;
  padding: 20px; }

#search-details {
  padding-top: 20px; }

.fb-gr-logo {
  margin-bottom: 20px; }

footer {
  background: linear-gradient(to bottom, #397c2b, #2b5c1f);
  color: white;
  padding: 10px 0; }
  footer nav ul {
    list-style: none;
    padding-left: 0; }
    footer nav ul li {
      margin-right: 15px;
      padding-bottom: 3px;
      float: left; }
      footer nav ul li a {
        color: #fff;
        font-family: 'Myriad Pro', 'Trebuchet MS', Tahoma;
        font-size: 14px;
        font-weight: normal; }
      footer nav ul li ul {
        display: none; }
  footer #copyright {
    color: #6fbc5d;
    float: left;
    margin: 5px 0;
    width: 100%; }
  footer #develope {
    color: #6fbc5d;
    float: right; }

/*# sourceMappingURL=main.css.map */
