﻿@charset "UTF-8";
@charset "UTF-8";
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);


/*========================================================
					  Main Styles
=========================================================*/
body {
  background: #f5f5f5;
  color: #555;
  font: 400 14px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

    .single-post-wrapper .grid_4 img {
        height: 250px!important;
    }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #3B8686;
}

h1 {
  font-size: 38px;
  line-height: 42px;
  color: #79BD9A;
}

h2 {
  font-size: 34px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}



h2 {
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     color: #555555;
}

article li, 
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #555555;
    line-height: 1.8;
    font-size: 16px;
}


@media (max-width: 768px) {
    h1 {
      font-size: 28px;
      line-height: 32px;
    }

    h2 {
      font-size: 24px;
      line-height: 28px;
    }

    h3 {
      font-size: 18px;
      line-height: 20px;
    }

    h4 {
      font-size: 16px;
    }

    h5 {
      font-size: 14px;
    }

    h6 {
      font-size: 12px;
    }
}
p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

i {
    font-style: italic;
}
.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #A8DBA8;
}

.hr {
  border-bottom: 3px solid #A8DBA8;
}

hr.sidebar {
  width: 100%;
  height: 1px;
  background: #A8DBA8;
  margin-top: 5px;
}
hr.sidebar + *{
  margin-top: 5px;
}

blockquote {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 5px solid #79BD9A;
    text-align: left;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.mg-add {
  margin-top: 18px;
}

.post-list ul {
  padding-left: 1rem;
}

.well1 .container p {
  text-align: justify;
  padding-bottom: 1rem;
}
/*=======================================================
					   Main Layout
=========================================================*/
* + .btn {
  margin-top: 32px;
}

* + .row {
  margin-top: 18px;
}

* + .off1 {
  margin-top: 13px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 32px;
}

* + .off4 {
  margin-top: 4px;
}

.info-box + .owl-carousel {
  margin-top: 30px;
}

h2 + img {
  margin-top: 23px;
}

h2 + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

* + hr {
  margin-top: 40px;
}

.row + p {
  margin-top: 25px;
}

hr + * {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 20px;
}

.marked-list + .btn {
  margin-top: 17px;
}

.grid_2 img + img {
  margin-top: 30px;
}

.sf-menu.homeopathy li:last-child {
	background-color: #A8DBA8;

}

	.sf-menu li:last-child a {
		color: #fff;
	}

	.sf-menu li ul li:last-child a {
		color: #79BD9A;
	}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img + img {
    margin-top: 0;
    margin-left: 8%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img {
    width: 46%;
  }
}

.off2 + hr,
.off2 + hr + .row {
  margin-top: 50px;
}

p + .btn_wr {
  margin-top: 33px;
}
/*=======================================================
            Single article
=========================================================*/
article.single-post-wrapper.right-only {
    width: 70%;
    position: relative;
    float: left;
}

aside.right {
    box-sizing: border-box;
    float: left;
    margin: 0!important;
    min-height: 1px;
    padding-right: 60px;
    padding-left: 20px;
    width: 25%;
}

article li:before {
    content: "•";
    padding-right: 8px;
    color: #8BC34A;
    font-size: 14px;
}

article a {
    color: #79BD9A;
    font-weight: 500;
}

/*Κατηγορία ομοιπαθητικά φάρμακα*/
.artcat_5 img {
    width: 200px!important;
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 767px) {
  aside.right{
    width: 100%
  }
}
/*==================Share buttons=====================*/

a.grow.share-link {
    font-size: 2.3rem;
}

ul.social-links {
    list-style: none;
    display: inline-flex;
}

.social-container a:hover{
	font-weight: normal;
    list-style-type: none;
    color: #888888;
}

.social-container li:hover {
    color: #79BD9A;
}
	.social-container li:before{
		content: " ";
	}


/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  font-size: 55px;
  line-height: 62px;
  color: #79BD9A;
  vertical-align: bottom;
}
.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  vertical-align: bottom;
}
.brand a:hover {
  color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  color: #fff;
  background: #81cd40;
}
.bg-primary .icon {
  color: #81cd40;
  background: #fff;
}
.bg-primary .product-list li .box:hover .icon {
  background: #fff;
}
.bg-primary .product-list .icon {
  margin-top: 11px;
}
.bg-primary .product-list hr {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
  margin-top: 39px;
}
.bg-primary .product-list h3 + p {
  margin-top: 12px;
}
.bg-primary .product-list hr {
  border-bottom: 0;
}

