html body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif !important;
	color: #333333;
	line-height: 150%;
	background: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	margin: 20px 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.container-fluid {
	max-width: 1500px;
	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;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.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;
}
/* End General Styles */

/* Paste from site */
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	min-width: 960px;
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
	/*margin-bottom: 25px;*/
}
@media (max-width: 767px) {
	#largeHeader {
		display: none;
	}
}
.header_topBar {
	float: left;
	width: 100%;
	background: #4d4d4d;
	padding: 4px 0;
	text-align: center;
}
.header_topBar-text {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 20px;
	border-right: solid 1px #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
}

.header_mainBar {
	float: left;
	width: 100%;
	background: #fff;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 37.5%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 25%;
	text-align: center;
	margin: 10px 0;
}
.mainBar_middle a {
	float: left;
	width: 100%;
	padding: 0px 10px;
	text-align: center;
}
.mainBar_middle a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.mainBar_middle a:hover {
	text-decoration: none;
}
.mainBar_right {
	position: relative;
	float: right;
	width: 37.5%;
	text-align: right;
}
.main-header-links {
	margin-top: 33px;
}
.main-header-links-right {
	margin-top: 28px;
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
}
.main-header-links .navigation__ul > li > a {
	letter-spacing: 2.5px;
	padding: 8px 14px;
}
.main-header-links-right .navigation__ul > li > .moveLinkUp {
	position: relative;
	top: -8px;
}
.clickOpenSearch {
	padding: 0 10px;
}
.clickOpenSearch:hover {
	cursor: pointer;
}

.main-header-links .navigation__ul > li.dropdown > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown > a:after {
	content: "\029A6";
	display: inline-block;
	line-height: 12px;
	font-size: 20px;
	color: #3478b5;
	opacity: 0.8;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown:hover > a:after {
	opacity: 1;
}


.header_topBar-text a {
	color: #fff;
}
.header_topBar-text:first-child {
	padding-left: 0;
}
.header_topBar-text:last-child {
	padding-right: 0;
	border: none;
}
.content {
	width: 960px;
	margin: 0 auto;

}
.hiddenSearch {
	position: fixed;
	z-index: 10000;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
.closeSearch {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	background: #ffffff;
	opacity: 0.8;
}
.closeSearch:hover {
	cursor: pointer;
}
.hiddenSearch-1 {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	height: 100%;
}
.hiddenSearch-2 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}
.hiddenSearch.showSearch {
	bottom: 0;
}
.mainSearchBox {
	display: inline-block;
	position: relative;
	height: 50px;
	width: 500px;
	max-width: 100%;
	border-bottom: solid 3px #ffffff;
	margin-top: 0;
}
.mainSearchBox .search-query {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0 50px 0 10px;
	float: left;
	border: none;
	outline: none;
	line-height: 50px;
	z-index: 1;
	background: none;
	color: #ffffff;
	font-size: 25px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 100%;
	float: left;
	border: none;
	outline: none;
	z-index: 2;
	background: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.nav__navigation {
	background: #dadada;
}
.navigation__ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.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 {
	display: block;
	padding: 8px 20px;
	color: #000;
	letter-spacing: 4px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
@media (prefers-reduced-motion) {
	.navigation__link, 
	.navigation__ul > li > a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.navigation__link-last {
	color:  #c95f5f !important;
}
.navigation__li:hover > a, .navigation__ul > li:hover > a, .navigation__ul > li > a:hover {
	background: #fff;
	color: #3478b5;
	text-decoration: none;
}

.navigation__ul > li > a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
	outline-offset: -2px;
}
.dropdown-menu {
	display: block;
	opacity: 0;
	z-index: -1000;
	margin: 0;
	padding: 0;
	min-width: 160px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

	border: none;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.dropdown-menu 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: 7px 20px;
	color: #000;
	font-size: 12px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	background: #3478b5;
	color: #ffffff !important;
	text-decoration: none;
}
.navigation__li:hover > .dropdown-menu, .navigation__ul > li:hover > .dropdown-menu {
	opacity: 1;
	z-index: 1000;
}
.header__link23 {
	padding: 0 !important;
}
.header-wishListLink {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: url("../img/wish_list_box.png") center center no-repeat;
	background-size: contain;
	margin-right: 25px;
}
span#vwlQty {
	position: absolute;
	left: 70%;
	top: 0;
	width: 30px;
	height: 30px;
	background: #3478b5;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.container__main {
	float: left;
	width: 100%;
}
.main__top-content {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 auto 25px;
	background-color: #f3f1ef;
	overflow: hidden;
}
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 520px;
}
.mmslideshow a.control_prev, .mmslideshow a.control_next {
	top: 50% !important;
	display: block !important;
	margin-top: -20px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	text-align: center !important;
	line-height: 36px !important;
	font-size: 20px !important;

	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
}
.mmslideshow a.control_prev:hover, .mmslideshow a.control_next:hover {
	background: #3478b5;
	color: #fff;
}
.slideOverlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	margin-left: -250px;
	margin-top: -100px;
	display: block;
	padding: 10px;
	text-align: center;
	z-index: 5;
}
.slideOverlay .outerBorder {
	position: absolute;
	top: -10px;
	right: -10px;
	border: solid 2px #fff;
	background: none;
	width: 1000px;
	height: 400px;
	z-index: -1;
}
.slideOverlay .text-1 {
	font-size: 33px;
	letter-spacing: 4px;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
	margin-top: 20px;
}

