@charset "UTF-8";

/* .maincontainer {
	display:none;
} */

.position-slider{
	position:relative;
}

.carousel1 .bg-image{
	height:100px;
}


.slider-arrow-down{
	
	width:100%;
	text-align:center;
	
	position:absolute;
	bottom:50px;
	left:0;
	
	z-index:10;

}
.slider-arrow-down a{
	color:#f11f2c;
	color:#FBF2A1;
	font-size:50px;
	line-height:60px;
}
.slider-arrow-down img{

	width:35px;
	height:auto;
}

/* animate */


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



.tbl-contact .display-cell{
	padding:10px;
	font-weight:bold;
	
}
.tbl-contact .cell1{
	text-align:right;
	
}
.tbl-contact .cell2{
	text-align:left;
	
}
.tbl-contact .phone{
	font-size:26px;
	line-height:30px;
	
}
.tbl-contact .phone a{
	color:#000;
	color:#FBF2A1;
}

.sticky {
	position: fixed;
	top: 0;
	right:0;
	left:0;
}

/* post-grid */
.post-grid {
    background-color: #031a24;
    overflow: hidden;
}
.block-post {
    position: relative;
	display: flex;
	overflow: hidden;

}
.block-post .post-image{
	position:relative;
	padding-bottom:41%;
	overflow: hidden;
	
	width: 45.32%;
}
.block-post .post-meta {
    position: relative;
    width: 54.68%;
    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: #004b8c;
}
/* .post-meta {
	position:relative;
	width: 54.68%;
	overflow: hidden;
} */

.post-grid .block-post:nth-child(odd) {
    flex-direction: row-reverse;
}

.block-post:hover .bg-image{
    /* -webkit-animation: zoom 1s;
	animation: zoom 1s; */
	
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.block-post .bg-image{
    transition:.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */

}



.block-post .post-meta .scrim {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #004b8c;
    -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;
}
.block-post:nth-child(even) .post-meta .scrim {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.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;/* */
}
.block-post:hover .post-meta {
    color: #fff;
}
.block-post:hover {
    text-decoration: none;
}

.block-post .post-meta .block-title {
    margin: 0 20px;
    max-width: 500px;
    font-size: 30px;
    font-weight: 500;
    /* font-family: Saol,sans-serif; */
    text-align: center;
    z-index: 100;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.block-post .block-top {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}
.block-post .block-bottom {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}

/* end post-grid */


.rows .record-cell{
	margin-bottom:30px;
}

.item-page .item-image{
	margin-bottom:10px;
}

.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	position:absolute;
	left:0px;
	top:5px;
	color:#2bc300;

}
.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	font-size:52px;
	margin-left:0;
}

.contact-row{
	padding:0 0 0 30px;
	position:relative;
	
	font-size:16px;
	line-height:20px;
	
	min-height:24px;
	
	margin-bottom:15px;
}
.contact-row i{
	font-size:24px;
	position:absolute;
	left:0;
	top:0;
}

.item-images .row img{
	margin-bottom:30px;
}
.item-images .row:last-child img{
	margin-bottom:0px;
}

.h-title{
	text-align:center;
	/* font-family: 'Oswald', sans-serif; */
	text-transform:uppercase;
	vertical-align:middle;
	margin:0 0 40px;
	
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}
.h-title:before{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-right:10px;
	vertical-align:middle;
}
.h-title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-left:10px;
	vertical-align:middle;
}
@media (max-width: 979px) {
	.h-title:before{
		display:none;
	}
	.h-title:after{
		display:none;
	}
}

.gallery .record-cell{
	margin-bottom:30px;
}
.gallery .record-cell a.img-link{
	height:200px;
	display:block;
	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/* catalogh */

.catalogh{
	text-align:center;
}

/* end catalogh */

/* carousel1 */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	border: none;
    background: #004;
    color: #FFF;
  	padding: 0px;
  	width: 30px;
  	height: 60px;
  	line-height: 60px;
	border-radius:0;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #004;
}

/* end carousel1 */


