/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.4; color: #000; }
	a { color: inherit; text-decoration: underline; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	p { margin-bottom: 1rem; }
	small,.small { font-size: 14px; line-height: 1.4; display: block; }
	img { max-width: 100%; }
	.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
/*== Basic css End ==*/

/*== Structure ==*/
	.bg-y-100 { background-size: auto 100% !important; }
	.bg-cover { background-size: cover !important; }
	.bg-contain { background-size: contain !important; }
	.bg-auto { background-size: auto !important; }
	.bg-left { background-position: left !important; }
	.bg-left-top { background-position: left top !important; }
	.bg-right { background-position: right !important; }
	.bg-right-top { background-position: right top !important; }
	.bg-center { background-position: center !important; }
	.bg-center-top { background-position: center top !important; }
	.bg-center-bottom { background-position: center bottom !important; }
	.bg-repeat { background-repeat: repeat !important; }
	.bg-repeat-x { background-repeat: repeat-x !important; }
	.bg-repeat-y { background-repeat: repeat-y !important; }
	.bg-norepeat { background-repeat: no-repeat !important; }
	.top { top: 0; }
	.bottom { bottom: 0; }
	.left { left: 0; }
	.right { right: 0; }
	a.text-underline { text-decoration: underline !important; }
	a.text-underline:hover { text-decoration: none !important; }
	a.text-underline-none { text-decoration: none !important; }
	a.text-underline-none:hover { text-decoration: underline !important; }
	.overflow-x-hide { overflow-x: hidden; }
	.overflow-y-hide { overflow-y: hidden; }
	.overflow-hide { overflow: hidden; }
	.text-primary, a.text-primary:hover { color: #b89539 !important; }
	.text-secondary { color: #333 !important; }
	.text-dark { color: #111 !important; }
	.text-darker { color: #000 !important; }
	.bg-primary { background-color: #b89539 !important; }
	.bg-secondary { background-color: #333 !important; }
	.bg-light { background-color: #FFFFFF !important; }
	.bg-lighter { background-color: #FAFAFA !important; }
	.bg-dark { background-color: #111 !important; }
	.bg-darker { background-color: #000 !important; }
	.border-primary { border-color: #b89539 !important; }
	.border-secondary { border-color: #333 !important; }
	.border-light { border-color: #d1d1d1 !important; }
	.border-dark { border-color: #111 !important; }
	.border-darker { border-color: #000 !important; }
	.p-1 { padding: 1rem !important; }
	.p-2 { padding: 2rem !important; }
	.p-3 { padding: 3rem !important; }
	.p-4 { padding: 4rem !important; }
	.p-5 { padding: 5rem !important; }
	.p-0 { padding: 0rem !important; }
	.pt-1 { padding-top: 1rem !important; }
	.pt-2 { padding-top: 2rem !important; }
	.pt-3 { padding-top: 3rem !important; }
	.pt-4 { padding-top: 4rem !important; }
	.pt-5 { padding-top: 5rem !important; }
	.pt-0 { padding-top: 0rem !important; }
	.pb-1 { padding-bottom: 1rem !important; }
	.pb-2 { padding-bottom: 2rem !important; }
	.pb-3 { padding-bottom: 3rem !important; }
	.pb-4 { padding-bottom: 4rem !important; }
	.pb-5 { padding-bottom: 5rem !important; }
	.pb-0 { padding-bottom: 0rem !important; }
	.pl-1 { padding-left: 1rem !important; }
	.pl-2 { padding-left: 2rem !important; }
	.pl-3 { padding-left: 3rem !important; }
	.pl-4 { padding-left: 4rem !important; }
	.pl-5 { padding-left: 5rem !important; }
	.pl-0 { padding-left: 0rem !important; }
	.pr-1 { padding-right: 1rem !important; }
	.pr-2 { padding-right: 2rem !important; }
	.pr-3 { padding-right: 3rem !important; }
	.pr-4 { padding-right: 4rem !important; }
	.pr-5 { padding-right: 5rem !important; }
	.pr-0 { padding-right: 0rem !important; }
	.m-1 { margin: 1rem !important; }
	.m-2 { margin: 2rem !important; }
	.m-3 { margin: 3rem !important; }
	.m-4 { margin: 4rem !important; }
	.m-5 { margin: 5rem !important; }
	.m-0 { margin: 0rem !important; }
	.mt-1 { margin-top: 1rem !important; }
	.mt-2 { margin-top: 2rem !important; }
	.mt-3 { margin-top: 3rem !important; }
	.mt-4 { margin-top: 4rem !important; }
	.mt-5 { margin-top: 5rem !important; }
	.mt-0 { margin-top: 0rem !important; }
	.mb-1 { margin-bottom: 1rem !important; }
	.mb-2 { margin-bottom: 2rem !important; }
	.mb-3 { margin-bottom: 3rem !important; }
	.mb-4 { margin-bottom: 4rem !important; }
	.mb-5 { margin-bottom: 5rem !important; }
	.mb-0 { margin-bottom: 0rem !important; }
	.ml-1 { margin-left: 1rem !important; }
	.ml-2 { margin-left: 2rem !important; }
	.ml-3 { margin-left: 3rem !important; }
	.ml-4 { margin-left: 4rem !important; }
	.ml-5 { margin-left: 5rem !important; }
	.ml-0 { margin-left: 0rem !important; }
	.mr-1 { margin-right: 1rem !important; }
	.mr-2 { margin-right: 2rem !important; }
	.mr-3 { margin-right: 3rem !important; }
	.mr-4 { margin-right: 4rem !important; }
	.mr-5 { margin-right: 5rem !important; }
	.mr-0 { margin-right: 0rem !important; }
	.mw-inherit { max-width: inherit !important; }
	.mh-inherit { max-height: inherit !important; }
	@media (min-width: 576px) {
		.p-sm-1 { padding: 1rem !important; }
		.p-sm-2 { padding: 2rem !important; }
		.p-sm-3 { padding: 3rem !important; }
		.p-sm-4 { padding: 4rem !important; }
		.p-sm-5 { padding: 5rem !important; }
		.p-sm-0 { padding: 0rem !important; }
		.pt-sm-1 { padding-top: 1rem !important; }
		.pt-sm-2 { padding-top: 2rem !important; }
		.pt-sm-3 { padding-top: 3rem !important; }
		.pt-sm-4 { padding-top: 4rem !important; }
		.pt-sm-5 { padding-top: 5rem !important; }
		.pt-sm-0 { padding-top: 0rem !important; }
		.pb-sm-1 { padding-bottom: 1rem !important; }
		.pb-sm-2 { padding-bottom: 2rem !important; }
		.pb-sm-3 { padding-bottom: 3rem !important; }
		.pb-sm-4 { padding-bottom: 4rem !important; }
		.pb-sm-5 { padding-bottom: 5rem !important; }
		.pb-sm-0 { padding-bottom: 0rem !important; }
		.pl-sm-1 { padding-left: 1rem !important; }
		.pl-sm-2 { padding-left: 2rem !important; }
		.pl-sm-3 { padding-left: 3rem !important; }
		.pl-sm-4 { padding-left: 4rem !important; }
		.pl-sm-5 { padding-left: 5rem !important; }
		.pl-sm-0 { padding-left: 0rem !important; }
		.pr-sm-1 { padding-right: 1rem !important; }
		.pr-sm-2 { padding-right: 2rem !important; }
		.pr-sm-3 { padding-right: 3rem !important; }
		.pr-sm-4 { padding-right: 4rem !important; }
		.pr-sm-5 { padding-right: 5rem !important; }
		.pr-sm-0 { padding-right: 0rem !important; }
		.m-sm-1 { margin: 1rem !important; }
		.m-sm-2 { margin: 2rem !important; }
		.m-sm-3 { margin: 3rem !important; }
		.m-sm-4 { margin: 4rem !important; }
		.m-sm-5 { margin: 5rem !important; }
		.m-sm-0 { margin: 0rem !important; }
		.mt-sm-1 { margin-top: 1rem !important; }
		.mt-sm-2 { margin-top: 2rem !important; }
		.mt-sm-3 { margin-top: 3rem !important; }
		.mt-sm-4 { margin-top: 4rem !important; }
		.mt-sm-5 { margin-top: 5rem !important; }
		.mt-sm-0 { margin-top: 0rem !important; }
		.mb-sm-1 { margin-bottom: 1rem !important; }
		.mb-sm-2 { margin-bottom: 2rem !important; }
		.mb-sm-3 { margin-bottom: 3rem !important; }
		.mb-sm-4 { margin-bottom: 4rem !important; }
		.mb-sm-5 { margin-bottom: 5rem !important; }
		.mb-sm-0 { margin-bottom: 0rem !important; }
		.ml-sm-1 { margin-left: 1rem !important; }
		.ml-sm-2 { margin-left: 2rem !important; }
		.ml-sm-3 { margin-left: 3rem !important; }
		.ml-sm-4 { margin-left: 4rem !important; }
		.ml-sm-5 { margin-left: 5rem !important; }
		.ml-sm-0 { margin-left: 0rem !important; }
		.mr-sm-1 { margin-right: 1rem !important; }
		.mr-sm-2 { margin-right: 2rem !important; }
		.mr-sm-3 { margin-right: 3rem !important; }
		.mr-sm-4 { margin-right: 4rem !important; }
		.mr-sm-5 { margin-right: 5rem !important; }
		.mr-sm-0 { margin-right: 0rem !important; }
		.position-sm-absolute { position: absolute !important; }
		.position-sm-relative { position: relative !important; }
		.position-sm-static { position: static !important; }
		.w-sm-25 { width: 25% !important; }
		.w-sm-50 { width: 50% !important; }
		.w-sm-75 { width: 75% !important; }
		.w-sm-100 { width: 100% !important; }
		.h-sm-100 { height: 100% !important; }
		.mw-sm-inherit { max-width: inherit !important; }
		.mh-sm-inherit { max-height: inherit !important; }
		.bg-sm-y-100 { background-size: auto 100% !important; }
		.bg-sm-cover { background-size: cover !important; }
		.bg-sm-contain { background-size: contain !important; }
		.bg-sm-auto { background-size: auto !important; }
		.bg-sm-left { background-position: left !important; }
		.bg-sm-left-top { background-position: left top !important; }
		.bg-sm-right { background-position: right !important; }
		.bg-sm-right-top { background-position: right top !important; }
		.bg-sm-center { background-position: center !important; }
		.bg-sm-center-top { background-position: center top !important; }
		.bg-sm-center-bottom { background-position: center bottom !important; }
		.bg-sm-repeat { background-repeat: repeat !important; }
		.bg-sm-repeat-x { background-repeat: repeat-x !important; }
		.bg-sm-repeat-y { background-repeat: repeat-y !important; }
		.bg-sm-norepeat { background-repeat: no-repeat !important; }
		.co-sm-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
	}
	@media (min-width: 768px) {
		.p-md-1 { padding: 1rem !important; }
		.p-md-2 { padding: 2rem !important; }
		.p-md-3 { padding: 3rem !important; }
		.p-md-4 { padding: 4rem !important; }
		.p-md-5 { padding: 5rem !important; }
		.p-md-0 { padding: 0rem !important; }
		.pt-md-1 { padding-top: 1rem !important; }
		.pt-md-2 { padding-top: 2rem !important; }
		.pt-md-3 { padding-top: 3rem !important; }
		.pt-md-4 { padding-top: 4rem !important; }
		.pt-md-5 { padding-top: 5rem !important; }
		.pt-md-0 { padding-top: 0rem !important; }
		.pb-md-1 { padding-bottom: 1rem !important; }
		.pb-md-2 { padding-bottom: 2rem !important; }
		.pb-md-3 { padding-bottom: 3rem !important; }
		.pb-md-4 { padding-bottom: 4rem !important; }
		.pb-md-5 { padding-bottom: 5rem !important; }
		.pb-md-0 { padding-bottom: 0rem !important; }
		.pl-md-1 { padding-left: 1rem !important; }
		.pl-md-2 { padding-left: 2rem !important; }
		.pl-md-3 { padding-left: 3rem !important; }
		.pl-md-4 { padding-left: 4rem !important; }
		.pl-md-5 { padding-left: 5rem !important; }
		.pl-md-0 { padding-left: 0rem !important; }
		.pr-md-1 { padding-right: 1rem !important; }
		.pr-md-2 { padding-right: 2rem !important; }
		.pr-md-3 { padding-right: 3rem !important; }
		.pr-md-4 { padding-right: 4rem !important; }
		.pr-md-5 { padding-right: 5rem !important; }
		.pr-md-0 { padding-right: 0rem !important; }
		.m-md-1 { margin: 1rem !important; }
		.m-md-2 { margin: 2rem !important; }
		.m-md-3 { margin: 3rem !important; }
		.m-md-4 { margin: 4rem !important; }
		.m-md-5 { margin: 5rem !important; }
		.m-md-0 { margin: 0rem !important; }
		.mt-md-1 { margin-top: 1rem !important; }
		.mt-md-2 { margin-top: 2rem !important; }
		.mt-md-3 { margin-top: 3rem !important; }
		.mt-md-4 { margin-top: 4rem !important; }
		.mt-md-5 { margin-top: 5rem !important; }
		.mt-md-0 { margin-top: 0rem !important; }
		.mb-md-1 { margin-bottom: 1rem !important; }
		.mb-md-2 { margin-bottom: 2rem !important; }
		.mb-md-3 { margin-bottom: 3rem !important; }
		.mb-md-4 { margin-bottom: 4rem !important; }
		.mb-md-5 { margin-bottom: 5rem !important; }
		.mb-md-0 { margin-bottom: 0rem !important; }
		.ml-md-1 { margin-left: 1rem !important; }
		.ml-md-2 { margin-left: 2rem !important; }
		.ml-md-3 { margin-left: 3rem !important; }
		.ml-md-4 { margin-left: 4rem !important; }
		.ml-md-5 { margin-left: 5rem !important; }
		.ml-md-0 { margin-left: 0rem !important; }
		.mr-md-1 { margin-right: 1rem !important; }
		.mr-md-2 { margin-right: 2rem !important; }
		.mr-md-3 { margin-right: 3rem !important; }
		.mr-md-4 { margin-right: 4rem !important; }
		.mr-md-5 { margin-right: 5rem !important; }
		.mr-md-0 { margin-right: 0rem !important; }
		.position-md-absolute { position: absolute !important; }
		.position-md-relative { position: relative !important; }
		.position-md-static { position: static !important; }
		.w-md-25 { width: 25% !important; }
		.w-md-50 { width: 50% !important; }
		.w-md-75 { width: 75% !important; }
		.w-md-100 { width: 100% !important; }
		.h-md-100 { height: 100% !important; }
		.mw-md-inherit { max-width: inherit !important; }
		.mh-md-inherit { max-height: inherit !important; }
		.bg-md-y-100 { background-size: auto 100% !important; }
		.bg-md-cover { background-size: cover !important; }
		.bg-md-contain { background-size: contain !important; }
		.bg-md-auto { background-size: auto !important; }
		.bg-md-left { background-position: left !important; }
		.bg-md-left-top { background-position: left top !important; }
		.bg-md-right { background-position: right !important; }
		.bg-md-right-top { background-position: right top !important; }
		.bg-md-center { background-position: center !important; }
		.bg-md-center-top { background-position: center top !important; }
		.bg-md-center-bottom { background-position: center bottom !important; }
		.bg-md-repeat { background-repeat: repeat !important; }
		.bg-md-repeat-x { background-repeat: repeat-x !important; }
		.bg-md-repeat-y { background-repeat: repeat-y !important; }
		.bg-md-norepeat { background-repeat: no-repeat !important; }
		.co-md-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
	}
	@media (min-width: 992px) {
		.p-lg-1 { padding: 1rem !important; }
		.p-lg-2 { padding: 2rem !important; }
		.p-lg-3 { padding: 3rem !important; }
		.p-lg-4 { padding: 4rem !important; }
		.p-lg-5 { padding: 5rem !important; }
		.p-lg-0 { padding: 0rem !important; }
		.pt-lg-1 { padding-top: 1rem !important; }
		.pt-lg-2 { padding-top: 2rem !important; }
		.pt-lg-3 { padding-top: 3rem !important; }
		.pt-lg-4 { padding-top: 4rem !important; }
		.pt-lg-5 { padding-top: 5rem !important; }
		.pt-lg-0 { padding-top: 0rem !important; }
		.pb-lg-1 { padding-bottom: 1rem !important; }
		.pb-lg-2 { padding-bottom: 2rem !important; }
		.pb-lg-3 { padding-bottom: 3rem !important; }
		.pb-lg-4 { padding-bottom: 4rem !important; }
		.pb-lg-5 { padding-bottom: 5rem !important; }
		.pb-lg-0 { padding-bottom: 0rem !important; }
		.pl-lg-1 { padding-left: 1rem !important; }
		.pl-lg-2 { padding-left: 2rem !important; }
		.pl-lg-3 { padding-left: 3rem !important; }
		.pl-lg-4 { padding-left: 4rem !important; }
		.pl-lg-5 { padding-left: 5rem !important; }
		.pl-lg-0 { padding-left: 0rem !important; }
		.pr-lg-1 { padding-right: 1rem !important; }
		.pr-lg-2 { padding-right: 2rem !important; }
		.pr-lg-3 { padding-right: 3rem !important; }
		.pr-lg-4 { padding-right: 4rem !important; }
		.pr-lg-5 { padding-right: 5rem !important; }
		.pr-lg-0 { padding-right: 0rem !important; }
		.m-lg-1 { margin: 1rem !important; }
		.m-lg-2 { margin: 2rem !important; }
		.m-lg-3 { margin: 3rem !important; }
		.m-lg-4 { margin: 4rem !important; }
		.m-lg-5 { margin: 5rem !important; }
		.m-lg-0 { margin: 0rem !important; }
		.mt-lg-1 { margin-top: 1rem !important; }
		.mt-lg-2 { margin-top: 2rem !important; }
		.mt-lg-3 { margin-top: 3rem !important; }
		.mt-lg-4 { margin-top: 4rem !important; }
		.mt-lg-5 { margin-top: 5rem !important; }
		.mt-lg-0 { margin-top: 0rem !important; }
		.mb-lg-1 { margin-bottom: 1rem !important; }
		.mb-lg-2 { margin-bottom: 2rem !important; }
		.mb-lg-3 { margin-bottom: 3rem !important; }
		.mb-lg-4 { margin-bottom: 4rem !important; }
		.mb-lg-5 { margin-bottom: 5rem !important; }
		.mb-lg-0 { margin-bottom: 0rem !important; }
		.ml-lg-1 { margin-left: 1rem !important; }
		.ml-lg-2 { margin-left: 2rem !important; }
		.ml-lg-3 { margin-left: 3rem !important; }
		.ml-lg-4 { margin-left: 4rem !important; }
		.ml-lg-5 { margin-left: 5rem !important; }
		.ml-lg-0 { margin-left: 0rem !important; }
		.mr-lg-1 { margin-right: 1rem !important; }
		.mr-lg-2 { margin-right: 2rem !important; }
		.mr-lg-3 { margin-right: 3rem !important; }
		.mr-lg-4 { margin-right: 4rem !important; }
		.mr-lg-5 { margin-right: 5rem !important; }
		.mr-lg-0 { margin-right: 0rem !important; }
		.position-lg-absolute { position: absolute !important; }
		.position-lg-relative { position: relative !important; }
		.position-lg-static { position: static !important; }
		.w-lg-25 { width: 25% !important; }
		.w-lg-50 { width: 50% !important; }
		.w-lg-75 { width: 75% !important; }
		.w-lg-100 { width: 100% !important; }
		.h-lg-100 { height: 100% !important; }
		.mw-lg-inherit { max-width: inherit !important; }
		.mh-lg-inherit { max-height: inherit !important; }
		.bg-lg-y-100 { background-size: auto 100% !important; }
		.bg-lg-cover { background-size: cover !important; }
		.bg-lg-contain { background-size: contain !important; }
		.bg-lg-auto { background-size: auto !important; }
		.bg-lg-left { background-position: left !important; }
		.bg-lg-left-top { background-position: left top !important; }
		.bg-lg-right { background-position: right !important; }
		.bg-lg-right-top { background-position: right top !important; }
		.bg-lg-center { background-position: center !important; }
		.bg-lg-center-top { background-position: center top !important; }
		.bg-lg-center-bottom { background-position: center bottom !important; }
		.bg-lg-repeat { background-repeat: repeat !important; }
		.bg-lg-repeat-x { background-repeat: repeat-x !important; }
		.bg-lg-repeat-y { background-repeat: repeat-y !important; }
		.bg-lg-norepeat { background-repeat: no-repeat !important; }
		.co-lg-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
	}
	@media (min-width: 1200px) {
		.p-xl-1 { padding: 1rem !important; }
		.p-xl-2 { padding: 2rem !important; }
		.p-xl-3 { padding: 3rem !important; }
		.p-xl-4 { padding: 4rem !important; }
		.p-xl-5 { padding: 5rem !important; }
		.p-xl-0 { padding: 0rem !important; }
		.pt-xl-1 { padding-top: 1rem !important; }
		.pt-xl-2 { padding-top: 2rem !important; }
		.pt-xl-3 { padding-top: 3rem !important; }
		.pt-xl-4 { padding-top: 4rem !important; }
		.pt-xl-5 { padding-top: 5rem !important; }
		.pt-xl-0 { padding-top: 0rem !important; }
		.pb-xl-1 { padding-bottom: 1rem !important; }
		.pb-xl-2 { padding-bottom: 2rem !important; }
		.pb-xl-3 { padding-bottom: 3rem !important; }
		.pb-xl-4 { padding-bottom: 4rem !important; }
		.pb-xl-5 { padding-bottom: 5rem !important; }
		.pb-xl-0 { padding-bottom: 0rem !important; }
		.pl-xl-1 { padding-left: 1rem !important; }
		.pl-xl-2 { padding-left: 2rem !important; }
		.pl-xl-3 { padding-left: 3rem !important; }
		.pl-xl-4 { padding-left: 4rem !important; }
		.pl-xl-5 { padding-left: 5rem !important; }
		.pl-xl-0 { padding-left: 0rem !important; }
		.pr-xl-1 { padding-right: 1rem !important; }
		.pr-xl-2 { padding-right: 2rem !important; }
		.pr-xl-3 { padding-right: 3rem !important; }
		.pr-xl-4 { padding-right: 4rem !important; }
		.pr-xl-5 { padding-right: 5rem !important; }
		.pr-xl-0 { padding-right: 0rem !important; }
		.m-xl-1 { margin: 1rem !important; }
		.m-xl-2 { margin: 2rem !important; }
		.m-xl-3 { margin: 3rem !important; }
		.m-xl-4 { margin: 4rem !important; }
		.m-xl-5 { margin: 5rem !important; }
		.m-xl-0 { margin: 0rem !important; }
		.mt-xl-1 { margin-top: 1rem !important; }
		.mt-xl-2 { margin-top: 2rem !important; }
		.mt-xl-3 { margin-top: 3rem !important; }
		.mt-xl-4 { margin-top: 4rem !important; }
		.mt-xl-5 { margin-top: 5rem !important; }
		.mt-xl-0 { margin-top: 0rem !important; }
		.mb-xl-1 { margin-bottom: 1rem !important; }
		.mb-xl-2 { margin-bottom: 2rem !important; }
		.mb-xl-3 { margin-bottom: 3rem !important; }
		.mb-xl-4 { margin-bottom: 4rem !important; }
		.mb-xl-5 { margin-bottom: 5rem !important; }
		.mb-xl-0 { margin-bottom: 0rem !important; }
		.ml-xl-1 { margin-left: 1rem !important; }
		.ml-xl-2 { margin-left: 2rem !important; }
		.ml-xl-3 { margin-left: 3rem !important; }
		.ml-xl-4 { margin-left: 4rem !important; }
		.ml-xl-5 { margin-left: 5rem !important; }
		.ml-xl-0 { margin-left: 0rem !important; }
		.mr-xl-1 { margin-right: 1rem !important; }
		.mr-xl-2 { margin-right: 2rem !important; }
		.mr-xl-3 { margin-right: 3rem !important; }
		.mr-xl-4 { margin-right: 4rem !important; }
		.mr-xl-5 { margin-right: 5rem !important; }
		.mr-xl-0 { margin-right: 0rem !important; }
		.position-xl-absolute { position: absolute !important; }
		.position-xl-relative { position: relative !important; }
		.position-xl-static { position: static !important; }
		.w-xl-25 { width: 25% !important; }
		.w-xl-50 { width: 50% !important; }
		.w-xl-75 { width: 75% !important; }
		.w-xl-100 { width: 100% !important; }
		.h-xl-100 { height: 100% !important; }
		.mw-xl-inherit { max-width: inherit !important; }
		.mh-xl-inherit { max-height: inherit !important; }
		.bg-xl-y-100 { background-size: auto 100% !important; }
		.bg-xl-cover { background-size: cover !important; }
		.bg-xl-contain { background-size: contain !important; }
		.bg-xl-auto { background-size: auto !important; }
		.bg-xl-left { background-position: left !important; }
		.bg-xl-left-top { background-position: left top !important; }
		.bg-xl-right { background-position: right !important; }
		.bg-xl-right-top { background-position: right top !important; }
		.bg-xl-center { background-position: center !important; }
		.bg-xl-center-top { background-position: center top !important; }
		.bg-xl-center-bottom { background-position: center bottom !important; }
		.bg-xl-repeat { background-repeat: repeat !important; }
		.bg-xl-repeat-x { background-repeat: repeat-x !important; }
		.bg-xl-repeat-y { background-repeat: repeat-y !important; }
		.bg-xl-norepeat { background-repeat: no-repeat !important; }
		.co-xl-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
	}
/*== Structure End ==*/

/*== Heading ==*/
	.page-title { font-family: 'Antic Didone', serif; font-size: 29px; font-weight: 400; line-height: 1.2; text-transform: uppercase; margin-bottom: 0rem; }
	.sub-title1 { font-family: 'Antic Didone', serif; font-size: 29px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title2 { font-family: 'Antic Didone', serif; font-size: 25px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title3 { font-family: 'Antic Didone', serif; font-size: 22px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title4 { font-size: 20px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title5 { font-size: 17px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
/*== Heading End ==*/

/*== Header ==*/
	.page-header .header-phone { margin-bottom: 0.4rem; }
	.page-header .site-logo img { width: auto; max-height: 70px; }
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.sticky-fixed .site-logo img { max-height: 50px; }
/*== Header End ==*/

/*== Footer ==*/
	.page-footer { font-size: 15px; line-height: 1.4; }
	.page-footer a { color: inherit; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.6; }
	.dflink { text-decoration: none; }
/*== Footer end ==*/

/*== Menu ==*/
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: #b89539; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: #C7C7C7; font-size: 14px; font-weight: 400; line-height: 1.4; padding: 14px 16px; text-decoration: none; text-transform: uppercase; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: transparent; color: #b89539; text-decoration: none; }
	.navbar .dropdown-menu { font-size: 14px; font-weight: 400; line-height: 1.2; background-color: #000; margin: 0; border: none; border-radius: 0; padding: 5px 0; }
	.navbar .dropdown-menu li + li { border-top: rgba(255,255,255,.2) 1px solid; }
	.navbar .dropdown-menu .dropdown-item { color: #C7C7C7; text-transform: uppercase; text-decoration: none; padding: 8px 16px; white-space: normal; }
	.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: #b89539; }
	.navbar .open > .dropdown-menu { display: block; }
	.sidebar-nav { z-index: 1021; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.sidebar-nav .container { height: 100%; }
	.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }
	.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(100,100,100,.5) 1px solid; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 23px; border-width: 5px; opacity: .7; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }
	.sidebar-nav .show > .dropdown-toggle::after { -webkit-transform: rotate(0); transform: rotate(0); }
/*== Menu End ==*/

/*== Form ==*/
	.site-form { font-size: 1rem; }
	.form-control, .custom-select { background-color: transparent; border: #919191 1px solid; border-width: 2px !important; color: #7F808A; font-size: inherit; font-weight: 400; line-height: 1.4; height: auto; min-height: 40px; border-radius: 0; box-shadow: none; outline: none; }
	.form-control:hover, .custom-select:hover, .form-control:focus, .custom-select:focus { box-shadow: none; border-color: #525252; }
	textarea.form-control { height: 80px; }
	.custom-select { background-image: url(../retina-images/ico-select.svg); background-size: 23px; background-position: right; background-repeat: no-repeat; }
	.custom-select option { color: #000; }
	.custom-control { margin-bottom: 0.5rem; }
	.custom-control-label::before { border-color: #919191; box-shadow: none !important; }
	.custom-control-input:checked~.custom-control-label::before { background-color: #525252; border-color: #525252; }
	.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #202833; }
	.custom-control-input:not(:disabled):active~.custom-control-label::before { background-color: #ddd; border-color: #ddd; }
	.custom-checkbox .custom-control-label::before { border-radius: 0; }
	.custom-file-input:focus~.custom-file-label { box-shadow: none; border-color: #202833; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: 0; transform-origin: center; }
	input[type="checkbox"]:required { display: none; }
	input[type="checkbox"]:required:invalid + label::before { border: 1px solid red; }
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 15px; font-weight: 400; padding: 8px 16px; letter-spacing: 1px; text-decoration: none; border-radius: 0rem; box-shadow: none !important; }
	.btn-primary { color: #fff; background-color: #b89539; border-color: #b89539; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #000; border-color: #000; }
	.btn-secondary { color: #fff; background-color: #169fd3; border-color: #169fd3; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #169fd3; background-color: #000; border-color: #000; }
	.btn-dark { color: #fff; background-color: #414141; border-color: #414141; }
	.btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active { color: #000; background-color: #fff; border-color: #000; }
	.btn-outline-primary { color: #b89539; border-color: #b89539; }
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #b89539; border-color: #b89539; }
	.btn-outline-secondary { color: #169fd3; border-color: #169fd3; }
	.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #169fd3; border-color: #169fd3; }
	.btn-outline-dark { color: #202833; border-color: #202833; }
	.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #202833; border-color: #202833; }
	.btn-shadow { margin-bottom: 26px; position: relative; z-index: 1; }
	.btn-shadow:before, .btn-shadow:after { content: ''; background: url(../retina-images/btn-shadow.png) no-repeat; z-index: -1; bottom: -27px; height: 26px; position: absolute; width: 165px; pointer-events: none; }
	.btn-shadow:before { background-position: 0 0; left: -20px; }
	.btn-shadow:after { background-position: 100% 0; right: -20px; }
/*== Button End ==*/

/*== Back to top ==*/ 
	#back-to-top { position: fixed; bottom: 150px; right: 10px; z-index: 1000; }
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
	#back-to-top a { 
		color: #fff; text-align: center; line-height: 31px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; 
		-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
		background-color: #b89539; 
	}
	#back-to-top a:hover { background-color: #000; }
/*== Back to top End ==*/

/*== Common Styles ==*/
	.custom-row { margin-left: -8px; margin-right: -8px; }
	.custom-row .colm { padding-left: 8px; padding-right: 8px; }
	.data-src { background-repeat: no-repeat; background-size: cover !important; }
	.block-img { min-height: 380px; }
	.block-content { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
	.list-group { padding-left: 22px; margin-bottom: 1rem; text-align: left; }
	.list-group li + li { margin-top: 0.5rem; }
	.breadcrumb { background-color: transparent; font-weight: 400; }
	.breadcrumb, .breadcrumb h2 { font-size: 13px; font-weight: 400; }
	.breadcrumb a { color: #000; text-decoration: none; }
	.breadcrumb a:hover { color: #b89539; }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1; opacity: .5; }
	#slider-branding.owl-carousel .owl-stage { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center!important; align-items: center!important; }
	#slider-branding .owl-item img { width: auto; max-height: 35px; margin-left: auto; margin-right: auto; }
	.case-title { font-family: 'Antic Didone', serif; padding: 5px 5px; }
	.hot-link { color: #b89539; text-decoration: none; text-transform: uppercase; padding: 10px; position: relative; }
	.hot-link:hover { color: #b89539; }
	.hot-link:after { opacity: 0; content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: -1; -webkit-transform: perspective(1px); transform: perspective(1px); background-color: #b89539; background-image: linear-gradient(45deg, #B89539 0%, #f2d78e 50%, #B89539 100%); -webkit-transition-duration: .6s; transition-duration: .6s; }
	.ico-item { text-align: left; min-height: 32px; padding-left: 40px; padding-top: 4px; }
	.owl-carousel .owl-dots { position: absolute; left: 0; right: 0; bottom: 1rem; }
	.owl-carousel .owl-dots .owl-dot { width: 6px; height: 6px; background-color: #e8e6e6; }
	.owl-carousel .owl-dots .owl-dot.active { background-color: #fff; }
	.owl-theme .owl-nav [class*=owl-] { position: absolute; top: 50%; margin: -24px 0 0 !important; width: 25px; height: 48px; padding: 0 !important; border-radius: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; overflow: hidden; text-indent: 100px; }
	.owl-theme .owl-nav .owl-prev { left: 1rem; background-image: url(../retina-images/control-left.svg); }
	.owl-theme .owl-nav .owl-next { right: 1rem; background-image: url(../retina-images/control-right.svg); }
	.mrg-btm {margin-bottom:0.5rem !important;}
.box-info {font-size: 11px; font-weight: 400;line-height: 1.4; color: #000;}
.widget { background-color: #f1f1f1; }
.widget-area .widget + .widget { /*margin-top: 1.8rem;*/ }
.widget-title { background-color: #b89539; color: #fff; font-size: 100%; padding: 0.9rem 1rem; margin-bottom: 0; }
.widget ul { list-style: none; margin: 0; padding: 0.9rem 1rem; font-size: 1rem; }
.widget ul li + li { margin-top: 0.5rem; }
.widget ul li a { text-decoration: none; }
.widget ul li a:hover { text-decoration: underline; }
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
	#slider-branding .owl-item img { max-height: 100%; }
	.block-img { min-height: 430px; }
	.block-content { max-width: 540px; }
	.owl-carousel .owl-dots { bottom: 2rem; }
	.owl-theme .owl-nav .owl-prev { left: 2rem; }
	.owl-theme .owl-nav .owl-next { right: 2rem; }
	.pagination .page-numbers { display: inline-block; margin: 0 0.5rem; }
	.pagination .current .screen-reader-text { position: absolute !important; }
}
@media (min-width: 768px) {
	body { font-size: 18px; line-height: 1.6rem; }
	p, .list-group { margin-bottom: 1.5rem; }
	.list-group li + li { margin-top: 1rem; }
	.page-title { font-size: 42px; margin-bottom: 0rem; }
	.sub-title1 { font-size: 42px; margin-bottom: 1rem; }
	.sub-title2 { font-size: 36px; margin-bottom: 1rem; }
	.sub-title3 { font-size: 32px; margin-bottom: 1rem; }
	.sub-title4 { font-size: 30px; margin-bottom: 1rem; }
	.sub-title5 { font-size: 20px; margin-bottom: 1rem; }
	small,.small { font-size: 15px; line-height: 1.4; display: block; }
	.navbar-expand-md .navbar-nav .nav-link { padding: 16px 0px; font-size: 12px; display: inline-block; }
	.navbar-expand-md .navbar-nav > .nav-item + .nav-item:before { content: ''; width: 1px; height: 20px; margin: 0 11px; background-color: #fff; display: inline-block; position: relative; bottom: -5px; right: -2px; opacity: .2; }
	.navbar-expand-md .dropdown-menu { left: 20px; }
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 17px; }
	.navbar .dropdown-menu { min-width: 13.3rem; }
	.navbar .dropdown-toggle::after { display: none; }
	.case-title { font-size: 25px; padding: 7px; }
	.block-img { min-height: 450px; }
	.block-content { max-width: 720px; }
	.hot-link { padding: 30px; letter-spacing: 2px; z-index: 1; }
	.hot-link:hover { letter-spacing: 3px; color: #000;}
	.hot-link:hover:after { opacity: 1; }
	.hot-link .img-h { position: absolute; left: 0; right: 0; top: 0; opacity: 0; }
	.hot-link:hover .img-h { opacity: 1; }
	.gallery:hover img { opacity: .5; }
	.post-item .post-thumb{height:300px;}
}
@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link { font-size: 14px; }
	.navbar-expand-md .navbar-nav > .nav-item + .nav-item:before { margin: 0 25px; }
	.navbar-expand-md .dropdown-menu { left: 28px; }
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 25px; }
	.pagetitle-h { height: 400px; }
	.contact-form { max-width: 513px; }
	.pagination { margin: 3rem 0 0 0; display: block; background-color: #f1f1f1; border-radius: 0; box-shadow: none; }
.says, .pagination .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
.pagination .current .screen-reader-text { position: static !important; }
.pagination .nav-links { min-height: 40px; position: relative; text-align: center; width: 100%; }
.nav-links:before, .nav-links:after { content: ""; display: table; }
.pagination .page-numbers { display: none; line-height: 40px; }
.pagination .current { display: inline-block; font-weight: 700; }
.pagination .page-numbers.current { text-transform: uppercase; }
}
@media (min-width: 1200px) {
	.owl-theme .owl-nav .owl-prev { left: 5rem; }
	.owl-theme .owl-nav .owl-next { right: 5rem; }
}
@media (max-width: 575px) {
	.custom-xs-row { margin-left: -8px; margin-right: -8px; }
	.custom-xs-row .colm-xs { padding-left: 8px; padding-right: 8px; }
	.owl-theme .owl-nav [class*=owl-] { background-size: 15px; }
	.post-item .post-thumb{height:300px;}
}
@media (max-width: 414px) {
	.block-img { min-height: 300px; }
}
/*== Responsive end ==*/