@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,700;1,300&display=swap');

:root {
  --jdevelop4-color-primary: #509600;
  --jdevelop4-color-link: #224faa;
  --jdevelop4-color-hover: #2c364a;
  
  --jdevelop4-color2-primary: #FF6600;
  --jdevelop4-color2-link: rgba(255, 102, 0, .8);
  --jdevelop4-color2-hover: rgba(255, 102, 0, .8);
  
  --jdevelop4-font-family-headings: 'Exo 2', sans-serif;
}

.container-header {
    background-color: var(--jdevelop4-color-primary);
    background-image: linear-gradient(135deg,var(--jdevelop4-color-primary) 0,var(--jdevelop4-color-primary) 100%);
	
	
	background-color: transparent;
	background-image: none;
		
		
    box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
	box-shadow:none;
    position: relative;
    z-index: 10;
}

@media (max-width: 979px) {
	.container-header .column{
		margin:5px 0;
	}
}

body{
	overflow-x:hidden;
	font-family: 'Exo 2', sans-serif;
}
.page-header{
	margin-bottom:20px;
}

.bg-top-b{
	background: #f7f7f8;
}




@supports (display: grid) {

	.site-grid {
		display: grid;
		grid-template-areas: 
		". banner banner banner banner ." 

		". top-a top-a top-a top-a ." 
		". top-b top-b top-b top-b ." 
		
		". comp comp comp comp ." 
		". side-r side-r side-r side-r ." 
		". side-l side-l side-l side-l ." 
		
		". bot-b bot-b bot-b bot-b ." 

		". bot-a bot-a bot-a bot-a ." 

		". about about about about ."
		". footer footer footer footer .";
		grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
		grid-gap: 0 1em;
	}
	.site-grid > [class^=container-],
	.site-grid > [class*=" container-"] {
		width: 100%;
		max-width: none;
		-webkit-column-gap: 1em;
		   -moz-column-gap: 1em;
				column-gap: 1em;
	}
	/* .site-grid > .full-width {
		grid-column: full-start/full-end;
	} */
	@media (min-width: 992px) {
		.site-grid {
			grid-template-areas: 
			". banner banner banner banner ." 

			". top-a top-a top-a top-a ." 
			". top-b top-b top-b top-b ." 
			
			". comp comp comp comp ." 
			". side-r side-r side-r side-r ." 
			". side-l side-l side-l side-l ." 
			
			". bot-b bot-b bot-b bot-b ." 

			". bot-a bot-a bot-a bot-a ." 

			". about about about about ."
			". footer footer footer footer .";
		}
	}
	
	
	
	
	
	
	

	.header-grid {
		display: grid;
		grid-gap: 0 1em;
		grid-template-areas: ". header header header header .";
		grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,19.875rem)) [main-end] minmax(0,1fr) [full-end];
		
		background-color: var(--jdevelop4-color-primary);
		background-image: linear-gradient(135deg,var(--jdevelop4-color-primary) 0,var(--jdevelop4-color-primary) 100%);
		
		background-color: transparent;
		background-image: none;
		
		box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
	}
	.container-header {
		grid-area: header;
	}
	.header-grid>.full-width {
		grid-column: full-start/full-end;
	}
	
	.container-bottom-4{grid-area: bot-4;}
	.container-full-1{grid-area: full-1;}
	.container-full-2{grid-area: full-2;}
	
	/* .about-grid {
		display: grid;
		grid-gap: 0 1em;
		grid-template-areas: ". . about about . .";
		grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,19.875rem)) [main-end] minmax(0,1fr) [full-end];

	} */
	.container-about {
		grid-area: about;
	}
	
	
	
	/* .footer-grid {
		display: grid;
		grid-gap: 0 1em;
		grid-template-areas: ". footer footer footer footer .";
		grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,19.875rem)) [main-end] minmax(0,1fr) [full-end];

	} */
	.container-footer {
		grid-area: footer;
	}
	/* .footer-grid>.full-width {
		grid-column: full-start/full-end;
	} */
	
	
	.grid-child-block {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 1320px;
		width: 100%;
	}
	.container-bottom-a>.grid-child-block, .container-bottom-b>.grid-child-block, .container-top-a>.grid-child-block, .container-top-b>.grid-child-block {
		margin: 0 auto;
	}
	
	.bg-top-a{
		display: grid;
	}
}
/* end grid */

a {
    color: var(--jdevelop4-color-hover);
}

a:focus, a:hover {
    color: var(--jdevelop4-color-hover);
}


.btn-primary {
    
}
.btn-primary:focus, .btn-primary:hover {
    
}
.btn-border {
    border:3px solid rgba(0,0,0,.5);
	color:#000;
}
.btn-border:focus, .btn-border:hover {
    border:3px solid rgba(255,255,255, 1);
	color:#fff;
}