.slideOverlay .text-2 {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 120%;
	padding: 10px 0;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.slideOverlay .button-1 {
	display: inline-block;
	padding: 10px 15px;
	background: #3478b5;
	color: #fff !important;
	font-size: 15px;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 20px;
}
.slideOverlay .button-1:hover {
	text-decoration: none;
}

.wlOrange {
	height: 10%;
	width: 10%;
	padding-bottom: 2px;
}

@media (max-width: 767px) {
	.slideOverlay {
		position: static;
		float: left;
		width: 100% !important;
		margin: 0;
		background-color: #949596;
	}
	.slideOverlay .outerBorder {
		display: none;
	}
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.slideOverlay .text-1 {
		font-size: 25px;
	}
	.slideOverlay .button-1{
		font-size: 10px;
	}

}

.indexCategories {
	float: left;
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	margin-bottom: 25px;
}
.indexCategories .heading-1,
.indexCategories h1.heading-1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 50px 0;
	margin: 0;
}
.categoryHolder {
	float: left;
	width: 100%;
	text-align: center;
}
.category {
	display: inline-block;
	width: 240px;
	margin: 0 10px 50px;
	overflow: hidden;
}
.category-image {
	position: relative;
	display: table;
	width: 100%;
	height: 240px;
}
.category-image .imageHolder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.category-image img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	padding: 13px;
	background: #ffffff;
}
.shape-1 {
	position: absolute;
	top: -27px;
	left: 50%;
	height: 15px;
	width: 76px;
	margin-left: -38px;
	background: url("../img/shape_1.png") center center no-repeat;
}
.category-text1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 120%;
	margin-top: 20px;
	letter-spacing: 4px;
	color: #000000;
	text-transform: uppercase;
}
.category-divider {
	display: none;
	width: 100%;
	clear: both;
}
@media (min-width: 1000px) {
	.category-divider {
		display: block;
	}
}

.whiteText {
	color: #ffffff;
}

.footer {
	float: left;
	width: 100%;
	background-color: #4d4d4d;
}
.footer-inside {
	position: relative;
	float: left;
	width: 100%;
	border-top: solid 1px #d9d9d9;
	text-align: center;
	padding-bottom: 30px;
	background: #4d4d4d;
}
.footerTopMiddle {
	position: relative;
	float: left;
	width: 100%;
	background: #eaeaea;
	padding: 15px 10px;
}
.footerTopMiddle-text {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 120%;
	color: #3478b5;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.footer-section {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 45px;
}
.footer-section-top {
	position: relative;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	width: 100%;
	margin: 10px 0 10px;
	font-size: 21px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-section-top:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 2px;
	background: #3278b7;
}
.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
}
.footer-section-info {
	font-size: 17px;
	font-weight: 200;
	text-transform: uppercase;
	color: #e1e1e1 !important;
}
.footer-section > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 200;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #e1e1e1;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.footer-section > a:hover {
	color: #3278b7;
}
.footer-section .effect-inline_link:after {
	background: #3278b7;
}
.footDirectionsButton {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	color: #000 !important;
	margin-top: 10px;
	clear: both;
}
.footDirectionsButton:hover {
	color: #fff !important;
	background: #3278b7;
	text-decoration: none;
}
@media (max-width: 991px) {
	.footer-section {
		text-align: center;
	}
	.footer-section-top:after {
		left: 50%;
		margin-left: -60px;
	}
}
.categoriesFooterPadding {
	padding-left: 65px;
}