.bg-secondary {
  background: whitesmoke;
}

.bg-image {
  background: url(../images/page-3_bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image p {
  font-size: 16px;
}

/*==================     Icons     ======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 52px;
  text-align: center;
  color: #fff;
  background: #79BD9A;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon2 {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  text-align: center;
  color: #3B8686;
  background: #eaeaea;
}
.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*==================    Buttons    ======================*/
.btn,
.btn2 {
  display: inline-block;
  width: 150px;
  padding: 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor:pointer;
}
.btn:hover,
.btn2:hover {
  background: #3B8686!important;
}
.btn:active,
.btn2:active {
  background: #3B8686;
}

.btn {
  color: #fff;
  background: #79BD9A !important;
}

.btn2 {
  color: #6bac35;
  background: #eaeaea;
}
.btn2:hover, .btn2:active {
  color: #fff;
}

.btn_wr [class*="btn"] {
  padding: 16px 30px;
  display: inline-block;
  width: auto;
}
.btn_wr [class*="btn"] + [class*="btn"] {
  margin-top: 0;
  margin-left: 20px;
}
.btn_wr + .btn_wr {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .btn_wr [class*="btn"] {
    width: 100%;
  }
  .btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 20px;
    margin-left: 0;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

.box {
    padding-top: 7%;
}

/*==================     Banner    ======================*/
.banner_wr {
  position: relative;
  min-height: 308px;
}

.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}

  .banner .four_under_slider_image .one {
    background-repeat: no-repeat;
  }

  .four_under_slider_image img {
      border: 4px solid #ddd;
      box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  }
  .four_under_slider_image {
	  min-height:170px;
  }
.banner li {
  position: relative;
  margin-top: 30px;
  width: 25%;
  height: 358px;
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #3B8686;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.banner li:hover {
  margin-top: 0px;
  height: 388px;
  padding-bottom: 50px;
}
.banner li [class*="fa-"] {
  font-size: 62px;
  line-height: 1;
  color: inherit;
}
/*
.banner li a {
  position: absolute;
  bottom: 26px;
  right: -30px;
}
.banner li a:before {
  font-family: "FontAwesome";
  font-size: 19px;
  line-height: 1;
  color: inherit;
  content: "";
}*/
.banner li a:hover {
  opacity: .7;
}
/*.banner li:hover a {
  right: 30px;
}*/
.banner li:nth-child(1) {
  background: #79BD9A;
}
.banner li:nth-child(2) {
  background: #3B8686;
}
.banner li:nth-child(3) {
  background: #79BD9A;
}
.banner h3 {
  color: #fff;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner [class*="fa-"] + h3 {
  margin-top: 17px;
}
.banner h3 + p {
  margin-top: 13px;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
  }
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  .banner li a {
    right: 30px;
  }
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  .banner li:hover {
    height: auto;
    margin-top: 20px;
  }
}


/*map front-page*/

.map-title {
    color: #3C8686;
    font-weight: 700;
    font-size: 1.5625rem;
  }

.homeopathy-map {
    background-image: url(/images/homeopathy-map.jpg);
    background-position: left top;
    background-repeat: no-repeat, repeat;
    height: 490px;
    background-size: 100% auto;
}

  .homeopathy-map:hover{
      background-image: url(/images/homeopathy-map-hover.jpg);
     
  }


/*==============      Product List     ==================*/
.product-list li .box:hover .icon {
  background: #3B8686;
}
.product-list li .box_cnt__no-flow {
  padding-left: 30px;
}
.product-list * + hr {
  margin-top: 50px;
}
.product-list hr + * {
  margin-top: 50px;
}
.product-list h3 + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .product-list hr {
    display: none;
  }
  .product-list hr + * {
    margin-top: 30px;
  }
  .product-list li .box {
    text-align: center;
  }
  .product-list li .box_aside {
    float: none;
  }
  .product-list li .box_aside .icon {
    display: inline-block;
  }
  .product-list li .box_cnt__no-flow {
    margin-top: 20px;
    padding-left: 0;
  }
}

/*===================Special Text ======================*/
.special-text {
    padding: 2% 4%;
    background-color: rgba(121, 189, 154, 0.42);
    color: black;
    margin: 2% 0px;
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote p {
  padding-top: 3px;
}
/*blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #3B8686;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}*/
blockquote cite {
  display: block;
  font-size: 16px;
  color: #3B8686;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #79BD9A;
}
.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 22px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
  color: #777777;
}