.breadcrumb {
    background-color: rgba(0,0,0,.03);
    margin-bottom: 0;
}


/*------------------------------------*\
	5 колонок bootstrap
\*------------------------------------*/

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-five {
    width: 20%;
    float: left;
}
 
@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

/*------------------------------------*\
	/5 колонок bootstrap
\*------------------------------------*/


.container-header .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.com-content-category-blog__item.blog-item figure{
	flex:1 1 30%;
}
.com-content-category-blog__item.blog-item .item-content{
	flex:1 1 70%;
}


.blog-item{
	flex-direction: row;
	column-gap:50px;
}
.blog-item figure{
	flex:1 1 30%;
}
.blog-item .item-content{
	flex:1 1 70%;
}


.blog-featured .boxed .blog-item .item-content {
    padding: 25px;
	text-align:center;
}


.item-title{
	color:#000;
	font-size:18px;
	line-height:24px;
}
.item-title a{
	color:#000;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
}


.item-page figure{
	flex:1 1 40%;
}
.item-page .com-content-article__body{
	flex:1 1 60%;
}

.container-bottom-a{
	flex-direction: column;
}

.itemid-101 main, .itemid-101 #system-message-container{
	margin-top:0;
}


.display-flex{
	display:flex;
}
.icontext{
	display:flex;
}
.icontext .icon{
	margin:0 10px 0 0;
} 


.text-right{text-align:right;}.text-left{text-align:left;}


.vertical-padding{
	padding:50px 0;
}
.padding-top{
	padding-top:50px;
}
.padding-bottom{
	padding-bottom:50px;
}

.vertical-margin{
	margin:50px 0;
}
.margin-top{
	margin-top:50px;
}
.margin-bottom{
	margin-bottom:50px;
}


#system-message-container{
	position: fixed;
    top: 0;
	left:20%;
    right: 20%;
    
    z-index: 10;
}

.full-2 {
    /* margin-top: 1rem; */
	
	padding-top:5rem;
	padding-bottom:5rem;
}
@media (max-width: 979px) {
	.full-2 {
		display:block !important;
	}
}

.h-title{
	margin:0 0 30px;
}

.flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	column-gap: 20px;
}
.flex-row.top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-row.eq-h{
	align-items:stretch;
}
.flex-row.eq-w > div{
	
	flex: 1 1 0px;
}



@media (max-width: 979px) {
	.flex-row.responsive {
		display: block;
	}
}


.bg-top-b{
	background-color:#2c364a;
	color:#fff;
}
.pochemu{
}
.pochemu .flex-row{
	column-gap:0;
}
.pochemu .icontext{
	column-gap:0;
	align-items:center;
}
/* .pochemu > .column > div{
	flex:1 1 0px;
} */

.pochemu .column{
	display:flex;
	align-items:center;
	/* background-color:#f3a016; */
	background-image:url(../images/bg-or.png);
	color:#fff;
	position:relative;
	overflow:hidden;
	/* flex:1 0 !important; */
	z-index:1;
	
	font-size:18px;
	line-height:22px;
}
.pochemu .column .text{
	padding-right:40px;
	position:relative;

}
.pochemu .column .icontext{
	

}
.pochemu .column .icon, .pochemu .column .text{
	margin:0;
	padding:20px 10px;
}
.pochemu .column .icon{
	font-size:32px;
}

.pochemu .column .arrow{

	position:absolute;
	right:0px;
	top:0;
	height:100%;
	width:auto;

}

@media (max-width: 979px) {
	.pochemu .column .arrow{

		display:none;

	}
}

/* video */
.video-wrapper{
	position:relative; overflow:hidden; height: 450px;
	height: 100%;
}

.box-center {
	width:100%;
	height:auto;
	
	position: relative;
	top: 50%;
    left: 50%;
	
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
	z-index:0;
}
.box-center2 {

	position: absolute;
	top: 50%;
    left: 50%;
	
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
	z-index:1;
}
@media (max-width: 979px) {
	.box-center{
		width: auto;
		height: 100%;
	}
}
/* end video */

/* testimonial */

.testimonial{
	
}

.testimonial .testimonial-quote {
    position: relative;
    margin-bottom: 20px;
    color: var(--cassiopeia-color-primary);
    font-size: 35px;
    text-align: center;
}
/* .testimonial .testimonial-quote:before {
    content: "\f10d";
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    
} */

.testimonial .testimonial-meta {
    text-align: center;
    margin-bottom: 15px;
	
}
.testimonial .testimonial-meta {
    margin-bottom: 5px;
	font-size:20px;
	color: var(--cassiopeia-color-primary);
	font-weight:bold;
}