/* about */
.about1{
	position:relative;
}

.about1 .sub-title{
	margin:0 0 10px 0;
}
.about1 .h2-title{
	position: relative;
    padding-left: 15px;
	margin:0 0 20px;
    /* color: #0071a4; */
}
.about1 .h2-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #FFD626;
}

.bg-img-left{
	width: 50%;
	position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

/* end about */

.top1{
}
.top1 h4{
	display:inline-block;
	width:200px;
	height:200px;
	border-radius:50%;
	background-color:#FBF2A1;
	color:#fff;
	text-align;center;
}
.top2{
}

.bottom1{
}

.bottom2{
}



/* leftmenu */

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

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

.moduletable-cat{
	background-color:#efefef;
	
}
.moduletable-cat ul{
	padding:15px;
	padding-top:0;
}
.moduletable-cat li{
	display: block;
    position:relative;
    
}

.moduletable-cat 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-cat > .arrow{
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
	z-index:1001;
	cursor:pointer;
}

.moduletable-cat li.active a,.moduletable-cat li a:hover{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-cat li:hover > a{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-cat li ul {
	position:absolute;    
	opacity:0;
	left:-9999px;
	width:300px;
	background-color:#efefef;
	z-index:11;
}
/* .moduletable-cat li:hover ul,  */.moduletable-cat 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-cat 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-cat li li{
	/* margin-left:20px; */
}
.moduletable-cat li.active li a{

	
	color:#000;
}
.moduletable-cat li.active li.active a,.moduletable-cat li.active li a:hover{
	color:#ee1c25;
}
@media (max-width: 979px) {
	.moduletable-cat > ul {
		width:300px;
	}
	
	/* .moduletable-cat li:hover ul, */ .moduletable-cat 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-cat li:hover > 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-cat 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 */



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

/* media */
@media (max-width: 480px) {
 
}

@media (max-width: 767px) {
	/* .header-bg{
		margin-left:-20px;
		margin-right:-20px;
	} */
	/* .header-bg{
		padding-left:20px;
		padding-right:20px;
	} */
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	.moduletable-logo,.moduletable-slogan,.moduletable-adres,.moduletable-adres2,.moduletable-phone,.moduletable-call{
		float:none;
		padding:10px 0;
		margin:0;
		text-align:center;
	}
	
	.custom-logo,.custom-slogan,.custom-adres,.custom-adres2,.custom-phone,.custom-call{
		text-align:center;
		display:inline-block;
	}
	
	.custom-logo,.custom-slogan,.custom-adres2,.custom-phone,.custom-call{
		padding:0;
	}
	
	.moduletable-phone:before, .moduletable-adres:before, .moduletable-adres2:before {
		display:none;
	}
	
	
	.collapse-title{
		display:inline;
		float:left;
		padding:12px 15px;
		font-size:20px;
		line-height:24px;
	}
	
	.custom-logo a {
		position: relative;
		padding: 0 0px 0 170px;
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
		color: #f11f2c;
		color: #FBF2A1;
		display: block;
		font-family: 'Roboto Condensed', sans-serif;
	}
	
	.custom-logo img {
		width: 70px !important;
		height: auto  !important;
	}
	
	.footer1,.footer2,.footer3{
		text-align:center;
	}
	
	.custom-phone-b{
		margin-top:10px;
	}
	
	.about1 .bg-img-left{
		background-image:none !important;
	}
	
}

@media (min-width: 980px) {
	/* 
	#mainmenu > ul{
		display:table;
		margin-left:auto;
		margin-right:auto;
		float:none;
	} 
	*/
	
	/* */
	#mainmenu{
		display:table !important;
		width:100%;
	}
	#mainmenu > ul{
		display:table-row;
		float:none;
	}
	#mainmenu > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	} 
	
	
	.rows .record:last-child .record-cell{
		margin-bottom:0px;
	}
	
	.eq {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.eq > [class*='span-'] {
		display: flex;
		flex-direction: column;
	}
}
 
@media (min-width: 1200px) {
}



