html, body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat-Regular';
	font-size: 1.0250em;
	color: #666;
	background-color: none;
	line-height: 1.6;
	height: 100%;
}
.logo-main {
	border: 0px;
	max-width: 309px;
	max-height: 80px;
}
.logo-main-m {
	border: 0px;
	max-width: 194px;
	max-height: 126px;
}
.logo-container {
	position: relative;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
.logo-xs {
	margin: 0px 0px 0px 0px;
	height: 51px;
	width: 34px;
	vertical-align: middle;
	border: 0px;
}
/* Headings */
h1 {
	color: #969685;
	font-weight: 400;
	font-size: 46px;
	line-height: 42px;
}
h2 {
	color: #969685;
	font-weight: 400;
	font-size: 46px;
	line-height: 42px;
}
h3 {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
}
@media only screen and ( max-width: 50em ) /* 800 */ {

	h1 {
	font-size: 40px;
}
}
.textual-bold {
	font-family: 'ralewaybold';
	color: #666;
}
.icons-gold {
	margin: 0px 15px 4px 0px;
	height: 26px;
	width: 26px;
	vertical-align: middle;
	border: 0px;
}
.small-text {
	font-size: 0.875em;
	color: #666;
}
/* Headings END */
/* FORMS */
.contact-page-form-input {
	font-family: 'raleway';
	font-size: 100%;
	width: 100%;
	color: #666;
	padding: 10px 10px;
	margin: 8px 4px;
	box-sizing: border-box;
	border: 1px solid #B8B8AD;
	border-radius: None;
	background-color: #FFF;
}
.contact-page-form-text-area {
	font-family: 'raleway';
	font-size: 100%;
	width: 100%;
	color: #666;
	padding: 4px 10px;
	margin: 8px 4px;
	box-sizing: border-box;
	border: 1px solid #B8B8AD;
	border-radius: None;
	background-color: #FFF;
}
.contact-page-submit-button {
	font-family: 'raleway';
	background-color: #424237;
	font-size: 18px;
	font-weight:normal;
	color: #DFDDD2;
	padding: 6px 80px 6px 80px;

	margin: 0px 4px;
	border: 0px solid #424237;
	box-sizing: border-box;
	border-radius: None;
	cursor: pointer;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.contact-page-submit-button:hover {
  background-color: #B09253;
}

/* END FORMS END */

/* Links*/
.gen-link:link {
	font-family: 'ralewaybold';
	text-decoration: none;
	color: #BA9F67;
	font-size: 1.00em;
	font-weight: normal;
}
.gen-link:visited {
	text-decoration: none;
	color: #BA9F67;
	font-size: 1.00em;
	font-weight: normal;
}
.gen-link:hover {
	text-decoration: none;
	color: #969687;
	font-size: 1.00em;
	font-weight: normal;
}
.genl-link:active {
	text-decoration: none;
	color: #969687;
	font-size: 1.00em;
	font-weight: normal;
}
.link-box {
	font-style: normal;
	font-weight: normal;
	color: #DFDDD2;
	background-color: #424237;
	text-decoration: none;
	opacity: 1.0;
	line-height: 1.6;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.link-box:hover {
	color: #DFDDD2;
	background-color: #B09253;
}
.link-box-bg-pad { /* background padding on text */
	display: inline;
	padding: 0.45rem;
	padding-left: 120px;
	padding-right: 120px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.link-box-bg-pad-width { /* background padding on text */
	display: inline-block;
	min-width: 100%;	
	padding: 0.45rem;
	text-align: center;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media only screen and ( max-width: 21.25em ) /* 340 */ {
.link-box-bg-pad { /* background padding on text */
	padding-left: 60px;
	padding-right: 60px;
}
}
/* Links END */
.main-titles-div {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}
.main-titles-div-two {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
	overflow: auto;
}
/* Contact Box All  */
.bot-call-div {
	position: relative;
	margin: auto;
	width: 100%;
	background-color: #EDEDE9;
	text-align: center;
	margin: 80px 0px 0px 0px;
	padding: 50px 10px 100px 10px;
	overflow: auto;
	background-image:url(../p-bg/bot-image-02.jpg);
	  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.bot-call-l-head {
	color: #969685;
	font-weight: 400;
	font-size: 42px;
	line-height: 1.1;
}
.bot-call-awen-h {
	font-size: 22px;
	color: #BA9F67;
	font-weight: 400;
}
.bot-call-link:link {
	text-decoration: none;
line-height: 42px;
	color: #666;
	font-size: 1.00em;
	font-weight: normal;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.bot-call-link:visited {
	text-decoration: none;
	color: #666;
	font-size: 1.00em;
	font-weight: normal;
}
.bot-call-link:hover {
	text-decoration: none;
	color: #BA9F67;
	font-size: 1.00em;
	font-weight: normal;
}
.bot-call-link:active {
	text-decoration: none;
	color: #BA9F67;
	font-size: 1.00em;
	font-weight: normal;
}
/* Contact Box All END  */
/* Bottom Nav Box and Links  */
/* Inner Divs 1 2 and 3 in a row */
.three-two-one-inner-divs {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* END Inner Divs 1 2 and 3 in a row END */
@media only screen and ( max-width: 40em ) /* 640 */ {
/* Responsive Table Layout  */
	/* Inner Divs 2in a row */
.three-two-one-inner-divs {
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}
}
/* END Inner Divs 2 in a row END */
.bot-nav-intro-headings {
	font-size: 18px;
	color: #969685;
	font-weight: 600;
}
.bot-nav-div {
	position: relative;
	width: 100%;
	text-align: center;
	color: #8E8466;
	margin: 0px 0px 0px 0px;
	padding: 60px 15px 60px 15px;
	overflow: auto;
	background-color: #424237;
}
.bot-nav-inner-div {
	position: relative;
	margin: auto;
	max-width: 1980px;
	padding-left: 5%;
}
.bot-nav-link {
	color: #DFDDD2;
	font-size: 100%;
	line-height: 2.0em;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.bot-nav-link:hover {
	color: #8E8466;
}
.bot-nav-flags {
	margin: 0px 15px 4px 0px;
	height: 11px;
	width: 16px;
	vertical-align: middle;
	border: 0px;
}
.ts-cs {
	position: relative;
	font-size: 0.75em;
	color: #B0B0B0;
	width: 100%;
	padding: 30px 0px 30px 0px;
	text-align: center;
	background-color: #424237;
}
/* END Bottom Nav Box and Links END  */

 /* Responsive textual content layout */
.general-1col-content-div {
	margin: auto;
	position: relative;
	max-width: 75.00em;
	text-align: center;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
	overflow: auto;
}
 /* END Responsive textual content layout END
/* Main RESPONSIVE LAYOUT  */
.jrow-container {
	margin: auto;
	position: relative;
	max-width: 1920px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px 60px 0px 60px;
	overflow: auto;
}
@media only screen and ( max-width: 40em ) /* 640 */ {
/* Responsive Table Layout  */
	/* Inner Divs 2in a row */
.jrow-container {
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
}
.jrow::after {
	content: "";
	clear: both;
	display: table;
}
[class*="jcol-"] {
	float: left;
	padding: 20px; /* Padding on inner divs jump images */
}
.j-tx-cent {
	text-align: center;
}
.j-tx-right {
	text-align: right;
}
.j-tx-left {
	text-align: left;
}
.j-row-gen-imgs {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0px;
}
/* 100% Wide Image with Text overlay END */

/* For mobile phones: */
[class*="jcol-"] {
	width: 100%;
}
@media only screen and (min-width: 576px) {
/* For tablets */
.jcol-3 {
	width: 50%;
}

}
/* RESPONSIVE LAYOUT  */


@media only screen and (min-width: 768px) {
/* For desktop: */
.jcol-1 {
	width: 8.33%;
}
.jcol-2 {
	width: 20%;
}
.jcol-3 {
	width: 25%;
}
.jcol-4 {
	width: 33.33%;
}
.jcol-5 {
	width: 41.66%;
}
.jcol-6 {
	width: 50%;
}
.jcol-7 {
	width: 58.33%;
}
.jcol-8 {
	width: 66.66%;
}
.jcol-9 {
	width: 75%;
}
.jcol-10 {
	width: 83.33%;
}
.jcol-11 {
	width: 91.66%;
}
.jcol-12 {
	width: 100%;
}

}
/* END RESPONSIVE LAYOUT  END*/

 /* AWEN END OF NEW AWEN END */
