/*Variables*/
body {
	--color1: #7d6925;
	--color1hover: #ac8a17;
	--color1-text: #ffffff;
	--color1hover-text: #ffffff;

	--color2: #7d6925;
	--color2hover: #2d2d2d;
	--color2-text: #ffffff;
	--color2hover-text: #ffffff;

	--color3: #000000;
	--color3hover: #2d2d2d;
	--color3-text: #ffffff;
	--color3hover-text: #ffffff;

	/*Top Header*/
	--color-lightbkg: #f7f6f1;
	--color-lightbkg-text: #2d2b04;

	/*Footer*/
	--color-footerbkg: var(--color-lightbkg);
	--color-footer-txt: var(--color3);

	/*Color Gradient*/
	--color-gradient1: #78602f;
	--color-gradient2: #74704d;
	--color-gradient3: #78602f;
	--color-gradient-txt: #ffffff;

	/*Dropdowns*/
	--dropdown-text: var(--color3);
	--dropdown-textnobkg-hover: var(--color3hover);
	--dropdown-hover-bkg: var(--color3);
	--dropdown-hover-txt: var(--color3-text);
}
/*End Variables*/
body {
	font-family: 'Montserrat', sans-serif !important;
	color: #333333;
	line-height: 150%;
	padding: 0 !important;
	margin: 0 !important;
}
* {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	margin: 20px 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}

.float-right {
	float: right !important;
}

.container-fluid {
	margin: 0 auto;
}
.contentMinHeight {
	min-height: 40vh;
}

/* General Styles */
.pull-right {
	font-size: inherit;
}
#clickLog, #clickReg {
	padding: 0 10px;
}
.add20pxPadding {
	padding: 20px;
}
.add10pxPadding {
	padding: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.h100 {
	height: 100%;
}
.dib {
	display: inline-block;
}
.dibMax1680	{
	display: inline-block;
	width: 100%;
	max-width: 1680px;
	vertical-align: middle;
}
.dBlockMax1680	{
	display: block;
	width: 100%;
	max-width: 1680px;
	margin: auto;
}
.dibMax1000	{
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	vertical-align: middle;
}
.dibMax950 {
	display: inline-block;
	width: 100%;
	max-width: 950px;
	vertical-align: middle;
}
.dibMax700 {
	display: inline-block;
	width: 100%;
	max-width: 700px;
	vertical-align: middle;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#aside-leftmenu-navbar li {
	padding-left: 5px;
}
.cat-product-buttons span {
	font-size: 10px !important;
	font-weight: bold;
}
.brand a {
	color: #000000;
	font-weight: bold;
}
.brand a:hover {
	text-decoration: none;
}
.brand img {
	width: 100px;
	height: 50px;
	object-fit: contain;
}

/* Hack CSS to style the Add to Cart Button */
.specific-cart, .wlAddCartCss {
	background: #e5e5e5;
	position: relative;
	color: #000000;
	min-width: 70px !important;
	line-height: 28px;
}
.specific-cart:after, .wlAddCartCss:after {
	content: "Add To Cart";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e5e5e5;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
}
/* End Hack CSS */
/* End General Styles */

.red {
	color: red !important;
}

/* Paste from site */
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
}

.header_topBar {
	float: left;
	width: 100%;
	background: var(--color-lightbkg);
	padding: 10px 8px;
	text-align: center;
	position: fixed;
	z-index: 10000;
}
.header_topBar ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_topBar ul li {
	float: left;
	list-style-type: none;
	line-height: 110%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_topBar ul li a {
	float: left;
	line-height: inherit;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-lightbkg-text);
	padding: 6px 8px;
	text-transform: capitalize;
}
.header_topBar ul li.lineSpacer a {
	padding: 6px 0;
}


