/* FONT */
.f-tr {
  font-family: 'Texta_Regular', sans-serif;
}
.f-tb {
  font-family: 'Texta_Heavy', sans-serif;
}
.f-ml {
  font-family: 'Mucho_Light', sans-serif;
}
.f-mr,
td {
  font-family: 'Mucho_Regular', sans-serif;
}
.f-mb,
th {
  font-family: 'Mucho_Bold', sans-serif;
}
.f-mbi {
  font-family: 'Mucho_Bold_Italic', sans-serif;
}
.f-red {
  color: #a82024;
}
.f-green {
  color: #2ca054;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Texta_Heavy', sans-serif;
  font-weight: normal;
}
input,
textarea,
select {
  font-family: 'Texta_Regular', sans-serif;
}
body,
html {
  height: 100%;
}
body {
  padding-top: 50px;
  font-family: 'Mucho_Regular', sans-serif;
}
.padding-blank {
  height: 50px;
}
a {
  text-decoration: none;
  color: #2ca054;
}
a:hover {
  text-decoration: underline;
  color: #a82024;
}
.btn:hover {
  text-decoration: none;
}
.btn-rounded {
  font-size: 12px;
  font-family: 'Texta_Heavy', sans-serif;
  letter-spacing: 0.1em;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 30px!important;
  -moz-border-radius: 30px!important;
  -o-border-radius: 30px!important;
  border-radius: 30px!important;
}
.btn-rounded:hover {
  color: #fff;
}
.btn-disabled {
  border: 2px solid #6d6d6d;
  cursor: default;
}
.btn-disabled:hover {
  color: #6d6d6d;
}
.sbox-shadow {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  font-size: 16px;
  margin-left: 28px;
  position: relative;
  font-weight: normal;
  color: #6d6d6d;
}
.custom-checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  content: "\f0c8";
  position: absolute;
  top: 1px;
  left: -28px;
  font-size: 18px;
  color: #e8e8e8;
}
.custom-checkbox input[type=checkbox]:checked + label:before,
.custom-checkbox input[type=checkbox]:checked:disabled + label:before {
  content: "\f14a";
  color: #2ca054;
}
.custom-checkbox input[type=radio] + label:before {
  font-family: FontAwesome;
  content: "\f10c";
  position: absolute;
  top: 1px;
  left: -28px;
  font-size: 18px;
  color: #e8e8e8;
}
.custom-checkbox input[type=radio]:checked + label:before,
.custom-checkbox input[type=radio]:checked:disabled + label:before {
  content: "\f192";
  color: #2ca054;
}
.custom-checkbox input[type=checkbox]:disabled + label:before,
.custom-checkbox input[type=radio]:disabled + label:before {
  content: "";
}
/* reset input style shadow in mobile safari iOS */
input[type=text],
input[type=password],
input[type=file] {
  -webkit-appearance: none;
}
/* owl carousel 2 fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* PAGINATION */
.nuke-pagination {
  display: inline-block;
  font-size: 0;
  font-weight: bold;
  font-family: 'Texta_Heavy', sans-serif;
}
.nuke-pagination a,
.nuke-pagination span.non-link,
.nuke-pagination .disabled span,
.nuke-pagination .active span {
  display: inline-block;
  font-size: 14px;
  min-width: 40px;
  line-height: 40px;
  padding: 0 8px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
  border: 1px solid #dededf;
  margin-right: -1px;
  color: #b6b6b6;
}
.nuke-pagination a:hover {
  background-color: #6d6d6d;
  color: #fff;
  text-decoration: none;
  border-color: #6d6d6d;
}
.nuke-pagination .np-prev,
.nuke-pagination .np-next {
  display: inline-block;
  padding: 0 15px;
  color: #6d6d6d;
}
.nuke-pagination .np-prev span,
.nuke-pagination .np-next span {
  display: none;
}
.nuke-pagination .np-prev:before,
.nuke-pagination .np-next:before {
  display: block;
}
.nuke-pagination .np-prev:before {
  content: "Prev";
}
.nuke-pagination .np-next:before {
  content: "Next";
}
.nuke-pagination span.current {
  background-color: #2ca054;
  color: #fff;
  border-color: #2ca054;
}
.nuke-pagination.darken span.current {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.nuke-pagination ul.pagination {
  padding: 0;
}
.nuke-pagination ul.pagination li {
  display: none;
}
.nuke-pagination ul.pagination li:first-child,
.nuke-pagination ul.pagination li:last-child {
  display: inline-block;
}
.nuke-pagination ul.pagination li.disabled span,
.nuke-pagination ul.pagination li.active span,
.nuke-pagination ul.pagination li a {
  display: block;
}
.nuke-pagination ul.pagination li.active span {
  background-color: #2ca054;
  color: #fff;
  border-color: #2ca054;
}
.nuke-pagination.darken ul.pagination li.active span {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
#webcontent-wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
}
#sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 96;
  background-color: rgba(68, 69, 69, 0.67);
  opacity: 0;
  display: none;
}
#sidebar-wrapper .sidebar-content {
  position: absolute;
  right: -280px;
  top: 0;
  width: 280px;
  height: 100%;
}
.toggle-sidebar {
  width: 40px;
  height: 50px;
  background-color: #fff;
}
#toggle-1 {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 10px 0 10px 10px;
  cursor: default;
}
#toggle-1 span.outer-span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #7c7c7c;
  text-indent: -9999em;
}
.mobile-search-toggle {
  color: #6d6d6d;
  position: absolute;
  right: 50px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.mobile-search-toggle i {
  font-size: 18px;
  line-height: 40px;
}
.mobile-search {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #7c7c7c;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.mobile-search input[type="text"] {
  width: 100%;
  font-family: 'Mucho_Regular', sans-serif;
  position: relative;
  z-index: 1;
  height: 36px;
  font-size: 14px;
  padding: 0 45px 0 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.mobile-search input[type="text"]:hover,
.mobile-search input[type="text"]:focus,
.mobile-search input[type="text"]:active {
  border-color: #2ca054;
}
.mobile-search .submit-btn {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 25px;
  width: 36px;
  height: 36px;
  z-index: 2;
  text-indent: -9999em;
  border: none;
  background-color: transparent;
}
.mobile-search .submit-btn:before {
  content: "\f105";
  display: block;
  font-family: 'FontAwesome';
  color: #2ca054;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 18px;
  text-indent: 0;
  line-height: 36px;
}
.mobile-search.opened {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.headroom--unpinned .mobile-search {
  top: -50%;
  opacity: 0;
  visibility: hidden;
}
.mobile-sidebar-menu {
  background-color: #fff;
  background-image: url(../images/mobile-sidebar-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100% - 154px);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-sidebar-menu .lang-selection {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.mobile-sidebar-menu .lang-selection .lang-selected {
  color: #6d6d6d;
}
.mobile-sidebar-menu .lang-selection .lang-selected:hover {
  color: #a82024;
}
.mobile-sidebar-menu .lang-selection .lang-list {
  top: auto;
  left: 20px;
  bottom: 70%;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.mobile-sidebar-menu .lang-selection .lang-list:before {
  top: auto;
  bottom: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px ;
  border-color: #ffffff transparent transparent transparent;
}
.mobile-sidebar-menu .lang-selection:hover .lang-list {
  opacity: 0;
  visibility: hidden;
  top: auto;
  bottom: 70%;
}
.mobile-sidebar-menu .lang-selection .lang-list.opened {
  opacity: 1;
  visibility: visible;
  top: auto;
  bottom: 100%;
}
.mobile-menu {
  font-size: 18px;
  list-style: none;
  padding: 0;
}
.mobile-menu a {
  color: #6d6d6d;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  font-family: 'Texta_Regular', sans-serif;
}
.mobile-menu a .fa {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.mobile-menu a.has-sub {
  padding-right: 40px;
}
.mobile-menu a.opened {
  font-family: 'Texta_Heavy', sans-serif;
}
.mobile-menu a:hover {
  text-decoration: none;
  color: #2ca054;
}
.mobile-menu .menu-dropdown {
  background: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  font-family: 'Texta_Regular', sans-serif;
}
.mobile-menu .menu-dropdown .md-child {
  margin-bottom: 0;
}
.mobile-menu .menu-dropdown a {
  line-height: 1.3em;
}
.mobile-menu .menu-dropdown .subnav {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2px!important;
}
.mobile-menu .menu-dropdown .subnav li {
  padding-left: 10px;
}
/* HEADER */
#web-header {
  position: fixed;
  z-index: 95;
  width: 100%;
  top: 0;
  right: 0;
}
.header-top {
  background: #fff;
  position: relative;
  z-index: 2;
}
.header-top .main-container {
  position: relative;
  height: 50px;
}
.header-top .main-container .logo {
  position: absolute;
  left: 15px;
  top: 12px;
}
.header-top .main-container .logo img {
  display: block;
  height: 26px;
}
.header-bottom {
  background-color: #2ca054;
  color: #fff;
  height: 40px;
  display: none;
  position: relative;
  z-index: 3;
}
.header-bottom .menu-dropdown .md-child {
  margin-bottom: 0;
}
.header-bottom .menu-dropdown .md-content {
  padding: 4px 0;
}
.header-bottom .menu-dropdown .md-content > a {
  padding-left: 0!important;
}
.header-bottom .main-container {
  position: relative;
}
.header-bottom .green-menu {
  height: 100%;
  width: calc(100% - 350px);
  height: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-family: 'Texta_Regular', sans-serif;
}
.header-bottom .green-menu a {
  color: #fff;
}
.header-bottom .green-menu .icon-home {
  width: 16px;
  display: block;
}
.header-bottom .green-menu .gm-nav {
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
}
.header-bottom .green-menu .gm-nav a {
  display: block;
  height: 100%;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.header-bottom .green-menu .gm-nav a span {
  position: relative;
  display: block;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-bottom .green-menu .gm-nav .fa-angle-down {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.header-bottom .green-menu .gm-nav.gm-1 {
  width: 30px;
}
.header-bottom .green-menu .gm-nav.gm-1 a {
  padding-right: 0;
}
.header-bottom .red-bar {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 350px;
  height: 70px;
  background-color: #a82024;
  overflow: hidden;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  -webkit-box-shadow: 0 0 30px rgba(170, 57, 61, 0.4);
  -moz-box-shadow: 0 0 30px rgba(170, 57, 61, 0.4);
  -o-box-shadow: 0 0 30px rgba(170, 57, 61, 0.4);
  box-shadow: 0 0 30px rgba(170, 57, 61, 0.4);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.header-bottom .red-bar a {
  display: block;
  height: 100%;
  width: 25%;
  text-align: center;
  color: #fff;
  padding-top: 36px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  border-right: 1px solid #b64246;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center 10px;
  font-family: 'Texta_Regular', sans-serif;
}
.header-bottom .red-bar a.rb-nopad {
  padding-left: 0;
  padding-right: 0;
}
.header-bottom .red-bar a:last-child {
  border: none;
}
.header-bottom .red-bar a:hover,
.header-bottom .red-bar a.active {
  background-color: #fff;
  color: #a82024;
  text-decoration: none;
}
.header-bottom .red-bar a.rb1 {
  background-image: url(../images/icon/icon-red-1.png);
}
.header-bottom .red-bar a:hover.rb1,
.header-bottom .red-bar a.active.rb1 {
  background-image: url(../img/icon-red-1-2.png);
}
.header-bottom .red-bar a.rb2 {
  background-image: url(../img/icon-red-2.png);
}
.header-bottom .red-bar a:hover.rb2,
.header-bottom .red-bar a.active.rb2 {
  background-image: url(../img/icon-red-2-2.png);
}
.header-bottom .red-bar a.rb3 {
  background-image: url(../img/icon-red-3.png);
}
.header-bottom .red-bar a:hover.rb3,
.header-bottom .red-bar a.active.rb3 {
  background-image: url(../img/icon-red-3-2.png);
}
.header-bottom .red-bar a.rb4 {
  background-image: url(../img/icon-red-4.png);
}
.header-bottom .red-bar a:hover.rb4,
.header-bottom .red-bar a.active.rb4 {
  background-image: url(../img/icon-red-4-2.png);
}
.mega-dropdown .md-child {
  border: none!important;
  margin-bottom: 30px!important;
}
.mega-dropdown .md-content > a {
  border-bottom: 1px solid #e8e8e8;
}
.mega-dropdown .subnav {
  margin-top: 8px!important;
}
.lang-selection {
  position: relative;
  padding: 10px 0;
}
.lang-selection .lang-selected {
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Texta_Regular', sans-serif;
  color: #a0a0a0;
  letter-spacing: 0.05em;
}
.lang-selection .lang-selected img {
  width: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
.lang-selection .lang-selected .fa {
  color: #2ca054;
}
.lang-selection .lang-selected:hover {
  color: #6d6d6d;
}
.lang-selection .lang-list {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 100;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  list-style: none;
  -webkit-box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.lang-selection .lang-list li {
  vertical-align: middle;
  padding-right: 20px;
}
.lang-selection .lang-list li img {
  vertical-align: middle;
  width: 16px;
  margin-right: 8px;
}
.lang-selection .lang-list li a {
  color: #6d6d6d;
}
.lang-selection .lang-list li .fa {
  color: #2ca054;
  font-size: 12px;
}
.lang-selection .lang-list li:last-child {
  margin-bottom: 0;
}
.lang-selection .lang-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.lang-selection:hover .lang-list,
.lang-selection .lang-list.opened {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-desktop-search {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
.header-desktop-search .main-container {
  position: relative;
}
.desktop-search-area {
  width: 350px;
  height: 70px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 15px;
  display: none;
}
.desktop-search-area .lang-selection {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.desktop-search {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 40px;
  width: 250px;
}
.desktop-search input[type="text"] {
  border: 1px solid #e6e6e6;
  position: relative;
  font-family: 'Mucho_Regular', sans-serif;
  font-size: 14px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.desktop-search input[type="text"]:hover,
.desktop-search input[type="text"]:focus,
.desktop-search input[type="text"]:active {
  border-color: #2ca054;
}
.desktop-search .submit-btn {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #2ca054;
  text-indent: -9999em;
  display: block;
  border: none;
  background: none;
}
.desktop-search .submit-btn:hover {
  color: #a82024;
}
.desktop-search .submit-btn:before {
  content: "\f002";
  /* "Three Line Menu Navicon" shows up */
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 38px;
}
.has-normal-dropdown {
  position: relative;
}
.menu-dropdown {
  position: absolute;
  left: 0;
  top: 70%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #6d6d6d;
}
.menu-dropdown a {
  color: #6d6d6d !important;
}
.menu-dropdown .md-child {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.menu-dropdown .md-child:last-child {
  border-bottom: none;
}
.menu-dropdown .md-content > a {
  font-family: 'Texta_Heavy', sans-serif;
  color: #2ca054 !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-right: 0!important;
  padding-left: 10px!important;
  padding-bottom: 6px;
  padding-top: 6px;
}
.menu-dropdown .md-content > a:hover {
  color: #a82024 !important;
  text-decoration: none;
}
.menu-dropdown .md-content .subnav {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
}
.menu-dropdown .md-content .subnav li {
  letter-spacing: 0.05em;
}
.menu-dropdown .md-content .subnav a {
  font-size: 14px;
  padding-right: 0!important;
  padding-left: 0!important;
}
.menu-dropdown .md-content .subnav a:hover {
  font-family: 'Texta_Heavy', sans-serif;
  text-decoration: none;
}
.has-normal-dropdown .menu-dropdown {
  left: -20px;
}
.has-normal-dropdown .menu-dropdown .md-content {
  white-space: nowrap;
}
.has-normal-dropdown .menu-dropdown .md-child:last-child {
  margin-bottom: 0;
}
.gm-nav:hover .menu-dropdown,
.gm-nav.clicked .menu-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.gm-nav.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 3px;
  width: calc(100% - 30px);
}
.gm-nav.has-mega-dropdown.active:before {
  display: none;
}
.gm-nav.has-mega-dropdown.active > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 3px;
  width: calc(100% - 30px);
}
.headroom--unpinned .gm-nav:hover .menu-dropdown,
.headroom--unpinned .gm-nav.clicked .menu-dropdown {
  display: none!important;
}
.mega-dropdown {
  width: calc(100% - 30px);
  left: 15px;
  padding: 40px 30px 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.mega-dropdown .md-child {
  padding-left: 15px;
  width: 50%;
  margin-bottom: 30px;
}
.mega-dropdown .md-child img {
  display: block;
  width: 200px;
  float: left;
}
.mega-dropdown .md-child .md-content {
  margin-left: 200px;
  padding: 0 15px;
}
.headroom {
  will-change: transform;
  -webkit-transition: transform 200ms linear;
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* MOBILE NAV */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #7c7c7c;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7c7c7c;
  content: "";
}
.c-hamburger span::before {
  top: -7px;
}
.c-hamburger span::after {
  bottom: -7px;
}
/* STYLE X */
.c-hamburger--htx {
  background-color: #fff;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #7c7c7c;
}
.c-hamburger--htx.is-active span {
  background: none!important;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/* SECTION */
.section {
  background-color: #fff;
}
.spad {
  padding: 20px 0;
}
.bg-light-green {
  background-color: #f0fff8;
}
.has-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.has-small {
  margin: 0 0 15px 0;
  font-family: 'Texta_Heavy', sans-serif;
  color: #2ca054;
  line-height: 1em;
}
.has-small small {
  display: block;
  color: #a82024;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: .5em;
  line-height: 1.2em;
  margin-bottom: .3rem;
}
.bigger-text p {
  line-height: 1.6em;
}
.intro-text {
  max-width: 960px;
  margin-bottom: 20px;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
#desktop-flex,
#desktop-flex .flexslider,
#desktop-flex .flex-viewport,
#desktop-flex .slides,
#desktop-flex .slides li {
  width: 100%;
}
#desktop-flex .slides {
  list-style: none;
  padding: 0;
  margin: 0;
}
#desktop-flex .slides li {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.slide-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 50px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
}
.slide-heading {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Texta_Regular', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#desktop-flex .flexslider {
  position: relative;
}
#desktop-flex .flexslider .flex-control-nav {
  font-size: 0;
  list-style: none;
  padding: 10px 15px 20px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#desktop-flex .flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
}
#desktop-flex .flexslider .flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #6d6d6d;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  cursor: pointer;
  background-color: transparent;
}
#desktop-flex .flexslider .flex-control-nav li a:hover {
  border-color: #a82024;
}
#desktop-flex .flexslider .flex-control-nav li a.flex-active {
  width: 14px;
  height: 14px;
  background-color: #a82024;
  border-color: #a82024;
}
#desktop-flex .flexslider .flex-direction-nav {
  display: none;
}
#desktop-flex .flexslider .btn-red {
  background-color: rgba(164, 42, 46, 0.77);
  border-color: rgba(164, 42, 46, 0.77);
}
#desktop-flex .flexslider .btn-red:hover {
  background-color: #7d181b;
  border-color: #7d181b;
}
/* INDEX */
.mobile-red-bar {
  background-color: #a82024;
  font-family: 'Texta_Regular', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.mobile-red-bar a {
  display: block;
  float: left;
  width: 50%;
  background-color: #a82024;
  border-right: 1px solid #b64246;
  border-bottom: 1px solid #b64246;
  color: #fff;
  height: 52px;
  padding-left: 60px;
  padding-right: 10px;
  background-size: 30px auto;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.mobile-red-bar a span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-red-bar a:hover,
.mobile-red-bar a.active {
  background-color: #fff;
  color: #a82024;
  text-decoration: none;
}
.mobile-red-bar a:nth-child(2n) {
  border-right: none;
}
.mobile-red-bar a:nth-child(3),
.mobile-red-bar a:nth-child(4) {
  border-bottom: none;
}
.mobile-red-bar a.rb1 {
  background-image: url(../img/icon-red-1.png);
}
.mobile-red-bar a:hover.rb1,
.mobile-red-bar a.active.rb1 {
  background-image: url(../img/icon-red-1-2.png);
}
.mobile-red-bar a.rb2 {
  background-image: url(../img/icon-red-2.png);
}
.mobile-red-bar a:hover.rb2,
.mobile-red-bar a.active.rb2 {
  background-image: url(../img/icon-red-2-2.png);
}
.mobile-red-bar a.rb3 {
  background-image: url(../img/icon-red-3.png);
}
.mobile-red-bar a:hover.rb3,
.mobile-red-bar a.active.rb3 {
  background-image: url(../img/icon-red-3-2.png);
}
.mobile-red-bar a.rb4 {
  background-image: url(../img/icon-red-4.png);
}
.mobile-red-bar a:hover.rb4,
.mobile-red-bar a.active.rb4 {
  background-image: url(../img/icon-red-4-2.png);
}
.mobile-red-bar.side a {
  background-position: 10px center;
  padding-left: 48px;
}
.green-service {
  overflow: hidden;
  font-family: 'Texta_Heavy', sans-serif;
  font-size: 14px;
  line-height: 1.14em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.green-service a {
  display: block;
  float: left;
  width: 50%;
  height: 145px;
  background-color: #2ca054;
  color: #fff;
  text-align: center;
  border-right: 1px solid #3cb064;
  border-bottom: 1px solid #3cb064;
  cursor: default;
}
.green-service a span {
  display: block;
  padding: 0 15px;
  padding-top: 85px;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center 12px;
}
.green-service a.gs-1 span {
  background-image: url(../images/about/icon1-1.png);
}
.green-service a.gs-2 span {
  background-image: url(../images/about/icon2-1.png);
}
.green-service a.gs-3 span {
  background-image: url(../images/about/icon3-1.png);
}
.green-service a.gs-4 span {
  background-image: url(../images/about/icon4-1.png);
}
.green-service a.gs-5 span {
  background-image: url(../images/about/icon5-1.png);
}
.green-service a.gs-6 span {
  background-image: url(../images/about/icon6-1.png);
}
.green-service a:hover {
  text-decoration: none;
}
.green-service a:nth-child(2n) {
  border-right: none;
}
.green-service a:last-child,
.green-service a:nth-last-child(2) {
  border-bottom: none;
}
.index-facilities-owl img {
  display: block;
  width: 100%;
}
.index-facilities-owl div.has-small {
  display: none;
}
.index-facilities-owl .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.index-facilities-owl .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.index-facilities-owl .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.index-facilities-owl .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
.featured-promo-wrap {
  margin: 0 -10px;
}
.package-box .item {
  padding: 0 10px 10px;
}
.package-box .item .white-box {
  padding: 20px 0;
  background-color: #fff;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.package-box .item .white-box .img-area {
  text-align: center;
}
.package-box .item .white-box .img-area img {
  display: block;
  width: 95px;
  margin: 0 auto;
}
.package-box .item .white-box .content-area {
  font-size: 16px;
  padding: 0 20px 15px;
  text-align: center;
}
.package-box .item .white-box .content-area h3 {
  font-size: 32px;
  line-height: 1em;
  color: #2ca054;
  margin-bottom: 10px;
}
.package-box .item .white-box .content-area ul,
.package-box .item .white-box .content-area ol {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.35em;
  list-style-position: inside;
}
.package-box .item .white-box .content-area ul li,
.package-box .item .white-box .content-area ol li {
  margin-bottom: 5px;
}
.package-box .item .white-box .content-area .price {
  font-size: 32px;
  color: #a82024;
  font-family: 'Texta_Regular', sans-serif;
}
.package-box .item .white-box .content-area .price small {
  display: block;
  font-family: 'Texta_Heavy', sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #bababa;
}
.package-box .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.package-box .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.package-box .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.package-box .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
.transformer-tabs,
.transformer-tabs2,
.transformer-tabs3 {
  margin-bottom: 20px;
}
.transformer-tabs ul,
.transformer-tabs2 ul,
.transformer-tabs3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white;
  font-family: 'Texta_Regular', sans-serif;
  text-align: center;
  font-size: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.transformer-tabs li,
.transformer-tabs2 li,
.transformer-tabs3 li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
  margin: 0;
  position: relative;
  font-size: 18px;
}
.transformer-tabs li:before,
.transformer-tabs2 li:before,
.transformer-tabs3 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.transformer-tabs a,
.transformer-tabs2 a,
.transformer-tabs3 a {
  display: inline-block;
  color: #6d6d6d;
  text-decoration: none;
  padding: 0.5rem 15px;
}
.transformer-tabs a:hover,
.transformer-tabs2 a:hover,
.transformer-tabs3 a:hover {
  color: #2ca054;
}
.transformer-tabs a.active,
.transformer-tabs2 a.active,
.transformer-tabs3 a.active {
  font-family: 'Texta_Heavy', sans-serif;
  color: #2ca054;
}
.transformer-tabs a.active:before,
.transformer-tabs2 a.active:before,
.transformer-tabs3 a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #2ca054;
}
@media (max-width: 700px) {
  .transformer-tabs ul,
  .transformer-tabs2 ul,
  .transformer-tabs3 ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    background: none;
    font-family: 'Texta_Heavy', sans-serif;
    text-align: left;
  }
  .transformer-tabs ul::after,
  .transformer-tabs2 ul::after,
  .transformer-tabs3 ul::after {
    content: "\f107";
    /* "Three Line Menu Navicon" shows up */
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 5px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .transformer-tabs ul.open a,
  .transformer-tabs2 ul.open a,
  .transformer-tabs3 ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs li,
  .transformer-tabs2 li,
  .transformer-tabs3 li {
    display: block;
    /* One link per "row" */
    margin-bottom: 1px;
    font-size: 18px;
  }
  .transformer-tabs a,
  .transformer-tabs2 a,
  .transformer-tabs3 a {
    position: absolute;
    /* Stack links on top of each other */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
  }
  .transformer-tabs a:hover,
  .transformer-tabs2 a:hover,
  .transformer-tabs3 a:hover {
    background-color: #a82024;
    color: #fff;
  }
  .transformer-tabs a.active,
  .transformer-tabs2 a.active,
  .transformer-tabs3 a.active {
    border: 0;
    z-index: 1;
    /* Active tab is on top */
    background: #2ca054;
    color: #fff;
    position: relative;
  }
}
.tabs > div {
  display: none;
  margin: 0 -10px;
  background: none;
}
.tabs > .active {
  display: block;
}
.owl-wrapper {
  margin: 0 -10px;
}
.tab-owl .item,
.media-box .item {
  padding: 0 10px 10px;
}
.tab-owl .white-box,
.media-box .white-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.tab-owl .white-box .img-wrap img,
.media-box .white-box .img-wrap img {
  display: block;
  width: 100%;
}
.tab-owl .wb-content,
.media-box .wb-content {
  padding: 15px 20px;
}
.tab-owl .wb-content h3,
.media-box .wb-content h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 21px;
  line-height: 1.1em;
}
.tab-owl .owl-dots,
.media-box .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.tab-owl .owl-dots .owl-dot,
.media-box .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.tab-owl .owl-dots .owl-dot:hover,
.media-box .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.tab-owl .owl-dots .owl-dot.active,
.media-box .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
.tab-owl + .button-wrap,
.media-box + .button-wrap {
  padding-top: 15px;
}
.news-date {
  display: block;
  font-size: 16px;
  font-family: 'Texta_Regular', sans-serif;
  color: #b6b6b6;
  padding-left: 21px;
  background-image: url(../img/icon-calendar-grey.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.more-arrow {
  display: inline-block;
  color: #a82024;
  font-family: 'Texta_Heavy', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding-right: 20px;
  background-image: url(../img/arrow-red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px auto;
}
.upcoming-event {
  font-family: 'Texta_Regular', sans-serif;
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #a82024;
  background-image: url(../img/icon-tag.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  padding-left: 20px;
}
.index-poll {
  background-color: #fff;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.index-poll h3 {
  font-size: 18px;
  color: #2ca054;
  margin: 0 0 10px;
}
.poll-result {
  font-family: 'Texta_Heavy', sans-serif;
  margin-bottom: 10px;
  padding-left: 28px;
}
.poll-result .poll-result-text {
  margin-bottom: 3px;
}
.poll-result .poll-percentage {
  color: #a82024;
}
.poll-result .poll-bar {
  border: 1px solid #ccc;
  padding: 2px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.poll-result .poll-bar span {
  display: block;
  height: 10px;
  background-color: #2ca054;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.section-newsletter {
  background-image: url(../images/bg/bg-newsletter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* FOOTER */
.newsletter-form {
  position: relative;
}
.newsletter-form input[type=text] {
  width: 100%;
  border: 2px solid #f6f6f6;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-image: url(../img/icon-newsletter.png);
  background-size: 18px auto;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 43px;
  height: 40px;
  font-size: 16px;
}
.newsletter-form input[type=text]:hover,
.newsletter-form input[type=text]:focus,
.newsletter-form input[type=text]:active {
  border-color: #2ca054;
}
.newsletter-form input.submit-btn {
  cursor: pointer;
  width: 105px;
  display: block;
  margin: 0 auto;
  height: 28px;
  border: none;
  font-family: 'Texta_Heavy', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 3px;
  margin-top: 10px;
  -webkit-border-radius: 30px!important;
  -moz-border-radius: 30px!important;
  -o-border-radius: 30px!important;
  border-radius: 30px!important;
  background-color: #a82024;
  color: #fff;
}
.newsletter-form input.submit-btn:hover {
  background-color: #7d0d17;
}
#web-footer {
  background-color: #fff;
}
#web-footer h4 {
  font-size: 21px;
  color: #2ca054;
  margin: 0 0 10px 0;
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Texta_Regular', sans-serif;
}
.footer-nav li {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav a {
  color: #6d6d6d;
}
.footer-nav a:hover {
  color: #a82024;
}
.footer-top {
  padding-top: 20px;
}
.footer-top .footer-info {
  margin-top: 0;
  list-style: none;
  padding: 0;
  line-height: 1.3em;
  font-family: 'Texta_Regular', sans-serif;
}
.footer-top .footer-info li {
  padding-left: 28px;
  padding-top: 2px;
  margin: 0;
  margin-bottom: 10px;
  min-height: 20px;
  background-size: 20px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.footer-top .footer-info li a {
  color: #6d6d6d;
}
.footer-top .footer-info li a:hover {
  color: #a82024;
}
.footer-top .footer-info li.fi-address {
  background-image: url(../img/icon-footer-1.png);
}
.footer-top .footer-info li.fi-email {
  background-image: url(../img/icon-footer-2.png);
}
.footer-top .footer-info li.fi-phone {
  background-image: url(../img/icon-footer-3.png);
}
.footer-top .footer-info li.fi-emergency {
  background-image: url(../img/icon-footer-4.png);
}
.footer-top .footer-info li.fi-phone2 {
  background-image: url(../aset/bootstrap/png/512/iphone.png);
}
.footer-top .footer-info li.fi-fb {
  background-image: url(../img/soc-fb.png);
}
.footer-top .footer-info li.fi-twiter {
  background-image: url(../img/soc-twitter.png);
}
.footer-top .footer-info li.fi-youtube {
  background-image: url(../img/soc-youtube.png);
}
.footer-top .footer-info li.fi-ig{
  background-image: url(../img/soc-ig.png);
}
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #f6f6f6;
}
.footer-bottom .soc-footer {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-bottom: 15px;
}
.footer-bottom .soc-footer li {
  display: inline-block;
  margin: 0 8px;
}
.footer-bottom .soc-footer li img {
  display: block;
  width: 28px;
}
.footer-bottom .copyright {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
/* SIDEBAR */
#sidebar-header {
  background: #fff;
  position: relative;
  height: 50px;
  text-align: center;
  padding: 12px 0;
}
#sidebar-header img {
  display: block;
  margin: 0 auto;
  height: 26px;
}
/* STATIC BANNER & BREADCRUMBS */
.static-banner {
  position: relative;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.full-sbanner .static-banner {
  position: relative;
  height: inherit;
}
.full-sbanner .static-banner .mobile-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.full-sbanner .static-banner .sbanner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 2em;
  font-family: 'Texta_Regular', sans-serif;
}
.full-sbanner .static-banner .sbanner-text p {
  line-height: 1.1em;
  margin: 0;
  padding: 20px 0;
  padding-left: 20px;
  background-image: url(../img/start-quote.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.full-sbanner .static-banner .sbanner-text p span {
  padding-right: 20px;
  background-image: url(../img/end-quote.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.breadcrumbs {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  font-size: 0;
  font-family: 'Texta_Heavy', sans-serif;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 30px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
.breadcrumbs ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
}
.breadcrumbs ul li.bc-last {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs ul li.bc-last:before {
  display: none;
}
.breadcrumbs ul li.bc-middle {
  display: none;
}
.breadcrumbs ul li.bc-dots {
  cursor: pointer;
}
.breadcrumbs ul a {
  display: block;
  color: #6d6d6d;
}
.breadcrumbs ul a:hover {
  color: #a82024;
  text-decoration: none;
}
.breadcrumbs ul a.bc-home {
  width: 14px;
  position: relative;
}
.breadcrumbs ul a.bc-home span {
  display: none;
}
.breadcrumbs ul a.bc-home:before {
  content: "\f015";
  display: block;
  font-family: FontAwesome;
}
.breadcrumbs ul a.bc-home:hover {
  text-decoration: none;
}
/* NEWS AND MEDIA */
.media-meta {
  margin-top: -10px;
  margin-bottom: 15px;
}
.media-meta .news-date,
.media-meta .upcoming-event {
  display: inline-block;
  font-size: 1em;
}
.media-meta .news-date {
  color: #a82024;
  margin-right: 10px;
  background-image: url(../img/icon-calendar-red.png);
}
.media-meta .mm2 {
  padding-top: 5px;
}
#share {
  font-size: 10px;
}
.side-related-wrap {
  margin: 0 -10px;
}
.side-related-wrap .item {
  padding: 5px 10px 10px;
}
.side-related-wrap .item .white-box {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  padding: 15px;
}
.side-related-wrap .item .white-box h3 {
  font-size: 1.33em;
  line-height: 1.08em;
  margin-top: 10px;
}
.side-related-wrap .item .white-box.has-thumb {
  overflow: hidden;
}
.side-related-wrap .item .white-box.has-thumb .img-wrap {
  width: 84px;
  float: left;
}
.side-related-wrap .item .white-box.has-thumb .img-wrap img {
  display: block;
  width: 100%;
}
.side-related-wrap .item .white-box.has-thumb .content {
  margin-left: 100px;
}
.side-related-wrap .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.side-related-wrap .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.side-related-wrap .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.side-related-wrap .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SERVICE */
.three-box-related .item {
  padding: 10px;
}
.three-box-related .item .white-box {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.three-box-related .item .white-box .img-wrap img {
  display: block;
  width: 100%;
}
.three-box-related .item .white-box .wb-content h3 {
  line-height: 1.1em;
  margin: 0;
}
.three-box-related .item .white-box .wb-content h3 a {
  display: block;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.three-box-related .item .white-box .wb-content h3 a:hover {
  background-color: #2ca054;
  color: #fff;
  text-decoration: none;
}
.three-box-related .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.three-box-related .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.three-box-related .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.three-box-related .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
/* INSURANCE */
.owl-insurance-wrap {
  margin: 0 -5px;
}
.owl-insurance .item {
  padding: 0 5px;
}
.owl-insurance .owl-dots {
  text-align: center;
  font-size: 0;
  padding-top: 15px;
}
.owl-insurance .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  vertical-align: middle;
}
.owl-insurance .owl-dots .owl-dot:hover {
  border-color: #2ca054;
}
.owl-insurance .owl-dots .owl-dot.active {
  border: #2ca054;
  background-color: #2ca054;
  width: 16px;
  height: 16px;
}
.owl-insurance.centered {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
}
.owl-insurance.centered .item {
  width: 50%;
}
.logo-box {
  margin: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  position: relative;
  overflow: hidden;
}
.logo-box:before {
  content: "";
  display: block;
  padding-top: 64.5%;
}
.logo-box img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: inherit!important;
  max-width: 80%;
  max-height: 72%;
}
/* FACILITIES */
.facilities-child {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.facilities-child .img-wrap:before {
  padding-top: 62.5%;
}
.facilities-child .img-wrap img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.facilities-child .text-content {
  padding: 8px 10px;
}
.facilities-child .text-content h2 {
  line-height: 1.1em;
  margin: 0 0 10px 0;
}
/* WHY EKA */
.why-row {
  margin-bottom: 10px!important;
}
.why-row .img-wrap img {
  display: block;
}
.why-row .text-content {
  background-color: #2ca054;
  color: #fff;
  padding: 15px 10px 10px;
}
.why-row .text-content h2 {
  color: #fff;
  margin: 0;
  line-height: 1.1em;
}
.why-row .why-icon {
  height: 30px;
  margin-bottom: 8px;
}
/* APPLICANT IFRAME */
.application-h2 {
  font-size: 1.3em;
  font-family: 'Texta_Regular', sans-serif;
  color: #6d6d6d;
}
.application-h2 span {
  font-family: 'Texta_Heavy', sans-serif;
  color: #2ca054;
}
iframe {
  width: 100%;
}
/* MCU PACKAGE */
.white-box.mcu-white-box {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  padding: 15px 15px 5px 15px;
  margin-bottom: 20px;
}
.white-box.mcu-white-box .grid-child {
  margin-bottom: 10px!important;
}
.white-box.mcu-white-box h2 {
  font-size: 1.5em;
  margin-top: 0;
  line-height: 1.1em;
}
.white-box.mcu-white-box p {
  font-family: 'Texta_Regular', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.3em;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px auto;
}
.mcu-h2 {
  background-color: #2ca054;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 1.5em;
  padding: 10px;
}
.mcu-table-wrap {
  overflow-x: auto;
}
.mcu-package-table {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.mcu-package-table thead th {
  background-color: #a82024;
  border: 1px solid #ae383b;
}
.mcu-package-table tbody th {
  text-align: center;
  background-color: #7c7c7c!important;
  color: #fff;
  border: 1px solid #7c7c7c!important;
  font-size: 1em;
}
.mcu-package-table tbody td {
  border-right: 1px solid #f1f1f1;
  background-color: #fff;
}
.mcu-package-table tbody td.first-child {
  min-width: 130px;
}
.mcu-package-table tbody td:first-child {
  border-left: 1px solid #f1f1f1;
}
.mcu-package-table tbody tr:hover td {
  background-color: #e5e5e5;
}
.mcu-package-table tfoot td {
  background-color: #a82024;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'Texta_Heavy', sans-serif;
}
.general_accor {
  margin-bottom: 10px;
}
.general_accor h3 {
  margin: 0;
  padding: 8px 15px;
  padding-right: 30px;
  background-color: #2ca054;
  color: #fff;
  line-height: 1.1em;
  font-size: 1.33em;
  cursor: pointer;
  background-image: url(../img/icon-ga-1.png);
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.general_accor h3.opened {
  background-image: url(../img/icon-ga-2.png);
}
.general_accor .ga_content {
  padding: 1px 15px;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  display: none;
  background-color: #fbfbfb;
}
.optional-quote {
  background-image: url(../images/stock/quote-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.optional-quote blockquote {
  text-align: center;
  color: #2ca054;
  font-family: 'Mucho_Bold', sans-serif;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
/* LOCATION */
.visiting-hour h3 {
  margin-top: 0;
  margin-bottom: .2rem;
}
.visiting-hour p {
  font-size: 1.2em;
  margin-top: .2rem;
}
#location-map {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
#location-map #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* CONTACT */
.contact-box {
  padding: 10px 15px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.contact-form .form-group {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f3f3f3;
}
.contact-form .form-group label {
  display: block;
  font-family: 'Texta_Heavy', sans-serif;
  letter-spacing: 0.1em;
  color: #6d6d6d;
  font-size: 1em;
}
.contact-form .form-group input[type=text],
.contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #f6f6f6;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.contact-form .form-group input[type=text]:hover,
.contact-form .form-group textarea:hover,
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group textarea:focus {
  border-color: #2ca054;
}
.contact-form .form-group input[type=text] {
  height: 36px;
}
.contact-form .form-group textarea {
  padding-top: 9px;
  padding-bottom: 9px;
  resize: none;
}
.contact-form .form-group .select-style {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.contact-form .form-group .select-style:hover {
  border: 1px solid #2ca054;
}
.contact-form .form-group .select-style:after {
  content: "";
  display: block;
  width: 22px;
  height: 7px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-image: url(../img/cselect.png);
  background-size: auto 6px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.contact-form .form-group .select-style select {
  height: 34px;
  padding: 0 30px 0 10px;
  width: calc(100% + 40px);
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}
.contact-form .button-group {
  padding: 15px 0;
}
.contact-form .button-group .btn-red {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form .phone-2cols {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.contact-form .phone-2cols .p2c-1 {
  width: 75px;
}
.contact-form .phone-2cols .p2c-2 {
  width: calc(100% - 100px);
  margin-left: 25px;
  position: relative;
}
.contact-form .phone-2cols .p2c-2:before {
  content: "-";
  font-size: 18px;
  width: 25px;
  text-align: center;
  position: absolute;
  left: -25px;
  line-height: 36px;
  display: block;
  color: #b6b6b6;
}
.contact-form .phone-2cols .p2c-3 {
  width: calc(50% - 12px);
}
.contact-form .phone-2cols .p2c-4 {
  width: calc(50% - 13px);
  margin-left: 25px;
  position: relative;
}
.contact-form .phone-2cols .p2c-4:before {
  content: "-";
  font-size: 18px;
  width: 25px;
  text-align: center;
  position: absolute;
  left: -25px;
  line-height: 36px;
  display: block;
  color: #b6b6b6;
}
.contact-sidebar .csc h2 {
  margin-top: 0;
  margin-bottom: .4rem;
}
.contact-sidebar .csc p {
  font-family: 'Texta_Regular', sans-serif;
  margin-top: .3rem;
  padding-left: 30px;
  background-image: url(../img/icon-hospital.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.custom-subject {
  margin-top: .4rem;
  display: none;
}
.map-tabs {
  margin-top: 20px;
}
.location-map-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
.location-map-wrap .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#map-holder > div {
  height: 0;
  overflow: hidden;
}
#map-holder > div.active {
  height: 200px;
}
.btn-apply {
  min-width: 170px;
  text-align: center;
}
.long-news-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  margin-bottom: 10px;
}
.long-news-box .img-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.long-news-box .img-wrap img {
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  max-width: inherit;
}
.long-news-box .content {
  width: 60%;
  padding: 10px 15px;
}
.long-news-box .content h3 {
  line-height: 1.08em;
  margin-top: 0;
}
.long-news-box.no-image .content {
  width: 100%;
}
.marginMinus {
  margin-left: -10px;
  margin-right: -10px;
}
/* BETTERHEALTH */
.betterhealth-wrap .img-wrap {
  position: relative;
  margin-bottom: 20px;
}
.betterhealth-wrap .img-wrap img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.betterhealth-wrap .img-wrap .download-pdf {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: center;
  font-family: 'Texta_Heavy', sans-serif;
}
.betterhealth-wrap .img-wrap .download-pdf a {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #a82024;
}
.betterhealth-wrap .img-wrap .download-pdf a:hover {
  background-color: #2ca054;
  text-decoration: none;
}
.betterhealth-wrap .img-wrap .download-pdf a > span {
  display: inline-block;
  padding: 10px 0;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}
.betterhealth-wrap .img-wrap .download-pdf a:first-child {
  border-right: 1px solid #e04247;
}
.betterhealth-wrap .img-wrap .download-pdf a.view-only > span {
  background-image: url(../img/icon-view-pdf.png);
}
.betterhealth-wrap .img-wrap .download-pdf a.download-only > span {
  background-image: url(../img/icon-download-pdf.png);
}
.betterhealth-wrap .content h2 {
  line-height: 1.18em;
  margin-top: 0;
}
.center-child {
  width: 100%;
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
}
.center-child .img-wrap {
  position: relative;
  overflow: hidden;
  height: 140px;
}
.center-child .img-wrap img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 90%;
  max-width: 90%;
}
.center-child .text-content {
  padding: 10px 15px;
}
.center-child .text-content .title-content {
  font-family: 'Texta_Heavy', sans-serif;
  font-size: 1.5em;
  margin-bottom: .8rem;
}
.search-doctor {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  background-color: #fbfbfb;
  padding: 10px 15px;
}
.search-doctor-form .form-group {
  border: none;
  margin-bottom: 0;
}
.search-doctor-form .form-group label {
  text-transform: uppercase;
}
.link-doctor-schedule {
  font-family: 'Mucho_Bold', sans-serif;
  color: #6d6d6d;
}
.link-doctor-schedule:hover {
  color: #a82024;
}
.link-view-schedule {
  color: #a82024;
  text-decoration: underline;
}
.link-view-schedule:hover {
  color: #2ca054;
}
.icon-appointment {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../img/icon-appointment.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.share-wrap {
  text-align: center;
  padding-top: 10px;
}
.apply-job-h2 {
  font-family: 'Texta_Regular', sans-serif;
  font-weight: 300;
  color: #6d6d6d;
  font-size: 1.5em;
}
.apply-job-h2 span {
  font-family: 'Texta_Heavy', sans-serif;
  color: #2ca054;
}
.full-label label {
  float: none!important;
  width: 100%!important;
}
.full-label input {
  padding: 0!important;
  height: 20px!important;
  color: #6d6d6d;
  background: none!important;
  border: none!important;
  font-size: 12px!important;
}
.full-label input.input-m {
  min-width: 80px;
}
.full-label input.input-s {
  width: 40px!important;
}
.apply-exp-table {
  width: 100%;
}
.apply-exp-table tbody td {
  border-right: none;
}
.apply-exp-table tbody tr:nth-child(even) td {
  border-bottom: 1px solid #f1f1f1;
}
.apply-exp-table tbody td:last-child {
  border-right: 1px solid #f1f1f1;
}
.apply-exp-table tbody tr:hover td {
  background-color: #fff;
}
.apply-exp-table tbody .textarea-wrap td {
  background-color: #fff;
  padding-top: 0;
}
.apply-exp-table tbody .textarea-wrap td textarea {
  background-color: #f1f1f1;
  font-size: 12px;
  padding: 5px 10px!important;
}
.full-label input.input-s {
  width: 60px!important;
}
.add-more-table-content {
  display: block;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: 'Texta_Heavy', sans-serif;
  color: #a82024;
  padding: 10px 0;
}
.section-inview {
  position: relative;
}
.full-height {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#section-0.full-height {
  height: 300px;
}
.onescroll-content {
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.onescroll-content h1,
.onescroll-content h1 small {
  color: #fff!important;
  margin-top: 0;
}
.onescroll-content h2 {
  margin-top: 0;
  color: #fff;
  line-height: 1em;
}
.onescroll-content h2 a {
  color: #fff;
}
.onescroll-content a {
  color: #fff;
}
.onescroll-content .popup-more {
  font-family: 'Texta_Heavy', sans-serif;
  text-decoration: underline;
}
.onescroll-content .popup-more:hover {
  text-decoration: none;
}
.onescroll-content.light-bg {
  color: #222222;
}
.onescroll-content.light-bg a {
  color: #222222;
}
.onescroll-content.light-bg h1,
.onescroll-content.light-bg h1 small {
  color: #222222 !important;
}
.onescroll-content.light-bg h2 {
  color: #222222;
}
.onescroll-content.light-bg h2 a {
  color: #222222;
}
.onescroll-content .box-content {
  padding-bottom: 20px;
  max-width: 525px;
  display: inline-block;
}
.onescroll-content .box-content.has-icon {
  padding-left: 50px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.onescroll-content.pos-right {
  text-align: right;
}
.onescroll-content.pos-right .box-content.has-icon {
  padding-left: 0;
  padding-right: 50px;
  background-position: right 5px;
}
#section-0.full-height .onescroll-content .box-content {
  max-width: 780px;
}
.section-radar {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 8px;
  z-index: 50;
  display: none;
  background-image: url(../images/dot-transparent.png);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-radar span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.section-radar span.last {
  margin-bottom: 0;
}
.section-radar span.active:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #a82024;
  opacity: 0;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  animation: radar 1s infinite linear;
}
@keyframes radar {
  0% {
    opacity: 0;
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
  }
  50% {
    opacity: 1;
    width: 18px;
    height: 18px;
    top: -5px;
    left: -5px;
  }
  100% {
    opacity: 0;
    width: 28px;
    height: 28px;
    top: -10px;
    left: -10px;
  }
}
.sr-child {
  border-bottom: 1px solid #e8e8e8;
}
.sr-child h2 {
  margin-bottom: .2rem;
  margin-top: .4rem;
  font-size: 1.5em;
  line-height: 1em;
}
.sr-child .search-permalink {
  color: #a82024;
}
.sr-child p {
  margin-top: .2rem;
}
.vm-box {
  -webkit-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -moz-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  -o-box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  box-shadow: 0px 7px 16px 1px rgba(185, 185, 185, 0.15);
  padding: 10px 15px;
}
.vm-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.vm-box p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.28em;
}
.vm-box.misi2 {
  background-color: #fff;
  width: 100%;
}
.vm-box.misi2 .misi {
  margin: 5px 0;
}
.vm-box.misi2 ul,
.vm-box.misi2 ol {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.28em;
  margin: 0;
}
.milestone-child {
  margin-bottom: 30px;
}
.milestone-child h3 {
  font-size: 1.6em;
}
.milestone-child img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: 100%;
}
.milestone-child .row {
  justify-content: center;
}
/* skin tipped */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #444;
}
.tpd-skin-dark .tpd-background-content {
  background-color: rgba(255, 255, 255, 0.9);
}
.tpd-skin-dark .tpd-background {
  border: none!important;
}
.tpd-skin-dark .tpd-background-title {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: none;
}
/* shadow */
.tpd-skin-dark .tpd-background-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-dark a {
  color: #ddd;
}
.tpd-skin-dark a:hover {
  color: #c6c6c6;
}
/* SIZE */
.tpd-skin-dark .tpd-content {
  font-size: 13px;
  line-height: 1.5em;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.tpd-skin-dark .tpd-title {
  font-size: 15px;
  color: #a82024;
  float: none;
  margin: 0 auto;
  padding-bottom: 1px;
  text-transform: none;
  line-height: 1.2em;
}
.tpd-skin-dark .tpd-title-spacer {
  float: none;
}
.tpd-skin-dark .tpd-title-relative,
.tpd-skin-dark .tpd-title-relative-padder {
  float: none;
  text-align: center;
}
.hidden-doctor-data {
  display: none;
}
.hidden-doctor-data .img-wrap {
  max-width: 220px;
  margin-bottom: 10px;
}
.doctor-table {
  min-width: 700px;
}
.doctor-table tbody tr:nth-child(odd) td {
  border-bottom: 1px solid #f1f1f1;
}
.doctor-table tbody tr:nth-child(odd) td:first-child {
  max-width: 150px;
}
.btn-appointment {
  font-size: 12px!important;
  padding: 6px 15px!important;
}
.mcu-package-color-wrap {
  justify-content: center;
}
.mcu-package-color {
  width: 100%;
}
.mcu-package-color .tarif {
  font-family: 'Texta_Heavy', sans-serif;
  font-size: 1.2em;
}
.mcu-package-color .mcu-div-table {
  border: 1px solid #ccc;
  border-bottom: none;
}
.mcu-package-color .mcu-div-table h3 {
  margin: 0;
  border-bottom: 1px solid #ccc;
  background-color: #f1f1f1;
  color: #6d6d6d;
  line-height: 1.1em;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.mcu-package-color .mcu-div-table h3.pria {
  background-color: #b7d6e5!important;
}
.mcu-package-color .mcu-div-table h3.wanita {
  background-color: #f5d1dc!important;
}
.mcu-package-color .mcu-div-table > div {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.mcu-package-color .mcu-div-table > div p,
.mcu-package-color .mcu-div-table > div ul,
.mcu-package-color .mcu-div-table > div ol {
  margin: 0;
  line-height: 1.2em;
}
.mcu-package-color .mcu-div-table > div ul,
.mcu-package-color .mcu-div-table > div ol {
  padding-left: 20px;
}
.mcu-package-color .mcu-div-table > div li {
  margin-bottom: 0;
  line-height: 1.2em;
}
.mcu-package-color .mcu-div-table > div.pria {
  background-color: #e0f2f5;
}
.mcu-package-color .mcu-div-table > div.wanita {
  background-color: #fef2f5;
}
.mcu-package-color .note {
  padding-left: 20px;
}
.mcu-package-color .note li {
  margin-bottom: 0;
}
.mcu-package-color .c-green {
  color: #76bc44;
}
.mcu-package-color .c-silver {
  color: #9e9f9e;
}
.mcu-package-color .c-gold {
  color: #ba8424;
}
.mcu-package-color .c-platinum {
  color: #3f4b50;
}
.mcu-package-color .c-eka-star {
  color: #8a1c31;
}
.mcu-package-color.green h2,
.mcu-package-color.green .tarif {
  color: #76bc44;
}
.mcu-package-color.green .mcu-div-table,
.mcu-package-color.green .mcu-div-table h3,
.mcu-package-color.green .mcu-div-table > div {
  border-color: #76bc44;
}
.mcu-package-color.green .mcu-div-table h3 {
  background-color: #e1efce;
}
.mcu-package-color.silver h2,
.mcu-package-color.silver .tarif {
  color: #9e9f9e;
}
.mcu-package-color.silver .mcu-div-table,
.mcu-package-color.silver .mcu-div-table h3,
.mcu-package-color.silver .mcu-div-table > div {
  border-color: #9e9f9e;
}
.mcu-package-color.silver .mcu-div-table h3 {
  background-color: #d9dbd9;
}
.mcu-package-color.gold h2,
.mcu-package-color.gold .tarif {
  color: #ba8424;
}
.mcu-package-color.gold .mcu-div-table,
.mcu-package-color.gold .mcu-div-table h3,
.mcu-package-color.gold .mcu-div-table > div {
  border-color: #ba8424;
}
.mcu-package-color.gold .mcu-div-table h3 {
  background-color: #f2e0bf;
}
.mcu-package-color.platinum h2,
.mcu-package-color.platinum .tarif {
  color: #3f4b50;
}
.mcu-package-color.platinum .mcu-div-table,
.mcu-package-color.platinum .mcu-div-table h3,
.mcu-package-color.platinum .mcu-div-table > div {
  border-color: #3f4b50;
}
.mcu-package-color.platinum .mcu-div-table h3 {
  background-color: #ccd3d4;
}
.mcu-package-color.eka-star h2,
.mcu-package-color.eka-star .tarif {
  color: #8a1d32;
}
.mcu-package-color.eka-star .mcu-div-table,
.mcu-package-color.eka-star .mcu-div-table h3,
.mcu-package-color.eka-star .mcu-div-table > div {
  border-color: #8a1d32;
}
.mcu-package-color.eka-star .mcu-div-table h3 {
  background-color: #e4c3b9;
}
.download-mcu-package span {
  display: block;
  padding-left: 30px;
  background-image: url(../img/icon-download-pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  font-family: 'Texta_Heavy', sans-serif;
  font-size: 1.1em;
}
.download-mcu-package:hover {
  background-color: #2ca054;
  color: #fff;
  border-color: #2ca054;
}
.btn-comprehensive {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Texta_Heavy', sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
  font-size: 1.14em;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.btn-comprehensive:hover {
  color: #fff;
  text-decoration: none;
}
.general-popup {
  background-color: #fff;
  max-width: 970px;
  padding: 10px 15px;
}
.general-popup h1 {
  font-size: 2em;
}
.fancybox-close {
  right: -15px !important;
  top: -15px !important;
  width: 30px!important;
  height: 30px!important;
  background-image: url(../images/fancy-close.gif) !important;
  background-size: 100% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.room-type-photo:last-child {
  margin-bottom: 0;
}
.room-wrap {
  margin-top: .8rem;
}
.room-wrap h2 {
  margin-top: .6rem;
  line-height: 1em;
}
.room-photos .big-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.room-photos .big-image img {
  display: block;
  width: 100%;
}
.room-photos .room-thumb {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0 -5px;
  flex-wrap: wrap;
}
.room-photos .room-thumb .thumb-wrap {
  cursor: pointer;
  margin: 5px;
  width: calc(25% - 10px);
  overflow: hidden;
  position: relative;
}
.room-photos .room-thumb .thumb-wrap.active {
  border: 2px solid #2ca054;
}
.room-photos .room-thumb .thumb-wrap img {
  display: block;
  width: 100%;
}
.room-photos .room-thumb .thumb-wrap:hover img {
  opacity: .7;
}
.call-popup {
  text-align: center;
  max-width: 500px;
}
.call-popup .btn {
  margin: 0 10px 10px;
}
.call-popup .btn:hover {
  color: #fff;
}
.section-inview.new {
  height: auto;
}
.section-inview.new .onescroll-mob-image {
  display: block;
}
.section-inview.new .onescroll-content.new {
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  color: #6d6d6d;
}
.section-inview.new .onescroll-content.new h2 {
  color: #2ca054;
}
.section-inview.new .onescroll-content.new h2 a {
  color: #2ca054;
}
.section-inview.new .onescroll-content.new.light-bg {
  background-color: #fff;
}
.nospace {
  display: block;
  white-space: nowrap;
}
.doc-sch {
  width: 100px;
}
@media (min-width: 360px) {
  .full-sbanner .static-banner .sbanner-text {
    font-size: 2.5em;
  }
}
@media (min-width: 480px) {
  /* INDEX */
  .package-box .item .white-box .content-area {
    text-align: center;
  }
}
@media (min-width: 540px) {
  .full-sbanner .static-banner {
    height: 300px;
  }
  .full-sbanner .static-banner .sbanner-text p {
    width: 300px;
  }
  /* PAGINATION */
  .nuke-pagination ul.pagination li {
    display: inline-block;
  }
  /* INDEX */
  #desktop-flex,
  #desktop-flex .flexslider,
  #desktop-flex .flex-viewport,
  #desktop-flex .slides,
  #desktop-flex .slides li {
    height: 390px!important;
  }
  .mobile-img {
    display: none!important;
  }
  /* FOOTER */
  .section-newsletter .bigger-text {
    max-width: 350px;
  }
  .newsletter-form {
    max-width: 470px;
  }
  .newsletter-form input[type=text] {
    height: 50px;
    border-width: 3px;
    padding-left: 60px;
    background-size: 24px auto;
    background-position: 28px center;
    font-size: 18px;
  }
  .newsletter-form input.submit-btn {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 2;
    height: 50px;
    margin: 0;
    background-color: transparent;
    background-image: url(../img/arrow-red.png);
    background-size: 14px auto;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    width: auto;
    color: #a82024;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
  }
  .newsletter-form input.submit-btn:hover {
    background-color: transparent;
  }
  /* WHY EKA */
  .why-row .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .why-row .img-wrap img {
    display: none;
  }
  .why-row .text-content {
    padding: 18px 15px 12px 15px;
  }
  .why-row:nth-child(even) .text-content {
    text-align: right;
  }
  /* CONTACT */
  .contact-form .form-group label {
    display: block;
    float: left;
    width: 120px;
    line-height: 36px;
  }
  .contact-form .form-group .input-wrap {
    margin-left: 120px;
  }
  .contact-form .form-group .input-wrap input[type=file] {
    margin-top: 10px;
  }
  .contact-form .button-group {
    height: 120px;
  }
  .contact-form .button-group .captcha-wrap {
    float: left;
  }
  .contact-form .button-group .btn-red {
    float: right;
  }
  .long-news-box {
    margin-bottom: 20px;
  }
  .long-news-box .img-wrap {
    height: 120px;
  }
  .betterhealth-wrap .img-wrap {
    margin: 0 auto 20px;
    max-width: 350px;
  }
  .betterhealth-wrap .content {
    padding-left: 0;
  }
  .search-doctor-form .form-group label {
    float: none;
    width: inherit;
    line-height: 1em;
  }
  .search-doctor-form .form-group .input-wrap {
    margin-left: 0;
  }
  .owl-insurance.centered .item {
    width: 33.33%;
  }
  .general-popup {
    padding: 15px 25px;
  }
}
@media (min-width: 640px) {
  .featured-promo-owl.centered {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
  }
  .featured-promo-owl.centered .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .btn-rounded {
    font-size: 14px;
    padding: 8px 20px;
  }
  /* SBANNER */
  .full-sbanner .static-banner {
    height: 500px;
  }
  .full-sbanner .static-banner .sbanner-text {
    font-size: 3.5em;
  }
  .full-sbanner .static-banner .sbanner-text p {
    width: 600px;
    line-height: 1em;
    padding: 30px 0;
    padding-left: 40px;
    background-size: 30px auto;
    background-position: left 30px;
  }
  .full-sbanner .static-banner .sbanner-text p span {
    background-size: 30px auto;
    padding-right: 40px;
  }
  /* INDEX */
  .mobile-red-bar.front a {
    width: 25%;
    border-right: 1px solid #b64246;
    border-bottom: none;
  }
  .mobile-red-bar.front a:last-child {
    border-right: none;
  }
  .green-service a {
    height: 130px;
    background-color: rgba(48, 164, 88, 0.93);
    border-color: #3cb064;
  }
  .why-eka-index {
    position: relative;
  }
  .why-eka-index:before {
    content: "";
    display: block;
    width: 57.2%;
    height: 100%;
    background-image: url(../images/stock/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    left: 42.8%;
    top: 0;
    z-index: 0;
  }
  .index-facilities-owl div.has-small {
    display: block;
  }
  .index-facilities-owl h2.has-small {
    display: none;
  }
  .index-facilities-owl .owl-controls {
    padding-top: 5px;
  }
  .tab-owl,
  .media-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-owl .item,
  .media-box .item {
    width: 50%;
    padding-bottom: 20px;
    position: relative;
  }
  .media-box .item {
    width: 100%;
  }
  .index-poll {
    padding: 30px;
  }
  /* SECTION */
  .has-small {
    font-size: 2em;
    max-width: 600px;
  }
  .spad {
    padding: 40px 0;
  }
  .bigger-text {
    font-size: 1.16em;
  }
  .featured-promo-owl.centered {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
  }
  .featured-promo-owl.centered .item {
    width: 50%;
  }
  /* FOOTER */
  .newsletter-form {
    margin: 0 auto;
  }
  .newsletter-form input[type=text] {
    height: 56px;
    border-width: 3px;
    padding-left: 64px;
    background-size: 24px auto;
    background-position: 28px center;
    font-size: 21px;
  }
  .newsletter-form input.submit-btn {
    right: 30px;
    height: 56px;
    font-size: 21px;
  }
  .footer-top {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom .soc-footer {
    margin-bottom: 25px;
  }
  .footer-bottom .copyright {
    font-size: 14px;
  }
  #web-footer.footer2 .footer-nav li:last-child {
    margin-bottom: 15px;
  }
  .foot2-address-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* STATIC BANNER & BREADCRUMBS */
  .sbanner-section {
    position: relative;
  }
  .static-banner {
    height: 250px;
  }
  .breadcrumbs ul li {
    line-height: 40px;
    font-size: 13px;
  }
  .breadcrumbs ul li.bc-middle {
    display: inline-block;
  }
  .breadcrumbs ul li.bc-dots {
    display: none;
  }
  .breadcrumbs ul a:hover {
    text-decoration: underline;
  }
  .sbanner-section.no-sbanner {
    height: 40px;
  }
  .sbanner-section.no-sbanner .breadcrumbs {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    color: #6d6d6d;
  }
  .sbanner-section.no-sbanner .breadcrumbs ul li:before {
    color: #6d6d6d;
  }
  .sbanner-section.no-sbanner .breadcrumbs ul a {
    color: #6d6d6d;
  }
  /* NEWS AND MEDIA */
  .media-meta {
    overflow: hidden;
  }
  .media-meta .mm1 {
    float: left;
  }
  .media-meta .mm2 {
    float: right;
    padding: 0;
  }
  .media-meta .mm2 .jssocials-shares {
    margin: 0;
  }
  .media-meta .mm2 .jssocials-share {
    margin-top: 0;
  }
  .side-related-wrap .item .white-box {
    padding: 20px;
  }
  /* SERVICE */
  .three-box-related .item .white-box .wb-content h3 a {
    padding: 10px 15px;
  }
  /* FACILITIES */
  .facilities-child .text-content {
    padding: 10px 15px;
  }
  /* WHY EKA */
  .why-row {
    margin-bottom: 20px!important;
  }
  .why-row .text-content {
    padding: 20px;
  }
  .why-row .why-icon {
    height: 40px;
  }
  /* MCU PACKAGE */
  .white-box.mcu-white-box {
    margin-bottom: 30px;
  }
  .white-box.mcu-white-box h2 {
    margin-bottom: 15px;
  }
  .white-box.mcu-white-box p {
    padding-left: 30px;
    background-size: 20px auto;
  }
  .general_accor {
    margin-bottom: 15px;
  }
  .general_accor h3 {
    padding: 10px 15px;
  }
  .general_accor .ga_content {
    padding: 1px 15px;
  }
  .optional-quote blockquote {
    font-size: 1.77em;
  }
  #location-map,
  .location-map-wrap,
  #map-holder > div.active {
    height: 300px;
  }
  /* CONTACT */
  .contact-form .form-group {
    padding: 15px 0;
  }
  .long-news-box .img-wrap {
    height: auto;
  }
  .betterhealth-wrap .img-wrap .download-pdf a {
    font-size: 18px;
    background-color: rgba(168, 32, 36, 0.8);
  }
  .betterhealth-wrap .img-wrap .download-pdf a > span {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-size: 26px auto;
  }
  .center-child {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .center-child .img-wrap {
    width: 50%;
    height: inherit;
  }
  .center-child .text-content {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .search-doctor {
    padding: 10px 25px;
  }
  .apply-form .form-group label {
    width: 140px;
  }
  .apply-form .form-group .input-wrap {
    margin-left: 140px;
  }
  .full-label input {
    font-size: 14px!important;
  }
  .full-height {
    height: 400px;
  }
  #section-0.full-height {
    height: 400px;
  }
  .onescroll-content .box-content.has-icon {
    padding-left: 85px;
    background-size: 68px auto;
  }
  .onescroll-content.pos-right .box-content.has-icon {
    padding-left: 0;
    padding-right: 85px;
  }
  .owl-insurance.centered .item {
    width: 25%;
  }
  .apply-exp-table tbody .textarea-wrap td textarea {
    font-size: 14px;
  }
  .general-popup {
    padding: 25px 45px;
  }
  .general-popup h1 {
    font-size: 2.5em;
  }
  .transformer-tabs li,
  .transformer-tabs2 li,
  .transformer-tabs3 li {
    font-size: 16px;
  }
  .room-type-photo {
    margin-bottom: 30px;
  }
  .room-wrap {
    margin-top: 30px;
  }
  .room-wrap h2 {
    margin-top: 0;
  }
  .extra-padding {
    padding-top: 15px;
  }
  .doc-sch {
    width: 120px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
  .padding-blank {
    height: 120px;
    display: none;
  }
  /* HEADER */
  .header-top .main-container {
    height: 80px;
  }
  .header-top .main-container .logo {
    top: 22px;
  }
  .header-top .main-container .logo img {
    display: block;
    height: 36px;
  }
  .header-bottom {
    display: block;
  }
  .desktop-search-area {
    display: block;
  }
  #toggle-1 {
    display: none;
  }
  .mobile-search,
  .mobile-search-toggle {
    display: none;
  }
  .mobile-red-bar.side {
    display: block;
  }
  .mega-dropdown {
    max-height: 340px;
    overflow-y: auto;
  }
  .headroom--unpinned {
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    transform: translateY(-125%);
  }
  /* SBANNER */
  .full-sbanner .static-banner {
    height: calc(100vh - 120px) !important;
  }
  .full-sbanner .static-banner .sbanner-text {
    font-size: 3.5em;
  }
  .full-sbanner .static-banner .sbanner-text p {
    width: 700px;
    font-size: 62px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 50px;
    background-position: left top;
  }
  /* BANNER SLIDER */
  #desktop-flex,
  #desktop-flex .flexslider,
  #desktop-flex .flex-viewport,
  #desktop-flex .slides,
  #desktop-flex .slides li {
    height: calc(100vh - 120px) !important;
  }
  .slide-text-container {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .slide-text-container .slide-text {
    max-width: 670px;
    margin: 0 auto;
  }
  .slide-heading {
    font-size: 46px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #fff;
  }
  #desktop-flex .flexslider .flex-control-nav {
    padding: 0 20px 30px;
  }
  #desktop-flex .flexslider .flex-control-nav li {
    margin: 0 10px;
  }
  #desktop-flex .flexslider .flex-control-nav li a {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
  }
  #desktop-flex .flexslider .flex-control-nav li a:hover {
    background-color: #fff;
    border-color: #fff;
  }
  #desktop-flex .flexslider .flex-control-nav li a.flex-active {
    width: 20px;
    height: 20px;
    background-color: #2ca054;
    border-color: #2ca054;
  }
  #desktop-flex .flexslider .flex-direction-nav {
    display: block;
    list-style: none;
    padding: 0;
    width: 100%;
  }
  #desktop-flex .flexslider .flex-direction-nav a {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    text-indent: -9999em;
  }
  #desktop-flex .flexslider .flex-direction-nav a:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    line-height: 60px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 46px;
  }
  #desktop-flex .flexslider .flex-direction-nav a.flex-next {
    left: 50%;
    margin-left: 360px;
  }
  #desktop-flex .flexslider .flex-direction-nav a.flex-next:before {
    content: "\f101";
  }
  #desktop-flex .flexslider .flex-direction-nav a.flex-prev {
    right: 50%;
    margin-right: 360px;
  }
  #desktop-flex .flexslider .flex-direction-nav a.flex-prev:before {
    content: "\f100";
  }
  /* INDEX */
  .mobile-red-bar {
    display: none;
  }
  .green-service a {
    height: 160px;
    width: 33.33%;
  }
  .green-service a span {
    padding-top: 110px;
    background-position: center 30px;
  }
  .green-service a:nth-child(2n) {
    border-right: 1px solid #3cb064;
  }
  .green-service a:nth-child(3n) {
    border-right: none;
  }
  .green-service a:nth-last-child(3) {
    border-bottom: none;
  }
  .tab-owl .item .white-box,
  .media-box .item .white-box {
    min-height: 100%;
    overflow: hidden;
  }
  .tab-owl .item .white-box .img-wrap,
  .media-box .item .white-box .img-wrap {
    float: left;
    width: 47.36%;
    overflow: hidden;
    position: relative;
  }
  .tab-owl .item .white-box .img-wrap:before,
  .media-box .item .white-box .img-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .tab-owl .item .white-box .img-wrap img,
  .media-box .item .white-box .img-wrap img {
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tab-owl .item .white-box .wb-content,
  .media-box .item .white-box .wb-content {
    margin-left: 47.36%;
  }
  .tab-owl .item .white-box .wb-content h3,
  .media-box .item .white-box .wb-content h3 {
    font-size: 24px;
  }
  .tab-owl .item .white-box .wb-content p,
  .media-box .item .white-box .wb-content p {
    font-size: 16px;
  }
  .news-date {
    font-size: 18px;
  }
  .index-poll {
    padding: 35px 40px;
  }
  /* SECTION */
  .featured-promo-owl.centered .item {
    width: 33.33%;
  }
  /* FOOTER */
  .footer-nav {
    padding-top: 5px;
  }
  /* NEWS AND MEDIA */
  .side-related-wrap {
    margin: 0;
  }
  .side-related-wrap .item {
    padding: 0;
    margin-bottom: 20px;
  }
  /* SERVICE */
  .three-box-related .item .white-box .wb-content h3 a {
    padding: 15px 20px;
  }
  /* WHY EKA */
  .why-row .text-content {
    padding: 30px 30px 40px;
  }
  .why-row .why-icon {
    height: 50px;
  }
  /* CONTACT */
  .contact-box {
    padding: 15px 50px;
  }
  .contact-form .form-group {
    padding: 20px 0;
  }
  .apply-form .form-group label {
    width: 155px;
  }
  .apply-form .form-group .input-wrap {
    margin-left: 155px;
  }
  .full-height,
  #section-0.full-height {
    height: 100vh;
  }
  .onescroll-content .box-content {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  .no-snap .onescroll-content .box-content,
  .active .onescroll-content .box-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .onescroll-content.pos-right .box-content {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .active .onescroll-content.pos-right .box-content,
  .no-snap .onescroll-content.pos-right .box-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .section-radar {
    display: block;
  }
  .no-snap .section-radar {
    display: none;
  }
  .owl-insurance.centered .item {
    width: 20%;
  }
  .general-popup {
    padding: 35px 60px;
  }
  .section-newsletter.spad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .transformer-tabs li,
  .transformer-tabs2 li,
  .transformer-tabs3 li {
    font-size: 18px;
  }
  .milestone-child {
    margin-bottom: 50px;
  }
  .section-inview.new {
    height: 100vh;
  }
  .section-inview.new .onescroll-mob-image {
    display: none;
  }
  .section-inview.new .onescroll-content.new {
    position: absolute;
    background-color: transparent!important;
    color: #fff;
  }
  .section-inview.new .onescroll-content.new h2,
  .section-inview.new .onescroll-content.new h2 a {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 166px;
  }
  .padding-blank {
    height: 166px;
  }
  .btn-rounded {
    font-size: 16px;
    padding: 12px 30px;
  }
  .custom-checkbox label {
    font-size: 18px;
    margin-left: 38px;
  }
  .custom-checkbox input[type=checkbox] + label:before,
  .custom-checkbox input[type=radio] + label:before {
    left: -38px;
    top: 0;
    font-size: 21px;
  }
  /* HEADER */
  .header-top .main-container {
    height: 106px;
  }
  .header-top .main-container .logo {
    top: 30px;
  }
  .header-top .main-container .logo img {
    height: 46px;
  }
  .header-bottom {
    height: 60px;
  }
  .header-bottom .green-menu {
    width: calc(100% - 440px);
    height: 60px;
    font-size: 16px;
  }
  .header-bottom .green-menu .gm-nav {
    height: 60px;
    font-size: 16px;
  }
  .header-bottom .green-menu .gm-nav a {
    padding-right: 30px;
  }
  .header-bottom .green-menu .gm-nav .fa-angle-down {
    right: 15px;
  }
  .header-bottom .green-menu .gm-nav.gm-1 {
    width: 40px;
  }
  .header-bottom .green-menu .icon-home {
    width: 20px;
  }
  .header-bottom .red-bar {
    top: -8px;
    width: 440px;
    height: 90px;
  }
  .header-bottom .red-bar a {
    font-size: 15px;
    background-size: 37px auto;
    background-position: center 12px;
    padding-top: 50px;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-bottom .red-bar a.rb-nopad {
    padding-left: 0;
    padding-right: 0;
  }
  .gm-nav.active:before,
  .gm-nav.has-mega-dropdown.active > a:before {
    height: 5px;
  }
  .desktop-search-area {
    width: 440px;
    height: 98px;
  }
  .desktop-search {
    width: 350px;
  }
  .mega-dropdown {
    max-height: 370px;
    padding: 40px 85px 10px;
  }
  .mega-dropdown .md-child img {
    width: 240px;
  }
  .mega-dropdown .md-child .md-content {
    margin-left: 240px;
  }
  /* SBANNER */
  .full-sbanner .static-banner {
    height: calc(100vh - 166px) !important;
  }
  /* BANNER SLIDER */
  #desktop-flex,
  #desktop-flex .flexslider,
  #desktop-flex .flex-viewport,
  #desktop-flex .slides,
  #desktop-flex .slides li {
    height: calc(100vh - 166px) !important;
  }
  /* SECTION */
  .spad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .has-small {
    font-size: 2.5em;
    max-width: 680px;
    margin-bottom: 20px;
  }
  .intro-text {
    margin-bottom: 40px;
  }
  .bigger-text {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  /* INDEX */
  .green-service {
    font-size: 18px;
  }
  .green-service a {
    height: 200px;
  }
  .green-service a span {
    padding-top: 120px;
    background-position: center 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-size: 70px auto;
  }
  .index-facilities-owl .owl-controls {
    padding-top: 15px;
  }
  .index-facilities-owl .owl-dots .owl-dot {
    margin: 0 20px 0 0;
    width: 12px;
    height: 12px;
  }
  .index-facilities-owl .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
  }
  .package-box .item .white-box {
    padding: 50px 0;
  }
  .package-box .item .white-box .img-area img {
    width: 110px;
  }
  .package-box .item .white-box .content-area {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .package-box .item .white-box .content-area h3 {
    margin: .8rem 0;
  }
  .package-box .item .white-box .content-area .price {
    font-size: 36px;
  }
  .package-box .item .white-box .content-area .price small {
    font-size: 21px;
  }
  .transformer-tabs,
  .transformer-tabs2,
  .transformer-tabs3 {
    margin-bottom: 30px;
  }
  .transformer-tabs li,
  .transformer-tabs2 li,
  .transformer-tabs3 li {
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .transformer-tabs a.active:before,
  .transformer-tabs2 a.active:before,
  .transformer-tabs3 a.active:before {
    height: 5px;
    bottom: -2px;
  }
  .tabs > div,
  .owl-wrapper {
    margin: 0 -15px;
  }
  .tab-owl .item,
  .media-box .item {
    padding: 0 15px 30px;
  }
  .index-poll {
    padding: 40px 80px 50px;
  }
  .index-poll h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .poll-result {
    margin-bottom: 20px;
    margin-top: -5px;
    padding-left: 38px;
  }
  /* FOOTER */
  .section-newsletter h3 {
    margin-bottom: 5px;
    font-size: 36px;
  }
  .section-newsletter .bigger-text {
    font-size: 18px;
    margin-bottom: 0;
  }
  .section-newsletter .bigger-text p {
    margin-top: 0;
  }
  .section-newsletter.spad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-top {
    padding-top: 40px;
  }
  /* STATIC BANNER & BREADCRUMBS */
  .static-banner {
    height: 334px;
  }
  .breadcrumbs ul li {
    padding-right: 20px;
    margin-right: 15;
    font-size: 14px;
  }
  .breadcrumbs ul li:before {
    right: 0;
  }
  .sbanner-section.no-sbanner .breadcrumbs {
    bottom: 0;
  }
  /* NEWS AND MEDIA */
  .media-meta .news-date {
    margin-right: 20px;
  }
  .side-related-wrap .item .white-box {
    padding: 25px 30px;
  }
  /* SERVICE */
  .three-box-related .item .white-box .wb-content h3 a {
    padding: 20px 30px;
  }
  /* INSURANCE */
  .owl-insurance-wrap {
    margin: 0 -10px;
  }
  .owl-insurance .item {
    padding: 0 10px;
  }
  .logo-box {
    margin: 20px 0;
  }
  /* FACILITIES */
  .facilities-child .text-content {
    padding: 15px 20px;
  }
  /* WHY EKA */
  .why-row {
    margin-bottom: 30px!important;
  }
  .why-row .text-content {
    padding: 35px 30px 60px;
  }
  .why-row .why-icon {
    height: 55px;
  }
  /* APPLICANT IFRAME */
  .application-h2 {
    font-size: 1.5em;
  }
  /* MCU PACKAGE */
  .mcu-package-table thead th {
    font-size: 18px;
  }
  .mcu-package-table tbody th {
    font-size: 18px;
  }
  .mcu-package-table tbody td {
    font-size: 16px;
  }
  .mcu-package-table tbody td.first-child {
    min-width: 300px;
  }
  .mcu-package-table tfoot td {
    font-size: 18px;
  }
  /* MCU PACKAGE */
  .white-box.mcu-white-box {
    margin-bottom: 50px;
    padding: 20px 35px;
  }
  .white-box.mcu-white-box p {
    font-size: 16px;
  }
  .general_accor {
    margin-bottom: 20px;
  }
  .general_accor h3 {
    padding: 16px 20px;
    background-size: 33px auto;
  }
  .general_accor .ga_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #location-map,
  .location-map-wrap,
  #map-holder > div.active {
    height: 400px;
  }
  /* CONTACT */
  .contact-form .form-group {
    padding: 25px 0;
  }
  .contact-form .form-group input[type=text],
  .contact-form .form-group textarea {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
  .contact-form .form-group input[type=text] {
    height: 46px;
  }
  .contact-form .form-group input[type=file] {
    margin-top: 12px!important;
  }
  .contact-form .form-group textarea {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .contact-form .form-group label {
    font-size: 18px;
    line-height: 46px;
  }
  .contact-form .form-group .select-style:after {
    right: 10px;
  }
  .contact-form .form-group .select-style select {
    height: 44px;
    padding: 0 45px 0 20px;
    font-size: 18px;
  }
  .contact-form .button-group .btn-red {
    padding-left: 50px;
    padding-right: 50px;
  }
  .contact-form .phone-2cols .p2c-1 {
    width: 85px;
  }
  .contact-form .phone-2cols .p2c-2 {
    width: calc(100% - 110px);
  }
  .contact-form .phone-2cols .p2c-2:before {
    line-height: 46px;
  }
  .contact-form .phone-2cols .p2c-4:before {
    line-height: 46px;
  }
  .contact-sidebar .csc p {
    padding-left: 38px;
    background-size: 24px auto;
  }
  .long-news-box {
    margin-bottom: 30px;
  }
  .long-news-box .content {
    padding: 20px 20px 20px 25px;
  }
  /* PAGINATION */
  .nuke-pagination a,
  .nuke-pagination span.non-link,
  .nuke-pagination .disabled span,
  .nuke-pagination .active span {
    min-width: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
  }
  .nuke-pagination a:hover {
    background-color: #6d6d6d;
    color: #fff;
    text-decoration: none;
    border-color: #6d6d6d;
  }
  .nuke-pagination .np-prev,
  .nuke-pagination .np-next {
    display: inline-block;
    padding: 0 15px;
    color: #6d6d6d;
  }
  .nuke-pagination .np-prev span,
  .nuke-pagination .np-next span {
    display: none;
  }
  .nuke-pagination .np-prev:before,
  .nuke-pagination .np-next:before {
    display: block;
  }
  .nuke-pagination .np-prev:before {
    content: "Prev";
  }
  .nuke-pagination .np-next:before {
    content: "Next";
  }
  .nuke-pagination span.current {
    background-color: #2ca054;
    color: #fff;
    border-color: #2ca054;
  }
  .nuke-pagination.darken span.current {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
  }
  .nuke-pagination ul.pagination {
    padding: 0;
  }
  .nuke-pagination ul.pagination li {
    display: inline-block;
  }
  .nuke-pagination ul.pagination li.disabled span,
  .nuke-pagination ul.pagination li.active span,
  .nuke-pagination ul.pagination li a {
    display: block;
  }
  .nuke-pagination ul.pagination li.active span {
    background-color: #2ca054;
    color: #fff;
    border-color: #2ca054;
  }
  .nuke-pagination.darken ul.pagination li.active span {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
  }
  .marginMinus {
    margin-left: -15px;
    margin-right: -15px;
  }
  .betterhealth-wrap .img-wrap {
    max-width: 450px;
    overflow: hidden;
  }
  .betterhealth-wrap .img-wrap .download-pdf {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
  }
  .betterhealth-wrap .img-wrap .download-pdf a {
    font-size: 21px;
  }
  .betterhealth-wrap .img-wrap:hover .download-pdf {
    bottom: 0;
  }
  .center-child .text-content {
    padding: 20px 30px;
  }
  .center-child .text-content .title-content {
    font-size: 1.7em;
  }
  .search-doctor {
    padding: 10px 50px;
  }
  .search-doctor-form .form-group label {
    line-height: 1em;
  }
  .icon-appointment {
    padding-left: 35px;
    background-size: 21px auto;
  }
  .full-label .mcu-package-table thead th {
    font-size: 16px;
  }
  .onescroll-content .box-content {
    padding-bottom: 40px;
  }
  .onescroll-content .box-content h2 {
    font-size: 32px;
  }
  .onescroll-content .box-content p {
    font-size: 18px;
  }
  .onescroll-content .box-content.bigger-text {
    max-width: 700px;
  }
  .onescroll-content .box-content.bigger-text h2 {
    font-size: 48px;
  }
  .onescroll-content .box-content.bigger-text p {
    font-size: 24px;
  }
  #section-0.full-height .onescroll-content .box-content h1 {
    font-size: 52px;
  }
  #section-0.full-height .onescroll-content .box-content p {
    font-size: 24px;
  }
  .vm-box {
    padding: 15px 30px 20px;
  }
  .vm-box h3 {
    font-size: 32px;
    background-size: 36px auto;
  }
  .vm-box p {
    font-size: 21px;
  }
  .vm-box.misi2 .misi {
    margin: 10px 0;
  }
  .vm-box.misi2 ul,
  .vm-box.misi2 ol {
    font-size: 21px;
  }
  .milestone-child {
    margin-bottom: 70px;
  }
  .owl-insurance.centered .item {
    width: 16.66%;
  }
  .download-mcu-package {
    padding: 10px 20px;
  }
  .download-mcu-package span {
    padding-left: 40px;
    background-size: 30px auto;
  }
  .general-popup {
    padding: 50px 70px;
  }
  .general-popup h1 {
    font-size: 3em;
    margin-top: .2rem;
  }
  .fancybox-close {
    right: -15px !important;
    top: -15px !important;
    width: 50px!important;
    height: 50px!important;
  }
  .mcu-package-color {
    font-size: 14px;
  }
  .room-type-photo {
    margin-bottom: 50px;
  }
  .room-wrap {
    margin-top: 50px;
  }
  .extra-padding {
    padding-top: 20px;
  }
  .doc-sch {
    width: 150px;
  }
}
@media (min-width: 1600px) {
  table tbody td,
  table tbody th,
  table thead td,
  table thead th {
    font-size: 16px;
  }
  /* SECTION */
  .spad {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .has-small {
    font-size: 2.88em;
  }
  .has-small small {
    font-size: .46em;
  }
  /* INDEX */
  .green-service {
    font-size: 21px;
  }
  .green-service a {
    height: 260px;
  }
  .green-service a span {
    padding-top: 140px;
    background-position: center 50px;
  }
  .why-eka-text {
    padding-right: 20px;
  }
  .tab-owl .wb-content,
  .media-box .wb-content {
    padding: 20px 30px;
  }
  /* NEWS AND MEDIA */
  .media-meta .news-date {
    margin-right: 25px;
  }
  /* FACILITIES */
  .facilities-child .text-content {
    padding: 20px 30px;
  }
  /* WHY EKA */
  .why-row .text-content {
    padding-bottom: 75px;
  }
  /* APPLICANT IFRAME */
  .application-h2 {
    font-size: 1.75em;
  }
}