body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	}
	
	p{
		font-size:20px;
	}
	
@-ms-viewport{
  width: device-width;
}

.center{
	max-width:1000px;
	width:92%;
	margin:0 auto;
}

a{
	text-decoration:underline;
	color:#C21D2D;
}

a:hover, 
a:focus, 
a:active{
	font-style:italic;
}

a.menu-grid-box,
#resp-links a, #resp-links p, .resp-nav-dropdown a,
.topnav a, .nav-dropdown a,
.nav-contact a,
footer a{
	font-style:normal!important;
	text-decoration:none;
}

.btn,
.contact-form input[type="submit"]{
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	padding:15px 25px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
	border:2px solid #000;
}
	
.btn:hover, 
.btn:focus, 
.btn:active{
	background-color:#fff;
	color:#000;
	border:2px solid #000;
	text-decoration:none;
	font-style:normal;
}

.btn-alt{
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	padding:10px 20px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
	align-self:center;
	border:none;
	background-color:#fff;;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active{
	background-color:#000;
	color:#fff;
	text-decoration:none;
	font-style:normal;
}

.btn-box{
	display:flex;
}

.btn-box .btn-alt{
	margin:0 0 20px 0;
}

/* Contact Form NEW */

#contact-form{
	background-color:#fafafa;
}

.content{
	margin:30px 0;
}

.content a{
	color:#2E3192;
}

.content a:hover,
.content a:focus,
.content a:active{
	text-decoration:underline;
}

.content h3{
	margin-top:30px;
}

.content li{
	margin-bottom:10px;
}

.content-title{
	margin:50px 0;
}

.content-title h2{
	font-size:30px;
}

i{
	font-style:normal;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	font-size:20px;
}

figure{
	margin:0;
}

i{
	font-family:FontAwesome;
}

h2{
	font-weight:500;
	font-size:38px;
}

@media(max-width:450px){
	h2{
		font-size:32px;
	}
}

h3{
	font-weight:500;
	font-size:24px;
}

#content{
	margin-top:250px;
}

.bottom-link{
	margin-top:40px;
}

.bottom-link .center{
	text-align:center;
}

/* Main Navbar */

#big-nav{
	position:fixed;
	width:100%;
	z-index:2;
	top:0;
	z-index:4;
	background-color:#000;
	transition:.2s;
	overflow:hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#navbar{
	width:100%;
	display:flex;
	align-items:center;
}

#big-nav, #resp-links{
	font-weight:400;
	font-size:14px;
}

/* Nav Top */

.topnav{
	height:140px;
}

.topnav .center{
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

.topnav-links-container{
	display:flex;
	justify-content:space-between;
	position:absolute;
	right:0;
	height:100%;
	align-items: center;
}

#links-left{
	left:0;
}

#links-right{
	right:0;
}

#links-full{
	display:flex;
	justify-content:space-between;
}

.topnav a:hover,
.topnav a:focus,
.topnav a:active,
.nav-dropdown a:hover,
.nav-dropdown a:focus,
.nav-dropdown a:active{
	color:#fff;
	text-decoration:underline;
}

/* Nav Brand */

#nav-brand{
	height:110px;
	font-size:25px;
	display:flex;
	margin:auto 0;
	padding:0;
}

#nav-brand img{
	height:100%;
	width:auto;
}

@media(max-width:370px){
	#navbar #nav-brand{
		font-size:22px;
	}
}

#nav-links{
	display:flex;
	align-items:center;
	overflow:hidden;
	z-index:1;
	background-color:transparent;
	transition:.6s;
	justify-content:flex-end;
	align-items:center;
}

/* Nav Contact */

#nav-contact{
	width:100%;
	height:30px;
	background-color:#fff;
}

#nav-contact .center{
	height:100%;
	position:relative;
}

.nav-contact{
	display:flex;
	align-items:center;
	height:100%;
}

.nav-contact p{
	font-size:14px;
	color:#000;
	margin-right:5px;
}

.nav-contact a{
	display:flex;
	align-items:flex-end;
	font-size:14px;
	text-transform:none;
	color:#000;
	margin-right:15px;
}

.nav-contact i{
	margin:0 7px 2px 0;
	color:#000;
}

