/* Setup */

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic', sans-serif;
	}
	
	p{
		font-size:20px;
		line-height:1.4;
	}
	
@-ms-viewport{
  width: device-width;
}

.center{
	max-width:1000px;
	width:92%;
	margin:0 auto;
}

a{
	text-decoration:underline;
	color:#000;
}

ul .privacy{
	display:none;
}

footer ul .privacy{
	display:block;
}

/* Colours */

#big-nav{
	background-color:#000;
}

#resp-links{
	background-color:#000;
}

#navbar a{
	color:#fff;
}

.shrink .topnav a{
	color:#fff!important;
}

#resp-links ul a{
	color:#fff;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.3;
}

.header-text p{
	color:#fff;
}

.color1{
	color:#333333;
}

.color1_bg{
	background-color:#333333;
}

.color2{
	color:#E9AF48;
}

.color2_bg{
	background-color:#E9AF48;
}

.hamburger a.icon div{
	background-color:#fff;
}

.text-style h2, .text-style p{
	color:#000;
}

.text-style h3{
	color:#000;
}

.testimonial-container h2, .testimonial-container h3, .testimonial-container p{
	color:#fff;
}

#contact-us h2{
	color:#fff;
}

#contact-us p{
	color:#fff;
	font-weight: 600;
}

#contact-us a{
	color:#fff;
}

.visit-section{
	background-color:#fff;
}

.visit-section h2{
	color:#333333;
}

footer{
	background-color:#212121;
}

footer a, footer p, footer h3, footer i, #footer-bottom p{
	color:#fff;
}

.popup-close {
    background-color: #333333;
    color: #fff;
}

/* Buttons */

.btn,
input[type="submit"]{
	width:auto!important;
	font-weight:500!important;
	font-size:15px!important;
	text-transform:uppercase!important;
	color:#fff!important;
	padding:15px 25px!important;
	text-decoration:none!important;
	border:0!important;
	cursor:pointer!important;
	margin:20px 0!important;
	text-align:center!important;
	font-family: 'Ubuntu Condensed', sans-serif!important;
}
	
.btn:hover, 
.btn:focus, 
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active{
	background-color:#000!important;
	color:#fff!important;
	border:none!important;
}

.btn-alt{
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
	background-color:#EDEDED;
	color:#000;
	padding:15px 30px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
	/*
	font-family: 'Ubuntu Condensed', sans-serif;
	*/
	align-self:center;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active{
	background-color:#fff;
	color:#000;
}

/* General */

.content{
	margin:30px 0 60px;
}

.content-title{
	margin:50px 0;
}

.content-title h2{
	font-size:30px;
}

i{
	font-style:normal;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

figure{
	margin:0;
}

i{
	font-family:FontAwesome;
}

h2{
	/*
	font-family: 'Teko', sans-serif;
	*/
	font-weight:600;
	font-size:38px;
}

.header-text img{
	max-width: 400px;
}

/* Main Navbar */

#navbar .center{
	display:flex;
	align-items:center;
}

#big-nav{
	position:fixed;
	width:100%;
	top:0;
	z-index:3;
	transition:.2s;
	overflow:hidden;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.big-nav{
	height:120px;
}

#navbar{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}

#big-nav, #resp-links{
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
}

#navbar .center{
	position:relative;
	height:100%;
}

#big-nav a:hover,
#big-nav a:focus,
#big-nav a:active{
	text-decoration:underline;
}

#big-nav ul a:hover,
#big-nav ul a:focus,
#big-nav ul a:active,
#resp-links ul a:hover,
#resp-links ul a:focus,
#resp-links ul a:active{
	text-decoration:underline;
}

#nav-brand{
	z-index:2;
}

#nav-brand img{
	height:60px;
	width:auto;
}

@media(max-width:550px){
	#nav-brand img{
		height:55px;
	}
	.big-nav {
		height: 80px;
	}
	.hamburger{
		top: 16px!important;
	}
}

@media(max-width:450px){
	#nav-brand img{
		height:45px;
	}
}

@media(max-width:380px){
	#nav-brand img{
		height:40px;
	}
}

#nav-brand{
	font-size:25px;
	font-family: 'Noto Sans SC', sans-serif;
	display:flex;
	justify-content:center;
}

@media(max-width:370px){
	#navbar #nav-brand{
		font-size:22px;
	}
}

