@bradcolor: #d2b896;
@bluecolor: #537497;
@textcolor: #383838;
@whitecolor: #ffffff;
@font: 'arial';

html{
	overflow-x: hidden;
	height: 100%;
}
body{
	background-color: @whitecolor;
	font-family: @font;
	color: @textcolor;
	overflow-x: hidden;
	font-size: 14px;
	height: 100%;
	&.scrolled{
		.logo__white, .logo__dark{
			max-width: 100px;
			transition: all 0.8s ease;
		}
		.menu-container{
			margin-top: 10px !important;
			transition: all 0.8s ease;
		}
		header{
			&:before{
				height: 80px;
				transition: all 0.8s ease;
			}
		}
	}
}
@media screen and (min-width: 991px) {
.subpage{
	header{
		.current-menu-parent .sub-menu{
			opacity: 1 !important;
			visibility: visible !important;
			height: auto;
		}
	}
}
}
@media screen and (max-width: 991px) {
	.content-area{
		padding-top: 0 !important;
		.main__claim{
			margin-top: 0 !important; 
		}
		.container{
			padding-top: 0 !important;
			margin-top: 0 !important;
		}
	}
}
@import "main.less";
@import "menu.less";
@import "social.less";

