﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	height: auto!important;
}

body {
	font-family: "Amiko", sans-serif;
	margin: 0;
	padding: 0;
	height: auto!important;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}
.butn-red {
	font-family: "Amiko", sans-serif;
	background:#701c1c;
	color:#fff!important;
	display:block;
	padding:10px 30px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	text-transform: uppercase;
	width: auto;
	margin:2px 0;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-red:hover {
	background:#1a1a1a;
	color:#fff!important;
}
.butn-white {
	font-family: "Amiko", sans-serif;
	background:#fff;
	color:#701c1c!important;
	display:block;
	padding:10px 30px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	text-transform: uppercase;
	width: auto;
	margin:2px 0;
    transition: .2s ease-in;
	border:1px solid #701c1c;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-white:hover {
	background:#cbcbcb;
	color:#000!important;
}
.ico-btn {
	display: flex;
	align-items: center;
}
.ico-btn .btn-ico {
	height: 80px;
	width: 80px;
	border-radius: 80px;
	background:#fff;
	color:#701c1c;
	font-size:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: .2s ease-in;
	box-sizing: border-box;
}
.ico-btn .btn-content {
	font-family: "Amiko", sans-serif;
	background:#701c1c;
	color:#fff!important;
	display:block;
	padding:15px 30px;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
	text-transform: uppercase;
	width: calc(100% - 95px);
	margin: 0 0 0 -40px;
    transition: .2s ease-in;
	border:1px solid #fff;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0px!important;
}
.ico-btn:hover .btn-content {
	background:#fff;
	color:#701c1c!important;
}
.ico-btn:hover .btn-ico {
	background:#701c1c;
	color:#fff!important;
}

.text-link-red {
	font-family: "Amiko", sans-serif;
	font-weight:700;
	color:#701c1c!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-red i {
	color:#000!important;
}
.text-link-red:hover {
	color:#000!important;
}
.text-link-black {
	font-family: "Amiko", sans-serif;
	font-weight:700;
	color:#000!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black i {
	color:#701c1c!important;
}
.text-link-black:hover {
	color:#701c1c!important;
}
.btn-cont {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}
.btn-cont-center {
	display: flex;
	gap:20px;
	justify-content: center;
	flex-wrap: wrap;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
	position: sticky;
	top:0;
	left:0;
	z-index: 10;
}

header {
	display: flex;
	justify-content: space-between;
}
.head-logo-1 {
	position: relative;
	width: 100%;
	max-width: 250px;
	height: 130px;
	transition: .2s ease-in;
	z-index: 101;
}
.stick .head-logo-1 {
	height:auto;
}
.stick .head-logo-1 img {
	max-width: 100px;
	transition: .2s ease-in;
}
.head-logo-1 a {
	display: block;
	position: absolute;
	width:100%;
}
.head-logo-1 img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.head-right {
	display: flex;
	justify-content: flex-end;
	gap:0 20px;
}
.head-icos {
	padding:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 2px solid #000;
	gap:5px;
}
.head-icos a, .head-icos .clicktoshow {
	font-size:20px;
	color:#701c1c;
	transition: .2s ease-in;
}
.head-icos a:hover, .head-icos .clicktoshow:hover {
	opacity: 0.7;
}
.head-icos .clicktoshow {
	display: block!important;
	position: relative;
	cursor: pointer;
}
.head-icos .clicktoshow a {
	display: none;
	position: absolute;
	right:0;
	top:100%;
	background:#6f1b1b;
	padding:10px;
	white-space: nowrap;
	color:#fff!important;
	opacity: 1!important;
}
.head-icos .clicktoshow.open:hover {
	opacity: 1!important;
}
.head-icos .clicktoshow.open a {
	display: block;
	opacity: 1!important;
}
.head-icos .clicktoshow a:hover {
	display: block;
	opacity: 1!important;
	color:rgba(255,255,255,0.7)!important;
}

/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile, .mobile-nav-cont-1 { display:none;}



nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
	align-self: center;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	transition: .2s ease-in;
}