@media (max-width: 990px){
	.categoriesFooterPadding {
		padding-left: 0px;
	}
	.footer-section {
		padding-right: 0px;
	}
}

/* Inline Link Effect */
.header_topBar-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.effect-inline_link {
	position: relative;
}
.effect-inline_link:after {
	content: "";
	position: absolute;
	top: 105%;
	left: 0%;
	height: 2px;
	width: 0;
	background: #fff;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.effect-inline_link:hover {
	text-decoration: none;
}
.effect-inline_link:hover:after {
	width: 100%;
}
/* End Inline Link Effect */
/* Swipe across effect */
.effect-swipe_across .effect-swipe_across-target {
	position: relative;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);

	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}
.effect-swipe_across .effect-swipe_across-target:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 100%;
	height: 100%;

	background: #fff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;

	z-index: -1;
}
.effect-swipe_across:hover .effect-swipe_across-target:after {
	z-index: 1;
	right: -100%;
	bottom: -100%;

	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
}
.effect-swipe_across:hover .effect-swipe_across-target {
	-webkit-transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
	transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
}
/* End Swipe across effect */
/* Slick Slider Dots CSS Changes */
.slick-dots {
	width: auto !important;
	padding: 7px 7px 10px 10px !important;
	background: rgba(0,0,0,0.2);
}
.slick-dots li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: 18px;
	width: 18px !important;
	height: 18px !important;
}
.slick-dots li > button {
	opacity: 0;
}
.slick-dots li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: solid 2px #fff;
	z-index: 1;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-dots li:after {
	content: "";
	position: absolute;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: #fff;
	z-index: 2;
	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
/* END Slick Slider Dots CSS Changes */
.categorytitles {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.loginsub {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.leftlogin {
	border-right: solid 1px #e8e8e8
}
.rightlogin {
	margin-left: 20px;
}
.signbuttons {
	font-family: "Lato", sans-serif !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.homeNewRow-item {
	color: #000;
}
.homeNewRow-item:hover {
	color: #000;
	text-decoration: none;
}
.homeNewRow-item p {
	display: inline-block;
	max-width: 300px;
}
/* End Paste from site */

/*New Index*/
.indexHalfSquares {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 20px;
}
.indexHalfSquares-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
	z-index: 3;
}
.indexHalfSquares-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#squareBkg-1 {
	background: url("../img/index-brands.jpg") left top no-repeat;
	background-size: cover;
}
#squareBkg-2 {
	background: url("../img/index-sale.jpg") center top no-repeat;
	background-size: cover;
}
.indexHalfSquares-text {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: lighter;
	line-height: 150%;
}
.indexHalfSquares-text > div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 4;
}
.largeText {
	font-size: 55px;
	letter-spacing: 9px;
}
@media (max-width: 767px) {
	.homeNewRow-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.indexMap {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	background: url("../img/index_map.jpg") center center no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.indexMap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}
.indexMap-text {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	padding-left: 100px;
	z-index: 2;
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.indexMap-text-1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 120%;
}
.indexMap-text-2 {
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
	margin-top: 10px;
}
@media (max-width: 600px){
	.indexMap-text {
		padding-left: 25px;
	}
	.indexMap-text-1 {
		font-size: 25px;
	}
	.indexMap-text-2 {
		font-size: 12px;
		line-height: 125%;
	}
}

/*End New Index*/

#leftmenu-nav-stack-list > li {
	padding-left: 5px;
}

.smallViewHeader .input-append .btn {
	background-color: #598c69;
}
.smallViewHeader .logo.logo-big img {
	max-height: 80px;
}

.contact-field-wrapper .error-popover {
	visibility: hidden;
}

.contact-field-wrapper .error-popover.showed {
	visibility: visible;
}

@media (prefers-reduced-motion) {
	.main-header-links .navigation__ul > li.dropdown > a,
	.main-header-links .navigation__ul > li.dropdown > a:after,
	.hiddenSearch,
	.navigation__link,
	.navigation__ul > li > a,
	.dropdown-menu,
	.dropdown-menu li a,
	.footer-section > a,
	.effect-inline_link:after,
	.effect-swipe_across .effect-swipe_across-target,
	.effect-swipe_across .effect-swipe_across-target:after,
	.effect-swipe_across:hover .effect-swipe_across-target,
	.effect-swipe_across:hover .effect-swipe_across-target:after,
	.slick-dots li,
	.slick-dots li:after,
	.transition300,
	.transition300 *,
	.showFooter {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}



