@media (min-width: 1100px) {
	
	@font-face {
		font-family: 'Font';
		src: url('/fonts/Font.ttf');
	}
	
	@font-face {
		font-family: 'Font2';
		src: url('/fonts/Font2.ttf');
	}
	
	html , body , * {
		padding: 0;
		margin: 0;
		list-style: none;
		list-style-type: none;
		outline: 0;
	}
	
	::selection {
		background: #d2ab46;
		color: #ffffff;
	}
	
	::-webkit-scrollbar {
		width: 14px;
		background: #181818;
	}

	::-webkit-scrollbar-thumb {
		background: #d2ab46;
	}
	
	body {
		background: #ffffff;
		direction: ltr;
		font-family: 'Font';
		margin-left: auto;
		margin-right: auto;
	}
	
	@keyframes fa-blink {
		0% { opacity: 1; }
		25% { opacity: .50; }
		50% { opacity: .25; }
		75% { opacity: .50; }
		100% { opacity: 1; }
	}

	.notice {
		color: #d2ab46 !important;
		animation: fa-blink .75s linear infinite;
		-webkit-animation: fa-blink .75s linear infinite;
		-moz-animation: fa-blink .75s linear infinite;
		-ms-animation: fa-blink .75s linear infinite;
		-o-animation: fa-blink .75s linear infinite;
	}

	.notice i {
		color: #d2ab46 !important;
	}
	
	
	
	/*----------------------------------*/
	
	
	
	header {
		width: 100%;
		margin: auto;
		position: fixed;
		z-index: 100;
	}
	
	header .the-bar {
		width: 100%;
		background: #181818;
		border-bottom: 1px solid #d2ab46;
		margin: auto;
	}
	
	header .the-bar-content {
		max-width: 1200px;
		margin: auto;
		display: block;
	}
	
	header .the-bar .the-bar-content li {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		padding: 10px 30px;
	}
	
	header .the-bar .the-bar-content li:first-child {
		border-right: 1px solid #d2ab46;
	}
	
	header .the-bar .the-bar-content li:nth-child(3) {
		border-left: 1px solid #d2ab46;
	}
	
	header .the-bar .the-bar-content li:last-child {
		float: right;
	}
	
	header .the-bar .the-bar-content li:last-child span {
		color: #d2ab46;
	}
	
	header .the-bar .the-bar-content i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	header .the-bar .the-bar-content li a {
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	header #header {
		width: 100%;
		background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.5),rgba(0,0,0,.5));
		margin: auto;
	}
	
	header .header-content {
		max-width: 1200px;
		padding: 20px 0px;
		margin: auto;
		display: block;
	}
	
	header .header-content img {
		width: 75px;
		margin-right: 20px;
		vertical-align: middle;
	}
	
	header .header-content li {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		color: #ffffff;
		padding: 10px;
	}
	
	header .header-content li i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	header .header-content li a {
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #ffffff;
	}
	
	header .header-content li a:hover {
		color: #d2ab46;
		transition: all .25s;
	}
	
	header .header-content li:last-child {
		float: right;
		margin-top: 10px;
	}
	
	header .header-content li:last-child a {
		padding: 14px;
		border-radius: 4px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	header .header-content li:last-child a i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	header .header-content li:last-child a:hover, header .header-content li:last-child a:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.background {
		width: 100%;
		display: block;
		margin: auto;
	}
	
	.background img {
		width: 100%;
	}
	
	.background h1 {
		display: none;
		position: absolute;
		top: 300px;
		left: 12%;
		font-size: 80px;
		color: #ffffff;
		font-family: "Font2";
		font-weight: normal;
		text-shadow: 0px 0px 1px #d2ab46;
		
	}
	
	.background h1 span {
		color: #d2ab46;
		text-shadow: 0px 0px 1px #ffffff !important;
	}
	
	.background #bg-appointment {
		display: none;
		position: absolute;
		top: 400px;
		left: 12%;
		padding: 20px 100px;
		border-radius: 4px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	.background #bg-appointment i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	.background #bg-appointment:hover, .background #bg-appointment:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.open-times {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto;
	}
	
	.open-times ul {
		display: inline-block;
		vertical-align: top;
	}
	
	.open-times > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #181818;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.open-times .open-times-content {
		margin-top: 10px;
		width: 48%;
	}
	
	.open-times .open-times-content li {
		display: block;
		padding: 20px 0px;
		border-bottom: 1px dashed #ddd;
		color: #181818;
	}
	
	.open-times .open-times-content li p {
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	.open-times .open-times-content li p:last-child, .open-times .open-times-content li p:nth-child(2) {
		float: right;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.open-times .open-times-content li span {
	    display: block;
	    margin-top: 10px;
	    font-size: 14px;
	    color: #d2ab46;
	}
	
	.our-story {
		margin-top: 28px;
		margin-left: 40px;
	}
	
	.our-story p:first-child {
		font-size: 20px;
		display: block;
		color: #181818;
	}
	
	.our-story p:first-child i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-story p:nth-child(2) {
		width: 500px;
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
		border: 1px dashed #d2ab46;
		display: block;
		font-size: 18px;
		color: #181818;
	}
	
	.our-story p:nth-child(2) a {
		text-decoration: none;
		color: #d2ab46;
		cursor: pointer;
		border-bottom: 1px dashed #d2ab46;
	}
	
	.our-story li {
		display: block;
		margin: 10px 0px;
		font-size: 18px;
		color: #181818;
	}
	
	.our-story li i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-story li #story-appointment {
		display: block;
		padding: 20px;
		text-align: center;
		margin-top: 10px;
		border-radius: 4px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
		border: 1px solid transparent;
	}
	
	.our-story li #story-appointment i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	.our-story li #story-appointment:hover, .our-story li #story-appointment:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.our-story li #story-appointment:hover {
		border: 1px dashed #d2ab46;
	}
	
	.prijzen {
		background: #222222;
	}
	
	.prijzen-div {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto;
	}
	
	.prijzen-div ul {
		display: inline-block;
		vertical-align: top;
	}
	
	.prijzen-div > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.prijzen-div .prijzen-content {
		margin-top: 10px;
		width: 48%;
	}
	
	.prijzen-div .prijzen-content li {
		display: block;
		padding: 20px 0px;
		border-bottom: 1px dashed #ddd;
		color: #ffffff;
	}
	
	.prijzen-div .prijzen-content li p {
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	.prijzen-div .prijzen-content li p:last-child {
		float: right;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.example-imgs {
		margin-top: 28px;
		margin-left: 40px;
	}
	
	.example-imgs p:first-child {
		font-size: 20px;
		display: block;
		color: #ffffff;
	}
	
	.example-imgs p:first-child i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.example-imgs .exa-imgs {
		width: 500px;
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
		border: 1px dashed #d2ab46;
		display: block;
		font-size: 18px;
	}
	
	.example-imgs li {
		display: inline-block;
		margin-right: 4px;
	}
	
	.example-imgs li img {
		width: 115px;
		height: 115px;
	}
	
	.producten-div {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto;
	}
	
	.producten-div ul {
		display: inline-block;
		vertical-align: top;
	}
	
	.producten-div > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #181818;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.producten-div .producten-content {
		margin-top: 10px;
	}
	
	.producten-div .producten-content li {
		display: inline-block;
		padding-left: 62px;
		padding-bottom: 20px;
		color: #181818;
	}
	
	.producten-div .producten-content li:nth-child(4n+1) {
		padding-left: 0px;
	}
	
	.producten-div .producten-content li img {
		width: 250px;
		height: 250px;
	}
	
	.producten-div .producten-content li p {
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
		margin: 5px 0px;
	}
	
	.producten-div .producten-content li span {
		display: block;
		text-align: center;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.location {
		background: #222222;
	}
	
	.our-location {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto;
	}
	
	.our-location > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.our-location ul {
		display: inline-block;
		vertical-align: middle;
	}
	
	.our-location .map-location {
		width: 75%;
		margin-top: 10px;
	}
	
	.our-location .address {
		margin-left: 20px;
	}
	
	.our-location .address p {
		font-size: 20px;
		color: #ffffff;
	}
	
	.our-location .address p i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-location .address div {
		border: 1px dashed #d2ab46;
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
	}
	
	.our-location .address div li {
		font-size: 18px;
		display: block;
		color: #ffffff;
	}
	
	footer {
		background: #181818;
	}
	
	.footer {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto;
	}
	
	.footer > ul {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	
	.footer span {
		color: #d2ab46;
		font-size: 20px;
		display: block;
		margin-bottom: 25px;
	}
	
	.footer p {
		color: #ffffff;
		line-height: 25px;
		display: inline-block;
		text-align: left;
		font-size: 16px;
	}
	
	.footer p i {
		color: #d2ab46;
		margin-right: 8px;
	}
	
	.footer ul iframe {
		margin-top: 20px;
	}
	
	.footer .footer-contact {
		width: 250px;
		margin-bottom: 20px;
	}
	
	.footer .footer-address {
		text-align: center !important;
	}
	
	.footer .footer-story {
		width: 250px;
	}
	
	.footer ul ul {
		display: block;
		padding: 10px;
		background: rgba(255, 255, 255, 0.03);
	}
	
	.footer ul ul li {
		display: block;
		padding: 4px 0px;
	}
	
	.footer ul ul li p:last-child {
		color: #d2ab46;
		float: right;
		font-weight: bold;
	}
	
	#footer-bottom {
		background: rgba(255, 255, 255, 0.03);
	}
	
	.footer-bottom {
		max-width: 1200px;
		padding: 50px 0px;
		margin: auto;
	}
	
	.footer-bottom h1 {
		text-align: center;
		font-size: 50px;
		color: #ffffff;
		font-family: "Font2";
		font-weight: normal;
		text-shadow: 0px 0px 1px #d2ab46;
		
	}
	
	.footer-bottom h1 span {
		color: #d2ab46;
		text-shadow: 0px 0px 1px #ffffff !important;
	}
	
}



@media (min-width: 320px) and (max-width: 1099px) {
	
	@font-face {
		font-family: 'Font';
		src: url('/fonts/Font.ttf');
	}
	
	@font-face {
		font-family: 'Font2';
		src: url('/fonts/Font2.ttf');
	}
	
	html , body , * {
		padding: 0;
		margin: 0;
		list-style: none;
		list-style-type: none;
		outline: 0;
	}
	
	::selection {
		background: #d2ab46;
		color: #ffffff;
	}
	
	::-webkit-scrollbar {
		width: 14px;
		background: #181818;
	}

	::-webkit-scrollbar-thumb {
		background: #d2ab46;
	}
	
	body {
		background: #ffffff;
		direction: ltr;
		font-family: 'Font';
		margin-left: auto;
		margin-right: auto;
	}
	
	@keyframes fa-blink {
		0% { opacity: 1; }
		25% { opacity: .50; }
		50% { opacity: .25; }
		75% { opacity: .50; }
		100% { opacity: 1; }
	}

	.notice {
		color: #d2ab46 !important;
		animation: fa-blink .75s linear infinite;
		-webkit-animation: fa-blink .75s linear infinite;
		-moz-animation: fa-blink .75s linear infinite;
		-ms-animation: fa-blink .75s linear infinite;
		-o-animation: fa-blink .75s linear infinite;
	}

	.notice i {
		color: #d2ab46 !important;
	}
	
	
	
	/*----------------------------------*/
	
	
	
	header {
		width: 100%;
		margin: auto;
		position: fixed;
		bottom: 0px;
		z-index: 100;
	}
	
	header .the-bar {
		display: none;
		width: 100%;
		background: #181818;
		border-bottom: 1px solid #d2ab46;
		margin: auto;
	}
	
	header .the-bar-content {
		max-width: 1200px;
		margin: auto;
		display: block;
	}
	
	header .the-bar .the-bar-content li {
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		padding: 10px 30px;
	}
	
	header .the-bar .the-bar-content li:first-child {
		border-right: 1px solid #d2ab46;
	}
	
	header .the-bar .the-bar-content li:nth-child(3) {
		border-left: 1px solid #d2ab46;
	}
	
	header .the-bar .the-bar-content li:last-child {
		float: right;
	}
	
	header .the-bar .the-bar-content li:last-child span {
		color: #d2ab46;
	}
	
	header .the-bar .the-bar-content i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	header .the-bar .the-bar-content li a {
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	header #header {
		width: 100%;
		background: #181818;
		margin: auto;
	}
	
	header .header-content {
		max-width: 1200px;
		padding: 20px 0px;
		margin: auto;
		display: block;
		text-align: center;
	}
	
	header .header-content img {
		display: none;
		width: 75px;
		margin-right: 20px;
		vertical-align: middle;
	}
	
	header .header-content li {
		display: inline-block;
		vertical-align: top;
		font-size: 10px;
		color: #ffffff;
		width: 19%;
		text-align: center;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	
	header .header-content li i {
		display: block;
		text-align: center;
		font-size: 25px;
		color: #d2ab46;
		margin-bottom: 10px;
	}
	
	header .header-content li a {
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #ffffff;
	}
	
	header .header-content li a:hover {
		color: #d2ab46;
		transition: all .25s;
	}
	
	header .header-content li:last-child {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	
	header .header-content li:last-child i {
		display: inline-block;
		text-align: center;
		font-size: 16px;
		color: #d2ab46;
		margin-bottom: 0px;
		margin-right: 4px;
	}
	
	header .header-content li:last-child a {
		padding: 14px 0px;
		display: block;
		margin: 0px 20px;
		border-radius: 4px;
		font-size: 14px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	header .header-content li:last-child a i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	header .header-content li:last-child a:hover, header .header-content li:last-child a:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.background {
		width: 100%;
		display: block;
		margin: auto;
	}
	
	.background img {
		width: 100%;
	}
	
	.background h1 {
		display: none;
		position: absolute;
		top: 20px;
		left: 20px;
		right: 0px;
		font-size: 30px;
		color: #ffffff;
		font-family: "Font2";
		font-weight: normal;
		text-shadow: 0px 0px 1px #d2ab46;
		
	}
	
	.background h1 span {
		color: #d2ab46;
		text-shadow: 0px 0px 1px #ffffff !important;
	}
	
	.background #bg-appointment {
		display: none;
		position: absolute;
		top: 60px;
		left: 20px;
		font-size: 14px;
		padding: 14px 20px;
		border-radius: 4px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
	}
	
	.background #bg-appointment i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	.background #bg-appointment:hover, .background #bg-appointment:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.open-times {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto 20px;
	}
	
	.open-times ul {
		display: block;
	}
	
	.open-times > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #181818;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.open-times .open-times-content {
		margin-top: 10px;
	}
	
	.open-times .open-times-content li {
		display: block;
		padding: 20px 0px;
		border-bottom: 1px dashed #ddd;
		color: #181818;
	}
	
	.open-times .open-times-content li p {
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	.open-times .open-times-content li p:last-child, .open-times .open-times-content li p:nth-child(2) {
		float: right;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.open-times .open-times-content li span {
	    display: block;
	    margin-top: 10px;
	    font-size: 14px;
	    color: #d2ab46;
	}
	
	.our-story {
		margin-top: 30px;
	}
	
	.our-story p:first-child {
		font-size: 20px;
		display: block;
		color: #181818;
	}
	
	.our-story p:first-child i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-story p:nth-child(2) {
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
		border: 1px dashed #d2ab46;
		display: block;
		font-size: 18px;
		color: #181818;
	}
	
	.our-story p:nth-child(2) a {
		text-decoration: none;
		color: #d2ab46;
		cursor: pointer;
		border-bottom: 1px dashed #d2ab46;
	}
	
	.our-story li {
		display: block;
		margin: 10px 0px;
		font-size: 18px;
		color: #181818;
	}
	
	.our-story li i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-story li #story-appointment {
		display: block;
		padding: 20px;
		text-align: center;
		margin-top: 10px;
		border-radius: 4px;
		background: #d2ab46;
		cursor: pointer;
		text-decoration: none;
		color: #ffffff;
		border: 1px solid transparent;
	}
	
	.our-story li #story-appointment i {
		color: #ffffff;
		margin-right: 4px;
	}
	
	.our-story li #story-appointment:hover, .our-story li #story-appointment:hover i {
		background: #ffffff;
		color: #d2ab46;
		transition: all .25s;
	}
	
	.our-story li #story-appointment:hover {
		border: 1px dashed #d2ab46;
	}
	
	.prijzen {
		background: #222222;
	}
	
	.prijzen-div {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto 20px;
	}
	
	.prijzen-div ul {
		display: block;
	}
	
	.prijzen-div > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.prijzen-div .prijzen-content {
		margin-top: 10px;
	}
	
	.prijzen-div .prijzen-content li {
		display: block;
		padding: 20px 0px;
		border-bottom: 1px dashed #ddd;
		color: #ffffff;
	}
	
	.prijzen-div .prijzen-content li p {
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	.prijzen-div .prijzen-content li p:last-child {
		float: right;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.example-imgs {
		margin-top: 30px;
	}
	
	.example-imgs p:first-child {
		font-size: 20px;
		display: block;
		color: #ffffff;
	}
	
	.example-imgs p:first-child i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.example-imgs .exa-imgs {
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
		border: 1px dashed #d2ab46;
		display: block;
		font-size: 18px;
	}
	
	.example-imgs li {
		display: inline-block;
		margin-right: 4px;
	}
	
	.example-imgs li img {
		width: 70px;
		height: 70px;
	}
	
	.producten-div {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto 20px;
	}
	
	.producten-div ul {
		display: block;
	}
	
	.producten-div > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #181818;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.producten-div .producten-content {
		margin-top: 10px;
		text-align: center;
	}
	
	.producten-div .producten-content li {
		display: block;
		padding-bottom: 20px;
		color: #181818;
	}
	
	.producten-div .producten-content li img {
		width: 250px;
		height: 250px;
	}
	
	.producten-div .producten-content li p {
		display: block;
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
		margin: 5px 0px;
	}
	
	.producten-div .producten-content li span {
		display: block;
		text-align: center;
		color: #d2ab46;
		font-weight: 700;
	}
	
	.location {
		background: #222222;
	}
	
	.our-location {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto 20px;
	}
	
	.our-location > p {
		font-size: 20px;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 2px solid #d2ab46;
		padding-bottom: 10px;
	}
	
	.our-location ul {
		display: block;
	}
	
	.our-location .map-location {
		width: 100%;
		margin-top: 10px;
	}
	
	.our-location .address {
		margin-top: 30px;
	}
	
	.our-location .address p {
		font-size: 20px;
		color: #ffffff;
	}
	
	.our-location .address p i {
		color: #d2ab46;
		margin-right: 4px;
	}
	
	.our-location .address div {
		border: 1px dashed #d2ab46;
		margin: 20px 0px;
		padding: 40px 20px;
		border-radius: 4px;
	}
	
	.our-location .address div li {
		font-size: 18px;
		display: block;
		color: #ffffff;
	}
	
	footer {
		background: #181818;
	}
	
	.footer {
		max-width: 1200px;
		padding: 80px 0px;
		margin: auto 20px;
	}
	
	.footer > ul {
		display: block;
		margin-bottom: 30px;
	}
	
	.footer span {
		color: #d2ab46;
		font-size: 20px;
		display: block;
		margin-bottom: 25px;
	}
	
	.footer p {
		color: #ffffff;
		line-height: 25px;
		display: block;
		text-align: left;
		font-size: 16px;
	}
	
	.footer p i {
		color: #d2ab46;
		margin-right: 8px;
	}
	
	.footer ul iframe {
		margin-top: 20px;
		width: 100%;
	}
	
	.footer .footer-contact {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.footer .footer-address {
		text-align: center !important;
	}
	
	.footer .footer-story {
		width: 100%;
	}
	
	.footer ul ul {
		display: block;
		padding: 10px;
		background: rgba(255, 255, 255, 0.03);
	}
	
	.footer ul ul li {
		display: block;
		padding: 8px 0px;
	}
	
	.footer ul ul li p:first-child {
		display: inline-block;
	}
	
	.footer ul ul li p:last-child {
		color: #d2ab46;
		float: right;
		font-weight: bold;
	}
	
	#footer-bottom {
		background: rgba(255, 255, 255, 0.03);
	}
	
	.footer-bottom {
		max-width: 1200px;
		padding: 50px 0px;
		margin: auto;
	}
	
	.footer-bottom h1 {
		text-align: center;
		font-size: 50px;
		color: #ffffff;
		font-family: "Font2";
		font-weight: normal;
		text-shadow: 0px 0px 1px #d2ab46;
		
	}
	
	.footer-bottom h1 span {
		color: #d2ab46;
		text-shadow: 0px 0px 1px #ffffff !important;
	}
	
}