.testimonial .owl-dots{
    margin:30px 0 0 0 !important;
}
.testimonial .owl-dots .owl-dot {
    border:none;
}
.testimonial .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid var(--cassiopeia-color-primary);
    border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.testimonial .owl-dots .owl-dot.active span {
    background: #004;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

/* end testimonial */


/* records */

.records .record-cell{
	margin-bottom:30px;
}
.records h4{
	margin:10px 0 0px;
}
.records .record-image{
	overflow:hidden;
}
.records .record-image img{
	cursor:pointer;
}
.records .record-image:hover img.zoom{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 980px) {
	.records .record:last-child .record-cell{
		margin-bottom:0px;
	}
}
@media (max-width: 979px) {
	.records .record:last-child .record-cell:last-child{
		margin-bottom:0px;
	}
}
/* end records */


.twork {
}
.twork .record-image {
	flex:1 1 1px;
}
.twork .record-image img{
	width:75px;
	height:75px;
	border-radius:50%;
}
.twork .text {
	flex:1 1 60%;
}
.twork .text h4{
	margin:0 0 10px;
	font-size:20px;
	line-height:24px;
}
.twork .text h4 a{
	color:#509600;
}
.twork .text .jdvrecordsset-intro{
	/* margin:0 0 10px; */
	
	font-size:16px;
	line-height:20px;
}


/* preim */

.preim{
	text-align:center;
}
.preim h4{
	margin:10px 0 0 0;
	color:var(--cassiopeia-color-primary);
	font-weight:400;
	font-size:18px;
	line-height:24px;
}
.preim .record-ico{
	margin:0px auto 0;
	font-size:40px;
	line-height:50px;
	width:72px;
	height:72px;
	padding:10px;
	/* box-sizing:content-box; */
	border:1px solid var(--cassiopeia-color-primary);
	border-radius:50%;
}
.preim .record-image.ico{
	margin:0px auto 0;
	
	width:72px;
	height:72px;
	padding:10px;
	/* box-sizing:content-box; */
	border:1px solid var(--cassiopeia-color-primary);
	border-radius:50%;
}
.preim .record-image.ico img{
	width:100%;
	height:auto;
}
.preim .record-intro{
	margin:10px 0 0;
}
.preim .border{
	padding:10px 10px;
	border-radius: 0.25rem;
	height:100%;
}
.preim .row{
	justify-content: center;
}

/* end preim */

/* about */
.about {
	background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
    color: #fff;
    margin-top: 1rem;
	
	padding-top:5rem;
	padding-bottom:5rem;
}

.about h4{
	margin:0 0 20px;
	font-weight:400;
	font-size:1em;
}
.about .logo{
	margin:0 0 30px;
	font-weight:700;
	font-size:3em;
}
.about .logo:after{
	content:'';
	display:block;
	margin:10px auto 0;
	width:10%;
	height:1px;
	background-color:rgba(255,255,255,.5);
}
.about .more{
	margin:30px 0 0px;
}

/* end about */

.container-bottom-3 {
	grid-area: bot-3;
	position:relative;
}

.container-bottom-3 > * {
	flex: 1;
	margin: 0.5em 0;
}

.animation{
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}

.img-w100-h{
	width:100%;
	height:200px;
	object-fit:cover;
	object-position:center center;
}
.img-mw100{
	max-width:100%;
	height:auto;
	object-fit:cover;
	object-position:center center;
}

.bg-image{
	background-repeat:no-repeat;
	background-position:center center;
	
	background-size: cover; 
	background-repeat: no-repeat;
	
	display:block;
}
.bg-image.contain{
	background-size: contain; 
}


.company .spincrement1 {
    font-size: 72px;
    line-height: 94px;
}
.company .value {
    color: #5baa00;
}
.company .props .text:after {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    bottom: 0;
    opacity: 1;
    background: #d4d4d4;
    z-index: 3;
    left: 0;
}
.company .props .text {
    padding: 0 50px 16px 0;
    position: relative;
    margin: 0 0 20px;
}


/* mod-articlesnews-horizontal2 */

.no-card .mod-articlesnews-horizontal2 figure {
   /*  margin: 0 -1rem 1rem; */
}

.no-card .mod-articlesnews-horizontal2 .border {
    /* border: 1px solid #dfe3e7;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%); */
	padding:  0rem;
	height:100%;
	position:relative;
	/* opacity:0; */
	height:250px;
	
}
.no-card .mod-articlesnews-horizontal2 .border img{
    transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
	
	width:100%;
	height:100%;
	
	object-fit:cover;
	object-position:center center;
}
.no-card .mod-articlesnews-horizontal2 .border:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.no-card .mod-articlesnews-horizontal2 .border:hover .section_name
, .no-card .mod-articlesnews-horizontal2 .border:hover .newsflash-title{
    opacity:1;
}
.no-card .mod-articlesnews-horizontal2 .record-cell {
    margin-bottom:1rem;
}



.bg-bottom-b{
	background: #f7f7f8;
	/* color:#fff; */
}

.mod-articlesnews-horizontal2{
	
}
.mod-articlesnews-horizontal2 .cell-ferst{
	height:100%;
	padding:20px;
	background-color:#509600;
}
.mod-articlesnews-horizontal2 .cell-ferst a{
	border: 2px solid #fff;
	padding:5px 10px;
	margin-top:20px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
.mod-articlesnews-horizontal2 .record-cell{
	position: relative;
	
}
.mod-articlesnews-horizontal2 .record-cell .section_name{
	position: absolute;
    left: 0;
    top: 10%;
    /* width: 100%; */
	
	
	
	opacity:0;
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
	
	z-index:1;
	
	width: 90%;/*  */
	margin-left:10%;
}

.mod-articlesnews-horizontal2 .record-cell .section_name span{
	background-color: #5baa00;
	border-radius: 10px;
	display:inline-block;
	padding: 2px 10px;
}
.mod-articlesnews-horizontal2 figure{
	height:100%;
	overflow:hidden;
	z-index:0;
}
.mod-articlesnews-horizontal2 figure img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	
}
.mod-articlesnews-horizontal2 .newsflash-title{
	position: absolute;
    left: 0;
    bottom: 10%;
    width: 90%;/*  */
	margin-left:10%;
	
	opacity:0;
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
	
	z-index:1;
	/* text-align:center; */
}
.mod-articlesnews-horizontal2 .newsflash-title a{
	background-color: #509600;
    padding: 10px;
    color: #fff;
    display: inline-block;
	
	font-size: 18px;
    line-height: 24px;
    text-decoration: none;
	
	margin:0 auto;
	width: 80%;
}

/* end mod-articlesnews-horizontal2 */

/* post-grid */
.post-grid {
    background-color: #031a24;
    overflow: hidden;
}
.post-grid .block-post {
    position: relative;
	display: flex;
	overflow: hidden;
	text-decoration:none;
}
.post-grid .block-post:hover {
    text-decoration:none;
}
.post-grid .block-post .post-image{
	position:relative;
	padding-bottom:41%;
	padding-bottom:20%;
	/* padding-bottom:15%; */
	overflow: hidden;
	
	width: 45.32%;
	
	width: 54.68%;
	/* width: 25.32%; */
}
.post-grid .block-post .post-meta {
    position: relative;
   
	
	
	width: 45.32%;
	
	
	/* width: 74.68%; */
	
	
    background-color: #fff;
	
	background-color: #f1f1f1;
	
	
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    color: var(--cassiopeia-color-primary);
	
	
}
/* .post-meta {
	position:relative;
	width: 54.68%;
	overflow: hidden;
} */

.post-grid .block-post:nth-child(odd) {
    flex-direction: row-reverse;
}

@media (max-width: 979px) {
	/* .post-grid .block-post:nth-child(odd) {
		flex-direction: row;
	} */
	.post-grid .block-post {
		display: block;
	}
	
	.post-grid .block-post .post-image{
		width: 100%;
		padding-bottom:50%;
	}
	.post-grid .block-post .post-meta {
		width: 100%;
	}
}

.post-grid .block-post:hover .bg-image{
    /* -webkit-animation: zoom 1s;
	animation: zoom 1s; */
	
	transform: scale(1.7);
	-webkit-transform: scale(1.7);
	
	
	
}

.post-grid .block-post .bg-image{
    transition:0.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */

	/* background-size: 100% auto; */
	height:171px;
	height:100%;
	min-height:0;
	
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



.post-grid .block-post .post-meta .scrim {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	
    /* background-color: #004b8c; */
	background-color: #78606b;
	
	background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
	
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.post-grid .block-post:nth-child(even) .post-meta .scrim {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.post-grid .block-post:hover .post-meta .scrim {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}	


/* .block-post .post-meta span {
    font-size: 14px;
    text-transform: uppercase;
    z-index: 100;
    
	transition:.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;
} 
*/

.post-grid .block-post:hover .post-meta {
    color: #fff;
}


.post-grid .block-post .post-meta .block-title {
    margin: 0 20px;
    max-width: 800px;
    font-size: 40px;
    font-weight: 700;
    /* font-family: Saol,sans-serif; */
    /* text-align: center; */
    z-index: 100;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.post-grid .block-post .post-meta .block-title .line2{

    font-size: 20px;
    font-weight: 400;
    /* font-family: Saol,sans-serif; */
    /* text-align: left; */
	margin-top:20px;
}
.post-grid .block-post .post-meta .block-title span{
	display:block;
}

.post-grid .block-post .block-top {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}
.post-grid .block-post .block-bottom {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}

/* end post-grid */


/* post-grid2 */
.post-grid2 {
    background-color: #fff;
    overflow: hidden;
	/* margin-top:1rem; */
}

.post-grid2:nth-child(even) {
    flex-direction: row-reverse;
}

.post-grid2 .block-post {
    position: relative;
	display: flex;
	align-items: center;
	align-items: stretch;
	overflow: hidden;
	text-decoration:none;
}
.post-grid2 .block-post:hover,.post-grid2 .block-post:focus {
    text-decoration: none;
}
.post-grid2 .block-post:hover .post-meta {
    /* color: #fff; */
}
.post-grid2 .block-post .post-image{
	position:relative;
	width: 25.32%;
	width: 50%;
	overflow:hidden;
}
.post-grid2 .block-post .post-image > div{
	height:100%;
}
.post-grid2 .block-post .post-image img{
	object-fit:cover;
	max-width:100%;
	width:auto;
	width:100%;
	height:100%;
	vertical-align:baseline;
	/* max-height:100%; */
}

.post-grid2 .block-row:nth-child(odd)  .block-post { 
	/* background-color: #000; */
	
	background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
}
.post-grid2 .block-row:nth-child(even)  .block-post {
    flex-direction: row-reverse;
	
	background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%);
}

.post-grid2 .block-post .post-meta {
    position: relative;
	flex:1;
	width: 74.68%;
	width: 55%;
    
	padding:30px;
	/* background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,var(--cassiopeia-color-hover) 100%); */

    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
	
	text-decoration: none;
}

.post-grid2 .block-row:nth-child(even)  .post-meta {
	
	
}


.post-grid2 .block-post .post-image img{
    transition:0.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */

	/* background-size: 100% auto; 
	height:171px;
	height:100%;
	min-height:0;*/
}

.post-grid2 .block-post:hover .post-image img{
    /* -webkit-animation: zoom 1s;
	animation: zoom 1s; */
	
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}


.post-grid2 .block-post .post-meta .block-title {
    /* margin: 0 50px; */
    max-width: 800px;
    font-size: 40px;
    font-weight: 700;
    /* font-family: Saol,sans-serif; */
    /* text-align: center; */
    /* z-index: 100; */
    -webkit-transition: color .4s;
    transition: color .4s;
}

.post-grid2 .block-post .post-meta .block-title .line2{

    font-size: 20px;
    font-weight: 400;
    /* font-family: Saol,sans-serif; */
    /* text-align: left; */
	margin-top:20px;
}
.post-grid2 .block-post .post-meta .block-title span{
	display:block;
}

.post-grid2 .block-post .block-top {
    font-size: 14px;
    text-transform: uppercase;
    margin:20px;
}
.post-grid2 .block-post .block-bottom {
    font-size: 14px;
    text-transform: uppercase;
    margin:20px;
}

.post-grid2 .border {
    border: 3px solid #78606b;
    padding: 30px;
	/* text-transform:uppercase; */
}

@media (max-width: 979px) {
	/* .post-grid .block-post:nth-child(odd) {
		flex-direction: row;
	} */
	.post-grid2 .block-post {
		display: block;
	}
	
	.post-grid2 .block-post .post-image{
		width: 100%;
		/* padding-bottom:50%; */
		padding-bottom:0;
	}
	.post-grid2 .block-post .post-meta {
		width: 100%;
	}
	.post-grid2 .block-post .post-meta .block-title {

		font-size: 24px;
		font-weight: 700;

	}
}


/* end post-grid2 */



/* gallery-flex */

.article-gallery{
	margin-bottom:30px;
}
.article-gallery .row{
	display:flex;
	justify-content: space-between;
	justify-content: center;
}
.article-gallery .row .item-image{
	margin-bottom:calc(var(--gutter-x));
}
@media (min-width: 980px) {
	.article-gallery .row:last-child .item-image{
		margin-bottom:0;
	}
}

/* end gallery-flex */


/* contact */



.contact-row{
	display:flex;
	justify-content:space-between;

}
.contact-row .column{
	display:flex;
} 
.contact-row .column .icon{
	margin:0 10px 0 0;
}

@media (max-width: 979px) {
	.contact-row {
		display:block;
	}
	.contact-row .column{
		margin-top:10px;
		margin-bottom:10px;
	} 
}

/* end contact */

.chronoforms+h3{
	display:none;
}





/* form-contact */

.form-contact{
	padding:20px;
	border: 1px solid #dfe3e7;
	
	
}
.form-contact .form-bg{

	height:100%;
	width:100%;

	
	background-image:url(../images/form-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.form-contact .form-bg .overlay{
	color:#fff;
	height:100%;
	width:100%;
	padding:20px;
	
	background-color:rgba(0,0,0,.5);
}
.form-contact a{
	color:#fff;
	
	background-color:rgba(0,0,0,.5);
}
.form-contact input[type=text]{
	width:100%;
	padding:5px;
	margin:0 0 16px;
	height:40px;
}
.form-contact textarea{
	width:100%;
	padding:5px;
	margin:0 0 0px;
	vertical-align:top;
}
.form-contact.inline textarea{
	height:40px;
}
.form-contact button[type=submit],
.form-contact input[type=submit]{
	width:100%;
	margin:16px 0 0 0;
}
.form-contact.inline button[type=submit],
.form-contact.inline input[type=submit]{
	margin:0px 0 0 0;
	padding:5px;
	border-width:1px;
	height:40px;
}

.form-contact.frm-btn-border input[type=submit]{
	border:2px solid rgba(255,255,255,.5);
	background-color:transparent;
}
.form-contact.frm-btn-border input[type=submit]:hover{
	border:2px solid rgba(255,255,255,1);
	background-color:transparent;
}

/* end contact-form */

.bg-bottom-3{
	background-image:url(../images/form-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-bottom:-14px;
}
.bg-bottom-3 .overlay{
	background-color:rgba(0,0,0,.5);
}

.bg-bottom-3 .overlay .form-contact{
	border:none;
}
.bg-bottom-3 .overlay .form-contact h3{
	color:#fff;
	margin-bottom:10px;
}
.bg-bottom-3 .overlay .form-contact p{
	color:#fff;
}

/* header */
.container-header .grid-child {
    padding: 0.5em 0;
	color:#000;
	width:100%;
	
	/* width:auto !important; */
	
	align-items: center;
	justify-content: space-between;
	
}
.container-header .header-row {
    padding: 20px 10px !important;

	
}

.header .grid-child .btn-border{
	border:3px solid rgba(255,255,255,.5);
	color:#fff;
} 
.header .grid-child .btn-border:hover, .header .grid-child .btn-border:focus{
	border:3px solid rgba(255,255,255, 1);
	color:#fff;
} 

.header a{
	color:#000; 
	text-decoration:none;
} 
.header a:hover, .header a:focus{
	color:#000; 
} 

.header .column{
	/* display:flex; */
}


.header .logo-link{
	font-size:30px;
	line-height:36px;
} 

.header .column-2 {
	font-size:20px;
	line-height:24px;
}
.header .column-3 {
	font-size:24px;
	line-height:26px;
} 
.header .column-3 a{
	vertical-align: middle;
	white-space:nowrap;
} 

.header .logo{
	width:auto;
	height:60px;
} 

.mobile-top {
	padding: 0.5em;
}
/* end header */

/* .mobile-top */
		
@media (max-width: 979px) {
	.container-nav.nav-sidebar{
		padding:20px;
		padding-left:20px;
		padding-right:20px;
		/* padding-top:50px; */
		/* display:none; */
		position:absolute;
		position:fixed;
		/* left:0; */
		width:250px;
		right:-250px;
		/* right:0px; */
		z-index:1002;
		
		
		background-color: var(--cassiopeia-color-primary);
		background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
		
		
		background-color:#509600;
		background-image:none;
		/* background-color:rgba(0,1,0,.95); */
		
		color:#fff;
		
		height:100%;
		
		top:0;
		
		float:none;
		
		
		flex-wrap: nowrap;
		flex-direction: column;
		
	}
	
	.nav-sidebar-close{
		text-align:right;
		display:block;
		
	}
	.nav-sidebar-close i{
		cursor:pointer;
		padding:10px;
		
	}
	
	
	
	.nav-sidebar.open{
		right:0px;
		
	}
}
@media (min-width: 980px) {
	.nav-sidebar-close{
		display:none;
	}
}

/* end .mobile-top */


.blog-featured{
	
	position:relative;
}
.blog-featured .blog-item{
	z-index:0;
	position:relative;
}
.blog-featured .blog-item h2{
	position:absolute;
	left:0;
	
	bottom:10%;
	width:100%;
}
.blog-featured .blog-item h2 a{
	background-color:#509600;
	padding:10px;
	color:#fff;
	display:inline-block;
}
.blog-featured .blog-item figure img{
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:center center;
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.blog-featured .blog-item:hover figure img{
	
	
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-featured .item-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}





/* blog catalog */

.catalog{
	
	position:relative;
}
.catalog .blog-item{
	z-index:0;
	position:relative;
}
.catalog .blog-item h2{
	position:absolute;
	left:0;
	
	bottom:10%;
	width:100%;
}
.catalog .blog-item h2 a{
	background-color:#509600;
	padding:10px;
	color:#fff;
	display:inline-block;
	
	text-decoration:none;
	font-size: 18px;
    line-height: 24px;
}
.catalog .blog-item figure img{
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:center center;
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.catalog .blog-item:hover figure img{
	
	
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1); 
    transform: scale(1.1);
}
.catalog .item-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	
	padding: 25px;
	text-align:center;
}

/* end blog catalog */




/* bg-footer */
.bg-footer{
	background: #2c364a;
    box-shadow: 0 70px 50px -20px #213040 inset;
	font-size:14px;
	color:#fff;
}
.footer .grid-child {
    align-items: start;
    justify-content: space-between;
    padding: 2.5rem 0.5em;
}

.footer-row-1{
	column-gap:57px;
}

.footer-row-1 > div{
	flex:1 1 1px;
}

.footer-row-1 > div.column-1{
	flex:0 1 40%;
}
.footer-row-1 > div.column-2 li{
	padding:0;
}
.bg-footer a{
	color:#fff;
}
.bg-footer a:hover{
	color:#509600;
}
.footer .grid-child .btn-border{
	border:3px solid rgba(255,255,255,.5);
} 
.footer .grid-child .btn-border:hover, .footer .grid-child .btn-border:focus{
	border:3px solid rgba(255,255,255, 1);
	color:#fff;
} 
/* end footer */

@media (max-width: 979px) {
	.bg-footer .grid-child, .header .grid-child{
		display: block;
	}
	.bg-footer .grid-child .column{
		margin:10px 0;
	}
	.bg-header .grid-child .column{
		margin:10px 0;
	}
	.container-header .grid-child {
		padding: 0 0.5em;
	}
	.container-header .grid-child.container-nav{
		padding:20px;
		padding-left:20px;
		padding-right:20px;
	}
}

/* */


.container-sticky{
	/* display:flex;
	align-content:space-around; */
	
	background-color: var(--jdevelop4-color-primary);
    background-image: linear-gradient(135deg,var(--jdevelop4-color-primary) 0,var(--jdevelop4-color-primary) 100%);
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
}
.sticky {
	position: fixed;
	top: 0;
	right:0;
	left:0;
}



/* animate */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* end animate */




/* flexslider */
.slide-zoom {
	-webkit-animation: zoom 4s ;
	animation: zoom 4s ;
	
	animation-fill-mode:forwards;
}

.slider-wrapper {
	height: 400px;
	background: #fff url(../images/loader.gif) no-repeat center center;
	width: 100%;
	float: left;
	z-index: 0; 
	overflow:hidden;
}
@media screen and (max-width: 768px) {
	
}
.slider-wrapper .btn {
    font-size: 24px; 
}
.slider-wrapper .btn.btn-primary {
    padding: 14px 30px !important; 
}
.slider-wrapper .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; 
}
.slider-wrapper .flexslider .slides {
	position: relative;
	overflow: hidden; 
	z-index:9;
}


.slider-wrapper .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	
	background-position: center center;
	
	
	height: 400px;
	position: relative; 
}
@media screen and (max-width: 768px) {
	
}
.slider-wrapper .flexslider .slides li .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.0);  /* */
	
	
}
.slider-wrapper .flexslider .flex-control-nav {
	bottom: 1em;
	z-index: 1000;
	width: 0 auto; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .flex-control-nav {
		bottom: 1em; 
		display:none; /* */
	} 
	ul.flex-direction-nav a{
		width: 16px;
		height: 26px;
		background-size:contain;
	}
}

.slider-wrapper .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.1);
	background: #003399;
	border:1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer; 
}
.slider-wrapper .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: transparent;
	background: #FF7800; 
	border:1px solid #fff;
	
}
.slider-wrapper .flexslider .flex-direction-nav {
	/*display: none; /*  */
}
.slider-wrapper .flexslider .slider-text {
	display: table;
	opacity: 0;
	height: 400px;
	z-index: 9; 
}