#nav_phone{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:50%;
	height:50%;
	width:100%;
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	overflow:hidden;
	z-index:1;
	background-color:transparent;
	transition:.6s;
	margin-bottom:30px;
}

#nav_phone a{
	font-size:22px;
	display:flex;
	text-decoration:none!important;
}
#nav_phone i{
	margin:2px 7px 0 0;
}

#nav_phone p{
	margin:0;
	font-size:22px;
}

#nav_phone a:hover p,
#nav_phone a:active p,
#nav_phone a:focus p{
	text-decoration:underline;
}

#nav-links{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100%;
	display:flex;
	align-items:center;
	overflow:hidden;
	z-index:1;
	background-color:transparent;
	transition:.6s;
	margin-bottom:30px;
	justify-content:flex-end;
	align-items:center;
}

.navLinks{
	height:50%;
}

#navbar #nav-links ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}

#navbar li{
	list-style:none;
}

#navbar h1{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

#navbar a{
	text-decoration:none;
}

#navbar #nav-links a{
	margin:0 0 0 30px;
}

/* Responsive Navbar */

#resp-links{
	top:0;
	right:0;
	height:100%;
	z-index:5;
	position:fixed;
	overflow:hidden;
	transition:.6s;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

#resp-links ul{
	margin-top:-40px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

#resp-links ul li{
	margin:15px 0;
}

#resp-links ul a{
	font-size:18px;
	text-transform:uppercase;
	overflow:hidden;
	white-space: nowrap;
}

#resp-links #footer-brand h2{
	font-size:22px;
}

#resp-links #footer-brand h3{
	font-size:15px;
	color:#A9A9A9;
}

#resp-links #footer-brand h4{
	font-size:15px;
	color:#000;
}

#nav-brand-top{
	width:80px;
	position:absolute;
	top:40px;
}

#nav-brand-top img{
	width:100%;
}

#nav-brand-bottom{
	width:200px;
	position:absolute;
	bottom:40px;
}

#nav-brand-bottom img{
	width:100%;
}

.respOverlay{
	width:100vw;
	height:100vh;
	z-index:-5;
	background-color:rgba(0, 0, 0, 0.8);
	position:fixed;
	opacity:0;
	transition:.6s;
}

.resp-overlay-display{
	opacity:1;
	z-index:4;
}

.respLinks{
	width:0;
}

.responsive{
	width:100%;
}

@media(max-width:900px){
	#nav-links{
		display:none;
	}
}

@media(min-width:900px){
	#resp-links{
		display:none;
	}
}

@media(max-height:550px){
	#resp-links{
		height:550px;
		overflow-y:scroll;
	}
}

/* Hamburger */

.hamburger{
	position:fixed;
	right:4%;
	top:38px;
	z-index:6;
	background-color:transparent;
	display:none;
	transition:.5s;
}

.hamburger a.icon{
	display:block;
	padding:0;
	cursor:pointer;
}
	
.hamburger a.icon div{
	width:40px;
	height:3px;
	margin:10px 0;
	transition:0.4s;
}

.change .bar1{
	-webkit-transform:
	rotate(-45deg)
	translate(-8px, 9px);
	transform:
	rotate(-45deg)
	translate(-8px, 9px);
}

.change .bar2{
	opacity:0;
}

.change .bar3{
	-webkit-transform:
	rotate(45deg)
	translate(-9px, -10px);
	transform:
	rotate(45deg)
	translate(-9px, -10px);
}

/*
.change a.icon div{
	background-color:#EF7D00;
}


.shrink{
	background-color:#fff!important;
}

.alt a.icon div{
	background-color:#EF7D00;
}
*/

.remove{
	height:0;
}

@media(max-width:900px){
	.hamburger{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-end;
	}
	#nav_phone{
		display:none;
	}
}

@media(min-height:550px){
	.navbar{
		overflow:hidden;
	}
	#navBrand{
		position:absolute;
		bottom:80px;
		margin-bottom:0;
	}
}

/* Homepage Header */

.header-home{
	display:flex;
	height:100vh;
	width:100%;
	width:100%;
	height:100%;
	position:relative;
	background-size:cover;
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	max-height: 800px;
	margin-bottom: 60px;
}

@media(max-width:750px){
	.header-home,
	.testimonial-container,
	#contact-us{
		background-attachment:scroll!important;
	}
	.header-home{
		margin-bottom: 40px;
	}
}

