@charset "UTF-8";
/*
Theme Name: Leos Template 2.1
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: chen oren katz @LEOS
Version: 2.1
*/

/*
font-family: Almoni;

@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
font-family: 'Open Sans Hebrew', sans-serif;

font-family: 'Amatica SC', cursive;
font-family: 'Assistant', sans-serif;
*/

* {
  margin: 0;
  padding: 0;
}
iframe {
	max-width: 100%;
}
html,
body {
  font-family: 'Assistant', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 400px;
  -webkit-transition:all .5s linear;
  transition: all .5s linear;
}
.hfs40 {
	font-size: 40px;
	font-size: calc(25px + 0.8vw);
}
.hfs45 {
	font-size: 45px;
    font-size: calc(25px + 1.05vw);
}
.hfs50 {
	font-size: 50px;
	font-size: calc(25px + 1.3vw);
}
.hfs55 {
	font-size: 55px;
    font-size: calc(25px + 1.6vw);
}
.hfs60 {
	font-size: 60px;
	font-size: calc(25px + 1.83vw);
}
.hfs65 {
	font-size: 65px;
	font-size: calc(25px + 2.1vw);
}
.logo {
    font-size: 0;
}
.logo a {
  display: inline-block;
}
.logo a img {
	max-width: 100%;
}
.container {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}
.container.c9 {
	width: calc(100% - 80px);
	max-width: none;
}
.container.c12 {
    max-width: 1200px;
}
.container.c14 {
    max-width: 1400px;
}
.container.c15 {
    max-width: 1500px;
}
.container.c16 {
    max-width: 1600px;
}
.container.c17 {
    max-width: 1730px;
}
.container.c18 {
    max-width: 1800px;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.circlebox {
  border-radius: 50%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.clear {
  clear: both;
}
div {
  font-size: 18px;
}
.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.imgfix {
  line-height: 0;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}
p {
  margin: 0 0 0 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0 0 0 0;
  list-style: none;
}
#MobBtns,
#MobNavBtn {
  display: none;
}
nav {
  width: 100%;
  text-align: center;
  position: relative;
}
/*nav * {
    background: inherit;
}*/
div.main_menu {
  font-size: 0;
}
nav div.main_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}
nav div.main_menu > ul > li {
    margin: 0 25px;
    position: relative;
}
ul#menu-main{
    height: auto !important;
}
/*
nav ul li:after {
	content: "|";
	display:inline-block;
    vertical-align: middle;
    font-size:20px;
	color:#b8292f;
    margin:0 10px;
}
nav ul li:last-child:after {
	content: " ";
}
*/
nav div.main_menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  color: #5e5d5d;
  width: 100%;
  padding: 0 10px;
  -webkit-transition:all .5s ease-out;
  transition: all .5s ease-out;
}
nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a,
nav div.main_menu ul li:hover > a {
  color: #a6ce39;
}
nav div.main_menu > ul > li ul.sub-menu {
    display: block;
    z-index: 999;
    width: 250px;
    background: #3e3e3d;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    padding: 15px 15px 15px 0;
    pointer-events: none;
    -webkit-transition:opacity .5s ease;
    transition: opacity .5s ease;
}
.sub-menu li {
    display: block;
    position: relative;
}
.sub-menu li:before {
    font-family: fontawesome;
    content: '\f0d9';
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.sub-menu li a {
    display: block;
    font-size: 20px;
    padding: 5px;
    color: #fff;
    text-align: right;
    padding-right: 30px;
    width: calc(100% - 10px);
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
}
.sub-menu li:hover:before{
    color: #a6ce39;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
.ph svg{
	-ms-transform: rotate(-98deg);
    -webkit-transform: rotate(-98deg);
    transform: rotate(-98deg);
}
.inner.box{
	width: 90%;
	margin:0 auto;
}
h1{
	color: #a6ce39;
	font-weight: 600;
	margin-bottom: 35px;
}
.col2{
	width: calc(100%/2 - 0px);
}
.col2m{
	width: calc(100%/2 - 15px);
}
.col2m1{
	width: calc(100%/2 - 45px);
}
.col3{
	width: calc(100%/3 - 25px);
}
.col6{
    width: calc(100%/6 - 25px);
}
.onepost a,
.thumbbox a,
.center-link a,
#columns a{
	display: block;
	height: 100%;
}

/*header*/

header{
	padding: 15px 0;
}
.topf_icon svg{
	width: 20px;
	height: 20px;
}
.topf_icon{
	margin: 0 10px;
}
.topf_txt{
	font-size: 23px;
	font-weight: bold;
	color: #343434;
    white-space: nowrap;
}
header.active {
	position: fixed;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: nav;
		  animation-name: nav;
	transform: translateY(0);
    z-index:99999;
    width: 100%;
    background: #fff;
}
@-webkit-keyframes nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*home*/

.home-links h3{
    /*position: absolute;*/
    bottom: 55px;
    font-weight: bold;
}
.rcat_link:first-of-type,
.centert_page_link{
    background-color: #fff;
    background-position: calc(25% - 100px) !important;
}
.bottom_cat_link{
    background-position: calc(25% - 100px) !important;
}
.rcat_link:last-of-type,
.lcat_link_center,
.centert_cat_link{
    background-color: #a6ce39;
    background-position:top left !important;
}
.top-left,
.bottom_cat_link{
    background-color: #3e3e3d;
}
.rcat_link:first-of-type h3,
.centert_page_link h3,
.rpage_link h3,
.bottom_page_link h3
.rcat_link:first-of-type h4,
.centert_page_link h4,
.rpage_link h4,
.bottom_page_link h4{
    color: #3e3e3d;
}
.rcat_link:last-of-type h3,
.top-left h3,
.lcat_link h3,
.centert_cat_link h3,
.bottom_cat_link h3,
.rcat_link:last-of-type h4,
.top-left h4,
.lcat_link h4,
.centert_cat_link h4,
.bottom_cat_link h4{
    color: #fff;
}
.rcat_link,
.centert_page_link,
.lcat_link,
.centert_cat_link,
.bottom_page_link,
.bottom_cat_link{
    min-height: 350px;
}
.rcat_link,
.lcat_link,
.centert_page_link,
.bottom_page_link{
    background-size: contain !important;
}
.bottom_cat_link{
    background-size: 40% !important;
}
.catr-img img{
    width: auto;
    max-width: 100%;
    height: 450px;
}
.center-right{
    background-color: #bcbdc0;
}
.centert_page_link-img img {
    height: auto;
    width: auto;
    max-width: 70%;
    margin-top: 45px;
}
.bottom_page_link{
    background-color: #fff;
    background-position: top left !important;
}
.center-link{
    height: 698px;
}
.left-box,
.right-box{
    padding:35px 0;
    color: #3d3d3d;
}
.left-box{
    background: #bcbdc0;
}
.right-box h4{
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
}
.left-box h4{
    font-weight: normal;
    font-size: 40px;
}
.left-box p{
    margin:10px 0 25px 0;
}
.swiper-slide.main h3 {
    position: absolute;
    right: 45px;
    bottom: 85px;
    padding: 0 60px 3px 80px;
    color: #3e3e3d;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    line-height: 1;
}
.swiper-slide.main h3:after {
    font-family: fontawesome;
    content: '\f053';
    color: #a6ce39;
    font-size: 25px;
    position: absolute;
    top: 0;
    background: #fff;
    height: 100%;
    left: 0;
    line-height: 70px;
    padding: 0 7px;
}
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    height: 100%;
    width: 50%;
    top: 0;
}
.swiper-slide {
  /*  width: 100% !important;*/

}
.swiper-slide:first-of-type h3{
    right: 0;
}
.swiper-slide:first-of-type {
    /*width: 92% !important;*/
}
.swiper-slide:last-of-type{
  /*  width: 100% !important;*/
}
.swiper-slide:last-of-type h3{
    right: 8%;
}
.swiper-slide a{
    display: block;
    height: 100%;
    z-index: 9999;
}
.swiper-blackbg{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;

}
.swiper-slide.relative.swiper-slide-active .swiper-blackbg{
    display: none;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.rcat_link:first-of-type:hover,
.bottom_cat_link:hover{
    background-color: #bcbdc0;
}
.rcat_link:last-of-type:hover,
.center-right:hover{
    background-color: #fff;
}
.rcat_link:last-of-type:hover h3,
.bottom_page_link:hover h3{
    color: #a6ce39;
}
.rcat_link:first-of-type:hover h3,
.centert_page_link:hover h3{
    color: #fff;
}
.top-left:hover{
    background-color: #a6ce39;
}
.top-left:hover h3,
.center-right:hover h3,
.centert_cat_link:hover h3,
.bottom_cat_link:hover h3{
    color: #3e3e3d;
}
.centert_page_link:hover {
    background-color: #3e3e3d;
}
.float-form {
    position: absolute;;
    bottom: 0;
    z-index: 99;
    width: 95.4%;
    right: 0;
    left: 0;
    /* margin: 0 auto; */
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 0;
}
.form-wrap span{
    color: #3e3e3d;
    font-weight: 600;
    margin-left:20px;
}
.form-left{
    width: 80%;
}
.swiper-wrapper{
    width: 105% !important;
}

/*page*/

.page-wrap,
#ArchPage{
	padding:25px 0;
}
.page-wrap.aboutp{
    padding: 25px 0 0 0;
}
.page-right{
	width: calc(40% - 15px);
}
.page-left{
	width: calc(60% - 15px);
}
.page-right p,
.single-content p{
	margin-bottom: 15px;
}
.page-left img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.text-squre{
	width: 40%;
	max-width: 450px;
    height: 100%;
}
.textbox{
	font-size: 22px;
	line-height: 30px;
	position: relative;
    top: 190px;
}
.squre-r:nth-child(even) .text-squre{
	background: #fff;
	color: #3e3e3d;
}
.squre-r:nth-child(odd) .text-squre{
	background: #3e3e3d;
	color: #fff;
	float: left;
}
.squre-r:nth-child(odd) .text-squre h2{
	width: 100%;
    left: 20px;
	text-align: left;
	color: #fff;
}
.text-squre h2{
	font-size: 140px;
	font-weight: bold;
	position: absolute;
	color: #3e3e3d;
}