.slider-wrapper .flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	height: 400px;
	padding: 2em; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text {
		height: 250px;
		
		width:100%;
	}
	.slider-wrapper .flexslider .slider-text > .slider-text-inner {
		height: 250px;
		width:100%;
		padding-left:20px;
		padding-right:20px;
	} 
	.slider-wrapper .flexslider .slides li {
		height: 250px;
	}
	.slider-wrapper {
		height: 250px;
	}
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner span i {
	font-size: 24px;
	color: #F7AF1D; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .h1, .slider-wrapper .flexslider .slider-text > .slider-text-inner .h2 {
	margin: 0;
	padding: 0;
	color: #000; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .h1 {
	margin-bottom: 10px;
	font-size: 62px;
	line-height: 1.2;
	font-weight: 700; 
	color:rgba(0,0,0,.8);
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text > .slider-text-inner .h1 {
		font-size: 32px; 
	} 
	
}

.slider-wrapper .flexslider .slider-text > .slider-text-inner .h2 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* font-family: "Quicksand", Arial, sans-serif; */
	letter-spacing: 3px; 
	
	text-align:;
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text > .slider-text-inner .h2 {
		font-size: 18px;
		line-height: 1.5;

		text-align:center;
	}
	
}

.slider-wrapper .flexslider .slider-text > .slider-text-inner .h2 a {
	color: #ffdd00;
	border-bottom: 1px solid rgba(255, 221, 0, 0.7); 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .heading-section {
	font-size: 50px; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text > .slider-text-inner .heading-section {
		font-size: 30px; 
		
	} 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
	font-size: 20px;
	color: #FFDD00; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner s
.colorlib-lead .icon-heart {
	color: #d9534f; 
} 
.slider-wrapper .flexslider .slider-text > .slider-text-inner .btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	padding: 20px 30px !important;
	border: none; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
	background: #FFDD00;
	color: #fff; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .btn:hover {
	background: #000 !important; 
}
@media screen and (max-width: 480px) {
	.slider-wrapper .flexslider .slider-text > .slider-text-inner .btn {
		width: 100%; 
	} 
}
/* end flexslider */

/* owlgal */

.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: rgba(0,0,0,.03);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0,0,0,.03);
    color: #000;
    text-decoration: none;
}

