@charset "UTF-8";

/* .maincontainer {
	display:none;
} */

/* .map{
	padding:0;
} */


.w{
}
.w.row1{
	margin-bottom:30px;
}
.w h3{
	font-weight:bold;
	color:#021888;
	min-height:44px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
.w li{
	position:relative;
	padding-left:0px;
}
.w li a:before{
	content:'\f178';
	position:absolute;
	left:0;
	top:10px;
	font-family:'FontAwesome';
}
.w li a{
	position:relative;
	display:block;
	color:#000;
	padding-left:25px;
}
.w li a:hover{
	background-color:transparent !important;
	color:#a5c33c;
}

.contact-map{
	font-size:24px;
	line-height:28px;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.contact-map p{
	margin-top:10px;
	margin-bottom:10px;
}
.contact-map h3,.contact-form h3{
	font-size:28px;
	line-height:38px;
	text-align:center;
	color:#fff;
	margin-bottom:30px;
	margin-top:0;
}
.contact-map h3 span,.contact-form h3 span{
	color:#000;
}
.contact-form{
	padding-top:40px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:40px;
}
.moduletable-map{
	/* margin-left:-15px;
	margin-right:-15px; */
	overflow: hidden;
}
.bottom1 .container-fluid {
	/* 
	margin:0; */
	/*padding:0;  */
	/* margin-left:-15px;
	margin-right:-15px; */
}
.bottom1 /* .col-md-6 */ .map {
	padding-left: 0 !important;
    padding-right: 0 !important;
	/*
	margin:0; */
}
.bottom1 .row {
	/* padding:0; */
	/*  */
	/*  */
	margin-left:-15px;
	margin-right:-15px;
	
}

.contact-row{
	padding:0 0 0 25px;
	position:relative;
	
	font-size:16px;
	line-height:20px;
	
	min-height:24px;
}
.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;
}

.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:#021888;
	margin-right:10px;
	vertical-align:middle;
}
.title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#021888;
	margin-left:10px;
	vertical-align:middle;
}

.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;
}

.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;
	}
	
	.slider-wrapper .flexslider .slider-text {
		display: table;
		opacity: 0;
		height: 450px;
		z-index: 9; 
		margin-left:auto;
		margin-right:auto;
	}
}

@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*='col-md-'] {
		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: #a5c33c;
	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);
	}
}