.header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
}

header .center{
	height:100%;
	position:relative;
}

header .header-text{
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:900px;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:120px;
}

.header-text img{
	width:100%;
	height:auto;
	margin:0 0 40px 0;
}

.header-text h3{
	color:#fff;
	font-size:28px;
	font-weight:400;
	font-family: 'Merriweather', serif;
	margin:0;
}

.header-text h1{
	color:#fff;
	font-size:60px;
	font-weight:200;
	text-align:center;
	margin:20px 0 0 0;
	font-family: 'Noto Sans SC', serif;
	text-transform:uppercase;
	font-weight:600;
}

.header-text h2{
	color:#fff;
	margin:0;
	font-size:20px;
	font-family: 'Noto Sans SC', serif;
	text-transform:uppercase;
	font-weight:600;
}

.header-text p{
	text-align:center;
	margin:0;
	font-size:20px;
	font-weight:500;
	width:80%;
	text-transform:uppercase;
}

.header-text .btn{
	margin:40px 0 0 0;
}

#testimonials .header-overlay {
	opacity: 0.6;
}

@media(max-width:805px){
	.header-text h3{
		font-size:22px;
	}
	.header-text h1{
		font-size:40px;
	}
	.header-text h2{
		font-size:18px;
	}
}

@media(max-width:480px){
	.header-text h3{
		font-size:18px;
	}
	.header-text h1{
		font-size:30px;
	}
	.header-text h2{
		font-size:16px;
	}
	.header-text .btn{
		font-size:13px;
		padding:15px 20px;
	}
}

@media only screen
and (min-device-width:600px)
and (max-device-height:600px){
	.header-home{
		height:750px;
	}
}

/* Home Content */

.content-home{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:5%;
	margin:0 0 5% 0;
}

.content-home-image{
	width:100%;
}

.mobile_intro_image.content-home-image{
	display:none;
}

.content-home-image img{
	width:100%;
	height:auto;
}

.content-home p{
	color:#000;
}

@media(max-width:1000px){
	.content-home{
		display:flex;
		flex-direction: column;
	}
	#crazy .content-home{
		flex-direction: column;
	}
	.content-home-text{
		margin-bottom:5%;
	}
	.content-home-image{
		margin-top: 40px;
		display:none;
	}
	.mobile_intro_image.content-home-image{
		display:block;
	}
}

/* Images Grid */

.images-grid{
	width:100%;
	display:flex;
}

.images-left{
	width:50%;
	display:flex;
	flex-direction:column;
}

.images-right{
	width:50%;
	display:flex;
	flex-direction:column;
}

.grid-box{
	box-sizing:border-box;
	width:100%;
	margin-bottom:10%;
}

.grid-box img{
	width:100%;
	height:auto;
}

.images-left .grid-box{
	padding-right:5%;
}

.images-right .grid-box{
	padding-left:5%;
}

.grid-text{
	padding-bottom:15px;
}

.text-style h2{
	margin:0;
	color:#E9AF48;
}

.text-style h3{
	margin:0 0 40px 0;
	font-size:20px;
	font-family: 'Merriweather', serif;
	font-weight:600;
}
 
.grid-text p{
	margin:0 0 40px;
}

@media(max-width:700px){
	.images-grid-container{
		display:none;
	}
}

@media(min-width:700px){
	.mobile-grid-container{
		display:none;
	}
}

.mobile-grid-container{
	margin-bottom:10%;
}

.images-grid-mobile .grid-box{
	margin-bottom:5%;
}

/* Services */

.services{
	background-color:#fafafa;
	padding:40px 0;
}

.services_title{
	margin-bottom:40px;
}

.gallery .services_title{
	margin-bottom:20px;
}

.services_title h2{
	text-align:center;
	color:#E9AF48;
	margin:0;
}

.services_title h3{
	text-align:center;
	font-size: 20px;
	margin:0;
}

.services_grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
}

.services_grid img{
	display:block;
	width:100%;
	height:auto;
}

.services_grid h3{
	font-size:26px;
	color:#E9AF48;
	margin: 20px 0 5px 0;
}

.services_grid p{
	margin:0;
}

.btn_container{
	padding-top:30px;
}

/* Gallery */

.gallery{
	margin:40px 0;
}

