@charset "UTF-8";

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

.bg-image{
	background-repeat:no-repeat;
	background-position:center center;
	
	background-size: cover; /* contain; */
	background-repeat: no-repeat;
	
	display:block;
	height:250px;
}

.bg-image.contain{
	background-size: contain; /* ; */
}




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


/* end leftmenu */

.menu-bottom{
	margin-bottom:30px;
}


.menu-bottom > ul > li > a{
	background-color:#2258cc;
	color:#fff;
	color:rgba(255,255,255,.75);
	text-transform:uppercase;
	padding:4px 10px;
	margin-right:5px;
} 
.menu-bottom > ul > li:last-child > a{
	margin-right:0px;
} 

.menu-bottom > ul > li > a:hover,.menu-bottom > ul > li > a:focus{
	background-color:#003399;

} 
.menu-bottom > ul > li.active > a{
	color:#fff;

} 

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



.moduletable-logo-b{
	float:left;
}

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

.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;
}
.title:before{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#addbf5;
	margin-right:10px;
	vertical-align:middle;
}
.title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#addbf5;
	margin-left:10px;
	vertical-align:middle;
}

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

.top1{
}

.bottom1{
}

/* 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;
	}
	
	.title:before{
		display:none;
	}
	.title:after{
		display:none;
	}
	
	
	.gallery .row:last-child .record-cell{
		margin-bottom:30px;
	}
	
	.topmenu{
		float:left !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;
	} */
	
	
	.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) {
}


/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-animation: preload-rotate 10s linear infinite;
	        animation: preload-rotate 10s linear infinite;
}
.preloader span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #004;
	position: absolute;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.preloader span:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: 1s preload-scale ease-in-out infinite;
	        animation: 1s preload-scale ease-in-out infinite;
}
.preloader span:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.06s ease-in-out infinite;
	        animation: 1s preload-scale 0.06s ease-in-out infinite;
}
.preloader span:nth-child(3) {
	bottom: 0;
	-webkit-animation: 1s preload-scale 0.11s ease-in-out infinite;
	        animation: 1s preload-scale 0.11s ease-in-out infinite;
}
.preloader span:nth-child(4) {
	bottom: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.17s ease-in-out infinite;
	        animation: 1s preload-scale 0.17s ease-in-out infinite;
}

@-webkit-keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}