html, body
{
	overflow:hidden;
}

html
{
	overflow-y: scroll;
}

body
{
    font-family: 'Montserrat';
}

.btn-primary, .btn-primary:active
{
	background-color:#ff524d !important;
	border-color:#ff524d !important;
}

a.text-primary:hover
{
	color: #ff524d !important;
}

a.bg-primary:hover, a.bg-primary:active, a.bg-primary:focus
{
	background-color: #ff524d !important;
}

.bg-primary, .bg-primary
{
	background-color:#ff524d !important;
	border-color:#ff524d !important;
}

.text-primary
{
	color:#ff524d !important;
}

.border-primary
{
	border-color:#ff524d !important;
}

.font-script
{
    font-family: 'Local Brewery';
}

.font-serif
{
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.important
{
	z-index: 2 !important;
}

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

	#u_sign
	{
		/*z-index: -1 !important;*/
	}

}

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

	#phonehand
	{
		margin-top:5% !important;
		width:30% !important;
		/*z-index: -1 !important;*/
	}

	#plus_sign
	{
		left:-300px !important;
		margin-top:-300px !important;
		height:600px !important;
	}

	#plus_sign2
	{
		left:-300px !important;
		margin-top:000px !important;
		height:600px !important;
	}

	#u_sign, #u_sign2, #u_sign3
	{
		width:200px !important;
	}	



}

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

	br
	{
		display:none;
	}

	#phonehand
	{
		display: none !important;
	}

	#plus_sign
	{
		left:-150px !important;
		margin-top:-150px !important;
		height:300px !important;
	}

	#plus_sign2
	{
		left:-150px !important;
		margin-top:300px !important;
		height:300px !important;
	}

	#u_sign, #u_sign2, #u_sign3
	{
		width:150px !important;
	}

	#grid_container, #grid_container2
	{
		margin-left:-30px !important;
		margin-right:-30px !important;
	}

	#grid, #grid2
	{
		padding-bottom: 100% !important;
	}

	#u_sign2
	{
		z-index: -1 !important;
	}

}

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

	html
	{
		font-size:14px !important;
	}

	.container
	{
		padding-left:30px;
		padding-right:30px;
	}

}

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

	.xs-height
	{
		height:30px !important;
	}


}

.parallax.is-visible.is-animated
{
	/*transform:;*/
	transition:transform 1s ease !important;
}

#menu
{
	transition:all 0.25s ease;
	top:-1000px;
}

.is-visible
{
	transition: none !important;
}

.line.h-100
{
	height:0 !important;
	transition:height 0.50s ease !important;
}

.line.w-100
{
	width:0 !important;
	transition:width 0.50s ease !important;
}

.line.h-100.is-visible.is-animated
{
	height:100% !important;

}

.line.w-100.is-visible.is-animated
{
	width:100% !important;

}


#menu.active
{
	top:0px;
}

.service_heading
{
	cursor: pointer;
}

.slick-list, .slick-track, .slick-slide
{
	height:100%;
}