@charset "UTF-8";

:root {
	/* --jdevelop4-color-primary: #112855; */
	--jdevelop4-color-primary: #1768b7;
	--jdevelop4-color-link: #224faa;
	--jdevelop4-color-hover: #112855;

	--jdevelop4-color2-primary: #FF6600;
	--jdevelop4-color2-primary: #FF6600;
	--jdevelop4-color2-link: rgba(255, 102, 0, .8);
	--jdevelop4-color2-hover: rgba(255, 102, 0, .8);

	--jdevelop4-font-family-headings: 'EuropeExtendedC', sans-serif;
	
	
	--sp-primary: #d81956;
	--sp-primary: #27a2f7;
	--sp-primary2: #f84233;
	--sp-primary2: #1768b7;
	--sp-gradient1: linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%); /* */
	--sp-gradient1-0: #fff;
	/* --sp-gradient1-0: #27a2f7; */
	--sp-gradient2: linear-gradient(137deg, #11104d 0%, #0693e3 100%);
}

.container-header {
    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 rgba(0,0,0,.03);
	box-shadow:none;
    position: relative;
    z-index: 10;
	background-color:transparent;
	background-image:none;
	font-family:var(--jdevelop4-font-family-headings), sans-serif;
}

@media (max-width: 979px) {
	.container-header .column{
		margin:5px 0;
	}
}

body{
	overflow-x:hidden;
	font-family:EuropeDemiC, sans-serif;
}
.page-header{
	margin-bottom:20px;
}

@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 .";
		}
	}
	
	@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 ." 
			". side-l comp comp side-r ." 
			". bot-a bot-a bot-a bot-a ." 
			". bot-b bot-b bot-b bot-b ."
			
			". 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%);
		box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
		
		position:relative;
		
	}
	
	
	.header-grid.header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 43.6%;
		height: 100%;
		background: var(--sp-gradient1-0);
		clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
		opacity: 0.6;
		opacity: 0.5;
		z-index: 0;
	}
	
	@media (max-width: 979px) {
		.header-grid.header:before {
			display:none;
		}
	}

	.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 {
    background: var(--sp-gradient2);
}
.btn-primary:focus, .btn-primary:hover {
    background: var(--sp-gradient1);
}
.btn-primary i{
    background: var(--sp-gradient1);
	margin-left: 12px;
	padding:5px;
	border-radius:5px;
}
.btn-primary:focus i, .btn-primary:hover i{
    background: var(--sp-gradient2);
}
.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;
}


.tovar-properties{
	margin-top:30px;
	text-align:left;
}
.tovar-properties .border-row{
	border-bottom: 2px dotted #777;
	margin-bottom:4px;
}

.item-content .readmore{
	margin-top:30px;
}

/*------------------------------------*\
	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
\*------------------------------------*/

.tovar-miniimages.flex-row{
	justify-content: flex-start;
	margin-top:30px;
}

/* leftmenu */

.navbar-left{
	padding-left:20px;
	padding-right:20px;
}
.navbar-left .navbar-collapse.in {
    overflow-y: hidden;
}

.moduletable-leftmenu h3{
	margin:0 0 15px;
	color:#000;
	text-transform:uppercase;
	
	text-align:center;
	min-height:48px;
	
	background-color:#c3c3c3;
	color:#000;
	padding:15px;
}

.moduletable-leftmenu{
	background-color:#efefef;
	
}
.moduletable-leftmenu ul{
	padding:15px;
	/* padding-top:0; */
}
.moduletable-leftmenu li{
	display: block;
    position:relative;
    
}
.moduletable-leftmenu ul > li:first-child a{
	margin-top:0;
}
.moduletable-leftmenu ul > li:last-child a{
	margin-bottom:0;
}

.moduletable-leftmenu a{
	
	background: #fff;
	color:#000;
    box-sizing: border-box;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
    border: 1px solid #8080804a;
    text-transform: uppercase;
	
	position:relative;
	
	display:block;
	padding:5px 0;
	padding: 10px;
	padding-right:25px;
}