.nav-contact a:hover,
.nav-contact a:focus,
.nav-contact a:active,
.nav-contact a:hover i,
.nav-contact a:focus i,
.nav-contact a:active i{
	color:#000;
	text-decoration:none;
}

#nav-left{
	right: 0;
    position: absolute;
}

#nav-right{
	position:absolute;
	right:0;
	top:0;
}

#nav-right a{
	margin:0 0 0 15px;
}

.fa-instagram{
	font-size:17px;
}

#nav-contact i.fa-phone{
	margin-right:10px;
}

/* Shrink logo and align links */

#nav-brand{
	height:95px;
}
.topnav .center{
	align-items: center;
    justify-content: flex-start;
}

@media(max-width:850px){
	#nav-brand{
		height:75px;
	}
}

/* Nav Links */

.navLinks{
	height:100%;
}

#navbar #nav-links ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}

#navbar li{
	list-style:none;
}

#navbar h1{
	text-transform:uppercase;
}

.topnav a,
.nav-dropdown a{
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	display:inline-block;
	padding-bottom:7px;
	font-weight:600;
	font-size:18px;
}

.topnav a i{
	margin-left:5px;
}

#navbar #nav-links a{
	margin:0 0 0 30px;
}

#navbar #nav-links li:first-of-type a{
	margin:0;
}

.contact-left{
	position:absolute;
	left:0;
	height:calc(100% - 25px);
	display: flex;
    align-items: center;
}

.contact-right{
	position:absolute;
	right:0;
	height:calc(100% - 25px);
	display: flex;
    align-items: center;
}

.contact-header a{
	font-size:20px;
}

.contact-header i{
	margin-right:7px;
	color:#fff;
}

@media(max-width:850px){
	.contact-header{
		display:none;
	}
}

/* Navbar Responsive */

#resp-links{
	top:100px;
	width:100%;
	z-index:5;
	position:fixed;
	background-color:#fafafa;
	overflow:hidden;
	transition:.6s;
	display:flex;
	justify-content:flex-start;
}

#resp-links .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
}

#resp-links .center div{
	width:100%;
}

#resp-links ul{
	width:100%;
	flex-direction:column;
	align-items:flex-start;
	margin-top:40px;
}

#resp-links li{
	width:100%;
	margin:15px 0;
	display:flex;
}

#resp-links .menu{
	box-sizing:border-box;
	padding:0;
}

#resp-links a,
#resp-links p,
.resp-nav-dropdown a{
	font-size:22px;
	text-transform:uppercase;
	color:#000;
	overflow:hidden;
	white-space: nowrap;
	margin:0;
	cursor:pointer;
	padding:15px 0;
}

#resp-links a:hover,
#resp-links a:focus,
#resp-links a:active,
.resp-nav-dropdown a:hover,
.resp-nav-dropdown a:focus,
.resp-nav-dropdown a:active{
	color:#C21D2D;
	text-decoration:none;
}

#resp-links .resp-inner-menu:hover p,
#resp-links .resp-inner-menu:focus p,
#resp-links .resp-inner-menu:active p,
#resp-links .resp-inner-menu:hover i,
#resp-links .resp-inner-menu:focus i,
#resp-links .resp-inner-menu:active i{
	color:#fff;
}

#resp-links i{
	margin:0 0 0 8px;
	font-size:18px;
}

.respLinks{
	height:0;
}

.responsive{
	height:calc(100% - 100px);
}

.resp-inner-menu{
	cursor:pointer;
}

/* Navbar Responsive Contact */

#resp-contact{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:absolute;
	bottom:20px;
}

#resp-contact a{
	display:flex;
	align-items:center;
	margin:10px 0;
	text-transform:none;
}

#resp-contact i{
	margin-right:10px;
}

#resp-contact .fa-mobile{
	font-size:26px;
	margin-right:18px;
}

#resp-contact .fa-phone{
	margin-right:13px;
}

#resp-contact p{
	margin:0;
}

@media(max-width:850px){
	.bottomnav{
		display:none;
	}
	.topnav .center{
		justify-content:flex-start;
	}
}

@media(min-width:850px){
	#resp-links{
		display:none;
	}
}

/* Nav Hamburger */

.hamburger{
	position:fixed;
	right:4%;
	top:37px;
	z-index:7;
	background-color:transparent;
	display:none;
	transition:.5s;
}

.hamburger a.icon{
	display:block;
	padding:0;
	cursor:pointer;
}
	
