a:focus, a:hover, a:active, input:focus, input:hover, input:active, button:focus, button:hover, button:active {
  outline: none !important; }

body {
  font-family: Arial, Helvetica, sans-serif; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.logo-container {
  display: inline-block;
  vertical-align: top;
  padding: 14px 0;
  width: 140px; }
.logo-container img {
  width: 100%; }

.header-main {
  background: #d71423; }

.nav ul:after {
  content: '';
  display: table;
  clear: both; }

.nav li {
  float: left;
  -webkit-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s; }

.nav span {
  display: block;
  text-align: center; }

.nav a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2; }

.nav-trigger {
  width: 40px;
  height: 27px;
  cursor: pointer;
  float: right;
  position: relative;
  z-index: 20; }
.nav-trigger div {
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: 0.15s ease-in 0s;
  transition: 0.15s ease-in 0s;
  position: absolute;
  right: 0; }
.nav-trigger div:nth-child(1) {
  top: 0; }
.nav-trigger div:nth-child(2) {
  width: 75%;
  top: 0;
  bottom: 0;
  margin: auto; }
.nav-trigger div:nth-child(3) {
  width: 50%;
  bottom: 0; }
.nav-trigger:hover div {
  width: 100% !important; }

.nav-main {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  text-align: right;
  float: right; }
.nav-main img {
  height: 35px;
  width: 100%;
  display: block;
  margin: 0 auto 15px; }
.nav-main a {
  padding: 25px 0; }
.nav-main li {
  max-width: 180px;
  width: 100%;
  border-right: 1px solid #fff;
  position: relative; }
.nav-main li:first-child {
  border-left: 1px solid #fff; }
.nav-main li:hover, .nav-main li.active {
  background: #009640; }
.nav-main li:hover a, .nav-main li.active a {
  font-weight: 700; }

.slider {
  position: relative; }
.slider img {
  background-position: center;
  background-size: cover; }
.slider .owl-dots {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  text-align: center;
  height: 6px; }
.slider .owl-dot {
  max-width: 95px;
  width: 100%;
  height: 6px;
  margin: 0 5px;
  display: inline-block;
  background: #d7d7d7;
  position: relative;
  top: -9px; }
.slider .owl-dot.active {
  background: #009640; }

.middle-boxes {
  margin: 60px 0 0 0; }

.news img {
  background-position: center;
  background-size: cover;
  height: 295px; }

.display-table {
  display: table;
  width: 100%;
  margin: auto; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle; }

.box-title {
  font-size: 18px !important;
  font-weight: 800;
  color: #009640;
  margin: 0; }

.sub-title {
  font-size: 23px !important; }

.box-text {
  font-size: 12px;
  color: #000;
  margin: 20px 0 15px 0; }

.btn-link {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: #d71423;
  padding: 0;
  border: 0;
  max-width: 225px;
  width: 100%;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }
.btn-link span {
  position: relative;
  z-index: 2; }
.btn-link:hover {
  background: #009640;
  text-decoration: none;
  color: #fff; }
.btn-link:focus, .btn-link:active {
  background: #d71423;
  text-decoration: none;
  color: #fff; }

.grey-box {
  background: #d7d7d7; }
.grey-box .display-table {
  height: 270px;
  max-width: 365px; }

.box-shadow {
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.25); }

.static-box .display-table {
  padding-left: 145px;
  max-width: 455px;
  background-position: center left;
  background-size: 100px auto;
  background-repeat: no-repeat; }

.static-box.bottom {
  margin: 25px 0 0 0; }

.newsletter {
  margin: 25px 0 0 0; }
.newsletter .col-xs-7 {
  background-position: 15px center;
  background-size: cover;
  background-repeat: no-repeat; }
.newsletter .col-sm-5 {
  padding-left: 0; }
.newsletter img {
  height: 400px;
  width: 100%; }

.newsletter-box .display-table {
  height: 400px;
  max-width: 225px; }

.newsletter-box .custom-checkbox span {
  font-size: 11px; }
.newsletter-box .custom-checkbox span:before {
  line-height: 10px; }

.newsletter-box form, .contact-box form {
  margin: 15px 0 0 0; }

.newsletter-box label, .contact-box label {
  font-weight: 400;
  font-size: 12px; }

.newsletter-box .form-group, .contact-box .form-group {
  margin: 0 0 5px 0; }

.newsletter-box input, .contact-box input {
  border: 1px solid #a1a1a1;
  border-radius: 0;
  height: 34px; }

.form-group.error label {
  color: #d71423; }

.form-group.error input, .form-group.error textarea {
  border: 1px solid #d71423; }

.custom-checkbox {
  margin: 10px 0; }
.custom-checkbox input {
  display: none; }
.custom-checkbox span {
  width: 12px;
  height: 12px;
  border: 1px solid #a1a1a1;
  background: #fff;
  -webkit-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
  position: relative;
  top: 3px;
  font-size: 31px; }
.custom-checkbox span:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  opacity: 0;
  filter: alpha(opacity=0);
  color: #009640;
  position: absolute;
  height: 100%;
  line-height: 32px; }
.custom-checkbox i {
  font-style: normal;
  width: calc(100% - 30px);
  display: inline-block;
  font-size: 10px; }
.custom-checkbox input:checked + label span:before {
  opacity: 1;
  filter: alpha(opacity=100); }

.footer-main {
  background: #d71423;
  margin: 25px 0 0 0;
  padding: 30px 0; }

.nav-footer {
  margin: 0;
  position: relative; }
.nav-footer ul {
  padding: 0; }
.nav-footer li {
  color: #fff;
  margin: 0 127px 0 0; }
.nav-footer li:last-child {
  margin: 0; }

.footer-bottom li {
  color: #fff; }

*[data-inView] {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s; }
*[data-inView].isView {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100); }

.static-page iframe {
  height: 415px;
  width: 100%;
  position: relative;
  margin: 75px 0 0 0; }

.static-page * {
  font-size: 14px; }

.static-page .container .row {
  margin-bottom: 15px; }
.static-page .container .row:last-child {
  margin-bottom: 0; }

.static-page img {
  max-width: 100%; }

.page-title {
  font-size: 54px;
  font-weight: 900;
  color: #009640;
  margin: 0 0 25px 0; }

.contact-box {
  padding: 62px 15%; }
.contact-box input {
  max-width: 100%; }
.contact-box textarea {
  border: 1px solid #a1a1a1;
  border-radius: 0;
  height: 160px;
  max-width: 100%;
  min-width: 100%; }
.contact-box .form-group.textarea {
  margin: 0; }

.static-icon {
  padding: 0;
  margin: 0; }
.static-icon:after {
  content: '';
  display: table;
  clear: both; }
.static-icon li {
  float: left;
  text-align: center;
  max-width: 168px;
  width: 100%;
  margin: 0 25px 0 0; }
.static-icon li.green div {
  background: #009640; }
.static-icon li.green span {
  color: #009640; }
.static-icon li.red {
  margin: 0; }
.static-icon li.red div {
  background: #d71423; }
.static-icon li.red span {
  color: #d71423; }
.static-icon li.grey div {
  background: #d7d7d7; }
.static-icon li.grey span {
  color: #d7d7d7; }
.static-icon div {
  height: 157px;
  padding: 39px 0;
  margin: 0 0 25px 0; }
.static-icon img {
  max-height: 80px;
  height: 100%;
  display: inline-block; }
.static-icon span {
  line-height: 20px;
  display: block;
  font-size: 18px;
  font-weight: 800; }

.news-container .col-sm-6 {
  margin: 0 0 25px 0; }

.pagination {
  margin: 10px 0 0; }

.pagination > li > a,
.pagination > li > span {
  border-color: transparent !important;
  color: #000; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: transparent;
  color: #009640;
  text-decoration: underline; }

.breadcrumb {
  padding: 0;
  margin: 25px auto 60px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
.breadcrumb ul:after {
  content: '';
  display: table;
  clear: both; }
.breadcrumb li {
  display: inline-block;
  float: left; }
.breadcrumb li a {
  font-size: 12px;
  color: #000; }
.breadcrumb li:after {
  content: '/';
  display: inline-block;
  margin: 0 2px; }
.breadcrumb li:last-child {
  font-size: 14px;
  color: #009640; }
.breadcrumb li:last-child:after {
  content: ''; }

.news-one-section img {
  max-width: 100%;
  float: left;
  margin: 0 30px 15px 0; }

.news-one-section .btn-link {
  margin: 25px 0 0 0; }

.news-title {
  margin: 0 0 30px 0;
  color: #009640;
  font-size: 24px;
  font-weight: 800; }

.career-list li {
  padding: 35px 0;
  border-bottom: 3px solid #d71423;
  -webkit-transition: 0.15s ease-in 0s;
  transition: 0.15s ease-in 0s; }
.career-list li:last-child {
  border-bottom: 0; }
.career-list li:hover {
  padding: 35px 0 35px 10px; }

.career-list h4 {
  margin: 0;
  color: #009640;
  font-size: 24px; }

.career-list p {
  margin: 0; }

.career-table {
  border-spacing: 3px;
  border-collapse: separate;
  max-width: 430px;
  width: 100%;
  margin: auto; }
.career-table th {
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #009640;
  padding: 10px 0; }
.career-table td {
  color: #000;
  background: #d7d7d7;
  padding: 10px 0; }

.custom-modal .modal-content {
  border-radius: 0;
  background: #009640; }

.custom-modal button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  z-index: 5; }
.custom-modal button:after {
  font-family: 'Glyphicons Halflings';
  content: "\e014";
  color: #009640;
  font-size: 16px;
  position: absolute;
  left: 2px;
  right: 0;
  margin: auto;
  top: 0;
  line-height: 29px;
  bottom: 0; }
.custom-modal button:hover {
  background: #fff; }

.custom-modal .modal-body {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 30px; }

.custom-modal strong {
  font-size: 30px;
  display: block;
  margin: 0 0 10px 0; }

.modal-backdrop {
  background-color: #fff; }

.sort-pharmacies label {
  color: #505050;
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: 400;
  font-size: 18px; }
.sort-pharmacies label i {
  width: auto;
  font-size: 18px; }

.sort-pharmacies select {
  height: 35px;
  border: 1px solid #505050;
  background: #f6f6f6;
  color: #009640;
  width: 100%;
  max-width: 168px;
  padding: 0 0 0 13px; }
.sort-pharmacies select:focus {
  outline: 0; }

.sort-pharmacies span {
  height: 35px;
  width: 35px;
  margin: 0 0 0 20px;
  vertical-align: middle;
  position: static;
  font-size: 31px; }

.sort-pharmacies .custom-checkbox label {
  margin: 0; }

.sort-pharmacies li {
  display: inline-block;
  margin: 0 25px 0 0; }
.sort-pharmacies li:last-child {
  margin: 0; }

.pharmacy {
  margin: 0 0 25px 0;
  min-height: 270px; }
.pharmacy h3 {
  color: #009640;
  margin: 0 0 15px 0;
  padding: 25px 0 0 0;
  position: relative;
  font-weight: 600;
  font-size: 24px; }
.pharmacy h3:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #d71423;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
.pharmacy p {
  margin: 0; }

#map_canvas {
  width: 100%;
  height: 585px;
  margin: 15px auto 60px; }

.page-404 {
  text-align: center;
  height: 100vh; }
.page-404 .container {
  height: 100%; }
.page-404 .img-responsive {
  margin: auto; }
.page-404 h2 {
  color: #d71423;
  margin: 10px 0 15px 0;
  font-size: 30px;
  font-weight: 400; }
.page-404 h3 {
  color: #464646;
  font-weight: 400;
  margin: auto;
  font-size: 20px; }
.page-404 a {
  margin: 25px auto 0;
  font-size: 14px; }
.page-404 .display-table {
  width: 100%;
  height: 100%;
  display: table; }
.page-404 .display-table-cell {
  vertical-align: middle;
  display: table-cell; }

.eskulap-ico {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  width: 31px;
  top: 0;
  margin: auto; }

.cookies-container {
  background: #fff;
  display: none;
  padding: 15px 0;
  width: 100%;
  font-size: 11px;
  text-align: justify; }
.cookies-container span {
  display: block;
  margin: 5px 0 0 0;
  font-weight: 600;
  cursor: pointer;
  text-align: right; }

.gm-style-iw div div * {
  font-family: Arial, Helvetica, sans-serif !important; }

@media (max-width: 1199px) {
  .logo-container {
    padding: 10px 0;
    width: 108px; }
  .nav-main li {
    max-width: 140px; }
  .nav-main a {
    padding: 15px 0; }
  .nav-main img {
    max-height: 25px; }
  .static-box .display-table {
    padding-left: 130px;
    max-width: 390px; }
  .nav-footer li {
    margin: 0 88px 0 0; }
  .static-icon li {
    max-width: 135px; }
  .static-icon div {
    height: 125px; } }

@media (max-width: 991px) {
  .logo-container {
    padding: 10px 0;
    width: 108px; }
  .nav-main {
    width: calc(100% - 220px);
    padding: 25px 0px; }
  .nav-main li {
    max-width: 100%;
    width: auto; }
  .nav-main a {
    padding: 0 20px;
    font-weight: 400 !important;
    height: 40px;
    line-height: 40px; }
  .nav-main img {
    display: none; }
  .static-box .display-table, .grey-box .display-table {
    padding: 0 15px;
    max-width: 640px;
    margin: auto;
    background: none !important; }
  .nav-footer li {
    margin: 0 45px 0 0; }
  .contact-box {
    padding: 18px 15px; }
  .contact-box input {
    max-width: 100%; }
  .contact-box .btn-link {
    display: block;
    margin: auto; }
  .static-title {
    font-size: 22px;
    margin: 0 0 15px 0; }
  .static-page img {
    margin: 0 auto 15px; }
  .static-page iframe {
    margin: 25px 0 0 0; }
  .static-page .row {
    margin-bottom: 10px; }
  .static-icon {
    max-width: 290px;
    display: block;
    width: 100%;
    margin: 25px auto 0; }
  .static-icon div {
    margin: 0 0 15px 0; }
  .static-icon span {
    line-height: 16px;
    font-size: 14px; }
  .career-list li {
    padding: 25px 0; }
  .career-list li:hover {
    padding: 25px 0 25px 10px; }
  .sort-pharmacies label {
    margin: 0 8px 0 0;
    font-size: 16px; }
  .sort-pharmacies label i {
    font-size: 16px; }
  .sort-pharmacies span {
    margin: 0 0 0 8px; }
  .sort-pharmacies li {
    margin: 0 40px 0 0; } }

@media (max-width: 767px) {
  .logo-container {
    width: 90px; }
  .news {
    margin: 0 0 25px 0; }
  .news img {
    height: 130px;
    width: 100%; }
  .grey-box .display-table {
    height: auto;
    padding: 15px; }
  .newsletter .col-sm-5 {
    padding-left: 15px; }
  .grey-box {
    text-align: center; }
  .newsletter-box label, .contact-box label {
    text-align: left;
    display: block; }
  .nav-main {
    padding: 26px 0px; }
  .nav-main .nav-main-inner {
    display: table;
    position: fixed;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 80px 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
    z-index: -1; }
  .nav-main ul {
    display: table-cell;
    vertical-align: middle; }
  .nav-main li {
    display: block;
    float: none;
    margin: 0;
    padding: 5px 0; }
  .nav-main li:hover, .nav-main li.active {
    background: rgba(0, 0, 0, 0.085); }
  .nav-main a {
    color: #000;
    font-size: 22px;
    font-weight: 600 !important;
    height: 60px;
    line-height: 60px; }
  .nav-main.open .nav-main-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 15; }
  .nav-main.open .nav-trigger {
    position: fixed;
    top: 26px;
    right: 15px; }
  .nav-main.open .nav-trigger div {
    width: 100% !important;
    background: #000; }
  .nav-main.open .nav-trigger div:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .nav-main.open .nav-trigger div:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(9px) translateX(7px);
    -ms-transform: rotate(45deg) translateY(9px) translateX(7px);
    transform: rotate(45deg) translateY(9px) translateX(7px); }
  .nav-main.open .nav-trigger div:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-9px) translateX(7px);
    -ms-transform: rotate(-45deg) translateY(-9px) translateX(7px);
    transform: rotate(-45deg) translateY(-9px) translateX(7px); }
  .nav-footer li {
    margin: 0;
    display: block;
    float: none;
    padding: 5px 0;
    text-align: center; }
  .footer-bottom li {
    color: #fff;
    text-align: center; }
  .slider .owl-dot {
    max-width: 45px; }
  .static-page iframe {
    margin: 25px 0; }
  .contact-box textarea {
    height: 175px; }
  .page-title {
    font-size: 28px; }
  .sub-title {
    font-size: 22px !important; }
  .breadcrumb {
    margin: 15px auto 25px; }
  .news-title {
    margin: 0 0 20px 0;
    font-size: 18px; }
  .news-one-section .btn-link {
    margin: 25px auto 0;
    display: block; }
  .career-table td {
    padding: 10px 5px; }
  .sort-pharmacies label {
    margin: 0 15px 0 0; }
  .sort-pharmacies span {
    margin: 0 0 0 15px; }
  .sort-pharmacies li {
    display: block;
    margin: 0 0 15px 0; }
  .eskulap-ico {
    position: static;
    display: block;
    margin: 10px auto 0; } }

@media (max-width: 640px) {
  .static-icon li {
    max-width: 86px;
    margin: 0 15px 0 0; }
  .static-icon div {
    height: 85px;
    padding: 22px 0; } }

@media (max-width: 380px) {
  .sort-pharmacies select {
    display: block;
    margin: 5px 0 0 0; } }
