.row_footer {
	position: relative;
    margin: auto;
    max-width: calc(1336px + (40px * 2));
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}
.footer_container {
	background-color: #17192b;
	position: absolute;
	width: 100%;
	padding:25px 0;
}
.footer_copyright_container{
	background-color: #090A11;
	position: absolute;
	width: 100%;
	padding:25px 0;
}
.footer_content {
	display: flex;
	padding: 0 0 25px 0;
}
.left_footer, .right_footer {
	display: flex;
	align-items: center;
}
.left_footer {
	align-items: flex-start;
	padding: 0 40px;
}
.right_footer {
	margin-top: 30px;
}
.footer_label {
	color: #ffffff;
	font-size: 14pt;
    font-family: 'Open Sans', GreycliffCFMedium, serif;
	letter-spacing: 0.8px;
	margin-bottom: 10px;
}
.footer_text, .footer_text a, .footer_text a:hover {
	color: #808080;
	font-size: 12pt;
    font-family: 'Open Sans', GreycliffCFMedium, serif;
	cursor: pointer;
	text-decoration: none;
	margin:3px 0;
	transition: color 0.3s;
}
.footer_text a:hover{
	color: #fff;
}
.footer_contact_us {
	margin-bottom: 10px;
	text-align: center;
	cursor: default;
}
.footer_copyright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: default;
}
.footer_social_icons {
	display: flex;
	position: absolute;
	width: 100%;
	cursor: pointer;
}
.footer_social_img {
	width: 22px;
}
.footer_joindesign_icon {
	width: 120px;
    padding: 0 5px;
}
.footer_design {
	max-width: 280px;
}
.footer_social_icons_box {
	padding: 0;
	display:flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 800px) {
	.left_footer {
		padding: 0 40px;
	}
	.footer_design {
		margin: 20px 0;
	}
	.footer_copyright {
		justify-content: flex-start;
		padding: 0 40px;
	}
	.footer_design {
		max-width: initial;
	}
	.right_footer div {
		padding: 0;
		max-width: 100%;
	}
	.right_footer {
		margin: 15px 0;
	}

}


.footer_copyright_div{
	height:100%;
	display:flex;
	align-items: center;
	justify-content: flex-end;
	padding:10px;
}
.language_div{
	display:flex;
	align-items: center;
	width: 300px;
    background-color: rgba(255,255,255,.1);
    border-radius: 5px;
}
.language_dropdown {
	width: 100%;
}
.language_dropdown_btn {
    box-shadow: none !important;
    background-color: transparent !important;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
}
.lang_caret {
	margin-left: 190px !important;
}
.lang_switcher_dropdown {
	display: none;
}
.footer_lang_dropdown {
  background: #ffffff;
	visibility: visible;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    display: block;
    z-index: 9000;
    position: absolute;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    transform: translate3d(0, -180px, 0);
    opacity: 0;
}
.footer_lang_dropdown.footer_show {
	opacity: 1;
	transition: opacity 350ms ease-in-out;
}
.footer_lang_dropdown:before {
    right: 12px;
    border-top: 11px solid #ffffff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 20px;
}
#change_language_option{
	width:300px;
}

.footer_joindesign_icon.lazy{
	width:1px;
}

@media only screen and (max-width: 576px) {
	.footer_copyright_div{
		justify-content: center;
		padding-top:10px;
	}
	.language_div{
		justify-content: center;
		padding-bottom:10px;
	}
}
