@charset "UTF-8";

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


.position-slider{
	margin-top:70px;
}
.position-slider h1{
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em;
	
	margin-top:50px;
}
.position-slider i{
	color:#4bc71b;
}
.moduletable-slider-text{
	margin-left:30px;
}
.position-slider .slider{
	position:relative;
}
.position-slider .slider:before{
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:50px;
	bottom:50px;
	width:2000px;
	
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	
	background-image: -moz-linear-gradient(top, #56e021, #4bc71b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56e021), to(#4bc71b));
	background-image: -webkit-linear-gradient(top, #56e021, #4bc71b);
	background-image: -o-linear-gradient(top, #56e021, #4bc71b);
	background-image: linear-gradient(to bottom, #56e021, #4bc71b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff56e021', endColorstr='#ff4bc71b', GradientType=0);
}

.row-photo {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


.works img{
	max-width:100%;
	height:auto;
}



/* ul-bullet */

.ul-bullet{
	
}
.ul-bullet li{
	list-style:none;
	padding:0;
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
}
.ul-bullet li:before{
	content:'\f046';
	display:block;
	font-family:'FontAwesome';
	color:rgba(0,51,153,.95);
	
	position:absolute;
	left:0;
	top:0px;
}

/* end ul-bullet */


/* slider-out-text */
.slider-out-text{
	position:absolute;
	left:0;
	top:15%;
	width:100%;
	color:#fff;
	text-align:center;
}
.slider-out-text .h1{
	text-transform:uppercase;
	font-weight:bold;
	
	font-size:50px;
	line-height:70px;
}
.slider-out-text .h2{
	text-transform:uppercase;
	font-size:20px;
	line-height:30px;
}

.slider-out-text .phones{
	font-size:30px;
	line-height:34px;
	margin:50px 0 70px;
}
.slider-out-text a{
	color:#fff;
}
.slider-out-text .btn{
	color:#000;
}
/* end slider-out-text */


/* form1 */

.form1{
    background: url(../images/form-bg.jpg)no-repeat center 0px fixed;
    background-size: cover;
	/* text-align:center; */
	color:#fff;
}
.form1 h3{
    text-align:center;
	margin:0 0 40px;
	text-transform:uppercase;
	font-size:24px;
	line-height:26px;
}
.form1 .overlay{
    background-color:rgba(0,0,0,.5);
}


.form1 input[type="text"] {
    width:100%;
	height:40px;
	box-sizing:border-box;
    color: #fff;
    background: none;
    font-size: 1em;
    padding: 10px;
    margin-bottom: 2em;
    border: solid 1px #fff;
    display: inline-block;
}
.form1  input.email {
    /* margin: 0 2em; */
}
.form1 textarea {
    width: 100%;
	box-sizing:border-box;
    background: none;
    color: #fff;
    font-size: 1em;
    padding: 10px;
    border: solid 1px #fff;
    min-height: 12em;
	margin-bottom:30px;
}
.form1 input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 1.1em;
    margin: 0;
    -webkit-appearance: none;
    background: #008000;
    transition: 0.5s all;
    border: 2px solid #008000;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	vertical-align:top;
	
	width:100%;
}
.form1  input[type="submit"]:hover {
    background: none;
    color: #008000;
	
}

.form1 ::-webkit-input-placeholder {
	color:#fff !important;
}
.form1 :-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
.form1 ::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
.form1 :-ms-input-placeholder {  
	color:#fff !important;
}

/* end form1 */


.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 a{

	font-size:20px;
	line-height:22px;
	font-weight:bold;
}
.contact-row i{
	font-size:24px;
	position:absolute;
	left:0;
	top:0;
	color:#ff0000;
}

.item-images .row img, .item-images .row .item-image{
	margin-bottom:30px;
}
.item-images .row:last-child img, .item-images .row:last-child .item-image{  
	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:#4bc71b;
	margin-right:10px;
	vertical-align:middle;
}
.h-title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#4bc71b;
	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{
	background-color:#efefef;
	margin-top:70px;
}
.top1 h4{
	display:inline-block;
	width:200px;
	height:200px;
	border-radius:50%;
	background-color:#a84548;
	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;
	}
	
	.about1 .bg-img-left{
		background-image:none !important;
	}
	
	.footer1,.footer2,.footer3{
		text-align:center;
	}
	
	
}

@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) {
}