.header_bottomBar {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0 8px;
	text-align: center;
	border-bottom: solid 1px #f1f1f1;
}
.header_bottomBar ul.normalUL {
	display: flex;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_bottomBar ul li {
	float: left;
	flex-grow: 1;
	list-style-type: none;
	line-height: 110%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.header_bottomBar ul > li a {
	float: left;
	width: 100%;
	line-height: inherit;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--dropdown-text);
	padding: 10px 8px;
	text-align: center;

	transition: all 300ms;
}
.header_bottomBar ul li a:hover {
	text-decoration: none;
	color: var(--dropdown-textnobkg-hover);
}


.header_mainBar {
	position: relative;
	float: left;
	width: 100%;
	height: 176px;
	background: #fff;
	padding: 0 20px;
	margin-top: 50px;
}
.header_mainBar-inner {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 1680px;
	margin: auto;
	height: 100%;
}
.mainBar_left, .mainBar_middle, .mainBar_right {
	flex: 1;
}
.mainBar_left {
	position: relative;
	float: left;
	height: 100%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	flex-grow: 1.5;
	height: 100%;
	text-align: center;
	position: relative;
}
.mainBar_middle a {
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}
.mainBar_middle a img {
	display: block;
	float: left;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.mainBar_middle a:hover {
	text-decoration: none;
}
.openMenuButton {
	display: none;
	width: 38px;
	height: 28px;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 2;
}
.searchButton-besideLogo {
	display: none;
	width: 28px;
	height: 28px;
	background: none;
	/*position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 5px;*/
	z-index: 2;
}
.searchButton-besideLogo img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}
.openMenuButton .menubar {
	position: absolute;
	left: 6px;
	height: 2px;
	width: 26px;
	background: #000000;
}
.openMenuButton .menubar.menubar-1 {
	top: 6px;
}
.openMenuButton .menubar.menubar-2 {
	top: 50%;
	margin-top: -1px;
}
.openMenuButton .menubar.menubar-3 {
	bottom: 6px;
}

.mainBar_right {
	position: relative;
	float: right;
	/*width: 35%;*/
	height: 100%;
	text-align: right;

	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-header-links {
	float: left;
	width: 100%;
}
.main-header-links-2 {
	margin-top: 27px;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
}
.main-header-links .navigation__ul > li > a {
	float: left;
	letter-spacing: 1.5px;
	padding: 8px 14px;
}
.dropdown-ver2 {
	position: relative;
}
.dd-toggle:hover, .dd-toggle:focus, .dd-toggle:active {
	outline: none;
	text-decoration: none;
}
.dd-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.main-header-links .navigation__ul > li.dropdown-ver2 > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown-ver2 > a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url("../dropdown_arrow_new_grey.html") center center no-repeat;
	opacity: 0.3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown-ver2:hover > a:after {
	opacity: 1;
}
.headSpacer {
	float: left;
	width: 100%;
	height: 10px;
}
/*End Header*/



.content {
	width: 960px;
	margin: 0 auto;

}
.mainSearchBox-holder {
	padding: 0 20px;
}
.mainSearchBox {
	float: right;
	width: 100%;
	height: 30px;
	border-bottom: solid 1px #010101;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
}
.mainSearchBox .search-query {
	width: 100%;
	height: 100%;
	padding: 0 40px 0 0px;
	float: left;
	border: none;
	outline: initial;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;

	width: 30px;
	height: 100%;

	float: left;
	border: none;
	outline: initial;
	background: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
	float: right;
	width: 13px;
	height: 13px;
}
.header__link23 {
	position: relative;
	top: -8px;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.nav__navigation {
	
}
.navigation__ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-right: 24px;
}
.navigation__li, .navigation__ul > li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.navigation__link, .navigation__ul > li > a {
	color: #6e6e6e;
	display: block;
	letter-spacing: 4px;
	padding: 8px 20px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.navigation__link-last {
	color:  #c95f5f !important;
}
.navigation__li:hover > a, .navigation__ul > li:hover > a {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.dropdown-menu-ver2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-menu-ver2 {
	display: none;
	margin: 0;
	padding: 0;
	width: 220px !important;
	border: none;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

	box-shadow: 0 20px 30px #444444;
}
.closeRight .dropdown-menu-ver2 {
	left: initial;
	right: 0;
}
.dropdown-menu-ver2 .dropdown-menu-ver2 {
	top: -30px;
	left: 100%;
}
.dropdown-menu-ver2 hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dropdown-menu-ver2 li {
	position: relative;
	float: left;
	width: 100%;
}
.dropdown-menu-ver2 li a, .header_bottomBar .dropdown-menu-ver2 li a {
	float: left;
	width: 100%;
	text-align: left;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	padding: 5px 10px;
	color: var(--dropdown-text);
	font-size: 14px;
}
.dropdown-menu-ver2 li:hover > a, .dropdown-menu-ver2 li a:hover, .dropdown-menu-ver2 li a:focus, .dropdown-menu-ver2 li a:active {
	background: var(--dropdown-hover-bkg);
	color: var(--dropdown-hover-txt) !important;
	text-decoration: none;
}
@media (min-width:768px) {
	.navigation__li:hover > .dropdown-menu-ver2, .navigation__ul li:hover > .dropdown-menu-ver2, .dropdown-ver2:hover > .dropdown-menu-ver2 {
		opacity: 1;
		z-index: 1000;
		display: block;
	}
}

.iconText {
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: #403d0e;
	text-transform: none;
	letter-spacing: 0px;
}
.iconText-moveUp {
	position: relative;
	top: -14px;
}

.wishListHeader {
	position: relative;
	top: -2px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 10px;
}

.wishListHeader #vwlQty {
	position: absolute;
	top: -4px;
	left: 38px;
	z-index: 2;
	line-height: 120%;
	font-size: 10px;
	color: var(--color3);
	font-weight: bold;
	letter-spacing: 0px;
}
.cartHeader {
	position: relative;
	top: -2px;/*
	*/float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 !important;
	margin-left: 5px;
}
.wish-SVG {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.searchSVG {
	position: relative;
	/*bottom: -4px;*/
	width: 15px;
	height: 15px;
}
.searchSVG-elem1 {
	/*fill: #553856;*/ /*Dark Purple*/
	/*fill: #fdc6ff;*/ /*Light Purple*/
	fill: #ffffff;
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}
.cartSVG {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.cartSVG * {
	fill: var(--color3) !important;
}
/* .smallViewHeader {
	background: #
} */
.smallProdLinks {
	margin-top: 0;
	border: none;
	background: none;
}
.smallProdLinks a {
	padding: 0;
	line-height: 40px;
	color: var(--color3) !important;
	border: none;
}
.smallProdLinks span {
	display: inline-block;
}
.smallViewHeader .logo.logo-big {
	background: none;
}
.smallViewHeader .wish-SVG {
	display: inline-block;
	float: none;
	height: 25px;
	position: relative;
	top: 9px;
}
.smallViewHeader .wish-SVG * {
	/*stroke: #000000 !important;*/
}
.smallViewHeader .cartSVG {
	display: inline-block;
	float: none;
	height: 25px;
	position: relative;
	top: 9px;
}
.smallViewHeader .cartSVG * {
	/*fill: #000000 !important;*/
}
.searchForm {
	background: #000000;
	color: #ffffff;
	padding: 9px;
}
.searchForm .form-search {
	border-bottom: solid 1px #ffffff;
}
.searchForm .input-append {
	position: relative;
}
.searchForm .input-append .search-query {
	background: none;
	color: #ffffff;
	width: 100%;
	padding-right: 60px;
	font-size: 16px;
	text-transform: uppercase;

}
.searchForm .input-append .btn {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 40px;
	background: none;
}

.burgerMenu {
	background: none;
}
.burgerMenu .line {
	background: #000;
}
.popupMenus .topTitle {
	background: var(--color3);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	border-bottom: solid 1px var(--color3-hover);
	padding: 18px 0;
}
.popupMenus .topTitle .closeMenuButton {
	background-color: #ffffff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.popupMenus .background {
	background: var(--color3);
}
.popupMenus .popupLinks {
	border: none;
}
.popupMenus .popupLinks li {
	border: none;
}
.popupMenus .popupLinks li:last-child {
	border: none;
}
.popupMenus .popupLinks li a {
	background: none;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
.popupMenus .subLinks {
	background: #484848;
}
.popupMenus .subLinks .subLinks {
	background: #717171;
}
.popupMenus .subLinks .subLinks .subLinks {
	background: #000000;
}
.popupMenus .subLinks .subLinks .subLinks .subLinks {
	background: #484848;
}
.filter-item {
	color: #ffffff !important;
}
.showArrow::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.smallViewHeader .logo__link img {
	width: 150px;
	height: 50px;
	object-fit: contain;
}
.removeFilter {
	border-color: rgba(0,0,0,0);
}
#filterMenu .popupLinks li {
	border-bottom: solid 1px #3a3a3a
}
#filterMenu .popupLinks li a {
	padding: 15px 5px;
}
.popupMenus .menuXSText {
	color: #ffffff;
}
.closeMobileButton {
	float: left;
	width: 100%;
	text-align: center;
	background: #000;
}
.closeMobileButton-actual {
	display: inline-block;
	background: #a51010;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	margin: 10px 0;
	line-height: 100%;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.closeMobileButton {
	display: none !important;
}
@media (max-width: 767px) {
	/*#largeHeader {
		display: none;
	}*/
	.smallViewHeader {
		display: block;
	}
	.smallViewHeader .logo__link img {
		max-height: 100px;
	}
	#product-content {
		width: 100%;
	}


	.header_topBar {
		display: none;
	}
	.header_mainBar {
		height: auto;
		display: block;
		float: left;
		padding: 0;
		margin-top: 0;
	}
	.header_mainBar-inner {
		float: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mainBar_middle {
		/*width: 100%;*/
		height: 75px;
		padding: 10px 0px 10px 45px;
		flex: 0 0 auto;
	}
	.mainBar_middle .vCenter, .mainBar_middle .vCenter-1 {
		display: block;
		float: left;
	}
	.mainBar_middle a {
		height: 100%;
		width: 236px;
		padding: 0 0px
	}
	.openMenuButton, .searchButton-besideLogo {
		display: inline-block;
	}
	.mainBar_right {
		float: left;
		width: 100%;
		height: auto;
		padding: 10px 0 10px 0;
	}



	.main-header-links .navigation__ul > li > a {
		margin: 0 4px;
	}

	.mainBar_right .SVG-user {
		height: 20px;
		top: 2px;
	}
	.mainBar_right .SVG-heart {
		height: 20px;
	}
	.wishListHeader {
		top: 0;
	}
	.wishListHeader #vwlQty {
		left: 20px;
	}
	.cartHeader {
		top: 0;
	}
	.cartCounterHolder {
		top: -9px !important;
		font-size: 10px !important;
	}
	.iconText {
		/*display: none;
		opacity: 0;
		width: 30px;
		height: 1px;
		overflow: hidden;*/
	}
	.mainBar_right .cartSVG {
		height: 19px;
	}


	.mainBar_right .navigation__ul {
		padding-left: 10px;
		padding-right: 15px;
		text-align: right;
	}
	.navigation__li, .navigation__ul > li {
		min-width: 44px;
	}
	
	.mainBar_left.menuClosed {
		display: none;
	}
	.header_bottomBar {
		display: none;
	}
}
@media (max-width: 420px) {
	.signInOut {
		display: none !important;
		width: 0 !important;
		min-width: 0px;
	}
}
/*End Header*/

/*Mobile Header*/
.mobileHead {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 500;
}
@media (min-width: 768px) {
	.mobileHead {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body.mobileMenuOpen {
		overflow: hidden;
	}
}
.mobileHead-closeShade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.mobileHead-holder {
	float: left;
	width: calc(100% - 80px);
	height: 100%;
	max-width: 400px;
	background: #ffffff;
	overflow: auto;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.mobileHead-links {
	float: left;
	width: 100%;
}
.mobileHead-links ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mobileHead-links ul li {
	float: left;
	width: 100%;
}
.mobileHead-links ul li a {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 13px;
	line-height: 120%;
	padding: 15px 10%;
	vertical-align: middle;
}
.mobileHead-links ul li a:hover {
	color: #000000;
	text-decoration: none;
}

.mobileHead-productMenu .dropdown-menu-ver2 {
	position: static;
	width: 100% !important;
	float: left;
	box-shadow: none !important;
	background: #f0f0f0;
	padding: 10px 0;
}

/*End Mobile Header*/


/*Begin Index*/
.container__main {
	float: left;
	width: 100%;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0;
}
.mmslideshow ul.slideshowUL li > a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainSlideshow.mmslideshow ul.slideshowUL li .backgroundImage {
	height: 44.642857142vw;
	max-height: 750px;
}
.hero-overlay {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	left: 100px;
	max-width: 100%;
	max-height: calc(100% - 50px);
	padding: 30px;

	display: flex;
	flex-direction: column;

	background: rgba(60, 60, 60, 0.75);
}
.hero-overlay:after {
	content: "";
	width: 6px;
	height: 80%;
	background: #ffffff;
	position: absolute;
	z-index: 5;
	bottom: -3px;
	left: -3px;
}
.hero-text1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 130%;
	margin-bottom: 10px;
}
.hero-text2 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
	line-height: 120%;
	margin-bottom: 20px;
	text-transform: none;
}
.hero-text3 a {
	float: left;
	background: var(--color1);
	height: 44px;
	padding: 0 20px;
	border-radius: 100px;

	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	color: var(--color1-text);

	display: flex;
	justify-content: center;
	align-items: center;

	transition: all 300ms;
}
.hero-text3 a:hover {
	text-decoration: none;
	background: var(--color1hover);
	color: var(--color1hover-text);
}

@media (max-width: 1400px) {
	.hero-overlay {
		bottom: 70px;
	}
	.hero-text2 {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.hero-overlay {
		position: static;
		width: 100%;
		background: none;
	}
	.hero-overlay:after {
		display: none;
	}
	.hero-text1, .hero-text2 {
		color: #000000;
	}
}

.homeRow {
	margin-bottom: 20px;
}
.homeRow-heading {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 120%;
	color: var(--color-gradient-txt);
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
}
.homeRow-heading-gold {
	background: var(--color-gradient1);
	background: linear-gradient(to right,  var(--color-gradient1) 0%,var(--color-gradient2) 51%,var(--color-gradient3) 100%);
}
	
.homeRow-squareGrid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	padding: 10px;
}
.homeRow-squareGrid-item {
	flex: 1 0 33.3333333%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 426.664px;
}
.homeRow-squareGrid-item-inner {
	float: left;
	width: 100%;
	color: #000000;
}
.homeRow-squareGrid-item-inner:hover {
	color: #000000;
	text-decoration: none;
}
.homeRow-squareGrid-item-img {
	float: left;
	width: 100%;
	border: solid 1px #f0f0f0;
	position: relative;
	overflow: hidden;
}
.homeRow-squareGrid-item-img:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background: #ffffff;
	opacity: 0.5;

	transition: all 1000ms;
}
.homeRow-squareGrid-item-img:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: -100%;
	width: 80%;
	height: 100%;
	background: #ffffff;
	opacity: 0.5;

	transition: all 1000ms;
}
.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-img:before {
	left: 0;
	opacity: 0.7;
}
.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-img:after {
	right: 0;
	opacity: 0.7;
}
.homeRow-squareGrid-item-img img {
	float: left;
	width: 100%;
	height: calc(33.33333333vw - 34px);
	max-height: 400px;
	padding: 10%;
	object-fit: contain;
}
.homeRow-squareGrid-item-text {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;

	position: relative;
	top: 0;
	z-index: 5;

	transition: all 1000ms;
}
.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-text {
	top: -17vw;
}
@media(min-width: 1681px) {
	.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-text {
		top: -230px;
	}
}
@media(max-width: 767px) {
	.homeRow-squareGrid-item {
		flex: 1 0 50%;
	}
	.homeRow-squareGrid-item-img img {
		height: calc(50vw - 41px);
	}
	.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-text {
		top: -25vw;
	}
}
@media(max-width: 480px) {
	.homeRow-squareGrid-item {
		flex: 1 0 100%;
	}
	.homeRow-squareGrid-item-img img {
		height: calc(100vw - 42px);
	}
	.homeRow-squareGrid-item:hover .homeRow-squareGrid-item-text {
		top: -50vw;
	}
}
.homeRow-style1-holder {
	display: flex;
	width: 100%;
	padding-top: 20px;
	align-items: stretch;
	margin-bottom: 40px;
	color: #333333;
}
.homeRow-style1-holder:hover {
	text-decoration: none;
	color: #333333;
}
.homeRow-style1-left, .homeRow-style1-right {
	display: flex;
	flex: 1 0 50%;
}
.homeRow-style1-left {
	padding-right: 10px;
	text-align: center;
}
.homeRow-style1-right {
	padding-left: 10px;
	height: calc(50vw - 10px);
	max-height: 830px;
}
.homeRow-style1-inner {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	position: relative;

	width: 100%;
	/* background: #f9f9f9; */
}
.homeRow-style1-inner img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeRow-style1-left-item {
	flex: 1 0 100%;
	display: flex;
	width: 100%;
	align-content: center;

	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(50% - 10px);
	z-index: 2;
	/* background: #e8e8e8; */
}
.homeRow-style1-left-item:first-child {
	flex: 1 0 100%;

	position: absolute;
	bottom: initial;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.homeRow-style1-left-item-2 {
	/* width: 50%; */
	display: flex;
	flex: 1 0 50%;
	flex-wrap: wrap;
	align-content: center;
	
}

.homeRow-style1-left-item-2-inner {
	width: calc(100% - 10px);
	background: #888888;
	height: 100%;
}
.homeRow-style1-left-item-2:first-child .homeRow-style1-left-item-2-inner {
	/* padding-right: 10px; */
	float: left;
}
.homeRow-style1-left-item-2:last-child .homeRow-style1-left-item-2-inner {
	/* padding-left: 10px; */
	float: right;
	margin-left: auto;
}

.home-textBlock {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background: #f9f9f9;
	padding: 20px;
	
	width: 100%;
}
.home-textBlock-1 {
	flex: 1 0 100%;
	/* float: left; */
	font-size: 18px;
	line-height: 120%;
	/* font-weight: 300; */
	text-transform: uppercase;
	margin-bottom: 10px;
}
.home-textBlock-2 {
	flex: 1 0 100%;
	/* float: left; */
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 20px;
}
.home-textBlock-3 {
	flex: 1 0 100%;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.homeRow-style1-reverse .homeRow-style1-left {
	padding-right: 0px;
	padding-left: 10px;
}
.homeRow-style1-reverse .homeRow-style1-right {
	padding-left: 0px;
	padding-right: 10px;
}
.homeRow-style1-reverse .homeRow-style1-holder {
	padding-top: 0;
}
.homeRow-style1-elongated .homeRow-style1-left {
	flex: 1 0 25%;
}
.homeRow-style1-elongated .homeRow-style1-right {
	flex: 1 0 75%;
}
@media (max-width: 991px) {
	.homeRow-style1-holder {
		margin-bottom: 40px;
	}
	.homeRow-style1-left {
		flex: 1 0 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.homeRow-style1-elongated .homeRow-style1-left {
		flex: 1 0 100%;
	}
	.homeRow-style1-elongated .homeRow-style1-left-item {
		flex: 1 0 calc(50% - 10px);
		height: calc(50vw - 10px);
	}
	.homeRow-style1-largeImage {
		display: none;
	}
	.homeRow-style1-left-item, .homeRow-style1-left-item:first-child, .homeRow-style1-left-item:last-child {
		position: static;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.homeRow-style1-elongated .homeRow-style1-left-item {
		flex: 1 0 100%;
		height: 100vw;
		max-height: 400px;
	}
}
/*End Index*/


/*Begin Footer*/
.footer {
	float: left;
	width: 100%;
}
.footer-inner * {
	word-break: break-word;
}
.footer-inner {
	float: left;
	width: 100%;
	background: var(--color-footerbkg);
	padding: 24px;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; 
}
.footer ul li {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
}
.footer ul li a {
	color: var(--color-footer-txt);
}
.footer ul li a:hover {
	text-decoration: none;
	color: var(--color-footer-txt);
}
.footer ul li.footHeading a {
	text-transform: uppercase;
}
.footer-section-left {
	padding-right: 20px;
	margin-bottom: 40px;
}
.footer-section-right {
	float: left;
	width: 100%;
}
.footer-social a {
	font-size: 25px;
	margin: 0 10px 10px 0;
}
/*End Footer*/

/*About Page*/
.rightContentHolder {
	padding: 20px;
}
.scriptedText {
	font-family: 'Dancing Script', cursive;
	line-height: 120%;
}
.scriptedText-large {
	font-size: 35px;
	font-weight: 200;
	text-align: center;
	color: #757575;

	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	margin: 20px 0;
	padding: 30px 15%;
}
.aboutImage {
	margin: 0 20px 20px 20px;
	text-align: center;
}
.aboutImage img {
	max-height: 400px;
}
.aboutPageText {
	font-size: 16px;
	line-height: 150%;
}
.aboutPageText .scriptedText {
	font-size: 50px;
}
.inlineBlockLink {
	display: inline-block;
	background: var(--color3);
	color: var(--color3-text);
	line-height: 120%;
	padding: 20px;

	transition: all 300ms;
}
.inlineBlockLink:hover {
	text-decoration: none;
	color: var(--color3hover-text);
	background: var(--color3hover);
}
@media (max-width: 767px) {
	.scriptedText-large {
		font-size: 25px;
	}
	.aboutImage {
		width: 100%;
		text-align: center;
	}
	.scriptedText {
		text-align: center;
	}
}
/*End About Page*/



/*Make login appear on top of entire site*/
#divLogReg {
	overflow-y: auto;
	position: relative;
	z-index: 2;
	margin-right: 0;
	width: 100%;
}
.wlNotification {
	float: left;
	width: 100%;
	padding: 10px;
	background: #ffdd88;
	border: solid 2px #f9b909;
	margin-bottom: 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.wlNotification-base {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	line-height: 120%;
}
.wlNewCloseButton {
	position: absolute;
	top: 0;
	right: 15px;
	background: #b51010;
	color: #ffffff;
	line-height: 100%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	z-index: 3;
}
.wlNewCloseButton:hover {
	cursor: pointer;
}
.wlNewCloseShade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 1;
}
.wlNewCloseShade:hover {
	cursor: pointer;
}
/*End Make login appear on top of entire site*/


/*IMAP Holiday Hide on home page (header is on top of content)*/
#IMAPsaleHolder {
	display: none;
}
.homePage #IMAPsaleHolder {
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
}
#IMAPsaleHolder.showTheBanners {
	display: block;
}
#IMAPopenButton {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 20px;
	text-transform: uppercase;
}
.homePage #IMAPopenButton {
	color: #ffffff;
}
#IMAPopenButton:hover {
	text-decoration: none;
	cursor: pointer;
}
#IMAPsales {
	display: none;
	float: left;
	width: 100%;
}
.noScroll6437 #IMAPsaleHolder {
	z-index: 16;
}
@media (max-width: 767px) {
	.homePage #IMAPsaleHolder {
		position: static ;
	}
	.homePage #IMAPsaleHolder {
		background: none;
	}
	.homePage #IMAPopenButton {
		color: #000000;
	}
}
/*End IMAP Holiday Hide on home page (header is on top of content)*/

