/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* structure */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 30px 30px 0 0;
  font-family: "open sans", sans-serif;
  /*transform: translateZ(0);*/
}
@media (max-width: 991px) {
  body {
    padding-top: 15px;
  }
}

a, a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus {
  text-decoration: none;
  outline: none;
}

strong, b {
  font-weight: 700;
}

h1 {
  font-size: 50px;
  color: #60c9d0;
  font-weight: 300;
  margin: 0 0 40px 0;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 150%;
  }
}

ul:not(.cm-purposes, .cm-content) {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
ul:not(.cm-purposes, .cm-content) li:not(.cm-purpose, .cm-service) {
  margin: 0;
  padding: 0 0 10px 20px;
  background: url("../img/icons/li.png") no-repeat left 5px;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 767px) {
  ul:not(.cm-purposes, .cm-content) li:not(.cm-purpose, .cm-service) {
    font-size: 14px;
  }
}

a, p a, li a {
  color: #60c9d0;
}
a:hover, p a:hover, li a:hover {
  color: #999;
}

img {
  width: auto;
  max-width: 100%;
}

hr {
  display: block;
  clear: both;
  height: 3px;
  border: 0;
  background: url("../img/hr.png") no-repeat center;
  background-size: 100% 100%;
  margin: 30px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.padr20 {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .padr20 {
    padding-right: 0;
  }
}

.col-1 {
  width: 7.3333333333%;
}
@media (max-width: 767px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  width: 15.6666666667%;
}
@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  width: 24%;
}
@media (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 32.3333333333%;
}
@media (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 40.6666666667%;
}
@media (max-width: 767px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  width: 49%;
}
@media (max-width: 767px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  width: 57.3333333333%;
}
@media (max-width: 767px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  width: 65.6666666667%;
}
@media (max-width: 767px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 74%;
}
@media (max-width: 767px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 82.3333333333%;
}
@media (max-width: 767px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  width: 90.6666666667%;
}
@media (max-width: 767px) {
  .col-11 {
    width: 100%;
  }
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.maincontainer {
  padding-bottom: 50px;
}
.maincontainer:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #fff url("../img/background.jpg") no-repeat center top;
  background-size: 100% auto;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .content {
    width: 100%;
    padding-top: 90px;
  }
}

@media (max-width: 987px) {
  .logo {
    margin-bottom: 20px;
  }
}

/* logo and menu */
.logo {
  height: 30px;
}
.logo a {
  font-size: 26px;
  color: #000;
  z-index: 7;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.logo a:hover {
  color: #60c9d0;
}
.logo .crescent {
  display: block;
  width: 195px;
  height: 422px;
  background: url("../img/crescent.png") no-repeat left top;
  background-size: auto 100%;
  text-align: center;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 1;
}
.logo .crescent img {
  height: 88px;
  top: 50%;
  left: -30px;
  margin: -44px 0 0 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .logo .crescent {
    height: 290px;
    top: 100px;
  }
  .logo .crescent img {
    height: 70px;
    left: -45px;
    margin: -35px 0 0 0;
  }
}
@media (max-width: 991px) {
  .logo .crescent {
    position: absolute;
    height: 215px;
    top: -15px;
    left: calc(50% + 107.5px);
    width: 98px;
    background-position: left center;
    background-size: 98px auto;
    transform: rotate(90deg);
    transform-origin: 0 0;
    display: none;
  }
  .logo .crescent img {
    transform: rotate(-90deg);
    height: 54px;
    left: -10px;
    margin: -27px 0 0 0;
  }
}
@media (max-width: 569px) {
  .logo .crescent {
    background-size: 70px auto;
  }
  .logo .crescent img {
    height: 38px;
    left: -19px;
    margin: -19px 0 0 0;
  }
}
@media (max-width: 449px) {
  .logo .crescent {
    left: 337px;
  }
}
@media (max-width: 399px) {
  .logo .crescent {
    left: 270px;
    opacity: 0.6;
  }
}
@media (max-width: 1199px) {
  .logo a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: 100%;
  }
}
@media (max-width: 609px) {
  .logo a {
    font-size: 18px;
  }
}

.menu {
  margin: 0 0 50px 0;
  padding: 7px 0 0 0;
  list-style-type: none;
  font-size: 0;
  min-height: 29px;
}
@media (max-width: 1199px) {
  .menu {
    margin-bottom: 40px;
    width: 906px;
  }
}
.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 130%;
}
.menu li a {
  display: block;
  font-size: 16px;
  margin: 0 0 0 12px;
  padding: 0 0 0 9px;
  border-left: 2px solid #aaa;
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.menu li a:hover, .menu li a.active {
  color: #60c9d0;
}
@media (max-width: 1199px) {
  .menu li a {
    font-size: 14px;
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
  }
}
@media (min-width: 1200px) {
  .menu li a {
    font-size: 17px;
  }
}
.menu li:first-child a {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 9991px) {
  .menu {
    max-height: 60px;
    text-align: right;
    background: url("../img/icons/menu.png") no-repeat right top;
    background-size: 50px;
    padding-top: 60px;
    overflow: hidden;
    position: absolute;
    /*top:-30px;*/
    right: 0;
    float: right;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu li {
    display: block;
    text-align: right;
    width: 290px;
    float: right;
    clear: both;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .menu li a, .menu li a:first-child {
    margin: 1px 0;
    border: 0;
    padding: 8px;
    background: #60c9d0;
    color: #fff;
    border-radius: 4px;
  }
  .menu li a:hover, .menu li a.active, .menu li a:first-child:hover, .menu li a:first-child.active {
    color: #000;
  }
  .menu.open {
    max-height: 400px;
    overflow: visible;
    background: url("../img/icons/menuh.png") no-repeat right top;
    background-size: 50px;
  }
  .menu.open li {
    opacity: 1;
  }
}

/* back to top */
.backToTop {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #60c9d0;
  padding-top: 30px;
  background: url("../img/icons/top.png") no-repeat center top;
  cursor: pointer;
  text-transform: capitalize;
  margin: 40px 0 0 0;
}
.backToTop:hover {
  color: #000;
}

/* footer */
.footer {
  background: #9a9a9a;
  padding: 50px 0;
}
.footer a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0 20px 0 0;
  line-height: 170%;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.footer a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer img {
    height: 50px;
  }
}
@media (max-width: 410px) {
  .footer img {
    float: left;
  }
}

.maincontainer {
  /* homepage */
}
.maincontainer .padding {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .maincontainer .padding {
    padding: 30px 0 0 0;
  }
}
.maincontainer .bluebox {
  background: #60c9d0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 730px;
  margin: 0 0 50px 0;
}
.maincontainer .bluebox h2, .maincontainer .bluebox p, .maincontainer .bluebox li {
  color: #fff;
}
.maincontainer .bluebox h2 {
  background: #43aebf;
  margin: 0;
  padding: 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .maincontainer .bluebox h2 {
    font-size: 18px;
    font-weight: 400;
  }
}
.maincontainer .bluebox ul {
  margin: 0;
  padding: 15px;
}
.maincontainer .bluebox ul li {
  font-weight: 600;
  padding-left: 35px;
  background: url("../img/icons/liwhite.png") no-repeat left top;
  line-height: 150%;
}
@media (max-width: 767px) {
  .maincontainer .bluebox ul li {
    font-weight: 400;
  }
}
.maincontainer .bluebox ul li a {
  color: white;
}
.maincontainer .bluebox ul li a:hover {
  color: white;
}
.maincontainer .sequenceboxes {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 20px;
}
.maincontainer .sequenceboxes .sequenceactive {
  opacity: 1 !important;
  margin-top: 0 !important;
}
.maincontainer .sequenceboxes div:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.maincontainer .sequenceboxes div:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
}
.maincontainer .sequenceboxes div:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.maincontainer .sequenceboxes div:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 0.75s;
  -moz-transition: all 0.5s ease-out 0.75s;
  -o-transition: all 0.5s ease-out 0.75s;
  transition: all 0.5s ease-out 0.75s;
}
.maincontainer .sequenceboxes .sequencebox {
  background: #c9edef;
  border-radius: 10px;
  margin: 0 0 15px 0;
  opacity: 0;
  margin-top: 300px;
}
.maincontainer .sequenceboxes .sequencebox img, .maincontainer .sequenceboxes .sequencebox .text {
  float: left;
}
.maincontainer .sequenceboxes .sequencebox img {
  width: 40%;
}
.maincontainer .sequenceboxes .sequencebox .text {
  width: 60%;
  padding: 30px;
}
.maincontainer .sequenceboxes .sequencebox h3, .maincontainer .sequenceboxes .sequencebox p {
  color: #43aebf;
}
.maincontainer .sequenceboxes .sequencebox h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .maincontainer .sequenceboxes .sequencebox h3 {
    font-size: 16px;
  }
}
.maincontainer .sequenceboxes .sequencebox p {
  margin: 0;
}
.maincontainer .sequenceboxes .sequencebox:after {
  content: "";
  width: 56px;
  height: 91px;
  position: absolute;
  bottom: -46px;
  right: -23px;
  z-index: 1;
  background: url("../img/icons/sequencearrow.png") no-repeat center;
}
.maincontainer .sequenceboxes .sequencebox:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .maincontainer .sequenceboxes {
    margin-bottom: 0;
  }
  .maincontainer .sequenceboxes .sequencebox img {
    width: 30%;
  }
  .maincontainer .sequenceboxes .sequencebox .text {
    width: 70%;
    padding: 15px;
  }
}
@media (max-width: 499px) {
  .maincontainer .sequenceboxes .sequencebox img, .maincontainer .sequenceboxes .sequencebox .text {
    width: 100%;
  }
  .maincontainer .sequenceboxes .sequencebox img {
    border-radius: 10px;
  }
}
.maincontainer .button {
  display: block;
  margin: 30px 0;
  cursor: pointer;
}
.maincontainer .button img {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.maincontainer .button:hover img {
  opacity: 0.7;
}
.maincontainer.home {
  padding-bottom: 0;
}
.maincontainer.home p {
  text-align: justify;
}
@media (max-width: 767px) {
  .maincontainer.home .videothumb {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .maincontainer.home .navigation {
    width: 100%;
  }
}
.maincontainer.home .navigation ul {
  margin: 20px 0 0 0;
  padding: 20px 0 40px 0;
  border: 5px solid #60c9d0;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 150px 150px 0 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
}
@media (max-width: 609px) {
  .maincontainer.home .navigation ul {
    border-radius: 100px;
  }
}
.maincontainer.home .navigation ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
  top: 30%;
  background: linear-gradient(transparent 0%, #fff 70%);
  z-index: 0;
  display: block;
}
.maincontainer.home .navigation ul li {
  display: inline-block;
  vertical-align: top;
  width: 23.3%;
  height: 0;
  padding: 23.3% 0 0 0;
  border-radius: 50%;
  margin: 2.5%;
  background-image: url(../img/navigation1.png);
  background-color: #60c9d0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.maincontainer.home .navigation ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.maincontainer.home .navigation ul li a img {
  margin-top: 25%;
  margin-bottom: 20px;
  height: 74px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .maincontainer.home .navigation ul li a img {
    height: 60px;
  }
}
.maincontainer.home .navigation ul li a span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
}
@media (max-width: 1199px) {
  .maincontainer.home .navigation ul li a span {
    font-size: 16px;
  }
}
.maincontainer.home .navigation ul li + li {
  background-image: url(../img/navigation2.png);
}
.maincontainer.home .navigation ul li + li + li {
  background-image: url(../img/navigation3.png);
}
.maincontainer.home .navigation ul li + li + li + li {
  background-image: url(../img/navigation4.png);
}
.maincontainer.home .navigation ul li + li + li + li + li {
  background-image: url(../img/navigation5.png);
}
.maincontainer.home .navigation ul li + li + li + li + li + li {
  background-image: url(../img/navigation6.png);
}
.maincontainer.home .navigation ul li:hover {
  opacity: 0.7;
  background-size: 150%;
}
.maincontainer.home .navigation ul li:hover a img {
  height: 80px;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .maincontainer.home .navigation ul li:hover a img {
    height: 75px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .maincontainer.home .navigation ul li {
    width: 35%;
    padding-top: 35%;
  }
}
@media (max-width: 609px) {
  .maincontainer.home .navigation ul li {
    width: 200px;
    padding-top: 200px;
    margin: 20px 10px 0 10px;
  }
  .maincontainer.home .navigation ul li a img {
    margin-top: 40px;
  }
}
.maincontainer.innercontainer:before {
  background: #fff url("../img/backgroundinner.jpg") no-repeat center top;
  background-size: 100% auto;
}
.maincontainer.innercontainer .resources {
  margin-top: 70px;
}
.maincontainer.innercontainer .resources p {
  margin: 0;
}
.maincontainer.innercontainer .resources ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.maincontainer.innercontainer .resources ul li {
  background: none;
  padding: 0;
  line-height: 120%;
}

.resources {
  margin-top: 70px;
}
.resources p {
  margin: 0;
}
.resources ul {
  list-style-type: disc;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.resources ul li {
  background: none;
  padding: 0;
  line-height: 120%;
}

.merkel-logo {
  max-width: 332px;
  max-height: 120px;
  margin-top: -10px;
}

.exit {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  z-index: 999;
  color: white;
  font-size: 30px;
  top: 10px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
  position: relative;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
}

#videolauncher {
  width: 100%;
}
@media (max-width: 767px) {
  #videolauncher {
    width: auto;
  }
}

@media (min-width: 910px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  li.menu-row2 {
    padding-top: 10px;
  }
  li.menu-row1-last {
    /*margin-right: 40px;*/
  }
  /*.menu li:nth-child(9) a {
   border-left: 0;
   margin-left: -8px;
  }*/
}
.cookies {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(96, 201, 208, 0.95);
}
.cookies p {
  margin-bottom: 17px;
}
.cookies a {
  color: white;
}

#cookie-bar {
  margin-top: 10px;
}