.hamburger a.icon div{
	width:40px;
	height:2px;
	background-color:#fff;
	margin:10px 0;
	transition:0.4s;
}

.change .bar1{
	-webkit-transform:
	rotate(-45deg)
	translate(-8px, 7px);
	transform:
	rotate(-45deg)
	translate(-8px, 7px);
}

.change .bar2{
	opacity:0;
}

.change .bar3{
	-webkit-transform:
	rotate(45deg)
	translate(-9px, -9px);
	transform:
	rotate(45deg)
	translate(-9px, -9px);
}

.change a.icon div{
	background-color:#fff;
}

.shrink{
	background-color:#fff!important;
}

.shrink .topnav a{
	color:#000!important;
}

.alt a.icon div{
	background-color:#2E3192;
}

.remove{
	height:0;
}

@media(max-width:850px){
	.hamburger{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-end;
	}
	#nav-contact{
		display:none;
	}
	.big-nav{
		height:100px;
		box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	footer #footer-brand{
		width:120px;
	}
	.topnav{
		height:100%;
	}
	.topnav-links-container{
		display:none!important;
	}
	.hamburger{
		top:28px;
	}
}

@media(min-height:550px){
	.navbar{
		overflow:hidden;
	}
	#navBrand{
		position:absolute;
		bottom:70px;
		margin-bottom:0;
	}
}

/* Navbar Drowndowns */

.menus-nav-links{
	height:100%;
	overflow:hidden;	
}

.nav-dropdown {
    width: auto;
    display:none;
    background-color: #000;
    z-index: 6;
    position: fixed;
    top: 140px;
	padding:20px 0;
}

.navbar-dropdown-display .nav-dropdown{
	display:block;
}

.nav-dropdown .nav-menu li{
	margin:10px 0;
}

.nav-dropdown .nav-menu li a{
	font-size:14px;
}

.resp-nav-dropdown{
	position: fixed;
    top: 100px;
	left:100%;
	right:0;
	z-index: 7;
	background-color: #F8F8F8;
	width:100%;
	height:calc(100% - 100px);
	transition:.6s;
}

#resp-menu-dropdown.navbar-dropdown-display,
#resp-services-dropdown.navbar-dropdown-display{
	left:0;
}

.resp-nav-dropdown .nav-menu{
	display:flex;
	flex-direction: column;
    align-items: flex-start;
    margin-top: 40px
}

.resp-nav-dropdown li:first-of-type {
    margin-top: 0;
}

.resp-nav-dropdown li {
    margin: 15px 0;
	width: 100%;
    display: flex;
}

.back-button{
	position:absolute;
	bottom:40px;
	text-decoration:underline;
}

#resp-links li:first-of-type,
.resp-nav-dropdown li:first-of-type{
	margin-top:0;
}

@media(max-height:680px){
	#resp-links li,
	.resp-nav-dropdown li{
		margin:10px 0;
	}
	#resp-links li a,
	.resp-nav-dropdown li a{
		padding:10px 0;
	}
}

@media(max-height:600px){
	#resp-links li,
	.resp-nav-dropdown li{
		
	}
}

/* Homepage Header */

header.home{
	width:100%;
	height:600px;
	margin-top:140px;
	position:relative;
}

.header-home{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.header-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.4;
}

@media(max-width:850px){
	header.home{
		height:400px;
		margin-top:100px;
	}
	.header-home{
		background-attachment:scroll;
	}
}

header .header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
	position:absolute;
	top:0;
}

