@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Chen Oren Katz @LEOS
Version: 2.0
*/
* {
  margin: 0;
  padding: 0;
}
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;
}
.logo a {
  display: inline-block;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.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;
}
.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inrow {
  font-size: 0;
}
div {
  font-size: 18px;
}
.col1 {
    width: 100%;
}
.col2 {
    width: 50%;
}
.inrowf .col2 {
    width: calc(50% - 10px);
}
.inrowf .col2m {
    width: calc(50% - 25px);
}
.col3 {
    width: calc(100%/3);
}
.inrowf .col3 {
    width: calc(100%/3 - 10px);
}
.col4 {
    width: 25%;
}
.inrowf .col4 {
    width: calc(25% - 10px);
}
.col5 {
    width: 20%;
}
.inrowf .col5 {
    width: calc(20% - 10px);
}
.col6 {
    width: calc(100%/6);
}
.inrowf .col6 {
    width: calc(100%/6 - 10px);
}
.col7 {
  width: calc(100%/7);
}
.col8 {
  width: calc(100%/8);
}
.col9 {
  width: calc(100%/9);
}
.col10 {
  width: 10%;
}
.inline {
  vertical-align: top;
  display: inline-block;
}

.inlinem {
  vertical-align: middle;
  display: inline-block;
}
.inlineb {
  vertical-align: bottom;
  display: inline-block;
}
.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: 75%;
  text-align: center;
  position: relative;
}
nav * {
    background: inherit;
}
div.main_menu {
  font-size: 0;
}
nav div.main_menu > ul,
ul#menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}
nav div.main_menu > ul > li,
ul#menu-footer > li {
    width: 100%;
    position: relative;
}
/*
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,
ul#menu-footer >li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  color: #233859;
  -webkit-transition:all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%;
 padding: 10px 0;
 text-align: center;
}
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: #fff;
  background: #b5b5b5;
}
nav div.main_menu > ul > li ul.sub-menu {
    display: block;
    z-index: 999;
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:opacity .5s ease;
    transition: opacity .5s ease;
    background:#b5b5b5;
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    display: block;
    font-size: 20px;
    padding: 5px;
    width: calc(100% - 10px);
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
header{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 999;
}
.header-bottom{
  background: rgba(255, 255, 255, 0.9);
}
.header-left{
	background: #233859;
	padding: 5px 25px 5px 5px;
	width:80%;
}
.header-info {
    width: 32%;
    white-space: nowrap;
}
.header-right{
	width: 20%;
	background: #f0e246;
	padding: 10px;
    cursor: pointer;
}
.htel-icon.ph svg,
.contp-icon.ph svg,
.ficon.ph svg,
.hinfo-icon.ph svg,
.fbicon.ph svg{
	-ms-transform: rotate(-98deg);
    -webkit-transform: rotate(-98deg);
    transform: rotate(-98deg);
}
.hinfo-icon svg{
	fill:#fff;
}
.hinfo-icon{
	width:6%;
	margin-left:5px;
}
.hinfo-txt{
	color:#fff;
	font-size: 32px;
    line-height: 40px;
}
.hr-icon{
	width: 10%;
	margin-left: 10px;
}
.header-right h3{
	font-size:30px;
}

/*home page*/