/*==================  Contact List  =====================*/
.contact-list {
  font-size: 16px;
}
.contact-list .box {
  display: table;
}
.contact-list .box_cnt__no-flow {
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px;
}
.contact-list .box + .box {
  margin-top: 30px;
}
.contact-list a[href^="callto:"] {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-list a[href^="callto:"] {
    font-size: 18px;
  }
}
.contact-list a:hover {
  color: #79bd9a;
}

.contact-list2 {
  padding-top: 23px;
  padding-bottom: 2px;
}
.contact-list2 h3 {
  color: #6bac35;
}
.contact-list2 a[href^="callto:"] {
  font-size: 24px;
  line-height: 28px;
}
.contact-list2 dd, .contact-list2 dt {
  display: inline-block;
  font-size: 16px;
}
.contact-list2 a + dl {
  margin-top: 9px;
}

.contact {
    background-color:#FFF;
}

.contact img {
    max-width: 100%;
    height: auto;
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

/*==================  Marked List  ======================*/
table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
table td {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table td:last-child {
  min-width: 98px;
}
table tr:nth-child(even) {
  background: whitesmoke;
}

/*==================    Info Box   ======================*/
.info-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 7px;
	padding: 10px 10px 0px 10px;
	color: #fff;
	background: #A8DBA8;
	/*border: 0.1rem #79bd9a solid;*/
    border-style: solid;

}

	.contact .info-box {
		border-radius: 0.5rem;
		border: none;
		width: 75%;
		border-radius: 15px 50px;
    	padding: 20px;
    	width: 200px;
	}

.info-box dt,
.info-box dd {
  display: inline-block;
}
.info-box hr {
  background: #fff;
}
.info-box [class^="fa-"]:before {
  padding-right: 13px;
  font-size: 54px;
}
.info-box h2 {
  position: relative;
  padding-left: 65px;
}
.info-box h2:before {
  position: absolute;
  left: 0;
}
.info-box h2 + hr {
  margin-top: 26px;
}
.info-box * + h3 {
  margin-top: 18px;
}
.info-box h3 + dl {
  margin-top: 4px;
}
.info-box dl + hr {
  margin-top: 25px;
}

/*==================     Info     ======================*/
.info dt {
  font-size: 24px;
  color: #777777;
}
.info dt + dd {
  margin-top: 17px;
}
.info dd + dt {
  margin-top: 15px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 22px 24px;
  color: #79BD9A;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
    border-right: 1px solid #e1e1e1;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #79BD9A;
  border-right: 1px solid #3B8686;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #79BD9A;
  border-right: 1px solid #3B8686;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  background: #f5f5f5;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 16px;
  padding: 11px 31px;
  color: #79BD9A;
  background: #f5f5f5;
}
.sf-menu ul > li + li {
  border-top: 1px solid #e5e5e5;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #777777;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 235px;
  margin-top: 0;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #81cd40;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #3B8686;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  margin-top: 22px;
  background: #f5f5f5;
}

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #3B8686;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 24px;
  background: #fff;
}
header .brand {
  float: left;  
  width:100%;
  text-align:center;
}

 header .brand .logo {
    width: 10%;
    float: left;
  }

header .brand .title {
    float: left;
    position: relative;
    padding-left: 5px;
    width: calc(70% - 80px);
    height: 97px;
    text-align: center;
    display: inline-block;
}

  header .brand .Search {
      float: left;
      width: 20%;
  }

  header #login {
    padding-left: 0.3rem;
  }
.brand div h1 {
	display:table-cell;
	vertical-align: middle !important;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }  
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }

}

@media (max-width: 479px) {

  .camera_caption [class*="grid_"] {
      font-size: 35px;
  }

  header .brand .logo {
      width: 100%;
  }

  header .brand .title { 
      width: 100%;
      height: 180px;
  }

  .brand div h1 {
      display: table-cell;
      vertical-align: middle !important;
      font-size: 30px;

  }

  .sb-search.sb-search-open, .no-js .sb-search, #sb-search {
      width: 100%;
  }

  .rd-mobilepanel_title {
  	font-size: 15px;
  	white-space: pre-wrap;
    line-height: 18px;
    top: -11px;
  }

  .homeopathy-map { height: 260px; } 
}



/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
main .container.hr {
  padding-bottom: 50px;
}
main p + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #79bd9a;
}
main p + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