.header-text-container .center{
	height:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

.header-text-container .header-text{
	width:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	text-align:center;
}

.header-text-container .header-text img{
	width:400px;
	height:auto;
	margin:0 auto;
}

.header-text-container .header-text h3{
	color:#fff;
	font-size:28px;
	font-weight:400;
	margin:0;
	margin-top:30px;
}

.header-text-container .header-text h1{
	color:#fff;
	font-size:60px;
	font-weight:200;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}

.header-text-container .header-text h2{
	color:#fff;
	margin:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}

.header-text-container .header-text p{
	color:#fff;
	margin:0;
	font-size:26px;
	font-weight:700;
	max-width:600px;
}

.header-text-container .header-text .btn{
	margin: 40px 0 0 0;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border: none;
}

.header-text-container .header-text .btn:hover,
.header-text-container .header-text .btn:active,
.header-text-container .header-text .btn:focus{
	color: #fff;
    background-color: #000;
}

.mySlides{
	height:100%;
	width:100%;
	background-size:cover;
	background-position:30% 50%;
	background-repeat:no-repeat;
	position:relative;
	display: block;
}

.mySlides .prev,
.mySlides .next{
	position:absolute;
	bottom:10px;
	z-index:3;
	cursor:pointer;
}

.mySlides .prev i,
.mySlides .next i{
	font-family:FontAwesome;
	font-size:60px;
	color:#fff;
}

.mySlides .prev{
	left:calc(50% - 120px);
}

.mySlides .next{
	right:calc(50% - 120px);
}

.dot-container{
	position:absolute;
	bottom:25px;
	text-align:center;
	width:100%;
}

/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 18px;
	width: 18px;
	margin: 0 4px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  0% {opacity: 0}
  100% {opacity: 1}
}

@media(max-width:550px){
	.header-text-container .header-text h3{
		font-size:22px;
	}
	.header-text-container .header-text h1{
		font-size:49px;
	}
	.header-text-container .header-text p{
		font-size:21px;
	}
}

@media(max-width:450px){
	.header-text-container .header-text h3{
		font-size:19px;
	}
	.header-text-container .header-text h1{
		font-size:40px;
	}
	.header-text-container .header-text p{
		font-size:17px;
	}
}

@media(max-width:360px){
	.header-text-container .header-text h3{
		font-size:18px;
	}
	.header-text-container .header-text h1{
		font-size:35px;
	}
	.header-text-container .header-text p{
		font-size:15px;
	}
}

/* Page Header */

.header-page{
	margin-top: 170px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	position:relative;
}

.header-page .center {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-page-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
	z-index:1;
}

.header-page h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	z-index:1;
}

@media(max-width:850px){
	.header-page{
		margin-top: 100px;
	}
}

/* Intro */

#home-intro{
	margin:60px 0;
}

.intro-text{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.intro-text h2{
	text-align:center;
	margin-top:0;
}

.intro-page{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin:60px 0 0 0;
	background-color: #fafafa;
}

.intro-page p{
	padding-bottom:0;
}

.intro-page li{
	margin:15px 0;
}

.intro-page li a{
	padding:15px 0;
}

.intro-page .btn-alt{
	align-self:center;
}

.intro-page h2{
	text-align:center;
}

.intro-page img{
	width:100%;
	height:auto;
}

.btn-box{
	flex-direction:column;
	align-items:center;
	margin:40px 0 0 0;
}

/*
.intro-page li::before{
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
}
*/

.intro-page li{
	list-style-type: circle;
	list-style-position: inside;
}

.intro-page .menu-grid-container{
	margin-bottom:0;
	width:100%;
}

/* Location Gallery Grid */

.location-gallery{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
	margin:30px 0;
}

@media(max-width:600px){
	.location-gallery{
		grid-template-columns:1fr;
		grid-gap:20px;
		margin:30px 0;
	}
}

/* Menu Grid */

.menu-grid-container{
	margin-bottom:60px;
}

.menu-grid-container .center{
	display:flex;
	flex-direction:column;
}

.menu-grid-container h2{
	text-align:center;
	margin-top:0;
}

#menu-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	margin:40px 0 0 0;
	grid-gap:40px;
	width:100%;
}

.menu-grid-box{
	position:relative;
	height:auto;
}

.menu-grid-box:last-of-type{
	grid-column:1/3;
}

.menu-grid-box img{
	width:100%;
	height:auto;
	display:block;
	margin:0;
}

.overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.3;
}

.overlay-text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	box-sizing:border-box;
	padding:20px;
}

.overlay-text h3{
	color:#fff;
	font-size:34px;
	margin:0;
}

.overlay-text .btn{
	margin:30px 0 0 0;
}

.show-background .overlay{
	opacity:.8;
	transition:.5s;
}

.show-text{
	opacity:1;
}

.menu-grid-box .menu-wedding-image-mobile{
	display:none;
}

.menu-grid-container .btn-alt{
	margin-top:40px;
}