.gallery-item{
	box-sizing: border-box;
	padding:20px;
	margin: 0!important;
}

.gallery-item a{
	display:block;
}

.gallery_grid img{
	display:block;
	width:100%;
	height:auto;
	border:none!important;
}

@media(max-width:600px){
	.services_grid{
		display:block;
	}
	.services_grid_box{
		margin-bottom:40px;
	}
	.services_grid_box:last-of-type{
		margin-bottom:0;
	}
	.gallery-item{
		padding:10px;
	}
}

/* Testimonials */

.testimonial-container{
	margin:0 0 5%;
	position:relative;
	background-size:cover;
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

@media(min-width:1100px){
	.testimonial-container{
		margin:0 0 50px;
	}
}

.testimonial-container .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:60px 0;
	position:relative;
}

.testimonial-container h3{
	text-align:center;
}

.testimonial-container p{
	font-size:22px;
	text-align:center;
	margin:20px 0;
}

/* Gallery */

.gallery-container{
	margin-bottom:5%;
}

@media(min-width:1100px){
	.gallery-container{
		margin-bottom:50px;
	}
}

.gallery-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	width:100%;
}

.gallery-image{
	width:100%;
	box-sizing:border-box;
}

.gallery-grid img{
	width:100%;
	height:auto;
}

.gallery-grid div:first-of-type{
	grid-row:1/100;
	padding-right:5%;
}

.gallery-grid div:nth-of-type(2){
	grid-row:1/46;
	padding-left:5%;
}

.gallery-grid div:nth-of-type(3){
	grid-row:46/100;
	padding-left:5%;
	padding-top:9%;
}

@media(max-width:600px){
	.gallery-grid{
		grid-template-columns:1fr
	}
	.gallery-container .gallery-grid div{
		padding:5% 0 0;
	}
	.gallery-grid div:first-of-type{
		grid-row:2/3;
	}
	.gallery-grid div:nth-of-type(2){
		grid-row:1/2;
	}
	.gallery-grid div:nth-of-type(3){
		grid-row:3/4;
	}
}

/* Other Sites Content */

#banner .center{
	box-sizing:border-box;
	padding:50px 0 0;
}

.content-box{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:80px;
	margin:80px 0;
}

.side-image{
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.side-image img{
	width:100%;
}

.side-text{
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.side-text h2{
	margin: 0;
	font-size: 22px;
}

.side-text h3{
    margin: 0 0 20px;
    font-size: 28px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
}

.side-text p{
	margin-top:0;
}

.side-text p:last-of-type{
	margin-bottom:0;
}

.menus-box{
	display:flex;
	margin-top:10px;
}

.menus-box .btn-alt:first-of-type{
	margin-right:40px;
}

@media(max-width:950px){
	.content-box{
		display:flex;
		flex-direction:column;
		grid-gap:0;
	}
	.content-box:nth-of-type(odd){
		flex-direction:column-reverse;
	}
	#content-grid{
		margin:60px 0;
	}
	.content-box{
		margin:60px 0;
	}
	.side-text{
		margin-bottom:0;
	}
	.side-text .btn-alt{
		margin-bottom:0;
	}
	.side-image{
		margin-bottom:0;
	}
}

@media(max-width:600px){
	.side-text h2{
		margin-top:0;
		font-size:26px;
		font-weight:400;
	}
	#content-grid{
		margin:60px 0;
	}
	.content-box{
		margin:40px 0;
	}
}

@media(max-width:385px){
	.menus-box .btn-alt:first-of-type{
		margin-right:15px;
	}
}

/* Contact Box */

#contact-us{
	width:100%;
	box-sizing:border-box;
	background-size:cover;
	background-attachment:fixed;
	background-position:50% 40%;
	background-repeat:no-repeat;
	position:relative;
}

#contact-us .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:120px 0;
	position:relative;
}

#contact-us h2{
	font-size: 52px;
    font-weight: 600;
	margin:0 0 40px;
}

#contact-us p{
	font-size: 34px;
    font-family: 'Open Sans Condensed', sans-serif;
	margin:0;
}

#contact-us a{
	text-decoration:underline;
}

@media(max-width:450px){
	#contact-us h2{
		font-size: 38px;
	}
	#contact-us p{
		font-size: 28px;
	}
}

/* Footer */