/*archive*/

.onepost h3{
	color: #a6ce39;
	font-weight: bold;
	font-size: 30px;
	margin-top: 5px;
}
.onepost{
    margin-bottom: 25px;
}
.darkhover {
    background: rgba(62,62,62,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.lines {
    width: 0;
    height: 0;
    border: 1px solid transparent;
    pointer-events: none;
}
.post-thumb .sicon,
.pin .sicon {
    width: 50px;
    height: 50px;
    background: url(images/plus.png) center center no-repeat;
    background-size: 45px;
    opacity: 0;
    pointer-events: none;
}
.onepost:hover .darkhover,
.pin:hover .darkhover {
    opacity: 1;
}
.onepost:hover .lines,
.pin:hover .lines {
	width: 80px;
    height: 80px;
    border-color: #fff;
}
.onepost:hover .sicon,
.pin:hover .sicon {
    opacity: 1;
    transition-delay: .5s;
}

/*single*/

.gallery-content h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.gcontent-right{
	background: #ebebeb;
	color: #3e3e3d;
}
.gcontent-left{
	background: #3e3e3d;
	color: #fff;
}
.gcontent-box {
    font-size: 21px;
    line-height: 1.4;
}
.gcontent-left h2{
	color: #a6ce39;
}
.gcontent-right,
.gcontent-left{
	padding:15px 0;
}
#columns {
    -webkit-column-count: 2;
    -webkit-column-gap: 2px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 2px;
    column-fill: auto;
}
.pin {
    text-align:center;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: calc(100% - 3px);
}
.pin img{
	width: 100%;
	height: auto;
}
.gallery-wrap{
	margin-top: 35px;
}
.single-content{
	width: calc(60% - 55px);
}
.single-left{
	width: calc(40% - 55px);
    margin-top: 55px;
}
.content-wrapper{
    width: calc(60% - 5px);
}
.thumbbox{
    width: calc(40% - 5px);
}
.single-date{
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	padding:5px 0;
	margin: 20px 0;
}
.single-content h1{
	margin-bottom: 0;
}
.thumb,
.post-wrapper{
	margin-bottom: 20px;
}
.single-content p:last-of-type{
	border-bottom: 1px solid #787878;
	padding-bottom: 15px;
}
.single-left h3{
	color: #a6ce39;
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: 600;
}
.date{
	color: #b7b7b7;
	font-size: 15px;
	margin:10px 0;
}
.articel-content{
	color: #4d4d4d;
	font-size: 18px;
	line-height: 25px;
}
.post-wrapper:hover .content-wrapper{
	background: #4d4d4d;
}

.post-wrapper:hover .date{
	color: #d3d3d3;
}
.post-wrapper:hover .articel-content{
	color: #fff;
}

/*cont page*/

.cont-info h4,
.cont-info span{
	font-size: 25px;
}
.form-area{
	width: 80%;
}

/*doctionary*/


.content{
    position: relative;
    width: 650px;
    padding: 25px 0;
    display: none;
}
.word-r:nth-child(6) .content,
.word-r:nth-child(12) .content,
.word-r:nth-child(18) .content{
    width: auto;
}
.content p{
    margin-bottom: 10px;
}
.letter{
    color: #fff;
    font-size: 200px;
    font-size: calc(25px + 9.1vw);
    font-weight: bold;
    background: #bcbdc0;
    line-height: 1;
    padding-bottom: 20px;
    cursor: pointer;
}
.letter:hover{
    background: #a6ce39;
}
.word-r{
    margin-bottom: 25px;
}

/*floats*/

.float_contact {
    position: fixed;
    top: 83px;
    left: 0;
    background-image: url(images/flobfcbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 95px;
    width: 95px;
    cursor: pointer;
    z-index: 999;
}
.contf-float {
    position: fixed;
    top: 0px;
    right: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999999;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #363636;
    -webkit-transition:all .7s ease;
    transition: all .7s ease;
}
.contf-float.active{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.inner_contbox {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
}
.inner_contbox h3{
    font-size: 35px;
    color: #a6ce39;
    margin-bottom: 10px;
}
#closef {
    display: block;
    position: absolute;
    top:10px;
    left:0;
    width:45px;
    height:45px;
    z-index: 9999;
    cursor: pointer;
}
#closef span {
    display: block;
    height:4px;
    width: 70%;
    background: #fff;
    position: absolute;
    top:50%;
    left:50%;
    margin:0 auto;
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}
#closef:hover span{
    background: #a6ce39;
}
#closef span:nth-child(1) {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
}
#closef span:nth-child(2) {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
}
#BackToTop{
    padding: 10px 0;
    cursor: pointer;
}
#BackToTop svg{
    width: 30px;
    height: 30px;
}