nav.primary ul li a {
	font-family: "Amiko", sans-serif;
	color: #000;
	font-size: clamp(14px, 1vw, 18px);
	text-decoration: none;
	padding: 10px clamp(10px, 1.3vw, 20px);
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	font-weight:500;
	cursor: pointer;
	white-space: nowrap;
}

nav.primary ul li a:hover {
	background:#701c1c;
	color: #fff;
}
nav.primary ul li:hover a {
	background:#701c1c;
	color: #fff;
}


/* Appearance of the sub-level links */
nav.primary ul li li a {
	background:#701c1c;
	color: #fff;
	text-align: left;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background:#000;
	
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width: auto;
	min-width: 200px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width: 100%;
	position: relative;
	background: #000;
}
.hero-bg {
	width: 100%;
	height: 100%;
	position:absolute;
	object-fit: cover;
	object-position: center;
	display: block;
	top:0;
	bottom:0;
	z-index: 1;
}
.hero-overlay {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:40px 0;
	padding:clamp(100px, 12vw, 30vh) 20px clamp(20px, 11vw, 30vh) 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}
.hero-overlay h1 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(30px, 3.1vw, 60px);
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	text-align: center;
	line-height: 1.2;
	font-weight:800;
}
.hero-overlay h1 span {
	font-size: clamp(20px, 2vw, 40px);
	display: block;
	font-weight:500;
}
.wrap-cta {
	width: 100%;
	background:#980502;
	background-image: -webkit-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
}
.wrap-cta .container-lg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:clamp(20px, 20vw, 80px) 20px;
	gap:10px;
}
.wrap-cta .container-lg h2 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 2vw, 40px);
	color: #fff;
	line-height: 1.2;
	font-weight: 800;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding:0 5% 0 0;
	border-right: 2px solid #fff;
	flex-direction: column;
	gap: 0 1%;
}
.wrap-cta .container-lg a {
	width: 24%;

}
.wrap-home-about {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.home-about-left {
	width: 50%;
	position: relative;
}
.home-about-left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left:0;
	top:0;
}
.home-about-right {
	width: 50%;
	position: relative;
	padding:clamp(60px, 13vw, 250px) clamp(20px, -880px + 50vw, 100vw) clamp(80px, 18vw, 350px) 10px;
	box-sizing: border-box;
}
.home-about-info {
	width: calc(100% + 80px);
	position: relative;
	right: 80px;
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	padding:clamp(20px, 13vw, 80px) 40px clamp(20px, 13vw, 80px) 40px;
	box-sizing: border-box;
	z-index: 2;
}
.home-about-content {
	border-right: 2px solid #701c1c;
	padding-right: 20px;
}
.home-about-info h2 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 3.1vw, 40px);
	color:#701c1c;
	line-height: 1.2;
	font-weight:800;
}
.home-about-info h2 span {
	font-size: clamp(14px, 2vw, 20px);
	display: block;
	font-weight:500;
}
.home-about-info p {
	line-height: 1.5;
	padding:20px 0;
}
.red-paw-bg {
	position: absolute;
	z-index: 1;
	top:0;
	right:0;
	overflow: hidden;
	width: 40%;
	max-width: 300px;
}
.red-paw-bg img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top:-20px;
	right:-20px;
}
.wrap-location {
	width: 100%;
	position: relative;
	padding:clamp(60px, 13vw, 150px) 10px clamp(20px, 6vw, 100px) 10px;
	box-sizing: border-box;
}
.wrap-location .container-md {
	padding:40px 40px 40px 30px;
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	gap:20px 0;
}
.wrap-location .container-md .col-1-2:first-of-type {
	padding:10px 10px 10px 20px;
	border-left:2px solid #701c1c; 
	display: flex;
	flex-direction: column;
	gap:10px 0;
}
.wrap-location .container-md h2 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 3.1vw, 40px);
	color: #701c1c;
	line-height: 1.2;
	font-weight: 800;
}
.wrap-location ul {
	padding:0;
	margin:0;
}
.wrap-location ul li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size:18px;
	font-weight:700;
}
.wrap-location ul li a {
	color:#000;
	transition: .2s ease-in;
}
.wrap-location ul li a:hover {
	color:#701c1c;
}
.wrap-location .container-md iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.loc-bg {
	width: 100%;
	height:130%;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	bottom: 0px;
	left:0;
	clip-path: polygon(50% 0%,100% 6vw,100% 100%,0% 100%,0% 6vw);
}
.contact-links {
	padding:0;
	margin:0;
}
.contact-links li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size:18px;
	font-weight:700;
}
.contact-links li a {
	color:#000;
	transition: .2s ease-in;
}
.contact-links li a:hover {
	color:#701c1c;
}
.contact-map {
	padding-top: 10px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
}