footer{
	box-sizing:border-box;
	padding:60px 0 0 0;
	width:100%;
	font-family: 'Ubuntu Condensed', sans-serif;
}

footer p,
footer a,
footer h3{
	color:#fff;
}

footer .center{
	display:flex;
}

#footer-address{
	margin-right:auto;
}

#footer-locations{
	margin:0 auto;
}

#footer-links{
	margin-left:auto;
}

.logo_mobile{
	display:none;
}

@media(max-width:1000px){
	.logo_mobile{
		display:block;
	}
	.logo_desktop{
		display:none;
	}
}

#footer-logo #nav-brand{
	width:250px;
	margin-top:20px;
	position:relative;
	justify-content:flex-start;
}

#footer-logo #nav-brand img{
	width:180px;
	height:auto;
}

#footer-logo-text{
	width:170px;
}

#footer-logo-text p{
	text-align:center;
	margin-top:10px;
	font-weight:700;
}

#footer-logo .fa-phone{
	font-size:20px;
	margin-top:5px;
}

#footer-logo a{
	display:block;
}

.footer-grid-box{
	display:flex;
	flex-direction:column;
}

#footer-accreditations{
	max-width:220px;
}

footer #footer-accreditations p{
	font-size:14px;
	margin:20px 0 10px 0;
}

footer #footer-accreditations .furn-img{
	display:block;
	width:220px;
	height:auto;
	margin-bottom:5px!important;
}

footer #footer-accreditations .furn-link{
	font-size:14px;
}

#footer-button{
	display:flex;
	align-items:flex-end;
}

#footer-button .btn-alt{
	margin:0;
	align-self:flex-start;
}

.contact-container{
	display:flex;
	flex-direction:column;
}

footer .address-box{
	display:flex;
	margin-bottom:30px;
}

.footer-grid-box i{
	font-family:fontawesome;
	margin:0 12px 0 0;
	font-size:16px;
}

.address-box i{
	font-size:25px;
}

footer .social-icons-box i{
	font-size:30px;
	margin-right:10px;
}

footer .social-icons-box a{
	margin-right:10px;
	text-decoration:none!important;
}

footer .social-icons-box a:last-of-type{
	margin:0;
}

footer .social-icons-box a:hover i,
footer .social-icons-box a:active i,
footer .social-icons-box a:focus i{
	color:#2F6D2D;
}

.footer-grid-box .fa-phone{
	font-size:20px;
}

.footer-grid-box .fa-facebook-f{
	font-size:19px;
	margin-right:17px;
}

#footer-privacy{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #fff;
}

#footer-privacy a{
	width:100%;
}

footer h3{
	margin:30px 0 30px 0;
	font-size:20px;
	font-weight:700;
	color:#E9AF48;
}

footer ul{
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	align-items:left;
}

footer li{
	list-style:none;
}

footer a{
	display:inline-block;
}

footer a, footer p{
	text-decoration:none;
	font-size:20px;
	margin:0 0 10px 0;
	font-weight:500;
}

footer #footer-address a{
	margin:0 0 30px 0;
}

footer a:hover,
footer a:active,
footer a:focus{
	text-decoration:underline;
}

/* Micro Footer */

#footer-bottom{
	background-color:transparent;
}

#footer-bottom .center{
	display:flex;
	padding:20px 0 40px 0;
	margin-top:60px;
	align-items:center;
	justify-content:center;
}

#footer-bottom-tom a:hover{
	color:#4c4c4c;
}

#footer-bottom p{
	margin:0;
	font-size:13px;
	text-align:left;
	font-weight: 500;
	max-width:calc(100% - 50px);
}

#footer-bottom ul{
	flex-direction:row;
}

#footer-bottom li{
	display:flex;
	align-items:center;
	margin:0;
}

footer #tom-link{
	align-content:flex-end;
}

#footer-bottom a{
	margin:0;
}

.social-footer-small{
	margin-left:auto;
	display:flex;
	align-items:center;
}

.social-footer-small i{
	font-size:20px;
}

#footer-accreditations img{
	display:block;
	width:140px;
	height:auto;
}

#footer-accreditations img:first-of-type{
	margin-bottom:20px;
}

/* Footer Responsive */

footer #nav-brand{
	height:50px;
	margin:40px 0;
	display:block;
}

#footer-mobile-logo #nav-brand a{
	height:100%;
	margin:0 auto;
}