.video{
	height: 85vh;
	overflow: hidden;
}
#VideoBG{
	opacity: 0;
	visibility: hidden;
}
.abscenterf{
	position: absolute;
	margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-form h2{
	color:#fff;
	font-weight: bold;
	font-size: 45px;
	margin:25px 0 15px 0;
}
.middel-txt h2:after {
    content: '|';
    font-size: 75px;
    color: #f0e246;
    position: absolute;
    left: 11px;
    top: -6px;
}
.middel-txt h2{
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color:#233859;
}
.txt-content {
    color: #3c3c3c;
    font-size: 25px;
    line-height: 30px;
}
.post-display.homep{
    background:#f7f8fb;
}
.post-content.hp h2{
    color:#233859;
}
.post-expert.hp{
    color:#5a5a5a;
}
.rmbtn.hp,
.rmbtn.hp:after{
    color:#4b4b4b;
}
.post-wrapper:hover .rmbtn.hp{
    border-bottom: 1px solid #4b4b4b;
}
.bottom-section{
    background:url(images/homeb-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 0 250px 0;
}
.news-wrapper{
    background: rgba(35, 56, 89, 0.8);
    border-radius: 5px;
    margin-right:35px;
    width:25%;
}
.news-wrapper h3{
    color:#fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}
.news-r{
    padding: 15px 0;
    border-bottom:1px solid #fff !important;
}
.date{
    color:#bababa;
    font-size:20px;
}
.news-content{
    color:#fff;
    font-size: 25px;
    line-height: 30px;
}
.slick-slider{margin-bottom: 15px !important;}
button.slick-next.slick-arrow{
    background: url(images/angle-arrow-down.png) no-repeat;
    height:28px;
    width:35px;
    right:0;
    left:0;
    margin:0 auto;
}
.slick-prev,
.slick-next{
    top:100% !important;
    transform: translateY(0) !important;
}
.tax-link{
    margin-bottom: 25px;
}
.titles-left {
    background: rgba(35, 56, 89, 0.8);
    padding: 15px 80px 15px 45px;
    color: #fff;
    width: 360px;
}
.img-right{
    position: absolute;
    right: -32px;
    top: -5px;
}
.img-right img {
    width: 79%;
}
.bottom-left{top:200px;}
.tax-link:hover .titles-left{
    background: rgba(247, 248, 251, 0.8);
    color:#000;
}
.p-icon img{
    width:auto;
    max-width: 75%;
    margin:0 auto;
}
.icon-wrapper{
    border:2px solid #233859;
    width:55%;
    margin:0 auto;
    background:#fff;
}
.page-links-wrappe h3{
    color:#233859;
    font-size:40px;
    margin-top:7px;
    line-height: 40px;
}
.page-links-r.inrowf {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    top: -86px;
    width: 95%;
    margin:0 auto;
}
/*pages*/

.page-right{
	width:calc(70% - 25px);
}
.page-left{
	width:calc(30% - 25px);
}
.pagebg{
	padding:150px 0 35px 0;
}
.page-content{
	background:rgba(255, 255, 255, 0.9);
}
.inner{
	padding:30px 0;
}
.inner.box{
	width: 90%;
	margin:0 auto;
}
.share-buttons{
	margin-top:25px;
}
.page-content h1{
	color: #233859;
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
}
.thumbnail img{
	width:auto;
	max-width: 100%;
	height: auto;
}
.page-left{
	text-align: left;
}
.thumbnail {
    margin: 25px 0 100px 0;
    text-align: center;
}
.side-form{
	background:#233859;
	border-radius: 5px;
	padding: 40px 10px 20px 10px;
}
.side-form h2{
	color:#fff;
	font-size:35px;
	line-height: 35px;
	font-weight: bold;
}
.side-form h3{
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	margin: 5px 0 10px 0;
}
.kidsimg img {
    width: 90%;
    margin: 0 auto;
}
.kidsimg {
    position: absolute;
    z-index: 9;
    top: -90px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.post-display{
    background:#233859;
    padding:25px 0;
}
.thumb{
    width: calc(20% - 15px);
}
.post-content{
    width: calc(80% - 15px);
    color:#fff;
}
.post-wrapper a{
    display: block;
    height: 100%;
}
.post-wrapper{
    margin-bottom: 30px;
}
.post-content h2{
    font-weight: bold;
    font-size:30px;
    line-height: 30px;
}
.post-expert{
    font-size: 20px;
    line-height: 25px;
    margin: 7px 0;
}
.bluebg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 56, 89, 0.7);
    text-align: center;
    line-height: 150px;
    font-size: 70px;
    color:#f0e246;
    opacity: 0;
    visibility:hidden;
}
.post-wrapper:hover .bluebg,
.post-wrapper:hover .rmbtn:after,
.archive-post:hover .bluebg,
.archive-post:hover a.read-more:after,
.gallery-slide:hover .whitebg,
.gallery-slide:hover .zoom  {
    opacity: 1;
    visibility: visible;
}
.post-wrapper:hover .rmbtn{
    border-bottom: 1px solid #fff;
}
.rmbtn,
a.read-more{
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid transparent;
    width: 100px;
}
.rmbtn:after,
a.read-more:after,
ul#menu-video li:after,
ul#menu-gallery li:after{
    position: absolute;
    left:0;
    color:#f0e246;
    content: '\f104';
    font-size: 18px;
    font-family: fontawesome;
    line-height: 18px;
    opacity: 0;
    visibility:hidden;
}

/*recos*/

.treco-img{
    width:calc(40% - 0px);
}
.recot-content{
    width:calc(60% - 0px);
}
.treco-img img,
.ireco-img img,
.reco-icon img {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.txt-reco,
.ireco,
.fb,
.gallery-content{
    margin-top:40px;
}

/*archive*/

.post-content.arc h3{
    color:#000;
    font-weight:bold;
    font-size: 40px;
}
a.read-more{
    position:relative;
    display: block;
    width:115px;
    color:#5f5f5f;
    margin-top:7px;
}
.archive-post:hover a.read-more{
    border-bottom:1px solid #5f5f5f;
}
.archive-post .thumb{
    border:1px solid #233859;
}
.archive-post .thumb a{
    display: block;
    height: 100%;
}

/*gallery*/

#columns {
    -webkit-column-count: 3;
    -webkit-column-gap: 5px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 2px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 2px;
    column-fill: auto;
}
.pin {
    text-align: center;
    display: inline-block;
    margin: 0 0px 5px 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding-bottom: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: calc(100% - 10px);
}
.gallery-slide img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sidebox{
    margin-bottom:25px;
}
.sidebox h3{
    font-size: 28px;
    color: #233859;
}
ul#menu-video li,
ul#menu-gallery li{
    position:relative;
    width: 100%;
    margin: 7px 0;
}
ul#menu-video li > a,
ul#menu-gallery li > a{
    font-size:28px;
    line-height: 1;
    color:#4a4a4a;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