@media(max-width:600px){
	#menu-grid{
		grid-template-columns:1fr;
	}
	.menu-grid-box .menu-wedding-image-desktop{
		display:none;
	}
	.menu-grid-box .menu-wedding-image-mobile{
		display:block;
	}
	.menu-grid-box:last-of-type{
		grid-column:1/2;
	}
}

@media(max-width:500px){
	.overlay-text h3{
		font-size:34px;
	}
}

/* Menu Page Intro */

.intro-menu-page{
	margin:60px 0;
}

.intro-menu-page h3{
	font-size:26px;
	font-weight:400;
	text-align:center;
}

/* Menu Images */

.menu-images{
	margin:60px 0;
}

.menu-images img{
	width:100%;
	height:auto;
}

/* About Grid */

#about-gallery{
	margin-bottom:60px;
}

#about-gallery .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about-gallery h2{
}

#about-gallery-grid{
	display:grid;
	grid-gap:40px;
	grid-template-columns:1fr 1fr;
	margin-top:40px;
}

.about-gallery-grid-box{
	width:100%;
}

.about-gallery-grid-box img{
	width:100%;
	height:auto;
}

#about-gallery .btn-alt {
    margin-top: 40px;
}

@media(max-width:600px){
	#about-gallery-grid{
		display:grid;
		grid-gap:20px;
		grid-template-columns:1fr;
	}
}

/* Menu Descriptions */

.menu-description-container{
	display:flex;
}

.menu-description-image{
	padding:20px 20px 0 0;
}

.menu-description-text{
	padding:0 0 0 20px;
}

.menu-description-image-box{
	position:relative;
}

.menu-description-box{
	 width:50%;
 }
 
.menu-description-image img{
	 width:100%;
	 height:auto;
	 display:block
 }
 
.menu-description-image .overlay{
	background-color: #000;
    opacity: 0.7;
}

@media(max-width:800px){
	.menu-description-container{
		display:block;
	}
	.menu-description-box{
		 width:100%;
	 }
	.menu-description-image{
		padding:20px 0;
		width:100%;
		margin:0 auto;
	}
	.menu-description-text{
		padding:0;
	}
	.menu-description-box h3{
		font-size:44px;
	}
}

@media(max-width:450px){
	.menu-description-box h3{
		font-size:36px;
	}
}

@media(max-width:400px){
	.menu-description-box h3{
		font-size:30px;
	}
}

@media(max-width:400px){
	.menu-description-image{
		padding:20px 0;
		width:100%;
		margin:0 auto;
	}
}

/* Menu Dropdown */

.dental-fees-page h3{
	margin-top:60px;
	font-size:22px;
}

.strategy-box{
	width:100%;
	min-height:60px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
	height:60px;
	transition:.6s;
	cursor:pointer;
	border-bottom:1px #000 solid;
}

.strategy-box-title{
	width:calc(100% - 30px);
	height:60px;
	display:flex;
}

.strategy-box-title p{
	font-size:18px;
}

.the-plus{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	height:60px;
	width:30px;
	background-color:transparent;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}

.the-plus a.the-plus-icon{
	display:block;
	padding:0;
	margin:0;
	cursor:pointer;
	width:20px;
	height:20px;
	position:relative;
	vertical-align: middle;
}
	
.the-plus .the-plus-icon .bar-1{
	position:absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color:#000;
	transition:.4s;
}

.the-plus .the-plus-icon .bar-2{
	position:absolute;
	top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
	background-color:#000;
	transition:.2s;
}

.strategy-box-text{
	margin:0;
	overflow:hidden;
}

.strategy-box-text p{
	font-size:20px;
}

.cost-container{
	margin-bottom:20px;
	min-height:30px;
}

.cost-left{
	width:60%;
	float:left;
	padding:5px 0;
	height:100%;
}

.cost-right{
	width:40%;
	float:right;
	padding:5px 0;
	height:100%;
}

.cost-left p{
	font-weight:700;
}

.cost-right p{
	margin-left:7px;
}

@media(max-width:700px){
	.cost-left{
		width:70%;
	}
	.cost-right{
		width:30%;
	}
}

.cost-one{
	width:100%;
	height:100%;
	display:flex;
}

.switch{
	height:auto;
}

.transform .bar-1{
	-webkit-transform:
	rotate(90deg)
	translate(-1px, 0);
	transform:
	rotate(90deg)
	translate(-1px, 0);
}