/* end owlgal */


/* cssmenu */

.container-header .container-nav {
    display:block;
}

/* */


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* #cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
} */
#cssmenu #menu-button {
  display: none;
} 
#cssmenu {
  /* font-family: Montserrat, sans-serif; */
  /* background: #333333; */
}
#cssmenu > ul > li {
  /* float: left; */
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
  float:none;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a
, #cssmenu > ul > li > .nav-header
{
  padding: 10px;
  /* padding: 35px 15px; */
  font-size: 18px;
  line-height:25px;
  letter-spacing: 1px;
  text-decoration: none;
 
  color: rgba(255,255,255,.9);
  
  display:block;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
}
.sticky #cssmenu > ul > li > a {
	padding: 10px;
}

@media (max-width: 979px) {
	#cssmenu > ul > li > a {
		padding: 10px;
		font-size: 15px;
		line-height:24px;

	}
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li.deeper > a 
, #cssmenu > ul > li.deeper > .nav-header
{
  padding-right: 30px;
}
#cssmenu > ul > li.deeper > a:after 
, #cssmenu > ul > li.deeper > .nav-header:after
{
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgba(255,255,255,.9);
  content: '';
}
.sticky #cssmenu > ul > li.deeper > a:after {
	top: 22px;
	right: 11px;
}
#cssmenu > ul > li.deeper > a:before 
, #cssmenu > ul > li.deeper > .nav-header:before  /* */

