@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Slava First @LEOS
Version: 2.0
*/
@font-face{
	font-family:'almoni';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-300.eot');
	src: url('fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-400.eot');
	src: url('fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-700.eot');
	src: url('fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-900.eot');
	src: url('fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
}
* {
  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);
}
.col3 {
    width: calc(100%/3);
}
.inrowf .col3 {
    width: calc(100%/3 - 15px);
}
.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: 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 {
    position: relative;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
nav ul li:after {
	content: "|";
    font-size:20px;
	color:#fff;
	position: absolute;
	left: -2px;
	-webkit-transition:all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
nav ul li:last-child:after {
	content: " ";
}
nav ul li.hide:after {
	opacity: 0;
}
nav div.main_menu > ul > li > a {
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  color: #fff;
  -webkit-transition:all .5s ease-out;
  transition: all .5s ease-out;
  padding: 0 15px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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 {
  background: #0682ce;
}
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-color: #005b93;
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    display: block;
    font-size: 20px;
    padding: 5px;
    width: calc(100% - 10px);
	color: #fff;
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
footer {
    position: absolute;
    bottom: 64px;
    left: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
	border-top: 1px solid #898989;
	padding: 60px 0;
}
#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;
  }
}
.acf-map {
  width: 100%;
  min-height: 350px;
  height: 30vw;
  pointer-events: none;
  border-top: 1px solid #898989;
}
.entry {
  font-size: 23px;
  line-height: 1.4;
  color: #231f20;
}
.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 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;
}
.jcfe {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.anim {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
#FloatSocials {
	position: fixed;
	display: none;
	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: 'Assistant', sans-serif;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea {
	font-size: 21px;
	width: calc(100% - 32px);
	background: none;
	border:1px solid #000;
	padding: 20px 15px;
	color: #040404;
}
div.wpcf7 textarea { height: 100px; }
div.wpcf7 input[type=submit] {
	display: block;
	padding: 15px;
	background: #04b1c6;
	cursor: pointer;
	width: 100%;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	border: 0;
	line-height: 1;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
div.wpcf7 input[type=submit]:hover {
	background: #e00f28;
}
/* 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 { /* Firefox 18- */
	color: black;
	font-family: 'Assistant', sans-serif;
}
::-moz-placeholder {  /* Firefox 19+ */
	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 { /* Firefox 18- */
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {  /* Firefox 19+ */
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
/* Contact form style End */
.r180 {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.block {
	display: block;
	height: 100%;
}
header {
	background: #005b93;
}
header .topinfo {
	background: #fff;
}
.topphone {
	background: #e00f28;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	padding: 5px 15px;
	margin-right: 5px;
}
.topphone > div {
	height: 40px;
	width: 3px;
	background: #fff;
	margin: 0 12px;
}
.topphone svg {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	fill:#fff;
	-webkit-transform: rotate(15deg);
	        transform: rotate(15deg);
}
.topinfo .icons svg {
	width:40px;
	height:40px;
	fill:#343434;
	margin: 0 5px;
}
header .logo {
	margin-left: 20px;
}
.fronttop {
	padding: 200px 0 80px 0;
}
.fronttop .box {
	background: rgba(255, 255, 255, 0.75);
	padding: 15px 40px;
	width: calc(100% - 80px);
	max-width: 900px;
	margin: 0 auto 90px auto;
}
.fronttop .box h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 10px
}
.fronttop .box span.text {
	color:#10110b;
	font-size: 30px;
	line-height: 1.3;
}
.fronttop .box span.mark {
	position: absolute;
	top:0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.fronttop .fcfbox {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
}
.fronttop .fcfbox .fcfd {
	width: calc(25% - 10px);
}
.fronttop .fcfbox .fcfd input {
	font-size: 30px;
	padding: 8px 10px;
	width: calc(100% - 20px);
	line-height: 1;
	background: #fff;
}
.fronttop .fcfbox .fcfd input[type=submit] {
	border:0;
	background: #fd7626;
	color:#fff;
	font-size: 34px;
	font-weight: bold;
	padding:12px 10px;
	width: 100%;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.fronttop .fcfbox .fcfd input[type=submit]:hover {
	background: #e00f28;
}
.treng {
	position: absolute;
	bottom: 0;
	left:50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 60px;
	height: 30px;
}
.treng svg {
	width: 16px;
    height: 16px;
    fill: #6c6c6c;
    position: absolute;
    top: 13px;
    left: 22px;
}
.treng span {
	width: 0;
    height: 0;
    border-width: 0 30px 35px 30px;
    border-style: solid;
    position: absolute;
    bottom: 0;
}
.treng.whitet span{
	border-color: transparent transparent #fff transparent;
}
.treng.grey span{
	border-color: transparent transparent #f5f4f4 transparent;
}
.title {
	text-align: center;
	padding: 20px 0;
}
.title h2 {
	font-size: 50px;
	color: #005b93;
	margin-bottom: 10px;
}
.line {
	display: block;
	height: 5px;
	background: #dbdbdb;
	position: relative;
	margin: 10px auto;
}
.line:after {
	content: '';
	width: 50px;
	height: 5px;
	background: #72abcf;
	position: absolute;
	left:50%;
	top:0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.line.std {
	width: 300px;
}
.line.long {
	width: 380px;
}
.fgallery .tcol {
	width: calc(100%/3 - 3px);
	text-align: center;
}
.fgallery .tcol.halfg {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.fgallery .tcol.halfg > div {
	height: calc(50% - 3px);
	width: 100%;
}
.gimg .overlay,
.morep .onemore .overlay,
.fgallery .tcol .overlay {
	width: 0px;
	height: 0px;
	pointer-events: none;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	background: rgba(0, 58, 94, 0.65);
}
.gimg a:hover .overlay,
.morep .onemore a:hover .overlay,
.fgallery .tcol a:hover .overlay {
	width: 100%;
	height: 100%;
}
.gimg .abscenter h3,
.fgallery .tcol h3 {
	color: #fff;
	font-size: 30px;
	margin-top: 5px;
}
.gimg .abscenter svg,
.fgallery .tcol svg {
	width: 50px;
	height: 50px;
	fill:#fff;
}
.gimg div.abscenter,
.fgallery .tcol div.abscenter {
	opacity: 0;
	pointer-events: none;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.gimg a:hover div.abscenter,
.fgallery .tcol a:hover div.abscenter {
	opacity: 1;
	-webkit-transition-delay: .4s;
	        transition-delay: .4s;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.about {
	margin-top: 5px;
}
.about .overlay {
	padding: 40px 0 60px 0;
	background: rgba(0, 58, 94, 0.8);
	color:#fff;
	text-align: center;
}
.about .overlay span {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	display: block;
	margin-top: 20px;
	max-width: 100%;
}
.wtitle h2 {
	font-size: 50px;
}
.rposts {
	padding:40px 0 60px 0;
}
.rposts .title {
	margin-bottom: 30px;
}
.rposts .onerpost {
	text-align: center;
	margin-bottom: 20px;
	width: calc(100%/3 - 40px);
}
.rposts .onerpost .thumb {
	max-width: 250px;
	margin: 0 auto;
}
.rposts .onerpost h3 {
	color:#191919;
	font-size: 32px;
	margin: 15px 0 10px 0;
}
.rposts .onerpost span {
	display: block;
	font-size: 21px;
	color: #191919;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}
a.stdbtn {
	display: inline-block;
	padding: 10px 40px;
	font-size: 32px;
	text-align: center;
	color:#191919;
	border:1px solid #191919;
	line-height: 1;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.stdbtn:hover {
	background: #005b93;
	border-color:#005b93;
	color:#fff;
}
.fbcfbox {
	background: #f5f4f4;
	padding: 30px 0 20px 0;
	text-align: center;
}
.fbcfbox h2 {
	font-size: 40px;
	color:#005b93;
	font-weight: 300;
	margin-bottom: 30px;
}
.fbcfbox .inrowf {
	max-width: 780px;
	margin: 0 auto;
}
.fbcfbox .cfd {
	width: calc(100%/3 - 10px);
	margin-bottom: 20px;
}
.fbcfbox .cft,
.fbcfbox .cfb {
	width: 100%;
	margin-bottom: 10px;
}
footer h3 {
	font-size: 25px;
	margin-bottom: 15px;
	color: #191919;
}
footer ul li {
	font-size: 23px;
	color:#090909;
	font-weight: 300;
	margin-bottom: 10px;
}
footer ul li a {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
footer ul li a:hover,
footer ul li.current-menu-item a {
	color:#005b93;
}
footer ul.sub-menu {
	display: none;
}
.footface {
	height: 260px;
	width: 300px;
}
.footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footnav ul li {
	width: calc(50% - 7px);
}
.footnav .box {
	max-width: 400px;
}
.footinfo svg {
	width: 35px;
	height: 35px;
	margin-left: 20px;
	fill:#005b93;
}
.pagestop {
	height: 20vw;
	min-height: 250px;
}
.pagestop h1 {
	position: absolute;
	top:50%;
	right: 0;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pagestop .brcr {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	background: #e1e0e0;
	color: #030303;
	font-size: 20px;
	font-weight: 600;
}
.arcwrap,
.pagewrap {
	padding: 60px 0;
}
.pagewrap h1 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #030303;
}
.aboutwrap .oneab {
	width: calc(50% - 40px);
	color:#030303;
	line-height: 1.4;
	font-size: 22px;
	margin-bottom: 20px;
}
.rm.flex {
	margin-top: 15px;
	width: 100%;
}
a.bbtn {
	color:#064d83;
	border:1px solid #064d83;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	padding: 5px 50px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.bbtn span {
	line-height: 1;
	margin-bottom: 3px;
}
a.bbtn:hover {
	background: #064d83;
	color:#fff;
}
a.bbtn svg {
	width: 15px;
	height: 15px;
	margin-right: 15px;
	fill:#064d83;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.bbtn:hover svg {
	fill:#fff;
}
.bigpost {
	width: 100%;
	margin-bottom: 20px;
}
.bigpost .excerpt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(100%/3 - 15px);
}
.bigpost .thumb {
	width: calc(100%/3*2 - 6px);
}
.arcwrap h2 {
	width: calc(100% - 10px);
	font-size: 28px;
	color: #231f20;
	padding: 5px 10px 5px 0;
	border-right: 1px solid #616161;
	line-height: 1;
}
.bigpost,
.onepost {
	color:#231f20;
	margin-right: 10px;
	line-height: 1.5;
	font-size: 21px;
}
.onepost h2 {
	margin: 15px 0 5px 0;
}
.onepost {
	margin-bottom: 50px;
}
.contentwrap .thumb {
	max-height: 600px;
	overflow: hidden;
	margin-bottom: 10px;
}
.contentwrap .thumb img {
	width: 100%;
	height: auto;
}
h1.pagestitle {
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
	background: #005b93;
	line-height: 1;
	font-weight: 400;
}
.pdate {
	text-align: center;
	margin-bottom: 10px;
}
.morep {
	margin-top: 60px;
	text-align: center;
}
.morep h2 {
	color:#005b93;
	font-size: 40px;
	margin-bottom: 40px;
}
.morep .onemore h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	color:#fff;
	font-size: 30px;
	line-height: 1;
	padding: 7px 0;
	background: #005b93;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.morep .onemore span {
	color:#fff;
	font-size: 40px;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	pointer-events: none;
	opacity: 0;
}
.morep .onemore a:hover span {
	opacity: 1;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .4s;
	        transition-delay: .4s;
}
.morep .onemore a:hover h3 {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.cpagewrap .overlay {
	background: rgba(255, 255, 255, 0.9);
}
.cpagewrap .fbcfbox {
	background: none;
}
.cinfo .oneinfo {
	width: calc(25% - 20px);
	text-align: center;
	margin-bottom: 20px;
}
.oneinfo .circlebox {
	position: relative;
	background: #0682ce;
	max-width: 200px;
	margin: 0 auto;
}
.oneinfo .circlebox svg {
	width: 70%;
	height: 70%;
	fill:#fff;
}
.cinfo .oneinfo h2 {
	font-size: 30px;
	color:#005b93;
	margin: 15px 0 5px 0;
}
.cinfo .oneinfo span {
	display: block;
	font-size: 23px;
	color:#090909;
	line-height: 1.5;
}
.gallnav {
	margin-bottom: 40px;
}
.gallnav a {
	font-size: 25px;
	color: #2b2b2b;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.gallnav a:hover,
.gallnav a.active {
	color: #0682ce;
}
.gallnav .space {
	width: 1px;
	height: 30px;
	background: #2b2b2b;
	margin: 0 10px;
}
.gimg {
	text-align: center;
}
.gimg div.abscenter {
	width: 90%;
	overflow: hidden;
	white-space: normal;
}
.sidebar ul,
.sidebar {
	width: 250px;
	overflow: hidden;
}
.ssidebox {
	width: calc(100% - 270px);
}
.sidebar ul li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 23px;
	font-weight: 600;
	color:#fff;
	background: #0682ce;
	line-height: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 5px;
	transition: all .5s ease;
}
.sidebar ul li a:hover,
.sidebar ul li.current-menu-item a {
	background: #04b1c6;
}
.sidebar ul.fixed {
	position: fixed;
	top:10px;
}
@media (max-width:1333px) and (min-width:800px) {

}
@media (max-width:1200px) and (min-width:800px) {
	.inrowf .col3 {
	    width: calc(100%/2 - 15px);
	}
}
@media (max-width:1024px) and (min-width:800px) {

}
@media (max-width:800px) , (max-device-width:800px) {
	.fronttop .fcfbox {
		max-width: 600px;
		margin: auto;
	}
	.sidebar {
		display: none;
	}
	.ssidebox,
	.bigpost .thumb,
	.bigpost .excerpt,
	.aboutwrap .oneab,
	.fbcfbox .cfd {
		width: 100%;
	}
	.fgallery .tcol {
		width: 100%;
		margin-bottom: 10px;
	}
	.title h2,
	.wtitle h2 {
	    font-size: 40px;
	}
	.topinfo {
		display: none;
	}
	.fronttop {
	    padding: 100px 0 60px 0;
	}
	.cinfo .oneinfo,
	.morep .onemore,
	.arcwrap .onepost,
	.rposts .onerpost {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 40px auto;
	}
	.rm.flex {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	a.stdbtn {
		padding: 8px 40px;
		font-size: 27px;
	}
	.pagestop h1 {
		width: 100%;
		text-align: center;
		top:35%;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	}
	.arcwrap,
	.pagewrap,
	footer,
	.rposts {
	    padding: 40px 0;
	}
	footer > .container {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer > .container > div {
		width: 100%;
		max-width: 400px;
	}
	.fronttop .box {
		padding: 15px 20px;
		width: calc(100% - 115px);
	}
	.fronttop .box h1 {
		font-size: 40px;
	}
	.fronttop .box span.text {
		font-size: 21px;
	}
	.fronttop .fcfbox .fcfd {
		width: 100%;
		margin-bottom: 10px;
	}
	.fronttop .box span.mark img {
		width: 80px;
		height: auto;
	}
	header .logo {
		margin: 0 auto;
		padding-top: 5px;
	}
    #content {
    	padding-bottom:0;
    }
	#leos {
        position:static;
	}
	footer {
		position:static;
	}
    .nomobile {
        display:none;
    }
    #MobNavBtn {
        display: block;
        position: absolute;
        top:35px;
        right:100%;
        width:45px;
        height:45px;
        background:inherit;
        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;
		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: #005b93;
	}
    nav.active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
	nav div.main_menu > ul {
		display: block;
        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 div.main_menu > ul > li > a {
		height: auto;
		padding: 10px;
	}
	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;
		background: #005b93;
	}
	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;
	}
	.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:#005b93;
        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;
    }
}

.page-template-page-gallery .swiper-button-prev,.page-template-page-gallery .swiper-button-next{
	display: none;
}