/*===================== 
	banner styles 
=======================*/
.inv-banner {
	width: 100%;
	position: relative;
	padding:40px 20px;
	background:#980502;
	background-image: -webkit-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(112,28,28,1.00) 0%,rgba(152,5,2,1.00) 100%);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.inv-banner p {
	font-size:clamp(18px, 2vw, 26px);
	color:#fff;
	text-transform: uppercase;
	font-family: "Amiko", sans-serif;
	text-align: center;
}
.inv-banner p span {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 2vw, 33px);
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.wrap-form {
	width: 100%;
	position: relative;
	padding:clamp(60px, 13vw, 150px) 10px clamp(80px, 6vw, 100px) 10px;
	box-sizing: border-box;
}
.wrap-form .container-md {
	padding:40px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	gap:20px 0;
}
.wrap-form .container-md h2 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 3.1vw, 40px);
	color: #701c1c;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.bottom-bg {
	width: 100%;
	height:115%;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	bottom: 0px;
	left:0;
	clip-path: polygon(50% 0%,100% 6vw,100% 100%,0% 100%,0% 6vw);
}


.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000;
	font-family: "Amiko", sans-serif;
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:1px solid #000;
	font-family: "Amiko", sans-serif;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


.clickshow {
	display: none;
}
.clickshow.open {
	display: block;
}
.clicktoshow.open {
	display: none;
}



/* scroll to top style */

.invpage .scrollToTop-2 {
	display: none!important;
}