{
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: rgba(255,255,255,.9);
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.sticky #cssmenu > ul > li.deeper > a:before 
, .sticky #cssmenu > ul > li.deeper > .nav-header:before
{
	top: 19px;
	right: 14px;
}
#cssmenu > ul > li.deeper:hover > a:before 
, #cssmenu > ul > li.deeper:hover > .nav-header:before 
{
	/* top: 43px; */
	width:0;
	height: 0;
  
}
.sticky #cssmenu > ul > li.deeper:hover > a:before {
	top: 23px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 40px;
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #2c364a;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.deeper > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: rgba(255,255,255,.75); 
  content: '';
}
#cssmenu.align-right ul ul li.deeper > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.deeper > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: rgba(255,255,255,.75); 
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.deeper > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.deeper:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    /* width: 100%; */
  }
  #cssmenu ul {
    width: 100%;
    /* display: none; */
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.deeper > a:after,
  #cssmenu > ul > li.deeper > a:before,
  #cssmenu ul ul > li.deeper > a:after,
  #cssmenu ul ul > li.deeper > a:before 
  ,
  #cssmenu > ul > li.deeper > .nav-header:after,
  #cssmenu > ul > li.deeper > .nav-header:before,
  #cssmenu ul ul > li.deeper > .nav-header:after,
  #cssmenu ul ul > li.deeper > .nav-header:before 
  {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
	
	display:none;
	
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

#cssmenu{
	display:block;
	/* width:100%; */
}
#cssmenu > ul{
	display:flex;
	justify-content:space-between; /* */
	justify-content:center;
	
}
#cssmenu > ul > li{
	/* display:table-cell; */
	float:none;
}

/* end cssmenu */