ul#menu-video li:after,
ul#menu-gallery li:after{
    top:5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition:all .5s ease;
	transition: all .5s ease;
}
ul#menu-video li:hover:after,
ul#menu-gallery li:hover:after{
    color: #374967;
}
ul#menu-video  li.current_page_item > a,
ul#menu-video  li.current-menu-item > a,
ul#menu-video  li:hover > a,
ul#menu-gallery  li.current_page_item > a,
ul#menu-gallery  li.current-menu-item > a,
ul#menu-gallery  li:hover > a {
  color: #374967;
  background: #eaeaeb;
}
.sidebar {
    width: calc(20% - 0px);
}
.gallery {
    width: calc(75% - 0px);
}
.whitebg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background:rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}
.whitebg a{
    display: block;
    height: 100%;
}
.zoom{
    opacity: 0;
    visibility: hidden;
}
.video-wrapper{
    line-height: 0;
    margin-bottom: 20px;
}
.video-wrapper iframe{
    width: 100%;
    height: 240px;
}
.video-wrapper h3{
    color:#fff;
    font-size: 28px;
    line-height: 28px;
    background: #374967;
    padding:5px 0;
}

/*contact page*/

.contp-entry{
    margin:45px 0;
}
.animator{
    width: 15%;
}
.animator img{
    width:100%;
    height: auto;
}
.concatp-title h4{
    color:#233859;
    font-size:25px;
}
.concatp-title h3{
    font-size:25px;
}
.contp-icon {
    width: 5%;
    margin-left: 5px;
}
.contp-info{
    margin-bottom: 20px;
}
.contp-txt h4{
    color:#233859;
    font-size:25px;
    margin-left:5px;
}
.contactp,
.recot-txt p{
    margin-top: 11px;
}
.tabs-r h2,
.tab-content h4{
    color:#233859;
    font-weight: bold;
    font-size: 40px;
}
.tab-content h4{
    font-size: 30px;
    margin-bottom:10px
}
.tab-wrapper,
.archive-post{
    margin:20px 0;
}
.tab-txt{
    font-size: 23px;
    line-height: 30px;
}