/* li.deeper > a:after{
	content:'\f054';
	position:absolute;
	right:5px;
	top:10px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
} */
.moduletable-leftmenu li > .arrow{
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	
	color:#ee1c25;
	
	font-family:'Font Awesome 5 Free';
	z-index:1001;
	cursor:pointer;
}

.moduletable-leftmenu li.active a,.moduletable-leftmenu li a:hover{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-leftmenu li:hover > a{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-leftmenu li ul {
	position:absolute;  
	display:none;	
	opacity:0;
	left:-9999px;
	width:300px;
	background-color:#efefef;
	z-index:11;
}
/* .moduletable-leftmenu li:hover ul,  */.moduletable-leftmenu li.jsHover ul { 
	  /*
	opacity:1;
   
	right:-300px;
	left:auto;
	top:-10px;
	
	-webkit-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; */
}
/* .moduletable-leftmenu li.jsHover > .arrow { 
	transform: rotate(90deg);
	
	-webkit-transition:0.25s linear all;
	transition:0.25s linear all;
		-moz-transition:0.25s linear all;
		-o-transition:0.25s linear all;
} */

.moduletable-leftmenu li:hover > .arrow, .moduletable-leftmenu li.jsHover > .arrow {  
	transform: rotate(90deg);
	color:#8bb674;
	-webkit-transition:0.25s linear all;
	transition:0.25s linear all;
		-moz-transition:0.25s linear all;
		-o-transition:0.25s linear all;
}


.moduletable-leftmenu li li{
	/* margin-left:20px; */
}
.moduletable-leftmenu li.active li a{

	
	color:#000;
}
.moduletable-leftmenu li.active li.active a,.moduletable-leftmenu li.active li a:hover{
	color:#ee1c25;
}



@media (max-width: 979px) {
	.moduletable-leftmenu > ul {
		width:300px;
	}
	
	/* .moduletable-leftmenu li:hover ul, */ .moduletable-leftmenu li.jsHover > ul { 
		opacity:1;
		display:block;
		position:static;
		
		width:auto;
		margin-left:20px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
}
@media (min-width: 980px) {
	.moduletable-leftmenu li:hover > ul { 
		opacity:1;
		right:-330px;
		left:auto;
		top:-10px;
		display:block;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
	
	
	.navbar-left .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	
}

@media (max-width: 979px) {
	.moduletable-leftmenu > ul {
		width:300px;
	}
	
	/* .moduletable-leftmenu li:hover ul, */ .moduletable-leftmenu li.jsHover > ul { 
		opacity:1;
		position:static;
		
		width:auto;
		margin-left:20px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
}
@media (min-width: 980px) {
	.moduletable-leftmenu li:hover > ul { 
		opacity:1;
		display:block;
		right:-300px;
		left:auto;
		top:-10px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
	.moduletable-leftmenu li:hover > .arrow { 
		transform: rotate(90deg);
		
		-webkit-transition:0.25s linear all;
		transition:0.25s linear all;
			-moz-transition:0.25s linear all;
			-o-transition:0.25s linear all;
	}
	
	.navbar-left .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	
}

/* end leftmenu */




.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;
}



/* blog catalog */

.catalog{
	
	position:relative;
}
.catalog .blog-item{
	z-index:0;
	position:relative;
}
@media (max-width: 979px) {
	.catalog .blog-item{
		display:block;
	}
}
.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 */


.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 40px;
}

.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;
	}
}

.menu-cols{
	flex-direction:row;
}
.menu-cols li{
	padding:5px;
}


/* 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 */


/* owl */

div.owl-theme .owl-nav {
    position: absolute;
	top: 50%;
    left: 50%;
	width:100%;
	margin-top:-40px;
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
	z-index:1;
}
.owl-theme .owl-nav button{
    width:40px;
	height:40px;
	border-radius:50%!important;
	background-color:#efefef!important;
}
.owl-theme .owl-nav .owl-prev{
    position: absolute;
	top: 0px;
    left: 10px;
	
}
.owl-theme .owl-nav .owl-next{
    position: absolute;
	top: 0px;
    right: 10px;

}


.owl-dots{
    margin:30px 0 0 0 !important;
}
.owl-dots .owl-dot {
    border:none;
}
.owl-theme div.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;
}
.owl-theme div.owl-dots .owl-dot.active span {
    background: #004;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
/* end owl */

/* 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;
}



/* 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 */



/* preim */

.preim{
	text-align:center;
}
.preim h4 a{
	text-decoration:none;
	color:#000;
}
.preim .btn{
	margin-top:30px;
}

.preim ul li {
    position:relative;
	list-style:none;
}
.preim ul {
    padding:0;
	margin:0;
}
.preim ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 15px;
    background: var(--sp-gradient2);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.preim ul li:nth-child(even):before {
    background: var(--sp-gradient1);
}



.preim h4{
	margin:10px 0 0 0;
	/* color:var(--cassiopeia-color-primary); */
	
	font-size:24px;
	line-height:26px;
	font-weight:700;
}
.preim .record-ico{
	margin:0px auto 0;
	font-size:70px;
	line-height:80px;
	width:102px;
	height:102px;
	padding:10px;
	/* box-sizing:content-box; */
	border:1px solid rgb(189 189 189 / 0.45);
	border-radius:50%;
}
.preim .record-image.ico{
	margin:0px auto 20px;
	
	width:102px;
	height:102px;
	padding:20px;
	/* box-sizing:content-box; */
	border:1px solid rgb(189 189 189 / 0.45);
	border-radius:50%;
}
.preim .record-image.ico img{
	width:100%;
	height:auto;
}
.preim .record-intro{
	margin:10px 0 0;
}
.preim .border{
	padding:50px 20px;
	border-radius: 0.25rem;
	border-color:transparent;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	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; 
}


/* 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: 0 1rem 1rem;
	height:100%;
}
.no-card .mod-articlesnews-horizontal2 .record-cell {
    margin-bottom:1rem;
}

/* 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 */






/* 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;
}
.form-contact textarea{
	width:100%;
	padding:5px;
	margin:0 0 0px;
	vertical-align:top;
}
.form-contact button[type=submit],
.form-contact input[type=submit]{
	width:100%;
	margin:16px 0 0 0;
}

.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 */

/* header */
.container-header .grid-child {
    padding: 0.5em 0;
	color:#fff;
	width:100%;
	
	/* width:auto !important; */
	
	align-items: center;
	justify-content: space-between;
	gap:20px;
}

.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:#fff; 
	text-decoration:none;
} 
.header a:hover, .header a:focus{
	color:#ea3043; 
	text-decoration:none;
} 
.header i{
	color:#ea3043; 

} 

.header .column{
	/* display:flex; */
}
.header .column-2{
	font-size:24px;
	line-height:26px;
}


.header .logo-link{
	font-size:30px;
	line-height:36px;
} 
.header .logo{
	width:auto;
	height:180px;
} 

.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:#001000;
		background-color:rgba(0,1,0,.95); /* */
		
		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;
		
		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 */

/* bg-footer */
.footer-copyright-bg {
    /*background: url(../images/car.png) no-repeat scroll center center / cover rgba(0, 0, 0, 0.75);
      */
	 
	 
	/* background-blend-mode: multiply; */
	
	/* background-color:rgba(0, 0, 0, 0.75);
	background-image:url(../images/car.jpg);
	background-repeat:no-repeat;
	background-size:cover; */
	/* background-size:contain; */
	background-position:center center;
	
}
.copyright-text{
	/* padding-top:150px; */
	/* color: rgba(256, 256, 256, .3); */
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	color:#fff;
	background-color:var(--jdevelop4-color-primary);
	background-image:none;
}

.footer-copyright {
    /* background: rgb(0 0 0 / 60%); */
    border-top: 1px solid rgb(189 189 189 / 0.45);
	
	/* height:200px; */
	
	
}

.site-grid.bg-footer-2{
	margin-top:0;
}
.footer.bg-footer-2{
	/* color:#fff;
	background-color:#000; */
	background-color:#fff;
	color:#000;
	background-image:none;
	position:relative;
	/* padding-top:30px;
	padding-bottom:30px; */
}

@media (max-width: 979px) {
	.footer.bg-footer-2 .column {
		margin:10px 0;
	}
}

.footer-row-2 i {
    font-size: 80px;
	background: var(--sp-gradient1);
	background-clip: text;
    text-fill-color: transparent;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-row-2 a, .footer-row-2 a:hover {
	color:#000;
    text-decoration: none;
}

.footer-row-2 span{
	display:block;
}
.footer-row-2 span.title {
    font-size: 20px;
    font-weight: 600;
}


.footer-row-1 .column-1 i{
	font-size:80px;
}
.footer-row-1 .column-1 a{
	font-size:25px;
	text-decoration:none;
	font-weight:700;
}

@media (max-width: 979px) {
	.footer-row-2 i {
		font-size:50px; 
	}
}

@-webkit-keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
@keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}


.trak:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    border-radius: 100%;
    background: var(--sp-gradient1);
    opacity: 0.6;
    z-index: -1;
}