/* Cart */
.cart-li {
	position: relative;
}
.cartHeader a {
	text-decoration: none;
	color: inherit;
}
.cartButton {
	padding-right: 10px;
}
.cartButton.noCart {
	padding-right: 0px;
}
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: -9px;
	left: 20px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.foxyCount {
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
}
.cartMenu {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	width: 160px;
	background: #ffffff;
	border: solid 2px #e8e8e8;
	padding: 10px;
	text-align: left;

	border-radius: 5px;

	display: none;
}
.cart-li:hover .cartMenu {
	display: block;
}
.cartMenu:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 7px;
	border-top: solid 0px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 7px #e8e8e8;
	border-left: solid 5px transparent;
}
.cartMenu-inner {
	display: flex;
	flex-direction: column;
}
.numCartItems {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: solid 1px #e8e8e8;
}
.cartmenu-countActual {
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 10px;

	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.numCartItems-text {
	flex: 1 1 auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal-text {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
/* End Cart */

/*SVGs*/
.SVG-user {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	top: 3px;
}
.SVG-user * {
	stroke: var(--color3);
	fill: var(--color3);
}
.SVG-cart {
	position: relative;
	top: 0px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.SVG-cart * {
	stroke: var(--color3);
}
.SVG-search {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.SVG-search * {
	stroke: var(--color3);
}
.SVG-heart {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-top: 3px;
}
.SVG-heart * {
	stroke: var(--color3);
	fill: var(--color3);
}
.SVG-menu {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 100%;
	height: 20px;
}
.SVG-menu * {
	stroke: var(--color3);
}
.SVG-close {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 100%;
	height: 20px;
}
.SVG-close * {
	stroke: var(--color3);
}

/*End SVGs*/

.loc-hover ul {
	height: 0px;
	overflow: hidden;
	transition: height 0.5s;
}

.loc-hover:hover ul {
	height: 100px;
}

@media (max-width:768px) {
	.d-none {
		display: none;
	}
}

/* #region Services Page */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.services-page a,
.services-page a:link,
.services-page a:visited,
.services-page a:focus,
.services-page a:hover,
.services-page a:active {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.services-page .dibMax1680 {
	padding: 0 10px;
}

.services-page .nav-tabs {
	padding-left: 0;
	list-style: none;
	margin-bottom: 15px;
}

.services-page .nav-tabs>li {
	display: block;
	position: relative;
	float: left;
	margin-bottom: -1px;
}

.services-page .nav-tabs>li>a {
	position: relative;
  display: block;
  padding: 10px 15px;
	margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.services-page .nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	background-color: #eee;
}

.services-page .nav-tabs>li.active>a,
.services-page .nav-tabs>li.active>a:focus,
.services-page .nav-tabs>li.active>a:hover {
	color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.services-page .tab-content {
	padding: 10px;
}

.services-page .tab-pane > div {
	margin-bottom: 15px;
}

.services-page .tab-main-image {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	border: 1px solid #000000;
}

.services-page .tab-main-image img {
	max-width: 100%;
	height: auto;
}

.services-page .tab-text-content {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
}

.services-page .tab-text-content p {
	margin-bottom: 1em;
}

.services-page .tab-text-content ul {
	padding-left: 20px;
	margin: 0 0 15px;
	list-style: disc;
}

.services-page .tab-text-content ul li {
	line-height: 1;
}

.services-page .tab-text-content .red-color {
	color: #ff0000;
}

.services-page .tab-text-content h5 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: none;
}

.services-page .tab-text-content a {
	color: #990000;
}

.services-page .tab-text-content a:hover {
	color: #000000;
}

.services-page .tab-gallery-wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.services-page .tab-gallery-wrap a {
	display: block;
	text-align: center;
}

.services-page .tab-gallery-wrap a img {
	width: 100%;
	max-width: 180px;
	height: auto;
}

@media (max-width: 1199px) {
	.services-page .nav-tabs>li>a {
		padding: 10px;
    margin-right: 1px;
    font-size: 14px;
	}
}

@media (max-width: 991px) {
	.services-page .nav-tabs>li.active>a,
	.services-page .nav-tabs>li.active>a:focus,
	.services-page .nav-tabs>li.active>a:hover {
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 767px) {
	.services-page .tab-gallery-wrap {
		flex-wrap: wrap;
		gap: 10px;
	}
	.services-page .tab-gallery-wrap a {
		width: calc(50% - 20px);
	}
}

@media (max-width: 575px) {
	.services-page .nav-tabs>li {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.services-page .tab-gallery-wrap {
		flex-wrap: wrap;
		gap: 10px;
	}
	.services-page .tab-gallery-wrap a {
		width: 100%;
	}
}

/* #endregion Services Page */


.fa {
	font-size: 24px!important;
}
/* overriding font awesome*/

.header_topBar > div:first-child {
	width: calc(100% - 70px);
	float: left;
}

.header_topBar > div:nth-child(2) {
	width: 70px;
	float: right;
}

.leftmenu-navbar[style*="fixed"] {
	margin-top: 65px;
}

.footer-image {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 10px;
		flex-direction: row-reverse;
		align-items: center;
		margin-left: 20px;
		padding-left:10px
}

.footer-image img {
        max-width: 75%;
        height: auto;
    }
@media (max-width: 767px) {
	.footer-image{
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		margin-bottom: 20px;
		flex-direction: row;
		align-content: center;
		flex-wrap: nowrap;
        margin-bottom: 20px; 
		width: 130px;
	}
}

@media (min-width: 768px) {
    .block_info {
        border: 1px solid #E7E7E7;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .block_info {
        border: 1px solid #E7E7E7;
        margin: 20px;
    }
}




@media (min-width: 768px) {
    .block_info2 {
        border: 1px solid #E7E7E7;
        margin-top: 20px;
        
    }
}
@media (max-width: 767px) {
    .block_info2 {
        border: 1px solid #E7E7E7;
        margin: 20px;
        
    }
}

/* Cart */
.cart-li {
	position: relative;
}
.cartHeader a {
	text-decoration: none;
	color: inherit;
}
.cartButton {
	padding-right: 10px;
}
.cartButton.noCart {
	padding-right: 0px;
}
.cartCounterHolder {
	position: absolute;
	z-index: 1;
	top: -9px;
	left: 20px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}
.cartCounterHolder #cmQty {
	float: right;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.foxyCount {
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: -8px;
	color: #000000;
}
.cartMenu {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	width: 160px;
	background: #ffffff;
	border: solid 2px #e8e8e8;
	padding: 10px;
	text-align: left;

	border-radius: 5px;

	display: none;
}
.cart-li:hover .cartMenu {
	display: block;
}
.cartMenu:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 7px;
	border-top: solid 0px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 7px #e8e8e8;
	border-left: solid 5px transparent;
}
.cartMenu-inner {
	display: flex;
	flex-direction: column;
}
.numCartItems {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: solid 1px #e8e8e8;
}
.cartmenu-countActual {
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}

.numCartItems-text {
	flex: 1 1 auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal-text {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
}
.cartTotal {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
/* End Cart Counter */
/*take away header icons*/
@media (max-width: 768px) {
	.noMobileIconMDE {
		display: none;
	}
}
/*end take away header icons*/
/*about us
.aboutImage {
    float: right;
    margin: 0 0 20px 20px;
	width: 470px;
}
.aboutPageText {
    font-size: 16px;
    line-height: 150%;
}
.aboutPageText span {
	color: #c7491e;
}
.inlineBlockLink {
    display: inline-block;
    background: #c7491e;
    color: #ffffff !important;
    line-height: 120%;
    padding: 20px;
    transition: all 300ms;
}
.ourTeam-1 img {
    display: block;
    width: 260px;
    object-fit: cover;
    border-radius: 50%;
	margin-bottom: 50px
}

.aboutMain p {
	margin-bottom: 25px ; 
	
}
 .about-font1 {
	 font-weight: 700;
	 font-size: 30px;
 }
 
.bioPAD p {
	margin-bottom: 20px;
}
.mobiletomobileMDE {
	display: block;
}
@media (max-width: 768px) {
	.mobiletomobileMDE {
		display: none;
	}
	.heightMDE {
		line-height: 190%;
	}
	.ourTeam-1 img {
		display: unset;
	}
}
.mobiletomobileMDE2 {
	display: none;
}
@media (max-width: 768px) {
	.mobiletomobileMDE2 {
		display: block;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
    
    .ourTeam {
        display: flex;
        flex-direction: column; 
        align-items: center;    
    }

    .ourTeam-1 img {
        display: block;
        margin: 0 auto;       
        width: 80%;           
        max-width: 300px;     
        height: auto;
    }

    .ourTeam-2 {
        text-align: center;
        padding-top: 10px;    
    }
}
/*end about us*/

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    top: 30px;
}