/*footer*/

footer h4{
	color: #fff;
/*	margin-bottom: 25px;*/
}
.footer-right,
.footer-center,
.footer-left{
    padding-bottom: 15px;
}
.footer-right{
	background: #3e3e3d;
    width: 25%;
}
.footer-center{
	background: #bcbdc0;
    width: 25%;
}
.footer-left{
	background: #a6ce39;
    width: 50%;
}
.fmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 150px;
}
ul#menu-footer > li > a{
	color: #fff;
	font-size: 20px;
	margin:7px 0 7px 15px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
ul#menu-footer li.current_page_item > a,
ul#menu-footer li.current-menu-item > a,
ul#menu-footer li:hover > a {
  color: #9ec536;
}
.footer-center{
    color: #fff;
}
.footer-center h3,
.ftxt{
    font-size: 30px;
}
.footer-center h3{
    font-weight: bold;
}
.fot-info{
    margin:5px 0;
}
footer {
    position: absolute;
    bottom: 64px;
    left: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
}
#leos {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}
#leos img {
    padding-top: 10px;
    height: 50px;
    width: auto;
}
#leos a {
    position: relative;
    display: inline-block;
}
#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition:.3s;
    transition: .3s;
}
#leos a:hover span {
    right: -170px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.acf-map {
  width: 100%;
  height: 665px;
  pointer-events: none;
}
.entry {
  font-size: 21px;
  line-height: 1.4;
  color: #3e3e3d;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry ul {
  margin: 0 20px;
  list-style: inherit;
}
.entry table {
  border: 1px solid #000;
}
.entry table td {
  border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
svg * {
  fill: inherit !important;
}
.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overh {
    overflow: hidden;
}
.fcc,
.flex,
.inrowf {
    display:-moz-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
.fcc,
.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.jcsb,
.inrowf {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jcsa {
    -webkit-box-pack: space-around;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.fcc,
.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.jcfe {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.fw,
.inrowf {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.anim {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.w50{
  width: 50%;
}
#FloatSocials {
	z-index: 90;
}
#FloatSocials a {
	margin: 5px 5px;
	display: inline-block;
}
#FloatSocials img,
#FloatSocials svg {
	width: 30px;
	height:30px;
	fill:#a6ce39;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.facebook_icon:hover svg {
	fill: #3b5998 !important;
}
a.google_icon:hover svg {
	fill: #dd4b39 !important;
}
a.twitter_icon:hover svg {
	fill: #00aced !important;
}
a.youtube_icon:hover svg {
	fill: #bb0000 !important;
}
a.instagram_icon:hover svg {
	fill: #e95950 !important;
}
a.pinterest_icon:hover svg {
	fill: #cb2027 !important;
}
a.linkedin_icon:hover svg {
	fill: #007bb6 !important;
}
/* Contact form style Start */
span.wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 100%;
	background: #f00;
	border-radius: 5px;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	white-space: nowrap;
	left: 5%;
	-webkit-animation: formerror 400ms;
	        animation: formerror 400ms;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
	-webkit-transition: all 400ms;
	transition: all 400ms;
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	        transform: translate3d(0,100%,0);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top:100%;
	left: 10%;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #f00;
}
@-webkit-keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
@keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
/* Input Syles */
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
    border:0;
    padding: 8px 5px;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 select,
div.wpcf7 textarea {
	width: calc(100% - 10px);
	background: #FFFFFF;
}
div.wpcf7 textarea { height: 125px; }
div.wpcf7 input[type=submit] {
	display: block;
	width: 100%;
	background: #ccc;
	cursor: pointer;
	transition: all .5s ease;
}
/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		opacity: 1; } }
@keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
/* Errors Msgs */
div.wpcf7-response-output {
	position: fixed;
	margin: 0 !important;
	border: none;
	padding: 10px 15px;
    bottom:-100%;
    z-index:9999;
    font-size:22px !important;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition:all 1s ease;
    transition: all 1s ease;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	-webkit-animation: form_msg_error 500ms;
	        animation: form_msg_error 500ms;
    bottom:0;
    color: black;
}
@-webkit-keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
@keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
}
div.wpcf7-validation-errors {
	background: #f7e700;
}
.form_msg_error_out {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: translate3d(100%,0,0);
	        transform: translate3d(100%,0,0);
}
@-webkit-keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
@keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
::-webkit-input-placeholder {
	color: black;
	font-family:
}
:-moz-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
::-moz-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
:-ms-input-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
.form-area div.wpcf7 input,
.form-area div.wpcf7 textarea{
	background: #d8d8d8;
	color: #3d3d3d;
}
.form-area ::-webkit-input-placeholder {
	color: #3d3d3d;
}
.form-area span.wpcf7-form-control-wrap,
.bottom-form span.wpcf7-form-control-wrap,
.inner_contbox span.wpcf7-form-control-wrap{
	margin-bottom: 10px;
}
.form-area div.wpcf7 input[type=submit]{
	background: #fff;
	border: 3px solid #a6ce39;
	color: #a6ce39;
	font-size: 25px;
	font-weight: bold;
	width: 50%;
}
.form-area div.wpcf7 input[type=submit]:hover{
	background: #a6ce39;
	border: 3px solid transition;
	color: #fff;
}
.bottom-form div.wpcf7 input{
    background: #d3e79c;
    color: #3e3e3d;
}
.bottom-form ::-webkit-input-placeholder {
	color: #3d3d3d;
}
.bottom-form div.wpcf7 input[type=submit]{
    background: transparent;
    color: #fff;
    font-weight: bold;font-size: 25px;
    border:2px solid #fff;
    height: 92px;
}
.bottom-form div.wpcf7 input[type=submit]:hover{
    background: #fff;
    color: #a6ce39;
}
.form-wrap div.wpcf7 input{
    background: rgba(62, 62, 61, 0.2);
}
.form-wrap div.wpcf7 input[type=submit],
.inner_contbox div.wpcf7 input[type=submit]{
    background: #fff;
    border: 2px solid #a6ce39;
    color: #a6ce39;
    font-weight: bold;
    font-weight: bold;
}
.form-wrap div.wpcf7 input[type=submit]:hover,
.inner_contbox div.wpcf7 input[type=submit]:hover{
    background: #a6ce39;
    color: #fff;
    border: 2px solid transparent;
}
.inner_contbox div.wpcf7 input{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.inner_contbox ::-webkit-input-placeholder {
	color: #fff;
}
/* Contact form style End */
/* Start */
@media (max-width:1366px) and (min-width:800px) {

    .form-left {
        width: 70%;
    }
    .footer-center h3, .ftxt {
        font-size: 25px;
    }
    #MobNavBtn {
        display: block;
        position: absolute;
        top:10px;
        right:100%;
        width:45px;
        height:45px;
        background:#a6ce39;
        z-index: 9999;
    }
    #MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
		        transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
		        transform: translate(-50%,180%);
	}
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		        transform: translate(-50%,-50%) rotate(-45deg);
    }
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		        transform: translate(-50%,-50%) rotate(45deg);
	}
    nav {
		display:block;
		position:fixed;
		height:auto;
		width:60%;
        max-width:200px;
		z-index:999;
		bottom:0;
		top:0;
        right:0;
        height:100vh;
        -webkit-transition:all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
		text-align: right;
        background: #a6ce39;
	}
    nav.active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
	nav div.main_menu > ul {
		display: block;
        margin-top: 10px;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    nav ul li:after {
		display:none;
	}
	.back-to-menu,
	nav div.main_menu ul li.menu-item-has-children {
		padding: 0 0 0 30px;
		width: calc(100% - 30px);
	}
	nav div.main_menu ul.active .back-to-menu:after,
	nav div.main_menu ul li.menu-item-has-children:after {
		display: block;
		content: '';
		position: absolute;
		top:50%;
		left: 5px;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	    width: 16px;
	    height: 16px;
		background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
		background-size:contain;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		-webkit-transform-origin: 50% 0;
		        transform-origin: 50% 0;
	}
	nav div.main_menu ul.active .back-to-menu:after {
		-webkit-transform: rotate(90deg) translateY(-50%);
		        transform: rotate(90deg) translateY(-50%);
	}
	nav div.main_menu ul.active li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}
	nav div.main_menu ul.active li.menu-item-has-children:after {
		display: none;
	}
	nav  ul.menu li a {
		padding:10px 5px !important;
		width:calc(100% - 10px) !important;
	}
	ul.sub-menu {
		display: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu {
		display: block;
		position: absolute;
		top:0;
		width:100%;
		opacity: 0;
		overflow: hidden;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		pointer-events: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu.chekd {
		height:0;
		position: relative;
	}
	ul.sub-menu li {
    	display: block;
    	width: calc(100% - 10px);
		margin: 0 auto 0 0;
		padding: 0;
		position: relative;
	}
	.sub-menu li:nth-child(1),
	.sub-menu li:nth-child(2) {
		margin: 0;
		width: 100%;
	}
	nav div.main_menu > ul.menu > li.active > ul.sub-menu {
		opacity: 1;
	}
	nav div.main_menu > ul.menu.active > li > a {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	nav div.main_menu ul li.current_page_item > a,
	nav div.main_menu ul li.current-menu-item > a {
		color:#fff;
	}
	nav div.main_menu ul li:hover > a{
        color: #fff;
    }
    nav div.main_menu ul li > a {
		color:#000;
	}
	.back-to-menu {
		cursor: pointer;
	}
    header {
        padding: 3px 0;
    }
    .logo{
        margin-right: 25px;
    }

}
@media (max-width:1200px) and (min-width:800px) {

    .bottom_page_link {
    background-position: calc(0% - 100px) !important;
    }

}
@media (max-width:1024px) and (min-width:800px) {

    .thumbbox,
    .content-wrapper {
        width: 100%;
    }
    .swiper-slide h3:after{
        line-height: 56px;
    }
    .swiper-slide h3{
        right: 0;
    }

}
@media (max-width:800px) , (max-device-width:800px){

  .home-main-slider{
  	height: 300px!important;
  }

    .float_contact,
    .contf-float,
    .float-form,
    .top_phone,
    .footer-right{
        display: none;
    }
    .logo{
        width: 75%;
        margin: 0 auto;
    }
    .squre-r:nth-child(odd) .text-squre {
        background: rgba(62, 62, 61, 0.68);
        float: none;
    }
    .squre-r{
        height: 65vh !important;
    }
    .text-squre{
        width: 100%;
    }
    .squre-r h2{
        text-align: center;
        left: 0;
        font-size: 40px;
        position: relative;
    }
    .textbox{
        top: 25px;
    }
    .squre-r:nth-child(even) .text-squre {
        background: rgba(255, 255, 255, 0.6);
    }
    .fot-info .flex{
        display: flex;
    }
    footer .flex,
    .home-links .flex,
    .gallery-content.flex{
        display: block;
    }
    #columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .cont-info span{
        font-size: 18px;
    }
    .form-area div.wpcf7 input[type=submit]{
        width: 100%;
    }
    .catr-img img{
        height: 250px;
    }
    .swiper-slide h3:after{
        line-height: 70px;
    }
    .right-box h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .col6 {
        width: calc(100%/2 - 5px);
    }
    .letter{
        font-size: 100px;
    }
    .word-r {
        margin-bottom: 10px;
    }
    .content{
        width: auto;
    }
    #BackToTop{
        padding: 0px;
    }
    .swiper-slide h3{
        bottom: 0;
        padding: 0 10px 3px 80px;
    }
    .rcat_link:first-of-type, .centert_page_link {
        background-position: calc(25% - 0px) !important;
    }
    .top-tight{
        padding-top: 25px;
    }
    .centert_page_link-img img{
        margin-top:10px;
    }
    .rpage_link h3{
        bottom: 0;
    }
    .bottom_cat_link {
        background-size: 100% !important;
    }
    .center-link {
        height: auto;
    }
    .cont-info h4, .cont-info span {
        font-size: 18px;
    }
    .cont-info {
        margin: 5px 0;
    }
    .onepost{
        margin-bottom: 0px;
    }
    footer h4,
    .footer-center h3,
    .ftxt{
        font-size: 25px;
    }
    header.active{
        padding: 7px 0;
    }
    header.active .logo{
        width: 50%;
    }
    .form-area .col2m{
        width: calc(100%/2 - 5px);
    }
	.mfcc,
	.mflex {
	    display:-moz-flex;
	    display:-ms-flexbox;
	    display:-webkit-flex;
	    display:flex;
	}
	.mfcc,
	.maic {
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -ms-grid-row-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	.maifs {
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    -ms-grid-row-align: flex-start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}
	.maife {
	    -webkit-box-align: end;
	    -ms-flex-align: end;
	    -ms-grid-row-align: flex-end;
	    -webkit-align-items: flex-end;
	    align-items: flex-end;
	}
	.mjcsb {
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	}
	.mjcsa {
	    -webkit-box-pack: space-around;
	    -ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	}
	.mfcc,
	.mjcc {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	.mjcfe {
		-webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
	.mfdc {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.mfw {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
    #content {
    	padding-bottom:0;
    }
	#leos {
        position:static;
	}
	footer {
		position:static;
	}
    .nomobile {
        display:none !important;
    }
	.mw50 {
		width: 50% !important;
	}
	.mw50s {
		width: calc(50% - 10px) !important;
	}
	.mw100 {
		width: 100% !important;
	}
	.mdp {
		padding: 20px 0 !important;
	}
    #MobNavBtn {
        display: block;
        position: absolute;
        top:10px;
        right:100%;
        width:45px;
        height:45px;
        background:#a6ce39;
        z-index: 9999;
    }
    #MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
		        transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
		        transform: translate(-50%,180%);
	}
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		        transform: translate(-50%,-50%) rotate(-45deg);
    }
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		        transform: translate(-50%,-50%) rotate(45deg);
	}
    #FloatSocials {
        display:none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width:calc(100% - 4px);
        max-width:200px;
        bottom:2px;
        right:2px;
        top:auto;
        position: absolute;
    }
    #FloatSocials div {
        margin: 2px 5px;
    }
    #FloatSocials svg {
        width:30px;
        height:30px;
        fill: #fff;
    }
	#FloatSocials.replaced {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	nav {
		display:block;
		position:fixed;
		height:auto;
		width:60%;
        max-width:200px;
		z-index:999;
		bottom:0;
		top:0;
        right:0;
        height:100vh;
        -webkit-transition:all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
		text-align: right;
        background: #a6ce39;
	}
    nav.active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
	nav div.main_menu > ul {
		display: block;
        margin-top: 10px;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;
    }
	nav div.main_menu > ul > li > a {
		color:#000;
	}
	nav ul li:after {
		display:none;
	}
	.back-to-menu,
	nav div.main_menu ul li.menu-item-has-children {
		padding: 0 0 0 30px;
		width: calc(100% - 30px);
	}
	nav div.main_menu ul.active .back-to-menu:after,
	nav div.main_menu ul li.menu-item-has-children:after {
		display: block;
		content: '';
		position: absolute;
		top:50%;
		left: 5px;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	    width: 16px;
	    height: 16px;
		background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
		background-size:contain;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		-webkit-transform-origin: 50% 0;
		        transform-origin: 50% 0;
	}
	nav div.main_menu ul.active .back-to-menu:after {
		-webkit-transform: rotate(90deg) translateY(-50%);
		        transform: rotate(90deg) translateY(-50%);
	}
	nav div.main_menu ul.active li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}
	nav div.main_menu ul.active li.menu-item-has-children:after {
		display: none;
	}
	nav  ul.menu li a {
		padding:10px 5px !important;
		width:calc(100% - 10px) !important;
	}
	ul.sub-menu {
		display: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu {
		display: block;
		position: absolute;
		top:0;
		width:100%;
		opacity: 0;
		overflow: hidden;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		pointer-events: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu.chekd {
		height:0;
		position: relative;
	}
	ul.sub-menu li {
    	display: block;
    	width: calc(100% - 10px);
		margin: 0 auto 0 0;
		padding: 0;
		position: relative;
	}
	.sub-menu li:nth-child(1),
	.sub-menu li:nth-child(2) {
		margin: 0;
		width: 100%;
	}
	nav div.main_menu > ul.menu > li.active > ul.sub-menu {
		opacity: 1;
	}
	nav div.main_menu > ul.menu.active > li > a {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	nav div.main_menu ul li.current_page_item > a,
	nav div.main_menu ul li.current-menu-item > a {
		color:#fff;
	}
	nav div.main_menu ul li:hover > a {
		color:#000;
	}
	.back-to-menu {
		cursor: pointer;
	}
    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }
    #MobBtns a {
		display:block;
        width:40px;
        height:40px;
        border-radius: 50%;
        margin: 2.5px 0;
        background: #a6ce39;
        position: relative;
    }
    #MobBtns a svg {
        fill: #fff;
        max-width:60%;
        max-height:60%;
        width:auto;
        height: auto;
        margin: 9px;
    }
}


/* == DAN SONEGO CHANGES ==*/

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-form div.wpcf7 input[type=submit] {
    height: 145px !important;
}

.footer-center h3, .ftxt  {
 font-size: 22px;
}
.topf_txt {
    font-size: 28px;
}
nav div.main_menu > ul > li {
    margin: 0 12px;
    position: relative;
}

.logo a img {
    max-width: 82%;
}
.float_contact {
    top: 158px;
}

@media screen and (max-width:800px) {
.flex {
      display: block;
}
.logo a img {
    max-width: 60%;
    display: table;
    margin: 0 auto;
}
.swiper-slide h3 {
    font-size: 20px !important;
}

}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }
