@charset "utf-8";
/* CSS Document */
.app_promo_bottom{
    z-index:9999999;
    width: 100%;
    padding: 2em;
    background-color: rgb(0, 0, 0,1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: visibility 0s ease 0s, opacity 0.8s ease-in 0s, all 0.8s ease-in 0s;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px 0px;
    visibility: visible;
    opacity: 1;
    bottom: 0px;
	}

.app_promo_head {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: normal;
    font-size: 2.4rem;
    text-align: right;
    width: 100%;
}

.app_promo_subtext{text-align: right; padding-bottom:10px; color:#fff; font-weight: 400;}

.appstore_row{    float: right;
    align-items: center;
    justify-content: flex-end;}
.app_promo_close{color:#fff; font-size:18pt; position: absolute; left: 10px; top:5px; cursor: pointer; background: #000; padding: 4px;}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.footer_badges_item{    display: block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    line-height: 0;}


.fotter-badges h3{text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
    font: 15px 'Open Sans', sans-serif;
}


.split3{display: inline-block; width: 32.9%; padding:0%; margin: 0; vertical-align: top; text-align: left;}

.storebut_link {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 4% 4% 4% 0%;
    height: auto;
    outline: none;
}
.storebut_link img{width: auto; height: 50px;}

.split3 h2 img{height: 36px;}


.app_colum_box{    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    overflow: hidden;}


.new_footer_in{max-width: 900px;
    height: auto;
    margin: auto;
padding: 30px 0 0 0;}

@media (max-width: 400px) {
	.app_promo_bottom{padding: 1em;}
	.app_promo_head,.app_promo_subtext{text-align: center;}
	.app_promo_head{font-size: 1.9rem;}
	.appstore_row{justify-content: center;}
	.app_promo_close {
    color: #fff;
    font-size: 16pt;
    position: absolute;
    left: 10px;
    top: -36px;
    cursor: pointer;
    background: #000;
    padding: 4px 9px 9px;
    border-radius: 60px 60px 0px 0px;
}
	
}

@media (max-width: 880px) {
	
	.split3 h2 img {
    height: 28px;
}
	.storebut_link img{height: 40px;}
	
	.fo_column_box{text-align: center;}
	.split3{text-align: center;}
	
}

@media (max-width: 768px) {

.split3 {
    width: 100%;
    padding: 2%;
    text-align: center; margin-bottom: 20px;
}
	
	.storebut_link{padding: 2% 2% 2% 0;}
	
	
}