.transform .bar-2{
	-webkit-transform:
	rotate(180deg)
	translate(0, 1px);
	transform:
	rotate(180deg)
	translate(0, 1px);
}

/* Contact Box */

#contact-box{
	width:100%;
	box-sizing:border-box;
	background-size:cover;
	background-position:80% 50%;
	background-repeat:no-repeat;
	margin-bottom:-5px;
	margin-top:60px;
	position:relative;
}

#contact-box .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:80px 0;
	z-index:1;
}

#contact-box-text{
	z-index:1;
}

#contact-box h2{
	color:#fff;
	font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
	margin:0;
}

#contact-box p{
	color:#fff;
	font-size: 26px;
	margin:30px 0 60px;
}

@media(max-width:450px){
	#contact-box h2{
		font-size: 38px;
	}
	#contact-box p{
		font-size: 28px;
	}
}

/* Contact */

.contact-form{
	margin-bottom:0;
	width:100%;
}

.contact-form p{
	color:#000;
	margin:30px 0 10px;
}

.contact-form .error-sign p{
	margin-top:7px;
	color: #d30404;
}

.contact-form input{
	width:100%;
}

.contact-form input[type="submit"]{
	width:auto;
}

.contact-form textarea{
	width:100%;
	height:160px;
}

.contact-form-inputs,
.contact-form input,
.contact-form textarea{
	margin-top:5px;
	padding:10px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
}

.contact-form .btn{
	margin-top:40px;
	cursor:pointer;
}

.error p{
	color: #d30404;
	margin:40px 0 0 0;
}

.thank-you-container p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.g-recaptcha{
	margin-top:40px;
}

/* Footer */

footer{
	background-color:#282828;
}

#footer-bottom{
	box-sizing:border-box;
	padding:10px 0;
	background-color:#FFC200;
}

#footer-bottom .center{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

#footer-bottom a{
	font-size:14px;
	margin:0;
	color:#000;
}

#footer-bottom a:hover,
#footer-bottom a:focus,
#footer-bottom a:active{
	text-decoration:underline;
}

footer #footer-top .center{
	display:grid;
	grid-template-columns:20% 35% 20% 25%;
	box-sizing:border-box;
	padding:60px 0;
}

.footer-box{
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
}

.footer-box img{
	width:100%;
	height:auto;
	margin:0 auto;
}

footer a,
footer li,
footer p{
	margin:10px 0;
	font-size:18px;
	color:#fff;
}

footer li{
	margin:5px 0;
}

footer a:hover,
footer a:focus,
footer a:active{
	text-decoration:underline;
}

footer a:hover p,
footer li:hover,
footer a:focus p,
footer li:focus{
	text-decoration:underline;
}

footer a:hover i,
footer a:focus i,
footer a:active i{
	text-decoration:none!important;
}

.footer-box .btn-alt{
	align-self:flex-start;
	margin-bottom:0;
}

.footer-box h3{
	margin:0 0 10px;
	color:#fff;
	font-weight:700;
}

/* Footer Logo */

#footer-brand{
	width:140px;
}

#footer-logo img{
	width:100%;
	height:auto;
}

#footer-brand a:hover,
#footer-brand a:focus{
	text-decoration:none;
}

#footer-brand h2{
	font-size:24px;
	font-weight:600;
	color:#000;
}

footer #footer-brand h2{
	color:#fff;
}

#footer-brand h3{
	font-size:17px;
	margin:0;
	text-transform:none;
}

#footer-brand h4{
    text-transform: uppercase;
	font-size:15px;
    font-weight: 400;
	color: #fff;
	margin-top:7px;
}

#footer-brand h2{
	margin:0;
}

/* Footer Contact */

.footer-box .fa-phone{
	margin:4px 10px 0 0;
	font-size:13px;
}

.footer-box .fa-envelope{
	margin:3px 8px 0 0;
	font-size:15px;
}

.footer-box .fa-facebook-f{
	margin:3px 14px 0 0;
	font-size:14px;
}

.footer-box .fa-instagram{
	margin:2px 9px 0 0;
	font-size:14px;
	font-weight:700;
}

#footer-contact a{
	display:flex;
}

#footer-contact a:hover p,
#footer-contact a:focus p,
#footer-contact a:active p{
	color:#FFC200;
}

/* Footer Reserve */

#footer-box-reserve{
	align-items:center;
}

