/****** PLACE YOUR CUSTOM STYLES HERE ******/

body .container , footer{
	font-family: 'Lato', sans-serif;
}

.nav-bar{
    height: 110px;
    max-height: 110px;
    line-height: 107px;
	border-bottom:4px double #725D59;
}

.image-logo-height{
	max-height:96px;
}
/* 
font-family: 'Lato', sans-serif;
font-family: 'Arapey', serif; */

.color-primary{
	color: #725D59 !important;
}

.image-slider.height-70 .slides li {
    height: auto !important;
    min-height: auto !important;
}

.image-bg h2{
	color:#fff;
	position: absolute;
    background: rgba(0, 0, 0, 0.605);
    padding: 8px 16px;
}

.menu li a{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color: #725D59;
	opacity:1;
}
.menu li a:hover{
	opacity:0.8 !important;
}

footer{
	padding:20px 0;
	background-color: #725D59 !important;
	color:#fff !important;
}

.fade-half{
	opacity:1;
}

.image-bg h3{
	font-family: 'Arapey', serif;
}

.team-desc{
	padding-bottom:40px;
}

.our-team{
	padding-top:40px;
	padding-bottom:60px;
}

p.lead .icon{
	font-size:16px !important;
}

.contact-color{
	color: #725D59;
}

.home-cite{
	padding: 14px;
	font-size:34px !important;
	border-left: none !important;
	background: #0a0a0a;
	color: #fff;
	opacity: 0.8;
	font-family: 'Allura', cursive;
	font-style: normal;
	width:50%;
	margin:0 auto;
}

.home-cite .author{
	font-size: 24px;
}

.fixed-slogan{
	position:fixed;
	bottom:0px;
	z-index:9999;
	width:100%;
}

.v-align-transform{
	top:70%;
}

.background-image-holder{
	background-size: initial !important;
	background-position:0% 0% !important;
}

.fooldal_holder{
	background-size: cover !important;
	background-position:50% 50% !important;
}


@media screen and (max-width: 767px){

	.cover.fullscreen .slides li {
		height: 100vh !important;
	}

	.image-slider, .image-slider.height-70 .slides li{
		padding:0 !important;
	}

	.tax-team br{
		display:block;
	}
	
}