.scrollToTop-2 {
	bottom:25px;
	right:25px;
	z-index:16777269;
	padding-top:5px;
	padding-bottom:5px;
	display:none;
	position:fixed;
	opacity:.8;
	
}
.scrollToTop-2.srcoll {
	display: block;
	
}
.scrollToTop-2 a {
 	text-decoration:none;
 	line-height:150%;
 	padding:5px 12px;
 	opacity:.8;
 	display:block;
 	background:#000;
	font-size:14px;
	text-align:center;
	color:#fff;
	z-index:16777269;
}
.scrollToTop-2 a:hover {
	box-shadow:0 0 5px 0 rgba(0,0,0,.5)
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}
.wrap-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content-left {
	width: 50%;
	position: relative;
	padding: clamp(80px, 18vw, 200px) 10px clamp(80px, 18vw, 200px) clamp(20px, -880px + 50vw, 100vw);
	box-sizing: border-box;
}
.content-left-col {
	width: calc(100% + 80px);
	position: relative;
	left: 80px;
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	padding: clamp(20px, 13vw, 80px) 40px clamp(20px, 13vw, 80px) 40px;
	box-sizing: border-box;
	z-index: 2;
}
.content-left-row {
	border-left: 2px solid #701c1c;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.content-left-row h1 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 3.1vw, 40px);
	color: #701c1c;
	line-height: 1.2;
	font-weight: 800;
}
.content-right {
	width: 50%;
	position: relative;
}
.content-right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.content-full {
	width: 100%;
	padding:clamp(80px, 18vw, 200px) 10px;
}
.content-col {
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.content-row {
	border-left: 2px solid #701c1c;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.container-lg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-md {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-sml {
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
}
.container-inv {
	padding:80px 20px;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.col-1 {
	width: 100%;
	box-sizing: border-box;
}
.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 32.33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65.66%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	position: relative;
	background: #000;
	border-top:16px solid #701c1c;
}
.gray-paw-bg {
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	height: 90%;
}
.gray-paw-bg img {
	width: auto;
	height: 100%;
	max-width: 200px;
	display: block;
	filter: brightness(0) saturate(100%) invert(7%) sepia(1%) saturate(346%) hue-rotate(314deg) brightness(101%) contrast(93%);
	object-fit: cover;
	object-position: center;
}
footer .container-lg {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:30px 10px;
	padding:80px 20px;
}
footer .container-lg p {
	color:#fff;
	font-size:500;
	font-size:16px;
}
footer .container-lg p a {
	color:#fff;
	font-size: 600;
	transition: .2s ease-in;
}
footer .container-lg p a:hover {
	opacity: 0.6;
}
footer .container-lg ul {
	display: flex;
	gap:5px;
	padding:0;
	margin:0;
}
footer .container-lg ul li {
	padding:0;
	margin:0;
	list-style: none;
}
footer .container-lg ul li a {
	font-size:28px;
	color:#fff;
	transition: .2s ease-in;
}
footer .container-lg ul li a:hover {
	opacity: 0.6;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width:1250px) {
	.wrap-cta .container-lg {
		flex-wrap: wrap;
	}
	.wrap-cta .container-lg h2 {
		align-items:center;
		padding:0 0 20px 0;
		margin-bottom: 20px;
		border-right: 0px solid #fff;
		border-bottom: 2px solid #fff;
		flex-direction: row;
		width: 100%;
	}
	.wrap-cta .container-lg a {
		width: 31.33%;
	}
}

@media screen and (max-width:1000px) {

	.head-icos {
		padding:10px;
		border-left:0px;
		border-right: 2px solid #000;
	}
	
	.head-logo-1 {
		max-width: 140px;
		height: 70px;
	}
	.stick .head-logo-1 {
		height:auto;
	}
	.stick .head-logo-1 img {
		max-width:70px;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		display: flex;
    	align-self: center;
	}
	
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
		 cursor: pointer;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 10px;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 100; 
		overflow:auto;
		max-height: 90vh;
		padding-top: 50px;
		box-sizing: border-box;
	}

	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #000;
		position:relative;
	}
    nav.mobile ul li:first-child {
		border-top: 1px solid #000;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Amiko", sans-serif;
		position: relative;
		display: block;
		font-size:18px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background:#701c1c; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li a {
		background: #701c1c;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:#1a1a1a; }

	.wrap-cta .container-lg a {
		width: 100%;
		margin: 10px 0;
	}
	.home-about-left {
		width: 100%;
		order: 2;
		height:80vw;
	}
	.home-about-right {
		width: 100%;
		order:1;
		padding:180px 10px 0 10px;
		margin-bottom: -40px;
	}
	.home-about-info {
		width: 100%;
		right:0;
	}
	.col-1-2 {
		width: 100%;
	}
	.content-left {
		width: 100%;
		padding:0px 10px 180px 10px;
		order:2;
	}
	.content-left-col {
		width:100%;
		left:0;
		padding:40px 20px;
		margin-top: -20px;
	}
	.content-right {
		width: 100%;
		height: 50vw;
		order:1;
	}
	
}

@media screen and (max-width:800px) {
	.wrap-location {
		padding:0 10px 60px 10px;

	}
}

@media screen and (max-width: 540px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.butn-red,.butn-white {
		padding:10px;
		font-size:14px;
		width: 100%;
	}
	.ico-btn .btn-content {
		padding: 15px 30px 15px 40px;
		font-size: 16px;
	}
	.wrap-location .container-md iframe {
		display: none;
	}
	.home-about-right {
		padding: calc(10px + 26vw) 10px 0 10px;
	}
	footer .container-lg p a {
		display: block;
		padding:3px 0;
	}
	.wrap-form .container-md {
		padding:20px;
	}
	
}