@media(min-width:950px){
	footer #footer-top .center{
		grid-template-columns:42% 23% 35%;
	}
	.footer-box{
		grid-row:2/3;
		margin:0;
	}
	#footer-logo{
		grid-row:1/2;
		grid-column:1/4;
		display:flex;
		align-items:center;
		margin:0 0 50px;
	}
}

@media(max-width:950px){
	footer #footer-top .center{
		grid-template-columns:1fr;
	}
	.footer-box{
		grid-row:auto;
		margin:15px 0;
		text-align:center;
	}
	#footer-contact a{
		justify-content:center;
	}
	#footer-logo{
		grid-row:auto;
		grid-column:auto;
		margin-bottom:20px;
		display:flex;
		align-items:center;
	}
	.footer-box .btn-alt{
		align-self: center;
		margin-top:20px;
	}
}

@media(max-width:400px){
	#footer-contact a:first-of-type{
		font-size:16px;
	}
}


/* 404 */

.page-header{
	margin-top:110px;
	padding-top:30px;
}

@media(max-width:750px){
	.page-header{
		margin-top:90px;
	}
}

#page-simple-content{
	margin:30px 0;
}

#not-found-links-container{
	margin:60px 0;
}

#not-found-links{
	
}

#not-found-links-container ul{
	margin:0;
	padding:0;
	list-style:none;
}

#not-found-links-container li{
    list-style: none;
    text-align: left;
    padding: 5px 0!important;
}

#not-found-links-container h3{
	font-size:30px;
	margin-top:0;
}

#not-found-links-container a{
    text-decoration: none;
    font-weight: 400;
    font-size:22px;
}

#not-found-links-container a:hover,
#not-found-links-container a:focus,
#not-found-links-container a:active{
	text-decoration:underline;
}

/* Privacy */

#privacy-content-container{
	margin-bottom:60px;
}

/* Blog - Home Services */

#home-services{
	padding:60px 0;
}

#home-services.home-areas-services{
	padding-bottom:0;
}

#home-services .center{
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

#home-services p:first-of-type{
	margin-top:30px;
}

#home-services .btn{
	align-self:center;
	margin:40px 0 20px;
}

#service-general li{
	font-size:20px;
}

#service-general li::before,
#home-services li::before{
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
}

/* Color Section */

.section-colour{
	background-color:#17242A;
}

.section-colour .center{
	display:flex;
}

.section-colour .section-left,
.section-colour .section-right{
	width:50%;
	box-sizing:border-box;
	padding:40px 0;
}

.section-colour h2{
	text-transform:uppercase;
}

.section-colour p{
	font-weight:400;
	font-size:16px;
}

/* Section */

#page-intro{
	box-sizing:border-box;
}

#page-intro.service-page-content{
	padding-bottom:0;
}

.section{
	padding:20px 0;
	display:flex;
}

.section .text-box{
	display:flex;
	flex-direction:column;
	width:50%;
	box-sizing:border-box;
	padding-right:40px;
	align-items:flex-start;
}

.section .text-box h2{
	margin-top:0;
	text-transform:uppercase;
}

.section .text-box h4{
	font-size:22px;
}

.section h2{
	font-size:36px!important;
	margin-bottom:10px!important;
}

.section .btn-alt{
	margin:20px 0!important;
	align-self:flex-start!important;
}

.section .image-box{
	width:50%;
}

.section .image-box img{
	width:100%;
	height:auto;
	display:block;
}

.section{
	flex-direction:row-reverse;
}

.section:nth-of-type(odd) .text-box{
	padding-right:0;
	padding-left:40px;
}

@media(max-width:1000px){
	.section .text-box{
		padding-right:40px;
	}
	.section:nth-of-type(odd) .text-box{
		padding-left:40px;
	}
	.section .text-box h2{
		margin-top:0!important;
	}
	.section .text-box p{
		margin:10px 0 0!important;
	}
}

@media(max-width:900px){
	.section .text-box h2{
		font-size:26px!important;
	}
}

@media(max-width:700px){
	.section,
	.section:nth-of-type(odd){
		flex-direction:column-reverse;
	}
	.section .text-box,
	.section:nth-of-type(odd) .text-box{
		width:100%;
		padding:0;
		margin-top:40px;
	}
	.section .image-box{
		width:100%;
	}
}