a[href^="callto:"]:hover {
  color: #79bd9a;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 69%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well1 {
  padding-top: 32px;
  padding-bottom: 60px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.well3 {
  padding-top: 59px;
  padding-bottom: 61px;
}

.ins1 {
  padding-bottom: 0;
}

.ins2 {
  padding-bottom: 52px;
}

.ins3 {
  padding-bottom: 43px;
}

.ins4 {
  padding-bottom: 20px;
}

.ins5 {
  padding-top: 44px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: whitesmoke;
}
footer section + section .container {
  border-top: 1px solid #e5e5e5;
}
footer .copyright {
  padding-top: 21px;
  padding-bottom: 55px;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}

/*===========================================================
                     SLIDER STYLES
===========================================================*/

.preffix_6 {
    color: white!important;
    background: rgba(0, 0, 0, 0.6);
    bottom: -11rem;
    padding: 2rem;
    line-height: 66px!important;
}

/*===========================================================
                        NEWSLETTER
===========================================================*/

.rd-mailform.newsletter label input {
    display: block;
    width: 95%!important;
    margin: 20px 0%!important;
}

.newsletter .mfValidation {
    right: auto!important;
}

  hr.newsletter-line {
    margin-top: 5px;
  }

   hr.newsletter-line + *{
    margin-top: 0px!important;
  }

.rd-mailform.newsletter .mfControls{
    margin-top: 20px;

}
.rd-mailform.newsletter .mfControls .btn{
    border: 1px solid #A8DBA8;
}

/*Dots on small slider - overide from owl-carousel.css line 77*/
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
    background: #79BD9A!important;
}


/*overide .camera_next, .camera_prev cammera.css line245 */ 
  .camera_next, .camera_prev {
    color:#79BD9A!important;
  }


/*select.ddlNewsletter {
    width: 100%;
    height: 30px;
    border-color: rgb(169, 169, 169);
    color: #666;
    line-height: 22px;
    padding: 2px;
    outline: 0!important;
    border: 1px solid #c2cad8;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
*/
select.dropdown {

  /* styling */
  width: 100%;
  background-color: white;
  border: thin solid #79BD9A;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.dropdown {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #79BD9A, #79BD9A);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  color: #555;
}

select.dropdown:focus {
  background-image:
    linear-gradient(45deg, #79BD9A 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #79BD9A 50%),
    linear-gradient(to right, #F5F5F5, #F5F5F5);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


#ctl00_mainContent_wdj_Newsletter_ddlNLcategory,
#ctl00_ctl00_mainContent_mainContentRight_wdj_Newsletter_ddlNLcategory {
    margin-top: 15px;
}


/*==================Comments=====================*/
.respond-box {
    margin-bottom: 10px 0 30px 0;
    padding: 0;
    position: relative;
    border: 3px solid #dadade;
    border-top: 0;
}
#comments .sep-text {
    margin-bottom: 32px;
    z-index: 2;
}
.respond-box-title.sep-text {
    margin: auto -3px 0 -3px;
    width: auto;
    position: relative;
    height: 0;
    top: -10.9px;
    padding: 0;
}
.sep-text {
    text-align: center;
}

#comments .sep-text .sep-text-before, .sep-text .sep-text-after, #comments .sep-text .sep-text-line{
    vertical-align: middle;
}

.sep-text.centered .sep-text-before, .sep-text .sep-text-after {
    width: 100%;
}
#comments .sep-text .sep-text-line {
    vertical-align: middle;
}
.respond-box .respond-box-title.sep-text .sep-text-line {
    border-top-width: 3px;
    border-bottom: 0;
}
.sep-text .sep-text-line {
    display: inline-block;
    padding-top: 2px;
    width: 100%;
    border-top: 0 solid;
    border-bottom: 1px solid;
    color: #dadade;
    vertical-align: baseline;
}
#comments .sep-text .content {
    padding: 0 10px;
}
.respond-box .respond-box-title.sep-text .content {
    color: #526371;
    font: bold 11px/12px "Asap";
    font-size: 14px;
    padding: 0 1em;
    font-weight: bold;
}
#respond {
    padding: 20px;
}

#commentform {
    position: relative;
}

.grid-1 {
    width: 100%;
}
#commentform .form-submit {
    float: right;
    margin: 15px 15px 0 0;
    bottom: 0;
    height: auto;
}
#commentform #submit {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    border-radius: 1.5em;
    border: 0;
    transition: color .3s ease,border .3s ease,background .3s ease;
    padding: .5em 1em;
    border: none;
    background: #9CE4F1;
    color: #126c7c;
}
input#submit {
    font-size: 12px;
    text-transform: inherit;
    line-height: 4px;
}