.cb-enable {
  background: #60c9d0;
  color: white;
  padding: 0px 25px;
  margin-left: 20px;
  border: 2px solid white;
}
.cb-enable:hover {
  background: white;
  color: #60c9d0;
}

table.dataTable thead th {
  text-align: left;
}

.dataTables_filter {
  margin-top: -25px;
  margin-bottom: 30px;
}
@media (max-width: 641px) {
  .dataTables_filter {
    margin-top: 20px !important;
  }
}

.darkerblue {
  color: #337ab7;
}

/* Klink finder button */
#klinkfinder-compact-container {
  height: 153px;
  position: fixed;
  right: -100px;
  top: 200px;
  animation-name: sideBtn;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.btn-chat a {
  font-family: arial;
  color: #fff;
  text-decoration: none;
  background: #FE9032;
  padding: 24px 20px 8px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 0 1px #FFA253 inset;
  border: 1px solid #1F160E;
  border-radius: 2px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform: rotate(90deg) translate(0, -20px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: rotate(90deg) translate(0, -20px);
  position: relative;
  right: 58px;
  transition: background 0.2s, right 0.2s;
}

.btn-chat a:hover {
  background: #43aebf;
  right: 68px;
  transition: background 0.2s, right 0.2s;
}

@keyframes sideBtn {
  from {
    right: -90px;
  }
  to {
    right: -7px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
.row:after, .row:before {
  display: table;
  content: "";
  clear: both;
}
.row .col-10 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-8 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-6 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-4 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-4 p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.row .col-3 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-2 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.row .col-1 {
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  #clinics1, #clinics2, #clinics3 {
    width: 100%;
    min-width: auto;
  }
  #clinics1 th, #clinics2 th, #clinics3 th, #clinics1 td, #clinics2 td, #clinics3 td, #clinics1 tbody, #clinics2 tbody, #clinics3 tbody, #clinics1 tr, #clinics2 tr, #clinics3 tr, #clinics1 thead, #clinics2 thead, #clinics3 thead {
    width: 100%;
  }
  .hidephone {
    display: none;
  }
  .m-module-copytext {
    display: table;
  }
}
@media (max-width: 450px) {
  .paginate_button.previous {
    display: none !important;
  }
  .paginate_button.next {
    display: none !important;
  }
}
.col-8.box {
  margin: 0 auto;
  padding-bottom: 20px;
}

.bordered_box ul {
  padding-left: 20px;
  padding-top: 40px;
}

.bordered_box {
  border-style: solid;
  border-width: 2px;
  border-color: #60c9d0;
}

.centered_text {
  width: 100%;
  text-align: center;
}

ul li a {
  text-decoration: underline;
}

ul li a:hover {
  opacity: 0.95;
}

/*# sourceMappingURL=style.css.map */
