/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(opensanswebfonts/stylesheet.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.section-inner {
	margin: 0 auto;
	width: 1200px;
}

html {
	direction: rtl;
	font-family: arial;
}

html, body {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: border-box;
}

.blue { color: #25c0f1; }
.text-center { text-align: center; }
.center { margin: 0 auto; }
.bold { font-weight: bold; }
.white { color: #fff; }
.gray {color: #7e7e7e;}
.slim { font-weight: normal; }
.u { text-decoration: underline; }
p   { color: #666666; text-decoration: none; font-family: 'Open Sans Hebrew', sans-serif; font-weight: 300; font-size: 20px;   line-height: 30px;}
.top a { color: #000; font-size: 14px; font-weight: 300; line-height: 24px;     }

.status-publish ul {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

a  { color: #7e7e7e;  text-decoration: none; font-family: 'Open Sans Hebrew', sans-serif;}
p {margin-bottom: 10px;}
span { font-family: 'Open Sans Hebrew', sans-serif; }
.pull-left { float: left; }
.pull-right { float: right; }
.group:after {
	content: "";
	display: table;
	clear: both;
}
.spacer {
	color: #25c0f1;
	margin: 10px auto;
	display: block;
}
.spacer-line {
	color: #25c0f1;
	margin: 10px auto;
	display: inline-block;
	width: 20px;
	border-bottom: 1px solid #27c0f1;
}

.spacer:before, .spacer:after {
	content: " ";
	width: 20px;
	margin-left: 13px;
	height: 1px;
	background: #25c0f1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}

.margin-20-40 { margin-top: 20px; margin-bottom: 40px;}


h1 { font-family: 'Open Sans Hebrew', sans-serif; font-size: 46px; }
h2 { font-family: 'Open Sans Hebrew', sans-serif; font-size: 34px; font-weight: bold;}
h3 { font-family: 'Open Sans Hebrew', sans-serif; font-size: 18px; font-weight: bold; margin: 5px 0;}
strong { font-weight: bold; }
.post h3 { color: #25C0F1; }
h4 { font-family: 'Open Sans Hebrew', sans-serif; font-size: 14px; font-weight: bold; color: #7e7e7e;  }

h1,h2 { margin-bottom: 15px; }
section:not(.header) { margin: 20px 0;}
/* Menus */
nav ul li {
	display: inline;
}

.section-inner.main-text {
	width: 40%;
	margin: 0 auto;
}
.section-inner.main-text p {
	font-size: 20px;
	line-height: 30px;
	color: #424242;
}

.page-id-427 h1.entry-title {
	text-align: center;
}

.section-inner.main-text p:last-of-type {
	padding-top: 15px;

}


.section-inner.main-text strong {
	font-weight: bold;
}

article.status-publish, .entry-footer {
	clear: both;
}

.top-sticky-mobile .signup-form {
	right: 50%;
	left: 50%;
	top: 64px;
	transform: translate(50%,0%);
}

.top { margin-top: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	background-color: #fff;

}

.top.sticky {box-shadow: 0 0 11px rgba(0,0,0,0.2) }
.header { border-top: 1px solid #e9e9e9}

.top-right { width: 60%; line-height: 32px; }
.top-left { width: 35%; line-height: 32px; }

nav.top-right li {
	padding: 0 10px;
	border-left: 1px solid #7e7e7e;
}

nav.top-right li:last-child {
	border-left: 0;
}

.header {
	padding-top: 30px;
	margin-top: 44px;
}

.signup {
	background-color: #25c0f1;
	height: 100%;
	padding: 10px 15px;
	margin-top: -10px;
	font-size: 22px;
}

a.signup {
	color: #fff;
	font-size: 22px;
}

@keyframes showNav {
	from {opacity: 0;}
	to {opacity: 1;}
}

nav.main-nav {
	margin-right: 0;
	line-height: 50px;
}

li.menu-item-has-children:hover > a {
	color: #25C0F1;
}

li.menu-item-has-children:hover .sub-menu {
	display: block;
	animation: showNav 250ms ease-in-out both;
}

.main-nav-sticky li.menu-item-has-children:hover .sub-menu {
	display: none;
}

li.menu-item-has-children {
	position: relative;
}

nav.main-nav li {
	margin: 0 8px;
}

nav.main-nav li a {
	color: #000;
	font-size: 17px;
}

.sub-menu:before {
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: -30px;
	width: 100%;
}

.sub-menu {
	position: absolute;
	z-index: 100;
	background: rgba(37, 192, 241, 0.7);
	padding: 15px;
	right: auto;
	top: 45px;
	display: none;
	left: 50%;
	transform: translate(-80%);
}

.sub-menu .fa-angle-down {
	position: absolute;
	top: -23px;
	right: 15%;
	transform: translate(-46%,0);
	font-size: 18px;
	color: #25c0f1;
}

.sub-menu li {
	 float: right;
	 line-height: 20px;
	 padding: 5px;
	 width: 190px;
	 clear: both;
 }

.sub-menu li a {
	color: #fff !important;
}

.sub-menu li.current_page_item a {
	text-decoration: underline;
	color: #fff !important;
}

.phone .phone-title {
	display: block;
}

.phone a {
	font-size: 22px;
	font-weight: bold;
}

.main-slider {
	margin: 40px 0;
}

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

.area .disease {
	width: 30%;
	margin: 40px 1%;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.area .disease-main {
	border: 1px solid #d9d9d9;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	min-height: 340px;
}

.disease-main h2 {
	color: #7e7e7e;
}

.read_more_button {
	background-color: #25c0f1;
	padding: 5px 10px;
	color: #fff;
	position: relative;
}

.area .disease-more {
	background-color: #25c0f1;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	bottom: -27px;
	left: 50%;
	transform: translate(-50%,0);
}

.area .disease-more a {
	color: #fff;
}

/*.area .disease-more a:hover {
	color: #fff;
}*/

.area .disease-top {    margin-bottom: 10px; }
.area .disease-top .before_image, .area .disease-top .after_image {
	width: 49.5%;
	position: relative;
}

.area .disease-top img {
	width: 100%;
}

.area .disease-top span {
	background-color: rgba(37, 192, 241, 0.85);
	padding: 2px 0;
	color: #fff;
	width: 100%;
	bottom: 2px;
	text-align: center;
	position: absolute;
	right: 0;
}

img.small {
	width: 18px;
}

img.medium {
	width: 28px;
	vertical-align: middle;
}
.area .diseases-all {
	display: block;
	text-align: center;
	margin: 50px 0;
}

.area .diseases-all a {
	color: #fff;
	background: #25c0f1;
	padding: 7px 105px;
	font-size: 24px;
	font-weight: 300;
}

.arrow-left {
	font-size: 52px;
	font-weight: 100;
	vertical-align: -9%;
	margin-right: 25px;
}

.sub-footer .section-inner div {
	width: 33%;
}

.sub-footer .section-inner div:last-of-type {
	text-align: left;
}

.sub-footer .social {
	text-align: center;
	line-height: 25px;
}

.top .social {
	line-height: 29px;
	width: 17%;
}

.sub-footer .social i, .top  .social i {
	font-size: 10px;
}

.sub-footer .social a.google-plus-s, .top .social a.google-plus-s {
	background-color: #27c0f1;
	padding: 0 6px;
	padding-bottom: 3px;
	border-radius: 50px;
}

.sub-footer .social a.facebook-s, .top .social a.facebook-s {
	background-color: #27c0f1;
	padding: 0 9px;
	padding-bottom: 3px;
	border-radius: 50px;
}



.sub-footer .social i{
	color: #000;
}

.top .social i {
	color: #fff;
}

  section.area {
	padding: 40px 0;
}

.area {
	position: relative;
}

.area.testimonial {
	background: url(images/bg.jpg) repeat-y;
	padding: 45px 15px;
}

.area .testimonial {
	float: right;
	width: 95%;
	margin: 0 1.6%;
}

.area .spacer.title {
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translate(-50%, 0);
}

.to-testimonial {
	background-color: #25c0f1;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	padding: 7px 15px;
}

.area .tut {
	float: right;
	width: 25%;
	margin: 40px 4.16%;
	text-align: center;
}

.area .tut p {
	font-size: 16px;
}

/*.area.methods {display:none;}*/
.area .methods {overflow:hidden;}
.area .methods .item {float:right;width:22%; margin:20px 15px; text-align:center;}
.area .methods .item h3 {margin:20px 0 10px;}
.area .methods .item p {font-size:16px; line-height:24px;}

.area .methods .item img {width:275px; height:auto;}


.methods h3:after {
	content: " ";
	width: 20px;
	margin:14px auto 0;
	height: 1px;
	background: #25c0f1;
	display: block;
	vertical-align: middle;
	
}


section.bottom {
	margin-top: 100px;
}

.bottom .posts {
	float: right;
	width: 46%;
}

.bottom .post img {
	float: right;
	width: 100px;
	margin-left: 10px;
	height: 100px;
}

.bottom .post {
	margin: 40px 0 ;
}

.bottom .posts .post:first-of-type {
	margin: 20px 0;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
}

.bottom .post .date {
	display: inline-block;
	margin-top: 15px;
}
.more {
	background-color: #25C0F1;
	padding: 1px 7px;
	color: #fff;
}

.more span {
	font-size: 30px;
	font-weight: lighter;
	vertical-align: -2px;
}

.bottom .post .content {
	width: 80%;
}

.bottom .post .content p {
	font-size: 14px;
}

.bottom .tv {
	float: left;
	width: 45%;
}

footer.footer {
	background-color: #363839;
	padding: 40px 0;
}

.sub-footer {
	background-color: #2f3232;
	padding: 10px 0;
}

footer p, .sub-footer p, footer a, footer i {
	font-size: 14px;
	color: #25C0F1;
}

footer.footer a:hover {
	color: #fff;
}

.widget-links {
	float: right;
	width: 20%;
	margin: 0 auto;
}

div.breadcrumbs {
	margin-bottom: 60px;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li.item-current, .breadcrumbs li.separator, .breadcrumbs li {
	color: #25C0F1;
	margin: 10px 2px;
	font-size: 14px;
	font-family: 'Open Sans Hebrew', sans-serif;
}

.archive .post {
	margin: 30px 0;
	border-bottom: 1px solid #F5F5F5;
	padding: 25px 0;
}

.archive .post p {
	margin-bottom: 30px;
}

.archive .post:last-child {
	border-bottom: 0;
}

.archive .post .content {
	width: 60%;
}

.archive .post .post-thumb {
	width: 30%;
	text-align: left;
}

.archive .post .post-thumb {
	width: 30%;
	text-align: left;
}

.sidebar {
	float: right;
	padding-left: 2%;
	width: 25%;
}

.main-content {
	float: left;
	width: 75%;
	padding-right: 2%;
	border-right: 1px solid #25c0f1;
}

.main-content .post .date {
	margin: 15px 0;
	font-size: 14px;
	display: inline-block;
	font-style: italic;
}

.related-posts {
	margin-top: 40px;
	padding: 20px;
}

.related-post {
	float: right;
	width: 32%;
}

.related-post img {
	width: 100%;
}

.related-post:nth-child(3n) {
	margin: 0 1.5%;
}


.archive .posts .owl-nav .owl-prev{
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translate(0,-50%);
}

.archive .posts .owl-nav .owl-next{
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translate(0,-50%);
}

.sidebar-posts ul li {
	margin: 5px 0;
	padding: 15px 0;
	border-bottom: 1px solid #25C0F1;
}

.sidebar-posts ul li a {
	font-size: 18px;
	color: #25C0F1;
}

.sidebar-posts ul li a i {
	float: left;
	margin-left: 5px;
	transition: linear 0.1s;
	font-size: 38px;
	line-height: 18px;
}

nav.main-nav li.current-menu-item a {
	color: #25C0F1;
}

.sidebar-posts ul li a:hover i {
	margin-left: 0;
}

.signup-div {
	position: relative;
	float: left;
}

.signup-form {
	display: none;
	position: absolute;
	width: 300px;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 9px;
	text-align: center;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	top: 34px;
	left: -35%;
	transform: translate(8%,0);
}

.signup-form h3 {
	font-weight: normal;
	color: #25C0F1;
	margin-bottom: -5px;
}

.signup-form form input {
	float: right;
	clear: both;
	width: 100%;
	margin: 7px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #A4A4A4;
	font-size: 16px;
	color: #A4A4A4;
	font-family: 'Open Sans Hebrew', sans-serif;
}

.signup-form form input[type=checkbox] {
	width: 15px;
}

.signup-form form label {
	font-family: 'Open Sans Hebrew', sans-serif;
	float: right;
	color: #A4A4A4;
	line-height: 24px;
	margin-right: 10px;
}

.signup-form form input[type=submit] {
	-webkit-appearance: none;
	background-color: #25C0F1;
	border: 0;
	padding: 3px 0;
	color: #fff;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0;
}

.close-signup {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 0 10px;
	padding-top: 5px;
	-webkit-transition: bottom 0.2s;
	cursor: pointer;
	border-bottom:1px solid #e9e9e9;
	box-shadow: 0px 1px 1px rgba(233, 233, 233, 0.2);
}

.close-signup:hover {
	bottom: -35px;
}

.inside-post-carousel {
	text-align: center;
	position: relative;
	width: 55%;
	margin: 0 auto;
}

.inside-post-carousel.image-carousel {
	width: 90%;
}

.inside-post-carousel .owl-theme .owl-dots .owl-dot span {
	background: #92dff8;
}

.inside-post-carousel .owl-theme .owl-dots .owl-dot:hover span, .inside-post-carousel .owl-theme .owl-dots .owl-dot.active span {
	background: #25C0F1;
}

.inside-post-carousel p {
	font-size: 17px;
	line-height: 25px !important;
}

.testimonial-carousel {
	padding-top: 5px;
}

.page-template-homepage .owl-theme .owl-controls {
	margin-top: -10px !important;
}

.inside-post-carousel .owl-theme .owl-controls .owl-nav [class*=owl-], .testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
	color: #25C0F1;
}

.testimonial .owl-theme .owl-controls .owl-nav  {
	position: relative;
}

.inside-post-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: -40px;
	top: 0;
}

.testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: -60px;
	top: 0;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: -60px;
	top: 0;
}
.inside-post-carousel .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: -40px;
	top: 0;
}


.testimonial .owl-theme .owl-controls .owl-nav .owl-prev, .testimonial .owl-theme .owl-controls .owl-nav .owl-next {
	top: -135px;
	transform: translate(0, -100%);
}

.image-carousel .owl-theme .owl-controls .owl-nav .owl-prev, .image-carousel .owl-theme .owl-controls .owl-nav .owl-next {
	top: 28%;
	transform: translate(0,-10%);
}

.inside-post-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #25C0F1;
}

.inside-post-carousel .fa {
	font-size: 40px;
	vertical-align: -10px;
}

.archive .post-grid-3 {
	width: 30%;
	margin: 30px 1.66%;
}

.post-grid-3 {
	text-align: center;
}

.post-grid-3 {
	width: 33%;
}

.post-grid-3 .date {
	display: block;
	margin: 20px 0 5px;
}

/* EDITOR */
.status-publish h2:before {
	content: url('images/icon-leaf.jpg');
	margin-left: 5px;

}

.status-publish h2 {
	color: #25C0F1;
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.status-publish h3 {
	color: #25C0F1;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.status-publish p {
	color: #424242;
	font-size: 20px;
	line-height: 30px;
}

.status-publish ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-right: 40px;
}

.status-publish li {
	margin: 20px 0;
	color: #424242;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	font-family: 'Open Sans Hebrew', sans-serif;
}

.status-publish a {
	color: #25C0F1;
	text-decoration: none;
}

.status-publish i:not(".fa") {
	font-style: italic;
}

.status-publish b, .status-publish strong {
	font-weight: bold;
}

.status-publish u{
	text-decoration: underline;
}

.status-publish ol {
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-right: 40px;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
	/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


.inside-form-wrapper {
	padding: 5px;
	padding-right: 30px;
	background: url(images/contact-form.png) right top no-repeat;
	background-color: #25c0f1;
}

h1.entry-title {
	font-size: 34px;
	text-align: right;
}

h3.inside-form-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

ul.inside-form {
	list-style: none;

	padding-right: 0;
}

.inside-form li {
	display: inline-block;
	width: 26%;
	margin: 0 0.1%;
}
.inside-form li.message {width:80%; clear:right; margin-top:10px;}

.inside-form li:last-child {
	display: block;
	width: 18%;
	margin: 0;
}

.inside-form li input,
.inside-form li textarea {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans Hebrew', sans-serif;
	border: 1px solid #fff;
	background: #25C0F1;
	font-weight: 300;
}
.inside-form li textarea {height:70px;}

.inside-form li input[type=submit] {
	font-weight: bold;
	color: #25C0F1;
	cursor: pointer;
	-webkit-appearance: none;
	background: #fff;
}

.title-testimonial {
	margin-bottom: 30px;
	font-size: 22px;
}

.inside-form li input[type=submit]:hover {
	color: #fff;
	background: transparent;
}

.inside-form .ajax-loader {
	position: absolute;
}

.archive .owl-carousel .owl-item img {
	width: 350px;
}

/* widget */
section.widget {
	text-align: center;
	width: 94%;
}

section.widget.sidebar-posts {
	text-align: right;
}

section.widget .textwidget {
	color: #b1b1b1;
	line-height: 22px;
}

section.widget .textwidget a {
	color: #25C0F1;
	font-style: italic;
	font-size: 14px;
}

section.widget h3 {
	color: #25C0F1;
	font-size: 18px;
}

section.widget div {
	font-family: 'Open Sans Hebrew', sans-serif;
}

footer .textwidget p:first-of-type {
	margin-bottom: 25px;
}

footer li {
	line-height: 20px;
}

/* sidebar form */
.sidebar-form-wrapper {
	background-color: #f5f5fe;
	padding: 17px;
	width: 100%;
}

.sidebar-form-wrapper .wpcf7-list-item {
	margin: 0;
}

.sidebar-form-wrapper h3 {
	background: url('images/human.jpg') right no-repeat;
	padding-right: 78px;
	height: 53px;
	line-height: 54px;
}

.sidebar-form-wrapper ul li {
	margin: 10px 0;
}

.sidebar-form-wrapper ul li input, .sidebar-form-wrapper ul li textarea {
	padding: 4px 0;
	padding-bottom: 6px;
	color: #25C0F1;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #25C0F1;
	font-size: 14px;
	font-family: 'Open Sans Hebrew', sans-serif;
	width: 100%;
}

.sidebar-form-wrapper ul li textarea {
	max-height: 60px;
}

.sidebar-form-wrapper ul li input[type=checkbox] {
	width: auto;
}

.sidebar-form-wrapper .wpcf7-list-item-label {
	color: #25C0F1;
	font-size: 14px;
	vertical-align: 2px;
}

.sidebar-form-wrapper ul li:last-child {
	margin-bottom: -18px;
}

.sidebar-form-wrapper ul li input[type=submit] {
	color: #FFFFFF;
	border: 0;
	background: #25C0F1;
	font-family: 'Open Sans Hebrew', sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.sidebar-form-wrapper ul li input[type=submit]:hover {
	color: #25C0F1;
	background-color: #fff;
}

/* contact form */
.contact-form-wrapper {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
}

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

ul.contact-form div {
	width: 46%;
	margin: 0 2%;
}

ul.contact-form li {
	margin: 0
}

ul.contact-form label {
	color: #000;
	font-size: 16px;
}

ul.contact-form input, ul.contact-form textarea {
	border: 1px solid #e1e1e1;
	font-size: 16px;
	padding: 10px 5px;
	width: 100%;
	font-family: 'Open Sans Hebrew', sans-serif;
}

ul.contact-form textarea {
	max-height: 110px;
}

ul.contact-form .pull-left li:last-of-type {
	margin-top: 23px;
}

ul.contact-form input[type=submit] {
	background-color: #25c0f1;
	border: 0;
	color: #fff;
	-webkit-appearance: none;
	font-size: 17px;
	cursor: pointer;
}

ul.contact-form input[type=submit]:hover {
	background-color: #fff;
	color: #25c0f1;
	border: 1px solid #25c0f1;
}

.contact-page-address {
	width: 100%;
	margin: 60px auto;
	text-align: center;

}

.contact-page-address ul {
	list-style: none;
}

.top.group .phone-title {
	display: none;
}

.top .sticky .top-right {
	width: 67%;
}

.top .sticky nav.top-right li {
	padding: 0 5px;
}

.top .sticky nav.top-right ul {
	margin-top: 10px;
}

.top.group .fa.fa-phone {
	display: none;
}

.top.group .phone {
	line-height: 62px;
}

.top a.blue {
	color: #25c0f1;
}

.top.group .sticky .top-left {
	width: 32%;
}

.top .sticky .social {
	line-height: 51px;
	width: 17%;
	padding-right: 5px;
}

.contact-page-address ul li {
	display: inline-block;
	width: 20%;
	margin:0 6.5%;
	line-height: 20px;

}

.contact-page-address ul li h3 {
	font-size: 17px;
}

.contact-page-address ul li i {
	border: 1px solid #e1e1e1;
	padding: 25px 35px;
	margin-bottom: 5px;
}

.contact-page-address ul li p {
	color: #000;
	font-size: 17px;
}

.moreinfo-undermap {
	margin: 0 auto;
}

.moreinfo-undermap h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #25c0f1;
	display: inline-block;
}

.moreinfo-undermap ul li {
	display: inline-block;
	width: 30%;
	margin: 20px 1%;
	min-height: 75px;
}

.moreinfo-undermap ul li:nth-child(3n+1) {
	margin-right: 0;
}

.moreinfo-undermap li i {
	background: #25c0f1;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.0em;
	float: right;
	line-height: 40px;
	color: #fff;
}

.moreinfo-undermap ul li p {
	color: #000;
	margin-top: -5px;
	margin-right: 14px;
	float: right;
	width: 85%;
}

.page-template-about-us .page-wrapper .section-inner {
	margin: 40px auto;
	clear: both;
}

.about-background-image {
	width: 70%;
	height: 386px;
	display: block;
	margin: 40px 0;
	float: right;
}

.background-image-1 {
	background: url('images/about-1.jpg') right no-repeat;
}

.background-image-2 {
	background: url('images/about9.jpg') right no-repeat;
	float: left;
}
.background-image-3 {
	background: url('images/about4.jpg') right no-repeat;
}

.background-image-4 {
	background: url('images/about4.jpg') right no-repeat;
	float: left;
}

.top-menu-mobile {
	margin: 20px 0;
}

.top-sticky-mobile {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);

}

.top-menu-mobile li {
	width: 20%;
	display: inline-block;
	text-align: center;
}



.top-menu-mobile li:first-child a {
	color: #fff;
	background-color: #25c0f1;
	padding: 2px 10px;
}

.top-menu-mobile li a {
	color: #25c0f1;
}

.top-menu-mobile li.phone {
	width: 57%;
}

.top-menu-mobile li.phone a {
	font-weight: 300;
}

.top-menu-mobile li.mail {
	 width: 7%;
}

.top-menu-mobile li.flower {
	width: 7%;
}

.top-menu-mobile li .fa-2x {
	 font-size: 1.5em;
}

.header-sticky {
	position: relative;
	z-index: 99999;
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	margin-top: 0 !important;
	display: none;
	left: 0;
}

.logo-sticky {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.header-sticky .social ul {
	padding: 20px 0;
	text-align: center;
}

.header-sticky .social li {
	display: inline-block;
}

.header-sticky .social li a.facebook {
	background-color: #fff;
	padding: 5px 12px;
	border-radius: 50px;
}

.header-sticky .social li a.google {
	background-color: #fff;
	padding: 5px 6px;
	border-radius: 50px;
}

.header-background {
	position: absolute;
	top: 64px;
	right: 0;
	width: 230px;
	background-color: #27c0f1;
	z-index: 100;
	display: none;
}

.lang-nav-sticky {
	text-align: center;
	margin: 20px;
}

.lang-nav-sticky li {
	display: inline;
	padding: 0 2px;
	border-left: 1px solid #fff;
}

.lang-nav-sticky li:nth-child(2n) {
	display: inline;
	padding: 0 2px;
	border-left: 0;
}

.lang-nav-sticky li a {
	color: #fff;
	font-size: 16px;
}

.top .lang {
	margin: 0 20px;
}

.top .lang li {
	margin: 0 5px;
}

.main-nav-sticky li {
	display: block;
	z-index: 100;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

.main-nav-sticky li:last-child {
	display: block;
	z-index: 100;
	padding: 20px 0;
	border-bottom: 0;
}

.main-nav-sticky li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	padding-right: 30px;
}

.main-nav-sticky .sub-menu {
	position: inherit;
	left: 0;
	transform: none;
}
.main-nav-sticky li.menu-item-has-children:hover > a {
	color: #fff;
}

nav.main-nav-sticky {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;

}

.main-nav-sticky .sub-menu li {
	float: none;
}

.to-testimonial a {
	color: #fff;
}

.map-image {
	margin: 20px 0;
	position: relative;
	padding-bottom: 30%;
height: 0;
	overflow: hidden;
}

.map-image iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-template-page-en .main-content, .page-template-page-en  .entry-title{
	direction: ltr;
	text-align: left;
}

.page-template-page-en .main-content {
	float: right;
	width: 75%;
	padding: 0;
	border: 0;
	padding-left: 2%;
	border-left: 1px solid #25c0f1;
}

.page-template-page-en .sidebar {
	float: left;
	padding: 0;
	padding-left: 2%;
	width: 25%;
}

.page-template-page-en .sidebar-form-wrapper ul li input, .page-template-page-en .sidebar-form-wrapper ul li textarea {
	text-align: left;
	direction: ltr;
}

.page-template-page-en .sidebar-form-wrapper h3 {
	background: url('images/human.jpg') left no-repeat;
	padding: 0;
	padding-left: 78px;
	text-align: left;
	font-size: 16px;
	line-height: 40px;
}

.page-template-page-en .sidebar-form-wrapper p {
	text-align: left;
	margin-top: -28px;
	padding-left: 78px;
	font-size: 14px;
}

.page-template-page-en .sidebar-form-wrapper ul li {
	direction: ltr;
}

.page-template-page-en .sidebar-form-wrapper ul li input[type=submit] {
	text-align: center;
}

/*Category-Skin-Disease new layout
-----------------------------------------------------------------*/
.category-skin-disease .section-inner .post.disease .pull-left img {height: 175px; width:auto;}
.category-skin-disease .section-inner .post.disease .content p{font-size: 15px; font-weight: 400; line-height: 23px; text-align: center; margin-bottom:5px;}

.category-skin-disease .section-inner .post.disease .content h3 {text-align: center; margin-top:10px;}
.category-skin-disease .section-inner .post.disease .content h3 a:link,
.category-skin-disease .section-inner .post.disease .content h3 a:visited {color:#25C0F1}
.category-skin-disease .section-inner .post.disease .content h3 a:hover,
.category-skin-disease .section-inner .post.disease .content h3 a:active {color:#44CAF4}
.category-skin-disease .section-inner .post.disease span.pull-left {width: 100%; display: block; text-align: center;}
.category-skin-disease .category-form:before {content:""; display: table; clear: both; height: 30px}
.category-skin-disease .category-form {clear: both; margin: 10px auto;}
@media screen and (min-width: 980px) {
.category-skin-disease .section-inner .post.disease {float:right;width:30%; margin: 0 1.66%; min-height: 440px;}
.category-skin-disease .section-inner .post.disease .pull-left {float: none; text-align: center;}
	
	
.category-skin-disease .section-inner .post.disease .content {width:99%;}
.category-skin-disease .category-form { width:60%;}
}

@media screen and (max-width: 979px) {
.category-skin-disease .section-inner .post.disease {float:none;width:100%; margin: 20px 0; min-height: auto;}
}
@media screen and (max-width: 820px) {
	.category-skin-disease .section-inner .post.disease .content {width:65%; margin:0 auto; float: none;}

	
}

/* responsive */
@media screen and (max-width: 1300px) {
	.signup-form {
		left: -23px;
	}

	.top .sticky .top-right ul li a {
		font-size: 12px;
	}

	.testimonial .owl-theme .owl-controls .owl-nav .owl-next {
		left: -25px;
	}

	.testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
		right: -25px;
	}

}

@media screen and (max-width: 1200px) {
	header .logo {
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.section-inner {
		width: 98%;
		padding: 0 15px;
		margin: 0 1.5%;
	}

	.about-background-image {
		width: 100%;
		float: none;
	}

	.top-left {
		width: 100%;
	}

	.top-right {
		width: 100%;
		margin: 40px 0;
		text-align: center;
	}
}

@media screen and (max-width: 820px) {
	.read_more_button {
		display: block;
		margin: 5px 0;
	}

	.area div.disease {
		width: 47%;
	}

	.inside-form li:last-child {
		width: 93%;
	}

	.bottom .posts, .bottom .tv {
		width: 98%;
		margin: 60px 1%;
		float: none;
	}

	.area.testimonial {
		padding: 45px 0;
	}

	.area .tut {
		float: right;
		width: 47%;
		margin: 40px 0;
	}

	.area .testimonial {
		float: right;
		width: 98%;
		margin: 30px 0;
	}
	
	.area .methods .item {float:right;width:44%; margin:20px 1.5%; text-align:center;}
.area .methods .item img {width:275px; height:auto;}



	.widget-links {
		float: none;
		width: 98%;
		text-align: center;
		margin: 40px auto;
	}

	.area .diseases-all a {
		padding: 10px 70px;
	}

	.archive .post .content {
		width: 100%;
	}

	.archive .post .post-thumb {
		width: 100%;
	}

	.page-wrapper .posts .post > .pull-left {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
		text-align: center;
	}

	ul.contact-form div {
		width: 100%;
		margin: 0 0;
	}

	.contact-page-address ul li {
		display: inline-block;
		width: 100%;
		margin: 20px 0;
	}

	.moreinfo-undermap ul li {
		display: inline-block;
		width: 100%;
		margin: 20px 1%;
		min-height: 75px;
	}

	.main-content {
		float: none;
		width: 100%;
		border: 0;
		padding: 0;
	}

	.sidebar {
		float: none;
		margin: 40px auto;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.sidebar section.widget:not(#sidebar-posts) {
		display: none;
	}
}

/* MOBILE */

@media screen and (max-width: 679px) {
.top-footer .spacer {
	display: none;
}


	.area .diseases-all a {
		padding: 10px 30px;
	}

	.sub-footer .section-inner div {
		width: 100%;
		display:block;
	}

	ul li#menu-item-1244, ul li#menu-item-1243, ul li#menu-item-1242 {
		display: inline-block;
	}

	.section-inner.main-text {
		width: 100%;
		margin: 0 auto;
	}

	.testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
		position: absolute;
		right: 0;
	}
	.testimonial .owl-theme .owl-controls .owl-nav .owl-next {
		position: absolute;
		left: 0;
	}
	.related-post {
		float: none;
		width: 100%;
	}

	.about-background-image {
		background-size: cover;
		height: 171px;
	}

	.moreinfo-undermap ul li p {
		width: 65%;
	}

	.page-id-422 .header-image {
		background-size: 100% 100% !important;
		background-repeat: no-repeat !important;
		width: 100%;
		height: 170px !important;
	}

	.category-testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
		margin: 25px;
	}

	.category-articles .post .pull-left img {
		max-width: 100%;
	}

	.archive .single-testimonial .pull-left img {
		text-align: center;
		margin: 0 auto;
	}

	.archive .single-testimonial .pull-left {
		width: 100%;
	}

	.inside-form li,
	.inside-form li.message {
		display: inline-block;
		width: 93%;
		margin: 15px 0;
	}

	.top, section.header {
		display: none;
	}

	.sub-menu {
		display: none;
	}

	.header-sticky {
		display: block;
	}

	.area div.disease {
		width: 98%;
	}

	.area .tut {
		float: right;
		width: 98%;
		margin: 40px 1.5%;
	}

	.section-inner {
		width: 98%;
		padding: 0 0;
		margin: 0 1.5%;
	}
	
.area .methods .item {float:none;width:98%; margin:20px 1.5%; text-align:center;}
.area .methods .item img {width:275px; height:auto;}

}

@media screen and (max-width: 390px) {

	section.main.group {
		margin-top: 90px;
	}
}