span.pager 
{
    width:100%;
    color:#3C8787;
    
}

span.pager a:first-child {
    float:left;
    font-size:1.4em;
    margin-left:30px;
}

span.pager a:nth-child(2) {
    float:right;
    font-size:1.4em;
    margin-right:55px;
}

@media (max-width: 768px)
{
        span.pager a:first-child {
        float:left;
        font-size:1em;
        margin-left:0px;
    }

    span.pager a:nth-child(2) {
        float:right;
        font-size:1em;
        margin-right:0px;
    }
    .homeopathy-map { height: 350px; } 
}

.inline-table {
    display:inline-table;
    width:100%;
}

.comfort {
    margin:10px 1px;
}
.leader {
    background-color: #79BD9A;
    padding: 3px 13px 3px 13px;    
}

.leaded {
    padding:6px;
    width:calc(100% - 40px);
    float: right;

    outline: 0!important;
    border: 1px solid #c2cad8;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.5em;
}

.info-box-narrow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 0px 10px 10px;
    color: #fff;
    background: #A8DBA8;
    min-width:200px;
    border-radius: 0.5rem;
}

aside.right .info-box-narrow {
	 border: 0.05rem #79bd9a solid;
}
/* Catalog Pharmacy */
.container .sidebar-directory .row {
    margin-left: 0px;
}
.btn.catalog {
    width: 120px;
    padding: 8px;
    font-size: 11px;
    line-height: 8px;
    margin-top: 0px;

}

span.pharmacy,
span.doctor {
  font-size: 1.2rem;
}

  span.pharmacy:before {
      font-weight: 400;
      font-family: "FontAwesome";
      content: "\f0fa";
      font-size: 1.4rem;
      padding-right: 0.5rem;

  }

  span.doctor:before {
      font-weight: 400;
      font-family: "FontAwesome";
      content: "\f0f1";
      font-size: 1.4rem;
      padding-right: 0.5rem;

  }

hr.catalog {
  margin-top: 8px;
  width: 60%;
  float: left;
  position: absolute;
}

a.nav-link {
    color:#79BD9A;
}

a.nav-link:hover {
    color:#A8DBA8;
}

/* Doctor list */

div.letterfilter {
    text-align: center;
    float: left;
    border: 1px #79BD9A solid;
    border-radius: 100%;
    width: 26px;
    height: 20px;
    padding-bottom: 6px;
    margin-right: 4px;
    margin-bottom: 4px;
}

a.letterfilter {
	font-weight: bold;
    font-size: 16px;

}

	div.letterfilter:hover,
	div.letterfilter:hover > a {
	    background-color: #79BD9A;
	    color: #fff;
	}

	.sidebar-directory div.letterfilter  {
	    margin-right: 20px;
	    margin-bottom: 15px;
	    margin-left: 20px;
	}


/* front page news grid */

.news-grid blockquote.box {
    margin-left: 0px;
    margin: 10px 0px;
}

.news-grid a{
    font-size: 18px;
    text-align: left;
}

.well1 .container p {
    text-align: left;
}

.box.wow.fadeInRight.animated .icon.fa.fa-moon-o {
    background-image: url(/images/icon-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;

}

/*category articles*/
.grid_3b img {
    max-width: 100%;
    height: 170px;
}

.comfy h3 {
/*     height:60px; */
    vertical-align:top;
}

/*Special Articles*/
p.medicines a{
    display:block;
}

p.medicines{
    text-align:center !important;
}

p.medicines:after {
    content:"\f141";
    font-family: FontAwesome;
}




/*

    SPECIAL

*/

.right-10
{
    margin-right:10px;
}

.icon-text
{
    text-align:center;
    font-size:1.2em;
    padding-top:5px;
}
/*END SPECIAL*/

/*table style n2*/

.tg  {border-collapse:collapse;border-spacing:0;border-color:#bbb;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:15px 7px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#fff;color:#594F4F;background-color:#E0FFEB;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:15px 7px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#fff;color:#493F3F;background-color:#9DE0AD;}
.tg .tg-7tt2{font-weight:bold;background-color:#f5f5f5;color:#79bd9a;vertical-align:top}
.tg .tg-3we0{background-color:#ffffff;vertical-align:top}

ul.ul-horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.no-list-style{
    list-style-type:none;
}

li.no-list-style:before {
    content: none !important;
}
.fleft {
    float:left;
}

td.tg-3we1 {
    background-color: #f5f5f5;
}