/*SEO*/
#moreinfo{
  font-size:30px;
  color:#233859;
  border-bottom: 1px solid #233859;
  display: block;
  margin: 0 auto;
  text-align: center;
}



/*footer*/

.fcont-info:nth-child(1) .fcont-icon{
    background: #4a5b75;
}
.fcont-info:nth-child(2) .fcont-icon{
    background: #5a4a75;
}
.fcont-info:nth-child(3) .fcont-icon{
    background: #754a5b;
}
.fcont-info:nth-child(4) .fcont-icon{
    background: #3b5998;
}
.fcont-info:nth-child(1) h4,
.fcont-info:nth-child(1) .fcont-txt{
    color: #4a5b75;
}
.fcont-info:nth-child(2) h4,
.fcont-info:nth-child(2) .fcont-txt{
    color: #5a4a75;
}
.fcont-info:nth-child(3) h4,
.fcont-info:nth-child(3) .fcont-txt{
    color: #754a5b;
}
.fcont-info:nth-child(4) h4,
.fcont-info:nth-child(4) .fcont-txt{
    color: #3b5998;
}
.ficon{
    width:25%;
    margin:0 auto
}
.ficon svg{
    fill:#fff;
}
.footerimg {
    top: -235px;
    width: 17%;
    position: absolute;
}
.footerimg img {
    width: auto;
    max-width: 100%;
}
.fcont-icon{
    width:70%;
    margin: 0 auto;
}
.continfo {
    width: 70%;
    margin-right: 473px;
}
.fcont-info h4{
    margin:7px 0;
}
.footer-top{
    padding-bottom: 45px;
    padding-top:30px;
}
.flex.aicr.box {
    width: 90%;
    margin: 0 auto;
}
.fbcont-info:nth-child(1) .fbicon{
    fill:#4a5b75;
}
.fbcont-info:nth-child(2) .fbicon{
    fill:#5a4a75;
}
.fbcont-info:nth-child(3) .fbicon{
    fill:#754a5b;
}
.fbcont-info:nth-child(1) h4,
.fbcont-info:nth-child(1) .fbtxt{
    color:#4a5b75;
}
.fbcont-info:nth-child(2) h4,
.fbcont-info:nth-child(2) .fbtxt{
    color:#5a4a75;
}
.fbcont-info:nth-child(3) h4,
.fbcont-info:nth-child(3) .fbtxt{
    color:#754a5b;
}
.fbcont-info h4{
    font-size:25px;
    padding: 0 7px;
}
.fbcont-info .fbtxt{
    font-size: 20px;
    padding-right:7px;
}
.fbcont-info:nth-child(3) h4{
    border-left:2px solid #754a5b;
}
.fbcont-info:nth-child(2) h4{
    border-left:2px solid #5a4a75;
}
.fbcont-info:nth-child(1) h4{
    border-left:2px solid #4a5b75;
}
.fbicon{
    width:4%;
}
.fmenu.box {
    width: 75%;
    margin: 0 auto;
}
.menu-footer-container{
    border-top:1px solid #4c4c4c;
}
.messagebox {
    position:fixed;
    top: 0;
    width: 100%;
    background-color: #f0e246;
    background-image: url(images/message-img.png);
    background-repeat: no-repeat;
    background-position: calc(3% - 19px) bottom;
    padding: 55px 0;
    z-index: 999;
    height: 550px;
    background-size: 20%;
    transform: translate(0);
    right:100%;
    transition: all .7s ease-out;
}
.messagebox.opened,
.yosidebar.opened{
    transform: translate(100%);
}
.contform.box{
    width:50%;
    margin:0 auto;
}
.messagebox h4,
.messagebox h3{
    font-size:60px;
    line-height: 60px;
}
.message-form{
    margin-top:40px;
}
.fbsidebar{
    position: fixed;
	left:-354px;
    top:11%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: 9999;
}
.fbsidebar .fbcontainer{
    position: relative;
}
.fbsidebar .fbheader {
    width: 40px;
    height: 100%;
    background: #3b5998 url('images/fbheader.png') center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 100%;
    cursor: pointer;
    transition:all .5s ease-out;
}
.fbsidebar .fbbody{
    display: inline-block;
    vertical-align: middle;
}
.fbsidebar .fbheader:hover{
    background: #f0e246 url('images/fbheader.png') center no-repeat;
}
.yosidebar .yocontainer{
    position:relative;
}
.yoheader {
    width: 38px;
    height: 15%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -12%;
    cursor: pointer;
    background: #e62117 url(images/yotheader.png) center no-repeat;
    transition: all .5s ease;
    padding: 10px 0;
    margin-top: 0;
    transition: all .5s ease-out;
}
.yosidebar {
    position: fixed;
    top: 40%;
    z-index: 9999;
    width: 100%;
    max-width: 300px;
    right: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    transform: translate(0);
}
.yo-page iframe {
    width: 100%;
    height: auto;
}
#ContBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: inherit;
    z-index: 9999;
    cursor: pointer;
}
#ContBtn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 56%;
    left: 53%;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}