#footer-mobile-logo #nav-brand img {
    height: 100%;
	width: auto;
}

@media(max-width:1000px){
	footer .center{
		flex-direction:column;
	}
	#footer-bottom .center{
		flex-direction:row;
	}
	footer #nav-brand{
		height:60px;
	}
	#footer-address{
		margin:0 auto;
		text-align:center;
	}
	#footer-address i{
		display:none;	
	}
	#footer-locations{
		margin:0 auto;
	}

	#footer-links{
		margin:0 auto;
	}
	footer .address-box{
		text-align:center;
		padding:0 auto;
	}
	.contact-container{
		align-items:center;
	}
	footer li{
		text-align:center;
	}
	#footer-accreditations{
		max-width:none;
	}
	#footer-accreditations p{
		text-align:center;
		max-width:300px;
	}
}

/* 404 */

.page-not-found{
	margin-top:120px;
	padding:40px 0 0;
}

.page-not-found h3{
	margin-bottom:5px;
}

.page-not-found h1{
	margin-top:0;
}

#not-found-links{
	margin-bottom:60px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

#not-found-links li{
    margin: 0 0 5px;
}

#not-found-links a{
    font-size: 19px;
    color: #000;
}

#not-found-links a:hover{
	text-decoration:underline;
}

/* Privacy */

#privacy-content-container{
	margin:120px 0 60px 0;
}

#privacy-content{
	padding-top:40px;
}

#privacy-content h1{
	font-size:38px;
}

#privacy-content h2{
    font-family: 'Nanum Gothic', sans-serif;
	font-size:22px;
	font-weight:600;
}

/* Contact */

.contact{
	padding:60px 0;
	background-color:#fafafa;
}

.contact .services_title p{
	text-align:center;
}

.contact a{
	color:#000;
}

.contact a:hover,
.contact a:focus,
.contact a:active{
	text-decoration:underline;
}

.contact-form{
	width:100%;
}

.contact-form h2{
	font-size:25px;
}

.contact-form p{
	color:#E9AF48;
	margin:30px 0 10px;
}

.privacy_text p{
	color:#000;
}

.contact-form .error-sign p{
	margin-top:7px;
	color: #d30404;
}

.contact-form input,
.contact-form textarea{
	width:100%;
	border: none;
    background-color: #fff;
	padding:10px;
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	box-sizing:border-box;
	margin-top: 5px;
}

.contact-form textarea{
	margin-bottom:20px;
	width:100%;
	height:160px;
}

.contact-form input[type="submit"]{
	background-color: #E9AF48;
}


.contact-form .btn:hover,
.contact-form .btn:active,
.contact-form .btn:focus{
	color:#fff;
}

.error p{
	color: #fff;
	margin-top:10px;
	font-size:20px;
}

.thank-you-container p{
	font-family:'Nanum Gothic', sans-serif;
	font-size: 18px;
}

@media(min-width:1130){
	#intro-container.thank-you-content{
		margin-bottom:200px;
	}
}

#contact-form-text h2{
	margin: 20px 0 0;
    color: #fff;
	text-align:center;
	font-size: 22px;
}

#contact-form-text h3{
	margin: 0 0 60px;
    font-size: 28px;
    color: #000;
    font-family: 'Merriweather', serif;
    font-weight: 600;
	text-align:center;
}

.content-message{
	margin:80px 0;
	margin:80px 0;
}

/* Visit Section */

.visit-section{
	box-sizing:border-box;
	padding:40px;
}

@media(max-width:750px){
	.visit-section{
		padding:20px;
	}
}

@media(max-width:550px){
	.visit-section{
		padding:10px;
	}
}

.visit-section .content-box:first-of-type{
	margin-top:20px;
}

.visit-section .content-box:last-of-type{
	margin-bottom:20px;
}

.visit-title h2,
.visit-title p{
	text-align:center;
}

.visit-section h2{
	font-size:34px;
}

.visit-title p{
	margin-bottom:40px;
}

.btn-box{
	padding-top:30px;
}

.map-section .btn-box{
	display:flex;
	align-items:center;
	justify-content:center;
}

/* Popup */

.spu-content {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
}

.spu-content h2 {
    text-align: center;
    font-size: 36px;
}

.popup-btn-container {
    display: flex;
    justify-content: center;
}

.popup-close {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
}