.trak {
	display: inline-block;
	position:relative;
    /* 
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: auto 0; */
    width: 50px;
    height: 50px;
    background: var(--sp-gradient2);
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

.bg-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 43.6%;
    height: 100%;
    background: var(--sp-gradient1);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    opacity: 0.6;
    z-index: 0;
}
.container-footer{
	z-index:1;
}
.bg-footer{
	color:#fff;
	position:relative;
	margin-top:50px;
}
.bg-footer a{
	color:#fff;
}
.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: 551px;
	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 {
		height: 450px;
	}
}
.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: 551px;
	position: relative; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slides li {
		height: 450px;
	}
}
.slider-wrapper .flexslider .slides li .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);  /* */
	
	
}
.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: 25px;
		height: 60px;
		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: 551px;
	z-index: 9; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text {
		height: 450px;
		
		width:100%;
	}
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	height: 551px;
	padding: 2em; 
}
@media screen and (max-width: 768px) {
	.slider-wrapper .flexslider .slider-text > .slider-text-inner {
		height: 450px;
		width:100%;
		padding-left:20px;
		padding-right:20px;
	} 
}
.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: white; 
}
.slider-wrapper .flexslider .slider-text > .slider-text-inner .h1 {
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700; 
}
@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: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	/* text-transform: uppercase; */
	/* font-family: "Quicksand", Arial, sans-serif; */
	letter-spacing: 3px; 
	font-weight: 400; 
	text-align:center;
}
@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; 
}