#ContBtn span:nth-child(2) {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    }
#ContBtn span:nth-child(1) {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
#ContBtn:hover span{
    background:#fff;
}

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;
}
#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;
  }
}
svg{
	width:100%;
	height: 100%;
}
.acf-map {
  width: 100%;
  height: 366px;
  pointer-events: none;
}
.entry {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.entry p{
	color:#3d3d3d;
	margin-top:20px;
    margin-bottom: 1em;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry ul {
  margin: 0 20px;
  list-style: inherit;
  margin-right: 2rem;
}
.entry ul li
{
  margin-bottom: 0.5em;
}
.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 img.ajax-loader {
  display: none;
}
svg * {
  fill: inherit !important;
}
.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overh {
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.aic {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.aifs {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.aife {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
}
.jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jcsa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.fw {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.anim {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
#FloatSocials {
	position: fixed;
	display: block;
	top:30%;
	left:10px;
	z-index: 90;
}
#FloatSocials div {
	margin-bottom: 5px;
}
#FloatSocials div a {
	display: inline-block;
}
#FloatSocials img,
#FloatSocials svg {
	width: 30px;
	height:30px;
	fill:#000;
	-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 textarea,
div.wpcf7 input[type=submit] {
	font-family: almoni;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea,
select.wpcf7-form-control.wpcf7-select {
	font-size: 20px;
	width: calc(100% - 12px);
	background: #FFFFFF;
	border:1px solid #ebebeb;
	padding: 8px 5px;
}
div.wpcf7 textarea { height: 188px; }
div.wpcf7 input[type=submit] {
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px 50px;
	background: #ccc;
	cursor: pointer;
}
/* 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: 'Assistant', sans-serif:
}

:-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 span.wpcf7-form-control-wrap,
.form span.wpcf7-form-control-wrap{
	margin-bottom:10px;
}
.form-area div.wpcf7 input{
	background: #5c6c84;
	border-radius: 5px;
	font-family:'Assistant', sans-serif;
	border: none;
	color:#fff;
}
.form-area ::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Assistant', sans-serif:
}
.form-area div.wpcf7 input[type=submit]{
    width: 120% !important;
    margin-right: -30px;
}
.form-area div.wpcf7 input[type=submit],
.form div.wpcf7 input[type=submit]{
	color: #000;
	font-weight: bold;
	font-size: 30px;
	background-color: #f0e246;
	width: 100%;
	line-height: 1;
	transition: all .5s ease;
	background-image:url(images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 100px) center;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    border:2px solid #fff;
}
.form-area div.wpcf7 input[type=submit]:hover,
.form div.wpcf7 input[type=submit]:hover{
	background-position: calc(50% - 110px) center;
}
.form div.wpcf7 input,
.form div.wpcf7 textarea{
    background:#233859;
    font-family:'Assistant', sans-serif;
	border: none;
	color:#fff;
}
.form ::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Assistant', sans-serif:
}
.form div.wpcf7 textarea {
    height: 150px;
}
.form div.wpcf7 input[type=submit]{
    width:50%;
    margin: 0;
}
.cform div.wpcf7 input{
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    background: rgba(255, 255, 255, 0.6);
    border-left: 3px solid #f0e246;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-family: 'Assistant', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.cform ::-webkit-input-placeholder {
	font-family: 'Assistant', sans-serif:
}
.cform div.wpcf7 input[type=submit]{
    border:2px solid #fff;
    line-height: 1;
	background-color: #f0e246;
	transition: all .5s ease;
	background-image:url(images/left-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 120px) center;
}
.cform div.wpcf7 input[type=submit]:hover{
    background-position: calc(50% - 130px) center;
}
.message-form span.wpcf7-form-control-wrap{
    margin-bottom:20px;
}
.message-form div.wpcf7 input,
select.wpcf7-form-control.wpcf7-select{
    border-radius:5px;
    background: none;
    border:1px solid #000;
    font-family: 'Assistant', sans-serif;
}
select.wpcf7-form-control.wpcf7-select{
    width: 100%;
}
.message-form div.wpcf7 input[type=submit]{
    background:#fff;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50%;
    margin-top:40px;
    border:none;
    height: 180px;
}
/* Contact form style End */
@media (max-width:1333px) and (min-width:800px) {

    .header-info {
        width: 50%;
    }
    .page-links-r.inrowf{
        top:0px;
    }
    .continfo {
        margin-right: 273px;
    }
    .header-right h3 {
        font-size: 20px;
    }
    .yosidebar{
        top:48%;
    }

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

    .contactp.col2m{
        width:100%;
        margin:10px auto;
    }
    .animator {
        width: 10%;
    }
    .contp-icon {
        width: 2%;
        margin-left: 5px;
    }
    .fbcont-info h4{
        font-size:20px;
    }

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

    .hinfo-txt{
        font-size: 25px;
    }
    nav{
        width:100%;
    }
    .pfooter-top .flex{
        display: block;
        text-align: center;
    }
    .fbicon {
        display: inline-block;
        margin: 7px auto;
    }

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

    .header-left,
    .fbsidebar,
    .thumbnail img,
    .yosidebar{
        display: none;
    }
    .header-right{
        width: 100%;
        text-align: left;
    }
    .pagebg {
        padding: 70px 0 35px 0;
    }
    .page-right,
    .page-left,
    .postd.col2,
    .thumb,
    .post-content,
    .contactp.col2m,
    .tab-content.col2,
    .map.col2,
    h2.col2.relative,
    .txt-content.col2,
    .sidebar,
    .gallery{
        width: 100%;
        margin:10px auto;
    }
    .page-content h1{
        font-size: 35px;
        line-height: 40px;
    }
    .page-left{
        text-align:center;
    }
    .form-area div.wpcf7 input[type=submit] {
        width: 95% !important;
        margin:0 auto;
    }
    .pfooter-top .flex{
        display: block;
        text-align: center;
        margin:15px auto;
    }
    .fbcont-info .fbtxt{
        padding:0px;
    }
    .fbcont-info h4{
        border:none !important;
    }
    .fbicon {
        width: 7%;
        display: inline-block;
    }
    ul#menu-footer{
        display: block;
    }
    .post-content.arc h3{
        font-size: 25px;
    }
    .share-buttons {
        margin-top: 0;
    }
    .contp-entry {
        margin: 15px 0;
    }
    .concatp-title.inlinem,
    .contp-info{
        text-align: center;
        margin-bottom: 15px;
    }
    .concatp-title h4,
    .concatp-title h3,
    .contp-txt h4{
        font-size: 20px;
    }
    .animator {
        display: block;
        margin: 0 auto;
    }
    .form div.wpcf7 input[type=submit]{
        width: 100%;
    }
    .contp-icon {
        width: 7%;
        margin-left: 0;
        display: block;
        margin: 0 auto 5px auto;
        text-align: center;
    }
    .video{
        background:url(images/mobilebg.jpg) no-repeat;
        background-size: cover;
    }
    .logo{
        width: 50%;
        margin: 50px auto 0 auto;
    }
    .logo img{
        width: auto;
        max-width: 100%;
    }
    .contact-form h2 {
        font-size: 30px;
        margin: 15px 0 15px 0;
    }
    .page-links-r.inrowf{
        position: relative;
        top:0;
    }
    p.cont.col3{
        width: calc(100%/2 - 10px);
        margin:10px 0;
    }
    .cform div.wpcf7 input {
        transform: skewX(20deg);
        -webkit-transform: skewX(0deg);
    }
    .page-link.col5 {
        width: calc(50% - 10px);
        margin: 10px auto;
    }
    .page-links-wrappe h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .page-links-wrappe {
        margin-bottom: 0px;
    }
    .middel-txt h2:after{
        font-size: 0;
    }
    .inner {
        padding: 17px 0;
    }
    .post-display{
        padding:0;
    }
    .news-wrapper {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    .bottom-left {
        top: 54px;
        margin: 0 auto;
    }
    .titles-left {
        width: 95%;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px;
    }
    .titles-left h2,
    .titles-left p {
        font-size: 17px;
        position: relative;
        right: 42px;
    }
    .continfo {
        margin: 0 auto;
        padding-top: 200px;
        width: 100%;
    }
    .flex.aicr.box{
        display: block;
    }
    .footerimg {
        top: -152px;
        width: 58%;
        margin: 10px auto;
        text-align: center;
        right: 0;
        left: 0;
    }
    .fcont-info.center.col4{
        width: calc(50% - 10px);
        margin: 10px auto;
    }
    .fcont-icon{
        width: 50%;
    }
    .fcont-txt {
        font-size: 16px;
    }
    .tax-link {
        margin-bottom: 25px;
        margin: 0 auto 25px auto;
        text-align: center;
    }
    .img-right img {
        width: 50%;
    }
    .img-right {
        position: absolute;
        right: -50px;
        top: 6px;
    }
    ul#menu-video li > a, ul#menu-gallery li > a{
        text-align: right;
    }
    #columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -moz-column-gap: 2px;
        column-count: 2;
    }
    .video-wrapper h3{
        font-size: 19px;
    }
    .video-wrapper.col2{
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .video-wrapper iframe {
        height: auto;
    }
    .contform.box {
        width: 96%;
    }
    .messagebox h4, .messagebox h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .messagebox{
        background-position: calc(18% - 19px) bottom;
    }
    #content {
    	padding-bottom:0;
    }
	#leos {
        position:static;
	}
	footer {
		position:static;
	}
    .nomobile {
        display:none;
    }
	.mfw {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
    #MobNavBtn {
        display: block;
        position: absolute;
        top:10px;
        right:100%;
        width:45px;
        height:45px;
        background:#000;
        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;
    }
    #FloatSocials div {
        margin: 2px 5px;
    }
    #FloatSocials svg {
        width:30px;
        height:30px;
    }
	#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: #fff;
	}
    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;
		width:calc(100% - 10px);
	}
	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 div {
        width:40px;
        height:40px;
        border-radius: 50%;
        margin: 0 2.5px;
        background: #f0e246;
        position: relative;
    }
    #MobBtns div a {
        display:block;
        height:100%;
    }
    #MobBtns div svg {
        position: absolute;
        top:50%;
        left:50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        fill: #fff;
        max-width:60%;
        max-height:60%;
        width:auto;
        height: auto;
    }
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }
.entry a
{
  color: #233859;
}
.entry a:hover
{
  text-decoration: underline;
}
.entry ol
{
  margin-right: 1.5rem;
}
.entry ol li
{
  margin-bottom: 1em;
}