.footer_container {
	z-index: 0;
	display: inline-block;
	position: relative;
	top: 150px;
	width: 100%;
	margin-top: 1px; /* fix articles overlapping footer slightly */
	padding-top: 50px;
	padding-bottom: 85px;
	background-color: black;
}
.footer_container .footerWrapper {
	opacity: 0;
	transition: opacity 500ms linear;
}
body.lang-english .footer_container .footerWrapper,
body.lang-other .footer_container .footerWrapper.loaded {
	opacity: 1;
}
.footer_container .footerWrapper .footerLeft {
	position: relative;
	display: block;
	width: 320px;
	margin: 0 auto;
	padding: 0;	
	vertical-align: top;
}
.footer_container .footerWrapper .footerLeft ul {
	position: relative;
	width: 290px;
	margin: 0 auto;
}
body.lang-english .footer_container .footerWrapper .footerLeft ul.footerNav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 355px;
	width: calc(100% - 30px);
	height: 160px;
}
body.lang-other .footer_container .footerWrapper .footerLeft ul {
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
}
body.lang-other .footer_container .footerWrapper .footerLeft ul,
body.lang-english-intl .footer_container .footerWrapper .footerLeft ul {
	max-width: 100%;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.footer_container .footerWrapper .footerLeft ul .data {
	display: flex;
	max-width: 300px;
}
.footer_container .footerWrapper .footerLeft ul li {
	display: flex;
	margin-bottom: 8px;
	list-style: none;
}
body.lang-other .footer_container .footerWrapper .footerLeft ul li,
body.lang-english-intl .footer_container .footerWrapper .footerLeft ul li {
	margin-bottom: 20px;
}
body.lang-english .footer_container .footerWrapper .footerLeft ul li.view-the-full-website-experience-at-visitlasvegascom {
	display: none;
}
body.lang-other .footer_container .footerWrapper .footerLeft ul li.view-the-full-website-experience-at-visitlasvegascom,
body.lang-english-intl .footer_container .footerWrapper .footerLeft ul li.view-the-full-website-experience-at-visitlasvegascom {
	display: list-item;
}
body.lang-english .footer_container .footerWrapper .footerLeft ul li.international-travel-info {
	position: absolute;
	bottom: -5px;
}
body.lang-other .footer_container .footerWrapper .footerLeft ul li.international-travel-info {
	display: none;
}
.footer_container .footerWrapper .footerLeft ul li a {
	text-transform: uppercase;
	color: white;
}
.footer_container .footerWrapper .footerLeft ul li a p {
	color: white;
	line-height: 13px;
	font-family: Oswald;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
}

body.lang-other .footer_container .footerWrapper .footerLeft ul li a,
body.lang-english-intl .footer_container .footerWrapper .footerLeft ul li a {
	line-height: 16px;
}
.footer_container .footerWrapper .footerLeft ul li a:hover {
	/*color: #c3b07c;*/
	color: #ededed;
}
.footer_container .footerWrapper .footerLeft ul li a .menuUnderline {
	position: relative;
	display: block;
	width: 0;
	height: 2px;
	background-color: #9600FF;
	-webkit-transition: width 250ms ease;
	   -moz-transition: width 250ms ease;
		-ms-transition: width 250ms ease;
		 -o-transition: width 250ms ease;
			transition: width 250ms ease;
}
.footer_container .footerWrapper .footerLeft ul li a:hover .menuUnderline {
	width: 100%;
}
.footer_container .footerWrapper .footerRight .footerWeather {
	text-align: right;
}
.footer_container .footerWrapper .footerRight .copyright {
	text-align: right;
	position: relative;
	display: block;
	margin: 0 auto 10px;
}
.footer_container .footerWrapper .footerRight .copyright p {
	font-family: Oswald;
	font-size: 11px;
	color: #808080;
	text-align: center;
	margin: 0 10px;
	line-height: 20px;
}
@media only screen and (min-width: 400px) {
	body.lang-english .footer_container .footerWrapper .footerLeft {
		width: 355px;
	}
	body.lang-english .footer_container .footerWrapper .footerLeft ul.footerNav {
		width: 100%;
	}
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.visitors-center,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.privacy-policy,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.footer-sitemap,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.about-lvcva {
		width: 130px;
		padding-left: 10px;
	}
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.vegasmeansbusinesscom,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.visitmesquitecom,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.visitlaughlincom,
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.visitbouldercitycom {
		width: 190px;
		padding-left: 30px;
	}
	body.lang-english .footer_container .footerWrapper .footerLeft ul li.international-travel-info {
		position: absolute;
		bottom: -5px;
		width: 100%;
		padding-left: 10px;
	}
}
@media only screen and (min-width: 40.063em) {
	.footer_container .footerWrapper .footerRight .copyright {
		width: auto;
	}
}
@media only screen and (min-width: 64.063em) {
	.footer_container .footerWrapper .footerRight .copyright {
		text-align: center;
	}
	.footer_container .footerWrapper .footerRight .copyright p {
		text-align: center;
	}
	.footer_container .footerWrapper {
		max-width: 1024px;
		margin: 0 auto;
	}
	.footer_container .footerWrapper .footerLeft,
	body.lang-english .footer_container .footerWrapper .footerLeft,
	.footer_container .footerWrapper .footerRight {
		width: 49%;
		display: inline-block;

	}
	.footer_container .footerWrapper .footerLeft {
		margin-left: 0;
		padding-left: 0;
		left: 50px;
	}
	.footer_container .footerWrapper .footerLeft ul {
		margin-left: 0;
		max-width: 335px;
	}
	.footer_container .footerWrapper .footerRight .copyright .contentRender_name_plugins_core_textbox {
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.footer_container .footerWrapper .footerLeft {
		left: 0;
	}
}

/* Footer social widget */
@media only screen {
	.footerWrapper .social {
		display: inline-block;
		position: relative;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	.footerWrapper .social .social-icons {
		padding-top: 5px;
	}
	.footerWrapper .social .socialLinks a {
		margin-left: 15px;
		color: #fff;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 34px;
		text-transform: uppercase;
	}
	.footerWrapper .social .socialLinks a .fab {
		font-size: 25px;
	}
	.footerWrapper .social .socialLinks a:hover {
		/*color: #e2c27a;*/
		color: #9600FF;
	}
}
@media only screen and (min-width: 64.063em) {
	.footerWrapper .social {
		text-align: center;
		margin: 0;
		padding-top: 70px;
	}
}

.footerWrapper .phone {
	display: none;
	text-align: center;
	color: white;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 15px;
}
body[data-lang="en"] .footerWrapper .phone {
	display: block;
}
.footerWrapper .phone a {
	color: white;
}

.footerWrapper .footerLogo {
	position: relative;
	width: 320px;
	padding: 25px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footerWrapper .footerLogo .logoImage {
	display: block;
	position: relative;
	position: relative;
    width: 197px;
    height: 207px;
    background-image: url(/includes/public/assets/images/FooterWMobile.png);
    background-repeat: no-repeat;
	z-index: 3;
	margin: 0 auto;
}
.footerWrapper .footerLogo .logoText {
	display: block;
	position: relative;
	height: auto;
	max-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: black;
	pointer-events: all;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	color: white;
	padding-bottom: 25px;
}
@media only screen and (min-width: 40.063em) {
	.footerWrapper .footerLogo {
		width: 100%;
	}
	.footerWrapper .footerLogo .logoText {}
}
@media only screen and (min-width: 64.063em) {
	.footerWrapper .footerLogo {
		max-width: 1024px;
		padding: 0;
	}
	.footerWrapper .footerLogo .logoText {}
	.footerWrapper .footerLogo .logoImage {
		margin: 0 auto;
		width: 255px;
	    height: 78px;
		background-image: url(/includes/public/assets/images/FooterWDesktop.png);	
	}
}
@media only screen and (min-width: 1200px) {
	.footerWrapper .footerLogo .logoText {
		left: 0;
	}
}