.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f053';
    color: rgba(0, 0, 0, 0.8);
	color:#fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.flex-direction-nav a.flex-next:before {
    content: '\f054';
}

.slider-wrapper{
	position:relative;
}
.slider-arrow-down {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10;
}
.slider-arrow-down a{
	color:rgba(255,255,255,.75);
	font-size:40px;
}
.slider-arrow-down a:hover{
    color:#fff;
	font-size:40px;
}

/* animate arrow */


@keyframes animateArrow {
  0% {
    
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); 
	
  }

  50% {
    
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); 
	
  }
  100% {
    
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); 
	
  }
}

.animate-arrow {
	-webkit-animation: animateArrow 2.5s infinite;
	animation: animateArrow 2.5s infinite;
	display:inline-block;
}



/* end animate arrow */



@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: 15px;
  line-height:25px;
  letter-spacing: 1px;
  text-decoration: none;
 
  color: rgba(255,255,255,.9);
  
  display:block;
  font-weight: 700; /* */
 text-transform: uppercase;  /* */
 font-family:var(--jdevelop4-font-family-headings), sans-serif;
}
.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;
  color: #ea3043;
  color: rgba(255,255,255,1);
}
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    background: #ea3043;
	background: #fff;
    left: 0;
    right: 2px;
}
#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: 35px;
}
#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: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#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 */