/*
	Theme Name: Anova
	Theme URI: https://www.anova.co.il
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Anova
	Author URI: https://www.anova.co.il
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media screen and (max-width:1270px) {
.top-header ul {
    margin: 0 0 0 50px;
}
.main-navigation ul {
    margin: 0;
}
}
@media screen and (max-width:990px) {
.top-header {
    text-align: center;
    position: relative;
}
.main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 9;
    width: 100%;
}
.top-main-navigation {
    display: block;
}
.main-navigation ul li {
    background: #009999;
    display:block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.main-navigation ul li li a {
    color: #fff;
}
.main-navigation ul li a {
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    border-radius: 0;
}
.main-navigation ul li.current-menu-item a {
    border-bottom: 1px solid  #fff;
}
.main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    padding: 0;
}
.main-navigation ul ul li {
    background: #3d4fa3;
}
.main-navigation ul li.menu-item-has-children a {
    padding: 9px 20px 9px 40px;
}
/*******************/
.logo {
    width: 40%;
}
.content-banner {
    margin: 75px 0 0;
}
.header-v2 .toggle-menu {
    top: 20px;
    right: 40px;
}
.item-blog {
    width: 46%;
    margin: 30px 2% 20px;
}
.item-type {
    width: 46%;
    margin: 20px 2% 0px;
}
}

@media screen and (max-width:769px) {
.top-header {
    padding: 10px 0px 20px;
}
.bg-mb{
  display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom:-1px;
}
.bg-mb path {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.bg-mb svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 13px;
}
.col-3 {
    display: block;
    width:100%;
    margin-left: 0;
}
.item-travel {
    display: block;
    width: 100%;
    border-right: 0px dotted #333;
    padding: 0;
    margin: 0 0 20px;
}
.banner-page {
    text-align: center;
}
h1.titles {
    font-size: 45px;
    text-align: center;
}
h1.titles:before {
    left: 0;
    margin: 0 auto;
}
.parent-service {
    display: block;
    width: 100%;
    padding-left: 0;
    margin: 15px 0;
    text-align: center;
}
.content-sev h2.title {
    color: #3d4fa3;
    font-size: 30px;
    text-align: center;
}
.content-sev h2.title:before {
    text-align: center;
    margin: 0 auto;
    left: 0;
}
.parent-arrangement h2.title {
    font-size: 45px;
    text-align: center;
}
.parent-arrangement h2.title:before {
    left: 0;
    margin: 0 auto;
}
.item-arrangement {
    display: block;
    width: 100%;
}
.item-arrangement h3 {
    padding-bottom:20px;
}
.item-arrangement img {
	display: block;
	margin:0 auto;
}
.item-download {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-left: 0px dotted #ccc;
}
.header-v2 .logo {
    width: 200px;
    float: none;
}
.header-v2  .toggle-menu {
    top: inherit;
    left: inherit;
    right: inherit;
    position: inherit;
}
.header-v2 .main-navigation {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.header-v2 .btn-online {
    margin-top: 30px;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 120px;
    margin: 40px auto 20px;
    display: block;
}
.btn-online {
    top: 260px;
    left: 0;
    right: 0;
    max-width: 120px;
    padding: 9px 0;
    margin: 0 auto;
}
.toggle-menu {
    top: 205px;
    left: 0;
}
.main-navigation ul {
    top: 240px;
}
.right-about, .left-about {
    float: none;
    width: 100%;
    text-align: center;
}
.left-about {
	margin-top:40px;
}
.form-contact {
    margin: 0 auto;
}
.right-service,
.left-service {
    float: none;
    width: 100%;
    text-align: center;
}
.left-service {
	margin-top:50px;
}
.icon {
    margin: 0 auto;
}
.home h2.title:before {
    left: 0;
    margin: 0 auto;
}
.item-insurance {
    width: 100%;
    margin: 30px 0 0;
}
.thumb-ins img {
    width: 100%;
}
.left-ct,
.right-ct {
    float: none;
    width: 100%;
}
.right-ct span.or {
    position: inherit;
    left: inherit;
    top: inherit;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
}
.item-footer {
    width: 100%;
}
.item-footer.one {
    width: 100%;
    display: block;
    margin: 0 0 20px;
}
.item-footer h2:before {
    width: 200px;
}
.right-ct h2 {
    max-width: 100%;
}
.content-banner {
    margin:160px 0 50px;
    text-align: center;
}
.banner {
    padding:0px;
}
.logo {
    width: 200px;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.logo img {
    max-width: 100%;
}
.menu-header{
	position: relative;
	z-index: 99;
}
.content-about h2.title:before {
    left: 0;
    margin: 0 auto;
}
.page-abouts .item-icon {
    width: 47%;
}
.parent-page {
    width: 100%;
    margin: 2px 0;
}
}

@media screen and (max-width:680px) {
.item-blog {
    width: 100%;
    margin: 30px 0 20px;
}
.item-type {
    width: 100%;
    margin: 20px 0 0px;
}
.item-type img {
    width: 100%;
}
.banner-page h1 {
    font-size: 45px;
    padding: 8px 30px;
    line-height: 49px;
}
}
@media screen and (max-width:530px) {
.top-header ul li {
    display: block;
}
.top-header ul {
    margin: 0;
    display: block;
}
.right-social {
    display: block;
    margin: 5px 0 0;
}
.banner-all-page h1 {
    float: none;
    padding: 50px 0 0px;
    text-align: center;
}
.icon-page {
    width: 100%;
    float: none;
}
}
@media screen and (max-width:480px) {
.itempost {
    width: 100%;
    margin: 0 0 20px;
}
.right-ct h2 {
    font-size: 25px;
}
.item-icon {
    width: 50%;
}
.content-banner h1 {
    font-size: 42px;
    line-height: 38px;
}
.form-contact-us span.lastname {
    margin-right: 0;
}
.form-contact-us span.firstname, .form-contact-us span.lastname {
    width: 100%;
}
.parent-page h2 {
    font-size: 35px;
    max-width: 250px;
    line-height: 35px;
}
}