/*
Theme Name: aviva-th
Theme URI: aviva.wpdd.co.il
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.01
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/
/*@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/
iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 34px;
	font-family:'Open Sans Hebrew', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew', sans-serif;;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 48px;
    line-height: 58px;
}
h2, .h2 {
	color: #007293;
	font-size: 26px;
    line-height: 32px;
}
body.home h2,
body.page-template-template-page-about h2 {
    font-size: 38px;
    line-height: 54px;		
}
h3, .h3 {
	color: #007293;	
    font-size: 34px;
    line-height: 48px;		
}
h4, .h4 {
	color: #007293;	
    font-size: 30px;
    line-height: 40px;
}
h5, .h5 {
	color: #007293;	
    font-size: 26px;
    line-height: 34px;	
}
h6, .h6 {
	color: #007293;	
    font-size: 22px;
    line-height: 28px;	
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
form br {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
p,ul,ol {
	margin: 0 0 20px 0;
}
input.form-control {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
textarea.form-control {
	width: 100%;
	height: 90px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
input.btn {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;		
}
body.admin-bar .navbar-fixed-top {

}
body.admin-bar .header-site {

}

.ajax-loader {
	position: absolute;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}
.padding {
	padding-top: 40px;
	padding-bottom: 20px;
}
.image-center {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.image-center img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;	
	margin: auto;
}

.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > a,
.nav > a:hover,
.nav > a:active,
.nav > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:active,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    float: right;
    min-width: 115px;
	margin: 0px;
	padding: 0px;
    border: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    text-align: center;
	list-style: none;
}
.sub-menu > li {
    display: block;
    width: 100%;
}
.sub-menu > li > a {
    display: block;
    padding: 10px 5px;
	text-align: center;
}
.sub-menu > li > a:active,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
    text-decoration: none;
    color: #000;
	background-color: transparent;
}
.sub-menu > .active > a,
.sub-menu > .active > a:active,
.sub-menu > .active > a:hover,
.sub-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
	background-color: transparent;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
    opacity: 1;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {

}
.nav.nav-side  li {
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: center;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
	background-color: transparent;
    color: #000;	
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
	background-color: transparent;
    color: #000;
}
.collapsing {
	display: none;
}
#nav-icon3 {
	display: none;	
    position: relative;
    float: right;
	width: 42px;
    height: 32px;
    margin: 0;
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.9);	
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: 0;	
}
#nav-icon3 span {
    display: block;
    opacity: 1;
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 14px;
}
#nav-icon3 span:nth-child(4) {
    top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.nav.nav-side  .sub-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 0px;
    border-radius: 0px;
    box-shadow: initial;
}
/*
	navbar
*/
.nav.navbar-nav > li {
	background-color: transparent;
}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: transparent;
}
.nav.navbar-nav > li a {
	color: #000;
	text-align: center;
}
.nav.navbar-nav > li a:hover,
.nav.navbar-nav > li a:focus,
.nav.navbar-nav > li a:active {
	background-color: transparent;
	color: #000;
}
.nav.navbar-nav > li.current-menu-item {
	background-color: transparent;
}
.nav.navbar-nav > li.current-menu-item a {
	color: #000;
}
.nav.navbar-nav.navbar-nav-hover ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav.navbar-nav.navbar-nav-hover ul li {
	margin: 0px;
	padding: 0px;
}
.nav.navbar-nav.navbar-nav-hover ul li a {
	text-decoration: none;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #000;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.arrowdown {
	display: none;
}
/*
	slick slider
*/
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
	position: absolute;
	outline: 0;
	top: 45%;
	z-index: 1;
    width: 33px;
    height: 50px;
	color: transparent;
	border: 0px;	
	background-color: transparent;
	font-size: 1px;		
}
.slick-next.slick-arrow {
	left: -60px;
}
.slick-prev.slick-arrow {
	right: -60px;
}
.slick-arrow:after {
    display: block;
    width: 33px;
    height: 50px;
    position: absolute;
    top: 0px;	
    color: #000;
    font-size: 100px;
    line-height: 40px;
}
.slick-next.slick-arrow:after {
    content: '‹';
	left: 0px;	
}
.slick-prev.slick-arrow:after {
	content: '›';	
    right: 0px;	
}
ul.slick-dots {
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 10px;
	width: 36px;
	height: 36px;
	border: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
ul.slick-dots li button {
	width: 36px;
	height: 36px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
	color: transparent;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}

/*elementor*/
#elementor-add-new-section {
    max-width: 100%;
    float: left;
    width: 100%;
}
/*site general style*/
a.btn-readmore {
	display: inline-block;
	padding: 10px 25px 13px 25px;
	background-color: #007284;
	color: #fff;
}
a.btn-readmore:hover,
a.btn-readmore:focus,
a.btn-readmore:active {
	background-color: #db6f3c;
}


@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1400px){
	.slick-next.slick-arrow {
		left: 20px;
	}
	.slick-prev.slick-arrow {
		right: 20px;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body .site-nav {
		position: initial;
	}
}
@media (max-width: 991px){
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
}
@media (max-width: 782px){
	body.admin-bar .navbar-fixed-top {

	}
	body.admin-bar .header-site {

	}
}
@media (max-width: 767px){
	.collapse.navbar-collapse {
		display: none!important;
	}
	#nav-icon3 {
		display: block;
	}
	.collapse.navbar-collapse.open {
		display: block!important;
	}
	.arrowdown {
		display: block;
		width: 20px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 3px;
		right: 7px;
		border-radius: 50%;
		background-color: #000;
		text-align: center;
	    line-height: initial;	
	}
	.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu.open-mobile {
		display: block;
	}
	.sub-menu {
		position: initial;
		width: 100%;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.175);
	}
	.sub-menu.open-mobile {
		display: block;
	}
	.header-menu .nav.navbar-nav > li > a {
		display: inline-block;
	}
	.nav.navbar-nav li {
		float: left;
		width: 100%;
		text-align: left;
	}
	.nav.navbar-nav > li {
		padding: 0px 35px;
	}
	.nav.navbar-nav > li a {
		text-align: left;
	}
	.nav > li > a {
		padding: 2px 0px;
	}
	body section {
		line-height: 24px;
	}
}

#octAccess .open {
		top: 5%!important;
	}
#octAccess {
    position: fixed;
    right: 0;
    top:10% !important;
    z-index: 9999999;
}


@media(max-width: 374px){
	#octAccess {
    position: fixed;
    right: 0;
    top: 60% !important;
    z-index: 9999999;
}
	}	

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}